code
stringlengths
3
10M
language
stringclasses
31 values
/Users/WenNiao/myproject/iosprojects/HackerNews/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.o : /Users/WenNiao/myproject/iosprojects/HackerNews/Pods/Alamofire/Source/Alamofire.swift /Users/WenNiao/myproject/iosprojects/HackerNews/Pods/Alamofire/Source/Download.swift /Users/WenNi...
D
/** A HTTP 1.1/1.0 server implementation. Copyright: © 2012-2013 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig, Jan Krüger, Ilya Shipunov */ module vibe.http.server; public import vibe.core.net; public import vibe.http.co...
D
module about_templates; import helpers; import dunit; class AboutTemplates { mixin UnitTest; T twice(T)(T value){ //shortcut syntax return 2 * value; } T twice(T : string)(T value){ // specialization return value ~ value; } @Test public void functionTemplates() { auto val1 = twice!in...
D
module android.java.android.view.KeyCharacterMap_KeyData_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; @JavaName("KeyCharacterMap$KeyData") final...
D
an attack intended to ruin someone's reputation murder of a public figure by surprise attack
D
instance DIA_Dar_EXIT(C_Info) { npc = Sld_810_Dar; nr = 999; condition = DIA_Dar_EXIT_Condition; information = DIA_Dar_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Dar_EXIT_Condition() { if(Kapitel < 3) { return TRUE; }; }; func void DIA_Dar_EXIT_Info() { AI_StopProcessInfos(s...
D
#!/usr/bin/env rdmd import std.stdio; import std.string; import std.range; import std.conv; void main() { int c = 12; z = (x=>x++); writeln(typeid(z)); }
D
/* * Copyright 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
D
/* * Copyright (C) 2001-2006 Bart Massey, Jamey Sharp, and Josh Triplett. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without...
D
extern (C++) int add(int a, int b){ return a + b; }
D
INSTANCE Mod_7122_ASS_Maysara_NW (Npc_Default) { // ------ NSC ------ name = "Maysara"; guild = GIL_OUT; id = 7122; voice = 0; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); // ------ Kampf-Taktik ------ fi...
D
/Users/vishesh/Downloads/SkipQueue/build/SkipQueue.build/Debug-iphoneos/SkipQueue.build/Objects-normal/armv7/customCellMalls.o : /Users/vishesh/Downloads/SkipQueue/SkipQueue/OTPVC.swift /Users/vishesh/Downloads/SkipQueue/SkipQueue/locationVC.swift /Users/vishesh/Downloads/SkipQueue/SkipQueue/mallsVC.swift /Users/vishes...
D
void main() { auto ip = readAs!(int[]), A = ip[0], B = ip[1], C = ip[2]; if(ip.sort().uniq.array.length == 2) writeln("Yes"); else writeln("No"); } // =================================== import std.stdio; import std.string; import std.functional; import std.algorithm; import std.range; import std.traits; import st...
D
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/deps/bincode-10422321c7d3b41b.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/bincode-1.1.4/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/bincode-1.1.4/src/config.rs /home/zeliwang/.car...
D
/** Base class for BSD socket based driver implementations. See_also: `eventcore.drivers.select`, `eventcore.drivers.epoll`, `eventcore.drivers.kqueue` */ module eventcore.drivers.posix; @safe: /*@nogc:*/ nothrow: public import eventcore.driver; import eventcore.drivers.timer; import eventcore.drivers.threadedfile;...
D
// This file is written in D programming language /** * Daemon implementation for GNU/Linux platform. * * The main symbols you might be interested in: * * $(B sendSignalDynamic) and $(B endSignal) - is easy way to send signals to created daemons * * $(B runDaemon) - forks daemon process and places hooks that ar...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Template implementation. * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://ww...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Validation.build/Validators/OrValidator.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/validation.git--4420399646601355644/Sources/Validation/Validatable.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/validati...
D
/* * This file has been automatically generated by Soupply and released under the MIT license. */ module soupply.bedrock150.packet; import xpacket; import soupply.util : Pad; alias Bedrock150Packet = Pad!(2, PacketImpl!(Endian.littleEndian, varuint, varuint));
D
/** * Autogenerated by Thrift Compiler (0.14.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ module AuthService; import thrift.base; import thrift.codegen.base; import thrift.util.hashset; import line_types; interface AuthService { string normalizePhoneNumber(string co...
D
// Used only for testing -- imports all windows headers. module win32.testall; import win32.core; import win32.windows; import win32.commctrl; import win32.setupapi; import win32.directx.dinput8; import win32.directx.dsound8; import win32.directx.d3d9; import win32.directx.d3dx9; import win32.directx.dx...
D
module ws.inotify; import core.sys.linux.sys.inotify, core.sys.posix.sys.time, core.sys.posix.unistd, core.sys.posix.sys.select, core.stdc.errno, std.string, std.stdio, std.algorithm, std.conv, std.file, ws.event; version(Posix): __gshared: class Inotify { enum EV...
D
module dmagick.c.color; import core.stdc.stdio; import dmagick.c.exception; import dmagick.c.image; import dmagick.c.magickType; import dmagick.c.magickVersion; import dmagick.c.pixel; alias ptrdiff_t ssize_t; extern(C) { enum ComplianceType { UndefinedCompliance, NoCompliance = 0x0000, CSSCompliance = 0x0...
D
import std.json; import std.stdio; import std.file; import std.string; import std.random; import std.conv; import std.format; bool isIn(string check, string str) { writeln("checking if is in:"); writeln(check); writeln(str); if (check == str) { return true; } return false; } string ...
D
module legend; import dfl.all, resizer; class Legend: dfl.form.Form { // Do not modify or move this block of variables. //~Entice Designer variables begin here. dfl.textbox.TextBox textBox; dfl.button.Button btnClose; //~Entice Designer variables end here. Resizer resizer; this() { initiali...
D
//-------- Spell Commands -------- // SPL_DONTINVEST = 0; // Es können keine weiteren Manapunkte investiert werden. Erst durch CTRL loslassen geht der Spell ab // SPL_RECEIVEINVEST = 1; // Wirkung durchgeführt, es können weitere Invest kommen, zB.bei Heal nach jedem Pöppel // SPL_SENDCAST = 2; // Starte den Z...
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Oct 6, 2011 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dstep.translator.Translator; import std.file; import std.array; import clang.c....
D
module primitives; private mixin template Access() { ref auto get(string accessPattern)() inout { return mixin(accessPattern); } } struct Point2 { uint x; uint y; pure nothrow @safe @nogc: uint distanceTo(const ref Point2 other) { import std.math : hypot; int dx = x - other.x; int dy = y - other.y; ...
D
import std.datetime; import std.conv; import std.array; import std.stdio; import std.string : format; import mqttd; shared static this() { import vibe.core.log : setLogFormat, FileLogger; import vibe.core.core : sleep, runTask; setLogFormat(FileLogger.Format.threadTime); auto settings = Settings(); settings.cl...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
D
const int Value_Ru_Icelance = 1000; const int Value_Ru_Whirlwind = 1000; const int Value_Ru_Thunderstorm = 1500; const int Value_Ru_Geyser = 1500; const int Value_Ru_Waterfist = 2000; const int Value_Ru_Greententacle = 2500; const int Value_Ru_Swarm = 1500; const int Value_Ru_Energyball = 3500; const int Value_Ru_Suck...
D
import std.stdio, std.string, std.algorithm, std.range; final class ArgumentException : Exception { this(string text) pure nothrow @safe /*@nogc*/ { super(text); } } alias TDependencies = string[][string]; string[][] topoSort(TDependencies d) pure /*nothrow @safe*/ { foreach (immutable k, v; d) ...
D
import kratos.ecs; import kratos.component.camera; import kratos.component.meshrenderer; import kratos.component.transform; import kratos.resource.loader.imageloader; import kratos.graphics.texture; import kgl3n; class TerrainTile : Component { string textureName; private { @dependency { Transform transfor...
D
# FIXED simplelink/source/driver.obj: C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/source/driver.c simplelink/source/driver.obj: C:/ti/CC3100SDK_1.1.0/cc3100-sdk/simplelink/include/simplelink.h simplelink/source/driver.obj: C:/ti/CC3100SDK_1.1.0/cc3100-sdk/platform/msp430f5529lp/user.h simplelink/source/driver.obj: C:/...
D
.hd dseek$ "seek on a disk device" 01/24/82 integer function dseek$ (pos, f, ra) file_mark pos file_des f integer ra .sp Library: vswtlb (standard Subsystem library) .fs 'Dseek$' is an internal Subsystem routine that performs the function of 'seekf' for disk files only. The first argument is a long integer value whic...
D
/** * Copyright: Copyright Digital Mars 2000 - 2010. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. This is like the hashtable implementation, but only stores a key. It stores entries directly in the table where possible. or otherwise link chains them. References to the ...
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_7_BeT-35149645...
D
// symbols.d // // Copyright Peter Williams 2013 <pwil3058@bigpond.net.au>. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module symbols; import std.string; import std.regex; import sets; impo...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1...
D
/root/apps/dev/CodingYourAmbition/clone-mul-message-passing/target/debug/deps/clone_mul_message_passing-b99de73a258bdc27: src/main.rs /root/apps/dev/CodingYourAmbition/clone-mul-message-passing/target/debug/deps/clone_mul_message_passing-b99de73a258bdc27.d: src/main.rs src/main.rs:
D
instance DIA_ADDON_BDT_10031_WACHE_EXIT(C_INFO) { npc = bdt_10031_addon_wache; nr = 999; condition = dia_addon_10031_wache_exit_condition; information = dia_addon_10031_wache_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_addon_10031_wache_exit_condition() { return TRUE; }; func void...
D
module d2d.system; public import d2d.system.env;
D
/** * Perform constant folding. * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dla...
D
// double module std.typeinfo.ti_double; private import std.math; class TypeInfo_d : TypeInfo { char[] toString() { return "double"; } hash_t getHash(void *p) { return (cast(uint *)p)[0] + (cast(uint *)p)[1]; } static int _equals(double f1, double f2) { return f1 == f2 ...
D
instance PIR_1353_Addon_Morgan(Npc_Default) { name[0] = "Морган"; guild = GIL_PIR; id = 1353; voice = 7; flags = FALSE; npcType = npctype_main; B_SetAttributesToChapter(self,3); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_Doppelaxt); B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",Face_L_Tough_Santino,B...
D
module UnrealScript.UTGame.UTDeathmatch; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.Pawn; import UnrealScript.UTGame.UTGame; import UnrealScript.UTGame.UTBot; extern(C++) interface UTDeathmatch : UTGame { public extern(D): private static __gshared ScriptClass mStaticClas...
D
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Core.build/Objects-normal/x86_64/Bytes+Base64.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Core-1.0.0/Sources/Core/Array.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Core-1.0.0/Sources/Core/Bool+String.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Core-...
D
/home/alansky/Dev/Parity/substrate-node-template/target/release/build/sc-network-c8401f3390b72674/build_script_build-c8401f3390b72674: /home/alansky/.cargo/registry/src/github.com-1ecc6299db9ec823/sc-network-0.8.0/build.rs /home/alansky/Dev/Parity/substrate-node-template/target/release/build/sc-network-c8401f3390b7267...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU at90c8534 WITH ARCHITECTURE avr2 * */ module avr.specs.specs_at90c8534; enum __AVR_ARCH__ = 2; enum __AVR_ASM_ONLY__ = false; enum __AVR_ENHANCED__ = false; enum __AVR_HAVE_MUL__ = false; enum __AVR_HAVE_JMP_CALL__ = false; enum __AVR_MEGA__ = false;...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/Users/gbs/Xcode/souless/DerivedData/souless/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/KingfisherOptionsInfo.o : /Users/gbs/Xcode/souless/Pods/Kingfisher/Sources/String+MD5.swift /Users/gbs/Xcode/souless/Pods/Kingfisher/Sources/Resource.swift /Users/gbs/Xcode/so...
D
/Users/jon_thornburg/Desktop/FireChat/DerivedData/FireChat/Build/Intermediates/FireChat.build/Debug-iphonesimulator/FireChat.build/Objects-normal/x86_64/AppDelegate.o : /Users/jon_thornburg/Desktop/FireChat/FireChat/NewMessagesController.swift /Users/jon_thornburg/Desktop/FireChat/FireChat/MessagesController.swift /Use...
D
module util.base32; /********************* * Encoding routines. ********************/ /** * Find out the size of the string in base32 given the size * of the data to encode. */ size_t getBase32Size(size_t length) { if (length == 0) { return 0; } return ((length * 8 - 1) / 5) + 1; } size_t encode( bool ...
D
#!/usr/bin/rdmd /** Unit testing framework ('dunit') * * Allows to define unittests simply as methods which names start * with 'test'. * The only thing necessary to create a unit test class, is to * declare the mixin TestMixin inside the class. This will register * the class and its test methods for the test run...
D
a sleeveless dress resembling an apron
D
/* * Copyright (C) 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
D
module org.serviio.upnp.service.contentdirectory.command.image.ListImagePlaylistsCommand; import org.serviio.library.entities.AccessGroup; import org.serviio.library.metadata.MediaFileType; import org.serviio.profile.Profile; import org.serviio.upnp.service.contentdirectory.ObjectType; import org.serviio.upnp.service....
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_1_BeT-99328165...
D
/** * Contains TelegramInputTextMessageContent */ module tg.inline.types.telegram_input_text_message_content; import tg.core.type, tg.core.exception, tg.core.array; import std.json, tg.type; /** * Represents the content of a text message to be sent as the result of an inline query. */ class TelegramInputTextMessa...
D
 module std.stdint; public import rt.core.stdc.stdint;
D
/Users/suhapattabanoglu/Documents/Libraries/RWPickFlavor/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/MultipartFormData.o : /Users/suhapattabanoglu/Documents/Libraries/RWPickFlavor/Pods/Alamofire/Source/MultipartFormData.swift /Users/suhapattabanoglu/Documents/Libra...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Request/HTTPMethod+String.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTT...
D
// REQUIRED_ARGS: import std.c.stdio; /********************************************************/ //int delegate(int, char[]) *p; class Foo { int bar(int i, char[] s) { return 4; } } class Bar : Foo { override int bar(int i, char[] s) { return 5; } } void test1() { int delegate(int, char[]) dg; Foo f...
D
import std.stdio; import openmethods; mixin(registerMethods); unittest { }
D
the official symbols of a family, state, etc. decorate with heraldic arms
D
/mnt/d/dev/blockchain/wormhole/solana/bridge/program/target/rls/debug/deps/fixed_hash-61919979c6b5a806.rmeta: /home/franglin/.cargo/registry/src/github.com-1ecc6299db9ec823/fixed-hash-0.7.0/src/lib.rs /home/franglin/.cargo/registry/src/github.com-1ecc6299db9ec823/fixed-hash-0.7.0/src/hash.rs /mnt/d/dev/blockchain/worm...
D
module d.rt.array; extern(C): void __sd_array_outofbounds(string file, int line) { import core.stdc.stdlib, core.stdc.stdio; printf("bound check fail: %s:%d\n", file.ptr, line); exit(1); }
D
module tests.range; import reggae; import unit_threaded; import std.array; void testDepFirstLeaf() { depthFirst(Target("letarget")).array.shouldEqual([]); } void testDepthFirstOneDependencyLevel() { auto target = Target("letarget", "lecmdfoo bar other", [Target("foo"), Target("bar")]); auto depth = dept...
D
/Users/gem/Desktop/MovieMoya/the-movie-db/DerivedData/TheNewMovie/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/RedirectHandler.o : /Users/gem/Desktop/MovieMoya/the-movie-db/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/...
D
import hades.graphics_shader; extern(C) { void gr_postprocessor_create(); void gr_postprocessor_destroy(); int gr_postprocessor_attach(gr_shader *s); void gr_postprocessor_detach(int id); void gr_postprocessor_commit(); }
D
/** * Authors: Szabo Bogdan <szabobogdan@yahoo.com> * Date: 9 29, 2015 * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. * Copyright: Public Domain */ module swaggerize.test.validation; import swaggerize.validation; import swaggerize.definitions; import swaggerize.pa...
D
const input = `1,380,379,385,1008,2689,888873,381,1005,381,12,99,109,2690,1102,0,1,383,1101,0,0,382,21001,382,0,1,20102,1,383,2,21101,0,37,0,1105,1,578,4,382,4,383,204,1,1001,382,1,382,1007,382,41,381,1005,381,22,1001,383,1,383,1007,383,25,381,1005,381,18,1006,385,69,99,104,-1,104,0,4,386,3,384,1007,384,0,381,1005,381,...
D
module gdrive.models.permission; import std.json; import std.datetime : SysTime; import common.common; import vibe.data.json : optional; public struct Permission { /** The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId. IDs should be treated as ...
D
the state of being under the control of another person someone held in bondage
D
module dido.panel; // This is a custom-made GUI for dido // reflow and render is pretty manual public import dido.panel.mainpanel; public import dido.panel.menupanel; public import dido.panel.commandlinepanel; public import dido.panel.textarea; public import dido.panel.solutionpanel; public import dido.panel.outputpa...
D
/Users/andyzhu/Git/IOS_Development/SmashTag/DerivedData/SmashTag/Build/Intermediates/SmashTag.build/Debug-iphonesimulator/SmashTag.build/Objects-normal/x86_64/MediaItem.o : /Users/andyzhu/Git/IOS_Development/SmashTag/SmashTag/AppDelegate.swift /Users/andyzhu/Git/IOS_Development/SmashTag/SmashTag/Twitter/TwitterRequest....
D
/Users/merrill/workspace/rust_tutorial/final_project/hello/target/debug/deps/main-1fa1fd695b6193ce: src/bin/main.rs /Users/merrill/workspace/rust_tutorial/final_project/hello/target/debug/deps/main-1fa1fd695b6193ce.d: src/bin/main.rs src/bin/main.rs:
D
/Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/DerivedData/NumSwift/Build/Intermediates/NumSwift.build/Debug-iphoneos/NumSwift.build/Objects-normal/armv7/Complex.o : /Users/DboyLiao/Works/Projects/lipsync_tools/mobile/NumSwift/NumSwift/Source/Trigonometry.swift /Users/DboyLiao/Works/Projects/lips...
D
module perfontain.managers.hotkey; import std.experimental.all, perfontain; final class HotkeyManager { this() { PE.onKey.permanent(&onKey); } void update(string name, SDL_Keycode[] keys...) { auto e = _arr.find!(a => a.name == name); e.length || throwError(`trying to update unknown hotkey: %s`, nam...
D
module piped.text.lines; public import std.string : KeepTerminator; import std.range : isInputRange; import util; import piped.circularbuffer; import piped.threads; /** * Splits a source into Unix text lines. If 'keepTerminator' is set, \n will be kept on the resulting lines, * except maybe on the last line wher...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo...
D
module des.gui.sdlgl; public: import derelict.opengl3.gl3; import derelict.sdl2.sdl; import des.gui.sdlgl.context; import des.gui.sdlgl.window;
D
send away towards a designated goal
D
//#fileifdef MC152 /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package stanhebben.minetweaker.mods.ic2.values; import stanhebben.minetweaker.api.TweakerExecuteException; import stanhebben.minetweaker.api.value.TweakerField; import stanhebben.minetweaker.api.value...
D
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Core.build/Byte/Bytes.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Array.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Core-1.1.1/Sources/Core/Bool+String.swift /Users/okas...
D
module java.text.ParseException; import java.lang.all; class ParseException : Exception { this(String e = null) { super(e); } }
D
/Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/DerivedData/PayMe/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Gloss.build/Objects-normal/x86_64/Encoder.o : /Users/eduardo.herrera/Desktop/Edu/Projects/iOS/PayMe/PayMe/Pods/Gloss/Sources/ExtensionDecodable.swift /Users/eduardo.herrera/Desktop/...
D
// D import file generated from 'crypto_generichash.d' renamed to 'crypto_generichash.d' (method [only for original == header file] results in very compact code and obviates to overhaul comments now) module sodium.crypto_generichash; import sodium.crypto_generichash_blake2b; extern (C) { enum crypto_generichash_BY...
D
the state of aggregation of soil and its condition for supporting plant growth arable land that is worked by plowing and sowing and raising crops
D
module android.java.android.graphics.drawable.RippleDrawable_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import6 = android.java.android.graphics.Rect_d_interface; import import5 = android.java.and...
D
measuring instrument in which the echo of a pulse of microwave radiation is used to detect and locate distant objects
D
# FIXED ICall/icall_cc2650.obj: /home/raffaele-bithiatec/opt/ti/simplelink_cc2640r2_sdk_4_10_00_10/source/ti/blestack/icall/src/icall_cc2650.c ICall/icall_cc2650.obj: /home/raffaele-bithiatec/opt/ti/simplelink_cc2640r2_sdk_4_10_00_10/source/ti/blestack/icall/src/icall_platform.h ICall/icall_cc2650.obj: /home/raffaele-...
D
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/struct.proto module google.protobuf.struct_; import std.json : JSONValue; import google.protobuf; class Struct { @Proto(1) Value[string] fields = protoDefaultValue!(Value[string]); this() { } this(JSONValue va...
D
/++ + Authors: Stephan Dilly, lastname dot firstname at gmail dot com + Copyright: MIT +/ module ask.alexaskill; import vibe.d; import ask.types; import ask.locale; import ask.baseintent; /// annotation to mark an intent callback, use name to specify the exact intent name as specified in the intent schema struct ...
D
module windows.js; public import windows.automation; public import windows.com; public import windows.debug; extern(Windows): enum JsRuntimeVersion { JsRuntimeVersion10 = 0, JsRuntimeVersion11 = 1, JsRuntimeVersionEdge = -1, } @DllImport("chakra.dll") JsErrorCode JsCreateRuntime(JsRuntimeAttributes attr...
D
module implements; import std.typetuple; import allmembers; /** * Statically check if symbol 'a' implements interface I * (that is, if all members of I are found in members of a. */ template implements(alias a, I) if (is(I == interface)) { alias implementsImpl!(a, AllMembers!I) implements; } template implement...
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_9_BeT-75316162...
D
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKOss.build/Client/PutBucketExecutor.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDCloudSDKOss/API/Lis...
D
/** * Contains all implicitly declared types and variables. * * Copyright: Copyright Digital Mars 2000 - 2011. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, Sean Kelly * * Copyright Digital Mars 2000 - 2011. * Distributed under the Boost ...
D
func int _IsBetween(var int a, var int b, var int c) //zReal, zReal, zReal { if ((lf(a, c) && lf(c, b)) || (lf(b, c) && lf(c, a))) // (a < c) и (c < b) или (b < c) & (c < a) { return TRUE; }; return FALSE; }; func int _IsNear(var int a, var int b) //zReal, zReal { if (lf(subf(a, b), mkf(50)) && gf(subf(a, b), mkf(...
D