code
stringlengths
3
10M
language
stringclasses
31 values
<?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_17_BeT-9181144...
D
func void B_InsertGregWolfs() { if(GregWolfs == FALSE) { Wld_InsertNpc(YWolf,"NW_FARM1_PATH_CITY_05_B"); Wld_InsertNpc(YWolf,"NW_FARM1_PATH_CITY_05_B"); GregWolfs = TRUE; }; }; func void B_InsertMalethWolf() { if(Maleth_ersterWolf == FALSE) { Wld_InsertNpc(YWolf,"NW_FARM1_PATH_CITY_SHEEP_06"); Maleth_e...
D
module org.eclipse.swt.custom.all; public import org.eclipse.swt.custom.AnimatedProgress; public import org.eclipse.swt.custom.BidiSegmentEvent; public import org.eclipse.swt.custom.BidiSegmentListener; public import org.eclipse.swt.custom.Bullet; public import org.eclipse.swt.custom.BusyIndicator; public import org.e...
D
/** A simple HTTP/1.1 client implementation. Copyright: © 2012-2014 Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig, Jan Krüger */ module vibe.http.client; public import vibe.core.net; public import vibe.http.common; public import v...
D
instance Mod_1036_VLK_Buerger_NW (Npc_Default) { // ------ NSC ------ name = NAME_Buerger; guild = GIL_PAL; id = 1036; voice = 0; flags = 0; npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); // ------ Kampf-Taktik ---...
D
/******************************************************************************* * Copyright (c) 2004, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module parser.atom; import sdpc; import ast.expr; import std.conv, std.stdio; import parser.utils; @safe : auto parse_number_nows(Stream i) { auto parse_exp_str(Stream i) { auto r = seq!( token!"e", optional!(choice!(token!"+", token!"-")), word!digits, )(i); auto re = r.r; re.name = "exp"; i...
D
/Users/kidnapper/Documents/25sprout/practice/DerivedData2/practice/Build/Intermediates/IBDesignables/Intermediates/practice.build/Debug-iphonesimulator/practice.build/Objects-normal/x86_64/SearchResult_TVCell.o : /Users/kidnapper/Documents/25sprout/practice/practice/Search_TPVC.swift /Users/kidnapper/Documents/25sprout...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Core.build/Objects-normal/x86_64/FileProtocol.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/core.git-9210800844849382486...
D
something that is remembered the cognitive processes whereby past experience is remembered the power of retaining and recalling past experience an electronic memory device the area of cognitive psychology that studies memory processes
D
instance DIA_BAALTARAN_EXIT(C_INFO) { npc = nov_1331_baaltaran; nr = 999; condition = dia_baaltaran_exit_condition; information = dia_baaltaran_exit_info; permanent = 1; description = DIALOG_ENDE; }; func int dia_baaltaran_exit_condition() { return 1; }; func void dia_baaltaran_exit_info() { AI_StopProcessI...
D
instance PIR_1364_Addon_Pirat(Npc_Default) { name[0] = NAME_Addon_Pirat; guild = GIL_PIR; id = 1364; voice = 6; flags = 0; npcType = NPCTYPE_MAIN; aivar[AIV_FollowDist] = 700; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_Addon_PIR1hSword); B_CreateAmbientInv(self); ...
D
/substrate-node-template/target/debug/deps/libpaste_impl-b5fb1604e05c5529.so: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.18/src/enum_hack.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/paste-impl-0.1.1...
D
/Users/MohamedNawar/Desktop/appointment/build/Pods.build/Debug-iphonesimulator/PKHUD.build/Objects-normal/x86_64/PKHUDSquareBaseView.o : /Users/MohamedNawar/Desktop/appointment/Pods/PKHUD/PKHUD/HUD.swift /Users/MohamedNawar/Desktop/appointment/Pods/PKHUD/PKHUD/PKHUD.swift /Users/MohamedNawar/Desktop/appointment/Pods/PK...
D
/** * Authors: The D DBI project * Copyright: BSD license */ module dbi.ErrorCode; /** * The standardized D DBI ошибка code list. * * Note that the only things guaranteed not to change are ОшибкиНет and Неизвестен. */ enum КодОшибки { ОшибкиНет = 0, // There is no ошибка right now. Неизвестен, ...
D
/******************************************************************************* * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module minihttp.DemoProcessor; version(MINIHTTP): // import stdx.data.json; import std.json; import hunt.database; import hunt.io; import minihttp.Common; import minihttp.Processor; import minihttp.HttpURI; import minihttp.UrlEncoded; import hunt.logging.ConsoleLogger : trace, warning, tracef; import std.algorithm;...
D
module app; extern (C) void wait500ms(); extern (C) void outputLED(ubyte cmd); extern (C) void d_main() { while (1) { outputLED(1); wait500ms(); outputLED(0); wait500ms(); } }
D
import std.stdio, std.file, std.conv, std.getopt; import bio.gff3.file, bio.gff3.validation; import util.version_helper; int main(string[] args) { // Parse command line arguments bool show_version = false; try { getopt(args, std.getopt.config.passThrough, "version", &show_version); } catch ...
D
/Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/SwiftMigration/MVC/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/BaseURL.o : /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/HomeVC.swift /Users/hanykaram/Desktop/MVC/MVC/MVC/Controller/LoginVC.swift /Users/...
D
module mach.io.log; private: import mach.traits : hash; import mach.io.stdio : stdio; import mach.io.path : Path; public: /// Immediately writes a line to stdout together with a file name and line /// number. Intended to help debug misbehaving code. void log( size_t line = __LINE__, string file = __FILE__ )()...
D
module common.web.WebPage; import common.web; final class WebPage : WebElement { public: this() { super("PAGE"); } private: }
D
module resources.code.PE; /** * https://en.wikipedia.org/wiki/Portable_Executable * https://docs.microsoft.com/en-us/windows/win32/debug/pe-format * https://drive.google.com/file/d/0B3_wGJkuWLytbnIxY1J5WUs4MEk/view * */ import resources.all; final class PE { private: string filename; ByteReader reader;...
D
/* Server for IHello * Heavily modified from: */ /* * SELFREG.CPP * Server Self-Registrtation Utility, Chapter 5 * * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved * * Kraig Brockschmidt, Microsoft * Internet : kraigb@microsoft.com * Compuserve: >INTERNET:kraigb@microsoft.com */ // Fr...
D
/** * Functions related to UTF encoding. * * Copyright: Copyright (C) 1999-2023 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://git...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2011-2013, Maxime Chevalier-Boisvert. All rights re...
D
FUNC VOID DialogVerteiler() { if (CurrentLevel == NEWWORLD_ZEN) { // Cassia Info_Mod_Cassia_Lernen.npc = Mod_568_NONE_Cassia_NW; Info_Mod_Cassia_Lernen_DEX.npc = Mod_568_NONE_Cassia_NW; // Cronos Info_Mod_Cronos_Hi.npc = Mod_758_KDW_Cronos_NW; Info_Mod_Cronos_Trade.npc = Mod_758_KDW_Cronos_NW; Inf...
D
instance VLK_454_Buerger(Npc_Default) { name[0] = NAME_Buerger; guild = GIL_VLK; id = 454; voice = 1; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,2); aivar[AIV_MM_RestStart] = TRUE; level = 1; fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Mace); B_CreateAmbientInv(self...
D
module directx.d3dx11tex; ////////////////////////////////////////////////////////////////////////////// // // Copyright (C) Microsoft Corporation. All Rights Reserved. // // File: d3dx11tex.h // Content: D3DX11 texturing APIs // /////////////////////////////////////////////////////////////////////////////...
D
CHAIN IF ~InParty("O#Xan") See("O#Xan") InParty("L#KHALID") !StateCheck("O#Xan",CD_STATE_NOTVALID) !StateCheck("L#KHALID",CD_STATE_NOTVALID) CombatCounter(0) !See([ENEMY]) Global("L#KhalidXanBanter25","GLOBAL",0)~ THEN L#KHA25B KhalidXan2501 @0 DO ~SetGlobal("L#KhalidXanBanter25","GLOBAL",1)~ == BO#Xan25 @1 == L#KHA25B...
D
module ddc.lexer.ast; import ddc.lexer.tokenizer; class ASTVisitor { void visit(const ASTNode node) { assert(false); } void visit(const (Tok) * token) { } void visit(const ExpressionNode node) { node.accept(this); } void visit(const Module node) { node.accept(this);...
D
// PERMUTE_ARGS: /***************************************************/ // https://issues.dlang.org/show_bug.cgi?id=1748 // class template with stringof struct S1748(T) {} static assert(S1748!int.stringof == "S1748!int"); class C1748(T) {} static assert(C1748!int.stringof == "C1748!int"); /**************************...
D
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/RetryWhen.o : /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sjwu/video/HouseHold/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/sjwu/video/HouseHold/Pods/RxSwif...
D
/** * Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved. * Authors: Wojciech Szęszoł * Version: Initial created: Mar 21, 2016 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dstep.translator.Context; import clang.c.Index; import clang.Cursor; import...
D
/** * Computes MD5 hashes of arbitrary data. MD5 hashes are 16 byte quantities that are like a * checksum or CRC, but are more robust. * $(SCRIPT inhibitQuickIndex = 1;) $(DIVC quickindex, $(BOOKTABLE , $(TR $(TH Category) $(TH Functions) ) $(TR $(TDNW Template API) $(TD $(MYREF MD5) ) ) $(TR $(TDNW OOP API) $(TD $...
D
/Users/bmarshall/Desktop/sonar-scanning-examples-master/swift-coverage/swift-coverage-example/Build/Intermediates/swift-coverage-example.build/Debug/swift-coverage-example.build/Objects-normal/x86_64/AppDelegate.o : /Users/bmarshall/Desktop/sonar-scanning-examples-master/swift-coverage/swift-coverage-example/swift-cove...
D
module android.java.android.telephony.mbms.MbmsErrors_StreamingErrors_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("MbmsErrors$Streami...
D
/Users/adelkhaziakhmetov/Documents/XCODE/UIKitChaining/build/UIKitChaining.build/Debug-iphonesimulator/UIKitChaining.build/Objects-normal/x86_64/UINavigationController+Chaining.o : /Users/adelkhaziakhmetov/Documents/XCODE/UIKitChaining/UIKitChaining/UIChaining/UITextField+Chaining.swift /Users/adelkhaziakhmetov/Documen...
D
/** * | <a href="index.html">Home</a> | <a href="server.html">Server</a> | * <a href="client.html">Client</a> | <a href="router.html">Router</a> | * <a href="cgi.html">CGI</a> | <a href="filebuffer.html">File Buffer</a> | * <a href="structs.htm...
D
instance VLK_490_Buergerin(Npc_Default) { name[0] = NAME_Buergerin; guild = GIL_VLK; id = 490; voice = 17; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; B_CreateAmbientInv(self); EquipItem(self,ItMw_1h_Vlk_Dagger); B_SetNpcVisual(self,FEMALE,"Hum_He...
D
/** * D header file for C99. * * Copyright: Copyright Digital Mars 2000 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, Hauke Duden * Standards: ISO/IEC 9899:1999 (E) */ /* Copyright Digital Mars 2000 - 2009. * Distributed under th...
D
/Users/karankhatter/Documents/lpglf16/DerivedData/carpoolApp_v1.0/Build/Intermediates/carpoolApp_v1.0.build/Debug-iphonesimulator/carpoolApp_v1.0.build/Objects-normal/x86_64/UpcomingReservationsViewController.o : /Users/karankhatter/Documents/lpglf16/carpoolApp_v1.0/LoginViewController.swift /Users/karankhatter/Documen...
D
module java.lang.Integer; import java.lang.util; import java.lang.exceptions; import java.lang.Number; import java.lang.Class; import java.lang.Character; import java.lang.String; version(Tango){ static import tango.text.convert.Integer; } else { // Phobos static import std.conv; static impor...
D
/* Файл: LLCell.d Originally записано by Doug Lea и released преобр_в the public домен. Thanks for the assistance и support of Sun Microsystems Labs, Agorics Inc, Loral, и everyone contributing, testing, и using this код. History: Дата Who What 24Sep95 dl@cs.oswego.edu Созд из...
D
var int PrayIdolDay; var int PrayIdolDayOne_1; var int PrayIdolDayOne_5; var int PrayIdolDayOne_10; var int RecievedMoney; var int GivenHitpoints; var int GivenMana; const int BeliarsDispo = 10000; func void B_HitpointAngleich(var int BeliarsCost) { var int CurrentHitpoints; var string concatText; GivenHitpoints ...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Bits.build/UnsignedInteger+BytesConvertible.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/bits.git-9196587591774126515/Sources/Bits/Bytes+Base64.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/...
D
prototype Default_AmbientDementor(C_Npc) { name[0] = NAME_Dementor; guild = GIL_DMT; voice = 19; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_MASTER; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face_N_MadPsi,BodyTex_N,ITAR_Dementor); ...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 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/LICE...
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
unbiased impartial unconcern apathy demonstrated by an absence of emotional reactions the trait of lacking enthusiasm for or interest in things generally the trait of remaining calm and seeming not to care
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 322.100006 68 3.70000005 44.7999992 80 100 -36.4000015 149.899994 5723 6.0999999 6.0999999 0.585017938 sediments, redbeds 340 40 5 0 80 100 -33.7999992 150.699997 1768 10 10 0.572979734 intrusives 325 55 5 0 80 100 -33.9000015 151.300003 1766 10...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2011-2013, Maxime Chevalier-Boisvert. All rights re...
D
module entity.projectile.OdysseyRocket; import nuclear.Game; import nuclear.Util; import animator.Direction; import animator.DirectionalAnimator; import animator.DirectionalType; import entity.Entity; import entity.Mattis; import entity.graphic.Graphic; import entity.graphic.MissileTrail; import entity.graphic.Poof; i...
D
/Users/lizelu/Documents/GitHub/PerfectDemo/.build/debug/PerfectLib.build/Utilities.swift.o : /Users/lizelu/Documents/GitHub/PerfectDemo/Packages/PerfectLib-2.0.4/Sources/PerfectLib/Bytes.swift /Users/lizelu/Documents/GitHub/PerfectDemo/Packages/PerfectLib-2.0.4/Sources/PerfectLib/Dir.swift /Users/lizelu/Documents/GitHu...
D
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Timeout.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView_Test2/Pods/...
D
/home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/smallvec-47549826fb0208ce.rmeta: /home/iot_dev/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.6.0/src/lib.rs /home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/libsmallvec-47549826fb0208ce.rlib: /home/i...
D
/Users/a18968/Develop/RxSwiftSampler/DerivedData/RxSwiftSampler/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Observable.o : /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxS...
D
sky$xs (4) --- set current cpu keys 06/25/82 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine sky$xs (word) shortcall sky$xs (2) integer word Library: shortlb Also d...
D
// Written in the D programming language. /** * Support UTF-8 on Windows 95, 98 and ME systems. * * Macros: * WIKI = Phobos/StdWindowsCharset * * Copyright: Copyright Digital Mars 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(WEB digitalmars...
D
instance DIA_Addon_TAL_BDT_13_EXIT(C_Info) { nr = 999; condition = DIA_Addon_TAL_BDT_13_EXIT_Condition; information = DIA_Addon_TAL_BDT_13_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_TAL_BDT_13_EXIT_Condition() { return TRUE; }; func void DIA_Addon_TAL_BDT_13_EXIT_Info() { A...
D
#! /usr/bin/perl # # update-rc.d Update the links in /etc/rc[0-9S].d/ # use strict; use warnings; # NB: All Perl modules used here must be in perl-base. Specifically, depending # on modules in perl-modules is not okay! See bug #716923 my $initd = "/etc/init.d"; my $etcd = "/etc/rc"; my $notreally = 0; # Print usage...
D
extern(C) __gshared string[] rt_options = [ "gcopt=gc:non-existing" ]; void main() @nogc { }
D
class SqlitePersister(T) { static assert(T.tupleof.length > 0, T.stringof ~ `(` ~ (T.tupleof.length + '0') ~ `): ` ~ T.tupleof.stringof); } class Model {}
D
// This file is written in D programming language /** * The example demonstrates basic daemonize features. Described * daemon responds to SIGTERM and SIGHUP signals. * * If SIGTERM is received, daemon terminates. If SIGHUP is received, * daemon prints "Hello World!" message to logg. * * Daemon will auto-te...
D
# FIXED TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/common/cc26xx/onboard.c TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/inc/bcomdef.h TOOLS/onboard.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/comdef.h TOOLS/onboard....
D
module autowrap.reflection; public import autowrap.types: isModule, Modules, Module; import std.meta: allSatisfy; import std.typecons: Flag, No; private enum isString(alias T) = is(typeof(T) == string); template AllConstants(Modules modules) { import std.algorithm: map; import std.array: join; import ...
D
/** * Copyright: Copyright Digital Mars 2010. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Jacob Carlborg * Version: Initial created: Feb 20, 2010 */ /* Copyright Digital Mars 2010. * Distributed under the Boost Software License, Version 1.0. * (See accompanying...
D
// REQUIRED_ARGS: -o- /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(12): Error: cannot cast expression x of type short[2] to int[2] --- */ void test3133() { short[2] x = [1, 2]; auto y = cast(int[2])x; // error } /* TEST_OUTPUT: --- fail_compilation/fail_casting.d(28): Error: cannot cast expression ...
D
module std.loader; pragma(lib, "DinrusStd.lib"); private import stdrus; alias stdrus.иницМодуль ExeModule_Init; alias stdrus.деиницМодуль ExeModule_Uninit; alias stdrus.загрузиМодуль ExeModule_Load; alias stdrus.добавьСсылНаМодуль ExeModule_AddRef; alias stdrus.отпустиМодуль ExeModule_Release; alias stdrus.д...
D
// PERMUTE_ARGS: -inline template compiles(int T) { bool compiles = true; } alias TypeTuple(T...) = T; /************************************************** 3901 Arbitrary struct assignment, ref return **************************************************/ struct ArrayRet { int x; } int arrayRetTest(int z)...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid comm...
D
/++ Prerequisites: ------------------------- A working dmd installation to compile this script (also requires libcurl). Install Vagrant (https://learnchef.opscode.com/screencasts/install-vagrant/) Install VirtualBox (https://learnchef.opscode.com/screencasts/install-virtual-box/) +/ import std.algorithm, std.conv, std....
D
/home/ankit/polkadot/hello_world/tictactoe/target/debug/deps/tictactoe-0531b3b1c0dc389e: src/main.rs /home/ankit/polkadot/hello_world/tictactoe/target/debug/deps/tictactoe-0531b3b1c0dc389e.d: src/main.rs src/main.rs:
D
/** * Entry point for the new multi-pass experiment. */ module sdc.main; import d.ast.dmodule; import d.exception; import sdc.conf; import sdc.sdc; import sdc.terminal; import std.array; import std.getopt; int main(string[] args) { version(DigitalMars) { version(linux) { import etc.linux.memoryerror; //...
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
(music) a gradual increase in loudness grow louder gradually increasing in volume
D
module android.java.android.content.AsyncTaskLoader; public import android.java.android.content.AsyncTaskLoader_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!AsyncTaskLoader; import import5 = android.java.java.lang.Class;
D
this is the file for copy to a folder is it ok to copy
D
module st.stackcontext; private import dinrus, st.tls; //Handle versions version(D_InlineAsm_X86) { version(DigitalMars) { version(Win32) version = SC_WIN_ASM; version(linux) version = SC_LIN_ASM; } //GDC uses a different calling conventions, need to reverse engineer...
D
// Copyright © 2011, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module charge.util.signal; import charge.util.vector; /* * This signal implementation isn't very portable using D1 phobos specific * hidden functionality. All this to support autoremove on del...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1984-1998 by Symantec * Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: ...
D
a small nub (especially an undeveloped fruit or ear of corn)
D
func void ZS_Smoke() { PrintDebugNpc(PD_TA_FRAME,"ZS_Smoke"); B_SetPerception(self); AI_SetWalkMode(self,NPC_WALK); AI_GotoWP(self,self.wp); if(Wld_IsMobAvailable(self,"SMOKE")) { AI_UseMob(self,"SMOKE",1); } else if(Wld_IsFPAvailable(self,"STAND")) { AI_GotoFP(self,"STAND"); B_ChooseJoint(self); }; }; ...
D
module net.pms.external.AdditionalFolderAtRoot; import net.pms.dlna.DLNAResource; /** * Classes implementing this interface and packaged as pms plugins will show one * additional folder at the root level when the DLNA tree is being browsed on * the renderer */ public interface AdditionalFolderAtRoot : ExternalLis...
D
module UnrealScript.TribesGame.TrProj_BeowulfGunner; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrProjectile; extern(C++) interface TrProj_BeowulfGunner : TrProjectile { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static Scrip...
D
Ukraine's October 31 presidential elections reduced the candidates from 24 to two, pro-Moscow Viktor Yanukovich and pro-west Viktor Yushchenko. The November 21 runoff election results are being disputed. Yushchenko is claiming Yanukovich's victory is the result of an illegal electoral commission decision and is demandi...
D
module UnrealScript.Core.InterfaceProperty; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.Property; extern(C++) interface InterfaceProperty : Property { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticClass() { mix...
D
// Generic event-based ticker template, kinda hackey, but that's interfacing with C... module ticker; interface TickerApplication { bool onTick(); } // Dealing with the event loop import deimos.ev; private TickerApplication tickerapp; void runTicker(TickerApplication app, double tickrate) { tickera...
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_13_MobileMedia...
D
module UnrealScript.Engine.UISoundTheme; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SoundCue; import UnrealScript.Core.UObject; import UnrealScript.Engine.PlayerController; extern(C++) interface UISoundTheme : UObject { public extern(D): private static __gshared ScriptCl...
D
/************************************************************************* ** Snapper Prototype ** *************************************************************************/ PROTOTYPE Mst_Default_Snapper(C_Npc) { name = "Zębacz"; guild = GIL_SNAPPER; level = 20; //------------------...
D
/home/tardigrade/filecoin/filecoin_loans_test/filecoin-signing-tools/target/release/deps/libthiserror_impl-1dd8cfec21adffdf.so: /home/tardigrade/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.22/src/lib.rs /home/tardigrade/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.22/src/ast...
D
/home/dylan/.config/nvim/target/release/deps/librustc_demangle-17b78452adab69b6.rlib: /home/dylan/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.8/src/lib.rs /home/dylan/.config/nvim/target/release/deps/rustc_demangle-17b78452adab69b6.d: /home/dylan/.cargo/registry/src/github.com-1ecc6299db9ec823/r...
D
/** Arbitrary precision arithmetic ('bignum') for processors with no asm support * * All functions operate on arrays of uints, stored LSB first. * If there is a destination array, it will be the first parameter. * Currently, all of these functions are subject to change, and are * intended for internal use only. *...
D
// Written in the D programming language. // Copyright: Coverify Systems Technology 2012 - 2014 // License: 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) // Authors: Puneet Goel <puneet@...
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
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Log/PrintLogHandler.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-k...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtQuick module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licens...
D
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Fluent.build/Objects-normal/x86_64/Entity.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Fluent-1.0.0/Sources/Fluent/Database/Database.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Fluent-1.0.0/Sources/Fluent/Database/Driver.swift /Users/Yowa/WorkSpace/Po...
D
// **************************************************** // B_AssessTalk // ------------ // aufgerufen durch Ansprechen (Wahrnehmung ASSESSTALK) // oder durch B_AssessPlayer (NSC hat Important-Info) // GILT AUCH FÜR MONSTER // **************************************************** func void B_AssessTalk () { // EXIT I...
D