code
stringlengths
3
10M
language
stringclasses
31 values
// 1. CHAIN IF WEIGHT #-1 ~Global("G#XB.SolaufeinXanBanter1","GLOBAL",1)~ THEN BO#XAN SolaufeinXanBanter#1.1 ~Solaufein, I need to speak to you in private. Will you oblige me?~ DO ~SetGlobal("G#XB.SolaufeinXanBanter1","GLOBAL",2)~ == BSOLA ~It seems that I cannot refuse this offer.~ == BO#XAN ~(sigh) And you are right...
D
/** Resource Copyright: (c) Enalye 2017 License: Zlib Authors: Enalye */ module magia.common.resource; import std.typecons; import std.file; import std.path; import std.algorithm: count; import std.conv: to; import magia.core; import magia.render; private { void*[string] _caches; string[string] _...
D
/Users/franklin/Desktop/Playground/AppDev/PokeDex3/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ResponseSerialization.o : /Users/franklin/Desktop/Playground/AppDev/PokeDex3/Pods/Alamofire/Source/MultipartFormData.swift /Users/franklin/Desktop/Playground/AppDev/PokeDex3/Pods...
D
/Users/JenishMistry/DEMOS/MVCDemoAPI/DerivedData/MVCDemoAPI/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintView.o : /Users/JenishMistry/DEMOS/MVCDemoAPI/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/JenishMistry/DEMOS/MVCDemoAPI/Pods/SnapKit/Source...
D
INSTANCE Info_Mod_Andre_Argez (C_INFO) { npc = Mod_540_PAL_Andre_NW; nr = 1; condition = Info_Mod_Andre_Argez_Condition; information = Info_Mod_Andre_Argez_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Andre_Argez_Condition() { if (Npc_KnowsInfo(hero, Info_Mod_Garond_Argez)) { return 1; }; }; ...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Serializer/RequestSerializer.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/AleixDiaz/Desktop/VaporProject/LaSall...
D
module cppmangle2; extern(C++, Namespace18922) { struct Struct18922 { int i; } } extern(C++, std) { struct vector (T); } extern(C++, `Namespace18922`) { struct Struct18922 { int i; } } extern(C++, `std`) { struct vector (T); }
D
/Volumes/IDrive/rCore-Tutorial/os/target/debug/deps/librustversion-a5ba73e338f89e75.dylib: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustversion-1.0.3/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustversion-1.0.3/src/attr.rs /Users/apple/.cargo/registry/s...
D
Long: cacert Arg: <file> Help: CA certificate to verify peer against Protocols: TLS Category: tls See-also: capath insecure Example: --cacert CA-file.txt $URL Added: 7.5 --- Tells curl to use the specified certificate file to verify the peer. The file may contain multiple CA certificates. The certificate(s) m...
D
/Users/sol369/Desktop/InstaPics/DerivedData/InstaPics/Build/Intermediates/Pods.build/Debug-iphonesimulator/PopupDialog.build/Objects-normal/x86_64/InteractiveTransition.o : /Users/sol369/Desktop/InstaPics/Pods/PopupDialog/PopupDialog/Classes/InteractiveTransition.swift /Users/sol369/Desktop/InstaPics/Pods/PopupDialog/P...
D
// Copyright 2019, University of Freiburg. // Chair of Algorithms and Data Structures. // Markus Näther <naetherm@informatik.uni-freiburg.de> module dgenerator.errors; public { import dgenerator.errors.error; import dgenerator.errors.nop; import dgenerator.errors.insert; }
D
enum E { AAA = S.BBB } struct S { enum SZAQ = E.AAA; enum BBB = 8080; }
D
module hunt.wechat.bean.message.preview.TextPreview; import hunt.collection.HashMap; import hunt.collection.Map; class TextPreview : Preview{ private Map!(string,string) text = new HashMap!(string,string)(); public this(){ } public this(string content) { super(); this.setMsgtype("text"); t...
D
/******************************************************************************* copyright: Copyright (c) 2005 John Chapman. Все права защищены license: BSD стиль: $(LICENSE) version: Jan 2005: начальное release Mar 2009: выкиньed из_ локаль,...
D
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/TakeLast.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observabl...
D
interface mom_client { // set callback function for listener () public void set_callback(void function(byte* txt, ulong size, mom_client from_client) _message_acceptor); // in thread listens to the queue and calls _message_acceptor public void listener(); // sends a message to the specified queue public int se...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Core.build/CoreError.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/Core/Data+Base64URL.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/...
D
/Users/arbibashaev/Downloads/OneTwoAnd/build/OneTwoThree.build/Debug-iphonesimulator/OneTwoThree.build/Objects-normal/x86_64/MainProvider.o : /Users/arbibashaev/Downloads/OneTwoAnd/OneTwoThree/Modules/Main/Service/MockDataService.swift /Users/arbibashaev/Downloads/OneTwoAnd/OneTwoThree/SupportingFiles/AppDelegate.swift...
D
module dpgsql.Reflection; import std.string; import std.ascii : toUpper; import dpgsql.Annotations; /** * Returns all members of entity T for SELECT query */ template getTableColumns(T) { string getTableColumnsImpl() { string names = ""; foreach(i, dummy ; typeof(T.tupleof)) ...
D
/home/tardigrade/filecoin/filecoin_loans_test/filecoin-signing-tools/signer/target/rls/debug/deps/paired-dc78222115acedc1.rmeta: /home/tardigrade/.cargo/registry/src/github.com-1ecc6299db9ec823/paired-0.20.1/src/lib.rs /home/tardigrade/.cargo/registry/src/github.com-1ecc6299db9ec823/paired-0.20.1/src/bls12_381/mod.rs /...
D
/Users/rosehsu/rust_learning/functionPrac/target/debug/deps/phf-aee4a6a07b525b19.rmeta: /Users/rosehsu/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.8.0/src/lib.rs /Users/rosehsu/.cargo/registry/src/github.com-1ecc6299db9ec823/phf-0.8.0/src/map.rs /Users/rosehsu/.cargo/registry/src/github.com-1ecc6299db9ec823/p...
D
/Users/haruna/Documents/iOSdev/yelpy/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/AuthenticationInterceptor.o : /Users/haruna/Documents/iOSdev/yelpy/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/yelpy/Pods/Alamofire/Source/MultipartUpload.swif...
D
module godot.os; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.d.bind; import godot.object; import godot.image; @GodotBaseClass struct OSSingleton { static immutable string _GODOT_internal_name = "_OS"; public: static typeof...
D
/Users/hanykaram/Desktop/MVP/DerivedData/MVP/Build/Intermediates.noindex/SwiftMigration/MVP/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Image.o : /Users/hanykaram/Desktop/MVP/Pods/Kingfisher/Sources/String+MD5.swift /Users/hanykaram/Desktop/MVP/Pods/Kingfisher/Sources/R...
D
import std.stdio; import std.conv; import std.algorithm; import std.range; import std.array; import std.format; import std.datetime; import std.uni; import std.utf; import std.typecons; import std.math; import std.string; void main(string[] args) { auto a1 = stdin.readln.strip.split(","); auto a2 = stdin.readl...
D
module script.startup; import std.conv; import d2d.core.event; import d2d.util.logger; import d2d.core.base; import d2d.core.dbg.eventdebug; import d2d.core.resources.texture; static this() { Logger.log("i am a fish"); } extern (C) void run(Base obj) { auto t = Texture.create!Texture("texture.test"); ...
D
/+ + Copyright (c) Charles Petzold, 1998. + Ported to the D Programming Language by Andrej Mitrovic, 2011. +/ module AltWind; import core.runtime; import std.string; import std.utf; auto toUTF16z(S)(S s) { return toUTFz!(const(wchar)*)(s); } pragma(lib, "gdi32.lib"); pragma(lib, "winmm.lib"); import core.sy...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** License...
D
Miners throughout the world have used strikes not only to achieve economic gains, but also to gain greater control over their industries and to achieve political ends. Miners in Poland, Romania and in every region of the Soviet Union have struck for higher wages and better living conditions and also and for more local ...
D
module android.java.android.bluetooth.BluetoothDevice; public import android.java.android.bluetooth.BluetoothDevice_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!BluetoothDevice; import import3 = android.java.android.bluetooth.BluetoothSocket; import import2 = android.java.android.os.ParcelU...
D
/Users/bindo123/code/rust/web/gotham/target/debug/deps/num_cpus-7a9b5de2c4795c0b.rmeta: /Users/bindo123/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.0/src/lib.rs /Users/bindo123/code/rust/web/gotham/target/debug/deps/libnum_cpus-7a9b5de2c4795c0b.rlib: /Users/bindo123/.cargo/registry/src/github.com-1ec...
D
prototype Mst_Default_SwampZombie(C_Npc) { name[0] = "Болотный труп"; guild = GIL_ZOMBIE; aivar[AIV_MM_REAL_ID] = ID_SWAMPZOMBIE; level = 25; attribute[ATR_STRENGTH] = 125; attribute[ATR_DEXTERITY] = 125; attribute[ATR_HITPOINTS_MAX] = 500; attribute[ATR_HITPOINTS] = 500; attribute[ATR_MANA_MAX] = 100; attri...
D
instance DIA_PAL_2510_ORIC_EXIT(C_Info) { npc = pal_2510_oric; nr = 999; condition = dia_pal_2510_oric_exit_condition; information = dia_pal_2510_oric_exit_info; permanent = TRUE; description = Dialog_Ende; }; func int dia_pal_2510_oric_exit_condition() { return TRUE; }; func void dia_pal_2510_oric_exit_info...
D
/Users/student/Desktop/UserLoginAndRegistration/DerivedData/Build/Intermediates/UserLoginAndRegistration.build/Debug-iphonesimulator/UserLoginAndRegistration.build/Objects-normal/x86_64/ForumPageViewController.o : /Users/student/Desktop/UserLoginAndRegistration/Download.swift /Users/student/Desktop/UserLoginAndRegistra...
D
/** * A scene graph $(D Drawable) that displays text. * * License: $(LINK2 http://opensource.org/licenses/zlib-license, Zlib License). * * Authors: Leandro Motta Barros */ module fewdee.sg.text; import std.string; import allegro5.allegro; import allegro5.allegro_font; import fewdee.aabb; import fewdee.color; im...
D
// Written in the D programming language. /** Utilities for manipulating files and scanning directories. Functions in this module handle files as a unit, e.g., read or write one _file at a time. For opening files and manipulating them via handles refer to module $(MREF std, stdio). Macros: WIKI = Phobos/StdFile Copy...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/WebSocketFrameDecoder.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIOWebSocket/SHA1.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkout...
D
// // Written and provided by Benjamin Thaut // Complications improved by Rainer Schuetze // // file access monitoring added by Rainer Schuetze, needs filemonitor.dll in the same // directory as pipedmd.exe module pipedmd; import std.stdio; import std.c.windows.windows; import std.windows.charset; impor...
D
import std.stdio; import std.algorithm; import std.string; import std.conv; import core.thread; import std.socket; import std.json; import bot; dstring[] Load_dictionary() { writeln("Loading dictionary from '/usr/share/dict/words'"); //auto f = File("/usr/share/dict/words"); auto f = File("words"); scope(exit) f....
D
a layer of cells on the inside of the blastula
D
// *********************************************** // B_SetNpcVisual // -------------- // die Hautfabe wird hier ÜBERGANGEN (ist immer 0) // und muß manuell korrekt gesetzt werden! // Ausserdem gibt es nur EIN Nacktmesh für Männer // und EINS für Frauen // *********************************************** func void B_S...
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
module thBase.serialize.wrapper; /** * XmlWrapper type for a nicer xml output */ struct XmlValue(T){ T value; /** * constructor * Params: * value = value to store */ this(T value){ this.value = value; } }
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
version(Have_autowrap_pynih) import autowrap.pynih; else version(Have_autowrap_csharp) import autowrap.csharp; else import autowrap.python; immutable Modules modules = Modules(Module("prefix"), Module("adder"), Module("structs"), ...
D
a stage area out of sight of the audience concealed from public view or attention out of view of the public in or to a backstage area of a theater
D
<><><><><><><><><><><><><><><><><> starting /home/sdcc-builder/build/sdcc-build/orig/sdcc/src/pic16/ralloc.c:pic16_assignRegisters ebbs before optimizing: ---------------------------------------------------------------- Basic Block _entry : loop Depth = 0 noPath = 0 , lastinLoop = 0 depth 1st num 1 : bbnum = 0 1st iCo...
D
/***************************************************************************** * Eigen value & vector for Matrix type * * Authors: 新井 浩平 (Kohei ARAI), arai-kohei-xg@ynu.jp * Version: 1.0 *****************************************************************************/ module sekitk.qvm.eigen; import std.complex; imp...
D
import std.stdio; import core.thread; import std.datetime; // Yield count should be larger for a // more accurate measurment, but this // is just a unit tests, so don't spin // for long immutable uint yield_count = 1000; immutable uint worker_count = 10; void fiber_func() { uint i = yield_count; while( --i ) Fiber...
D
// Written in the D programming language. /** This module implements the formatting functionality for strings and I/O. It's comparable to C99's $(D vsprintf()) and uses a similar format encoding scheme. Macros: WIKI = Phobos/StdFormat Copyright: Copyright Digital Mars 2000-2013. License: $(WEB boo...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math; void main() { auto nmd = readln.split.to!(long[]); auto n = nmd[0]; auto m = nmd[1]; auto d = nmd[2]; writefln("%0.10f", (n - d) * 2 * (m - 1) / (n ^^ 2).to!double / (d == 0 ? 2 : 1)); }
D
module misanthropyd.core.timestep; /// implements time step struct Timestep { float getSeconds() const nothrow pure @nogc @safe { return time; } float getMilliseconds() const nothrow pure @nogc @safe { return time * 1000.0f; } /// time stored in seconds float time; }
D
instance Mod_4068_UntoterMagier_16_MT (Npc_Default) { //-------- primary data -------- name = "Untoter Magier"; Npctype = Npctype_UNTOTERMAGIER; guild = GIL_STRF; level = 20; voice = 2; id = 4068; //-------- abilities -------- B_SetAttributesToChapter (self, 4); //-------- visuals ...
D
import nonsense; // ___ _ // / __|__ _| |_ ___ __ _ ___ _ _ _ _ // | (__/ _` | _/ -_) _` / _ \ '_| || | // \___\__,_|\__\___\__, \___/_| \_, | // |___/ |__/ abstract immutable class Category : ISymbolic { // Checks final bool isObject(immutable CObject obj) immutable { r...
D
module org.serviio.restlet.RestletServer; import java.lang.String; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map:Entry; import org.restlet.Application; import org.restlet.Component; import org.restlet.Context; import org.restlet.Restlet; impor...
D
//----------------------------------------------------------------------------- // wxD - wxObject.d // (C) 2005 bero <berobero.sourceforge.net> // based on // wx.NET - wxObject.cs // /// The wxObject wrapper class. // // Written by Jason Perkins (jason@379.com) // (C) 2003 by 379, Inc. // Licensed under the wxWidgets l...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 273 54 4 0 46 48 -33.5 151.300003 1769 6 6 intrusives, basalt 306.399994 74.1999969 4.30000019 0 52 55 -31.8999996 151.300003 8785 5.9000001 5.9000001 extrusives, basalts -65.400002 61.2999992 1.39999998 297 50 70 -31.6000004 145.600006 9339 2.2000...
D
module dls.util.setup; void initialSetup() { version (Windows) { import std.algorithm : splitter; import std.file : exists; import std.path : buildNormalizedPath, dirName; import std.process : environment; version (X86_64) { enum binDir = "bin64"; ...
D
INSTANCE Mod_7164_ASS_Kais_NW (Npc_Default) { // ------ NSC ------ name = "Kais"; guild = GIL_OUT; id = 7164; voice = 0; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 4); // ------ Kampf-Taktik ------ fight_ta...
D
/******************************************** * Encode and decode UTF-8, UTF-16 and UTF-32 strings. * * For Win32 systems, the C wchar_t type is UTF-16 and corresponds to the D * wchar type. * For Posix systems, the C wchar_t type is UTF-32 and corresponds to * the D utf.dchar type. * * UTF character support is...
D
INSTANCE Balrog_Plateau (Mst_Default_Firegolem) { name = "Balrog"; guild = GIL_TROLL; aivar[AIV_MM_REAL_ID] = ID_BALROG; id = 7194; level = 200; //----- Attribute ---- attribute [ATR_STRENGTH] = 600; attribute [ATR_DEXTERITY] = 600; attribute [ATR_HITPOINTS_MAX] = 1800; attribute [ATR_HI...
D
/Users/kirillaverkiev/Documents/NetRoute/build/NetRoute.build/Release-iphoneos/NetRoute.build/Objects-normal/arm64/NRObject.o : /Users/kirillaverkiev/Documents/NetRoute/NetRoute/NRObject.swift /Users/kirillaverkiev/Documents/NetRoute/NetRoute/NRRequestParameters.swift /Users/kirillaverkiev/Documents/NetRoute/NetRoute/N...
D
import std.stdio; void main() { writeln("Hello, world!"); returnless_method(); } void returnless_method() { writeln("Hello from returnless_method"); }
D
// ****************** // SPL_ChargeZap // ****************** const int SPL_Cost_ChargeZap = 40; //4*10 const int STEP_ChargeZap = 10; const int SPL_Damage_ChargeZap = 30; var int ChargeZapUsed; INSTANCE Spell_ChargeZap (C_Spell_Proto) { time_per_mana = 100; damage_per_level = SPL_Damage_ChargeZap; damageTy...
D
a social class comprising those who do manual labor or work for wages
D
module componenthandler; import entity; interface ComponentHandler(ComponentType) { protected bool canAddEntity(Entity entity); protected ComponentType makeComponent(Entity entity); protected void updateFromEntities(); protected void updateValues(); protected void updateEntities(); }
D
/** * Dynamic array implementation. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github....
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop, core.stdc.string; const int[][] dr = [[-2, -2, -1, -1, 1, 1, 2, 2], [-1, -1, 1, 1]]; const int[][] dc = [[-1, 1, -2, 2, -2, 2, -1, 1], [-1, ...
D
module app; import std; import advent; void main(string[] args) { adventEntrypoint(args, &solve); writefln("Part 1: %s\nPart 2: %s", part1Answer, part2Answer); } enum ROWS = 128; enum COLUMNS = 8; size_t part1Answer; size_t part2Answer; void solve(string input) { ubyte[ROWS] seatOccupiedBitmask; ...
D
// REQUIRED_ARGS: import std.math: poly; import core.stdc.stdarg; extern(C) { int printf(const char*, ...); version(Windows) { int _snprintf(char*, size_t, const char*, ...); alias _snprintf snprintf; } else int snprintf(char*, size_t, const char*, ...); } /***************...
D
# FIXED F2837xD_PieCtrl.obj: C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xd/common/source/F2837xD_PieCtrl.c F2837xD_PieCtrl.obj: C:/ti/C2000Ware_1_00_05_00_Software/device_support/f2837xd/headers/include/F2837xD_device.h F2837xD_PieCtrl.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_16.9.8.LTS/include/assert...
D
// Modified from the GDC distribution for Project XANA module std.asserterror; import gc; import std.c.stdio; //import std.c.stdlib; class AssertError : Error { uint linnum; char[] filename; this(char[] filename, uint linnum) { this(filename, linnum, null); } this(char[] fi...
D
/******************************************************************************* copyright: Copyright (c) 2009 Kris. All rights reserved. license: BSD style: $(LICENSE) version: Oct 2009: Initial release author: Kris ***************************************...
D
a = 1 + 2 * 4 b = a + 100 c = "hello" + " world" d = 1.02 e = a + d f = [1,2,3,4] func add(a, b) { c0 = a + b d0 = c0 + 1 c return c + 1 } m = add(100, 200) func add_n(x) { return func(y) { return x + y } } add88 = add_n(88) n = add88(100) n
D
instance DMT_1299_OberDementor_DI(Npc_Default) { name[0] = "Black Magician"; guild = GIL_DMT; id = 1299; voice = 9; flags = 0; npcType = npctype_main; aivar[AIV_EnemyOverride] = TRUE; aivar[AIV_MagicUser] = MAGIC_ALWAYS; bodyStateInterruptableOverride = TRUE; B_SetAttributesToChapter(self,6); fight_tactic =...
D
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKCardView.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/...
D
module wx.MaximizeEvent; public import wx.common; public import wx.Event; //! \cond EXTERN static extern (C) IntPtr wxMaximizeEvent_ctor(int Id); //! \endcond //----------------------------------------------------------------------------- alias MaximizeEvent wxMaximizeEvent; public class MaximizeEvent ...
D
module core.internal.arrayop; import core.internal.traits : Filter, staticMap, TypeTuple, Unqual; version (GNU) version = GNU_OR_LDC; version (LDC) version = GNU_OR_LDC; /** * Perform array (vector) operations and store the result in `res`. Operand * types and operations are passed as template arguments in Reverse...
D
/** ipifcons.d Converted from 'ipifcons.h'. Version: V7.0 Authors: Koji Kishita */ module c.windows.ipifcons; import c.windows.windef; extern(C){ enum { MIN_IF_TYPE = 1, IF_TYPE_OTHER = 1, IF_TYPE_REGULAR_1822 = 2, IF_TYPE_HDH_1822 ...
D
struct S { int a; } S t; // default initialized t.a = 3; S s = t; // s.a is set to 3 struct S { int a; static S opCall(int v) { S s; s.a = v; return s; } static S opCall(S v) { S s; s.a = v.a + 1; return s; } } S s = 3; // sets s.a to...
D
module xmlrpcc.error; import std.exception; import std.stdio; import std.variant : Variant; import std.format : format; import xmlrpcc.data; /** * Root type for all XML-RPC exceptions */ class XmlRpcException : Exception { this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null) {...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtSql module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensee...
D
module android.java.java.time.Year; public import android.java.java.time.Year_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!Year; import import15 = android.java.java.time.YearMonth; import import0 = android.java.java.time.Year; import import13 = android.java.java.time.temporal.Temporal; impo...
D
/// Minimalistic low-overhead wrapper for nodejs/http-parser /// Used for benchmarks with simple server module http.Parser; import http.Common; import hunt.logging.ConsoleLogger; import std.conv; import std.range.primitives; import core.stdc.string; import std.experimental.allocator; import ffeadcpp; // =========...
D
instance BAU_984_NICLAS(NPC_DEFAULT) { name[0] = "Никлас"; guild = GIL_OUT; id = 984; voice = 3; flags = 0; npctype = NPCTYPE_MAIN; b_setattributestochapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,itmw_1h_sld_sword); EquipItem(self,itrw_sld_bow); b_createambientinv(self); b_setnpcvisual(se...
D
INSTANCE SH(NPC_DEFAULT) // PlayerInstanz { //-------- primary data -------- name = "StoryHelper"; Npctype = Npctype_Main; guild = GIL_NONE; level = 10; voice = 15; id = 0; //-------- visuals -------- // animations Mdl_SetVisual (self,"HUMANS.MDS"); // Body-Mesh Body-Tex Skin-Co...
D
module UnrealScript.Engine.ParticleModuleColor_Seeded; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.ParticleModuleColor; import UnrealScript.Engine.ParticleModule; extern(C++) interface ParticleModuleColor_Seeded : ParticleModuleColor { public extern(D): private static __gs...
D
instance DIA_Marduk_Kap1_EXIT(C_Info) { npc = KDF_505_Marduk; nr = 999; condition = DIA_Marduk_Kap1_EXIT_Condition; information = DIA_Marduk_Kap1_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Marduk_Kap1_EXIT_Condition() { if(Kapitel == 1) { return TRUE; }; }; func void DIA_Mard...
D
/Users/sourcesoft/Documents/SSProjects/JenKinDemo/DerivedData/JenKinDemo/Build/Intermediates.noindex/JenKinDemo.build/Debug-iphonesimulator/JenKinDemo.build/Objects-normal/x86_64/AppDelegate.o : /Users/sourcesoft/Documents/SSProjects/JenKinDemo/JenKinDemo/AppDelegate.swift /Users/sourcesoft/Documents/SSProjects/JenKinD...
D
/Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ResponseSerialization.o : /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/Pods/Alamofire/Source/MultipartFormData.swift /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/Pods/Alamofi...
D
/++ Importing `quantities.si` instantiate all the definitions of the SI units, prefixes, parsing functions and formatting functions, both at run-time and compile-time, storint their values as a `double`. Copyright: Copyright 2013-2018, Nicolas Sicard Authors: Nicolas Sicard License: $(LINK www.boost.org/LICENSE_1_0.tx...
D
// ************************************************************ // EXIT // ************************************************************ INSTANCE DIA_Sengrath_EXIT(C_INFO) { npc = PAL_267_Sengrath; nr = 999; condition = DIA_Sengrath_EXIT_Condition; information = DIA_Sengrath_EXIT_Info; permanent =...
D
/home/raz/code_projects/keep_projects/gas_cursive_1/target/rls/debug/build/lazy_static-bce67055b719589c/build_script_build-bce67055b719589c: /home/raz/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.1.0/build.rs /home/raz/code_projects/keep_projects/gas_cursive_1/target/rls/debug/build/lazy_static-bce670...
D
/Users/rafaelcunhadeoliveira/Documents/DrawPrizes/build/DrawPrizes.build/Debug-iphonesimulator/DrawPrizes.build/Objects-normal/x86_64/AppDelegate.o : /Users/rafaelcunhadeoliveira/Documents/DrawPrizes/DrawPrizes/View/SceneDelegate.swift /Users/rafaelcunhadeoliveira/Documents/DrawPrizes/DrawPrizes/App/AppDelegate.swift /...
D
/** * Uri parser * * Parse URI (Uniform Resource Identifiers) into parts described in RFC, based on tango.net.uri and GIO * * Authors: $(WEB github.com/robik, Robert 'Robik' Pasiński), $(WEB dzfl.pl/, Damian 'nazriel' Ziemba) * Copyright: Robert 'Robik' Pasiński, Damian 'nazriel' Ziemba 2011 * License: $(WEB htt...
D
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
D
module UnrealScript.Engine.AmbientSoundNonLoop; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.AmbientSoundSimple; extern(C++) interface AmbientSoundNonLoop : AmbientSoundSimple { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static Scr...
D
class C { // implicit virtual function table pointer not marked // implicit monitor field not marked, usually managed manually C next; size_t sz; void* p; void function () fn; // not a GC managed pointer } struct S { size_t val1; void* p; C c; byte[] arr; // { length, p...
D
module ac.client.block.blockfaceatlas; import bindbc.opengl; import derelict.sfml2; import std.conv; import std.algorithm; import std.math; import std.string; import std.format; import ac.common.math.vector; import ac.client.gl.glstate; import ac.client.gl.gltexture; import ac.client.gl.glresourcemanager; import ac.c...
D
module hunt.http.HttpMethod; import hunt.io.ByteBuffer; import hunt.text.Common; import hunt.util.ObjectUtils; import std.string; /** * */ struct HttpMethod { enum HttpMethod Null = HttpMethod("Null"); enum HttpMethod GET = HttpMethod("GET"); enum HttpMethod POST = HttpMethod("POST"); enum HttpMe...
D