code
stringlengths
3
10M
language
stringclasses
31 values
module android.java.java.util.StringTokenizer; public import android.java.java.util.StringTokenizer_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!StringTokenizer; import import0 = android.java.java.lang.Class;
D
// Copyright (c) 2018, dlang-community // 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 dscanner.analysis.redundant_storage_class; import std.stdio; import std.string; import dparse.ast; impor...
D
int main() { int a; int b; int c; a = 7; b = 3; c = 3; Print(b == c); Print(b == a); Print(b != a); Print(b != c); Print(a > b); Print(b > c); Print(b >= c); Print(c <= b); Print(a <= c); Print(c <= a); Print(a < c); Print(c < a); }
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")...
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
/************************************************************************* * G_PickLock ************************************************************************* * PRCONDITIONS: self : Player *************************************************************************/ func void G_PickLock( var int bSuccess, ...
D
module yu.eventloop.selector.kqueue; import yu.eventloop.common; import yu.memory.allocator; package(yu): static if (IOMode == IO_MODE.kqueue) { import core.stdc.errno; import core.sys.posix.sys.types; // for ssize_t, size_t import core.sys.posix.netinet.tcp; import core.sys.posix.netinet.in_; i...
D
module app; // 01_10_camera_view_space import std.stdio; // writeln import std.math : sin, cos; import shaders; // without - Error: undefined identifier Shader, createProgramFromShaders, ... import event_handler; // without - Error: undefined identifier onKeyEvent, onFrameBufferResize, handleEvent ...
D
/Volumes/Work Space/LearnRust/projects/mandelbrot/target/debug/build/num-iter-6ec4c2b9bd683ef9/build_script_build-6ec4c2b9bd683ef9: /Users/goble/.cargo/registry/src/github.com-1ecc6299db9ec823/num-iter-0.1.42/build.rs /Volumes/Work Space/LearnRust/projects/mandelbrot/target/debug/build/num-iter-6ec4c2b9bd683ef9/build_...
D
module dkh.container.deque; struct DequePayload(T) { import core.exception : RangeError; private T* _data; private uint start, len, cap; @property bool empty() const { return len == 0; } @property size_t length() const { return len; } alias opDollar = length; ref inout(T) opIndex(size_t ...
D
333.1 39.7 349.1 27.9 18.2 36.0 344.8 26.4 348.8 18.9 347.2 32.7 347.6 31.6 53.5 43.9 359.2 23.6 15.6 28.9 3.7 36.3 332.4 36.0 18.3 47.4 56.7 30.2 350.8 17.8 283.2 45.7 3.8 15.8 32.2 35.7 347.2 27.1 6.6 30.1 ...
D
/** * Copyright © DiamondMVC 2018 * License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module diamond.extensions.extensiontype; /// Enumeration of extension types. enum ExtensionType { /// An extension used to handle application start. applicationStart = "A...
D
/Volumes/Element-Mac/_development/_ios/_training/Bandsintown/Build/Intermediates/Pods.build/Debug-iphonesimulator/Outlaw.build/Objects-normal/x86_64/URL+Value.o : /Volumes/Element-Mac/_development/_ios/_training/Bandsintown/Pods/Outlaw/Sources/Outlaw/JSON.swift /Volumes/Element-Mac/_development/_ios/_training/Bandsinto...
D
module android.java.android.view.Display_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.graphics.Point_d_interface; import import1 = android.java.android.graphics.Rect_...
D
module sys.memarch; import util; immutable ℕ systemPageSize; immutable ℕ allocationGranularity; version (linux) extern(C) { // These are needed to create multiple views of the same physical memory pages in virtual memory on Linux import core.sys.posix.sys.shm; import core.sys.posix.sys.types; int remap_file_pa...
D
// //------------------------------------------------------------------------------ // Copyright 2007-2011 Mentor Graphics Corporation // Copyright 2007-2011 Cadence Design Systems, Inc. // Copyright 2010 Synopsys, Inc. // Copyright 2012-2014 Coverify Systems Technology // All Rights Reserved Worldwide // // ...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Codable/HTTPMessageCoder.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--6227123644269730208/Sources/HTTP/Utilities/RFC1123.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--62271236...
D
instance FA_ENEMY_PREHIT_21(C_FIGHTAI) { move[0] = MOVE_JUMPBACK; }; instance FA_ENEMY_STORMPREHIT_21(C_FIGHTAI) { move[0] = MOVE_JUMPBACK; }; instance FA_MY_W_RUNTO_21(C_FIGHTAI) { move[0] = MOVE_ATTACK; move[1] = MOVE_RUN; }; instance FA_MY_W_STRAFE_21(C_FIGHTAI) { move[0] = MOVE_STRAFE; }; instance FA_MY_W_...
D
/** Implements a compile-time Diet template parser. Diet templates are an more or less compatible incarnation of Jade templates but with embedded D source instead of JavaScript. The Jade language specification is found at $(LINK https://github.com/visionmedia/jade) and provides a good overview of all the supported...
D
instance DIA_Jergan_EXIT(C_Info) { npc = VLK_4110_Jergan; nr = 999; condition = DIA_Jergan_EXIT_Condition; information = DIA_Jergan_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Jergan_EXIT_Condition() { return TRUE; }; func void DIA_Jergan_EXIT_Info() { AI_StopProcessInfos(self); ...
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
/** Copyright: Copyright (c) 2018, Joakim Brännström. All rights reserved. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) Author: Joakim Brännström (joakim.brannstrom@gmx.com) This module contains libc bindings. */ module distssh.libc; /** DESCRIPTION The getloadavg() functio...
D
/* * Copyright (c) 2004-2008 Derelict Developers * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this li...
D
// Org: stackoverflow import std.stdio, std.typetuple; template Iota(size_t a, size_t b) //All integers in the range [a, b) { static if (a < b) { alias TypeTuple!(a, Iota!(a + 1, b)) Iota; } else { alias TypeTuple!() Iota; } } void main() { //Not possible with 'for' foreach( i; Iota!( 0, 10 ) ) { //int[i]...
D
module ontariows.runs; class Run { }
D
instance DIA_Addon_Tonak_NW_EXIT(C_Info) { npc = STRF_1125_Addon_Tonak_NW; nr = 999; condition = DIA_Addon_Tonak_NW_EXIT_Condition; information = DIA_Addon_Tonak_NW_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Tonak_NW_EXIT_Condition() { return TRUE; }; func void DIA_Addon_To...
D
the act of pursuing in an effort to overtake or capture United States politician and jurist who served as chief justice of the United States Supreme Court (1808-1873) a rectangular metal frame used in letterpress printing to hold together the pages or columns of composed type that are printed at one time go after with ...
D
extern (C) int putchar(int); void myprint(immutable(char)[] str) { uint i; while (i < str.length) { putchar(str[i]); i = i + 1; } } void main() { immutable(char)[] str; str = "I will not buy this record;"; myprint(str); myprint(" it is scratched.\n"); }
D
/******************************************************************************* copyright: Copyright (c) 2007 Kris Bell. все rights reserved license: BSD стиль: $(LICENSE) version: Initial release: Oct 2007 author: Kris ************************...
D
import std.stdio; enum N = 1000000; int[N + 5] ans; int[N + 5] q; int qi, qj, cnt = N; int rev(int x) { int y = 0; while (x) { y = 10 * y + x % 10; x /= 10; } return y; } void push(int x, int y) { if (ans[y] || y > N) return; ans[y] = ans[x] + 1; q[qj++] = y; cnt--; } int pop() { return q[qi++]; } v...
D
/* This D file is implicitly imported by all ImportC source files. * It provides definitions for C compiler builtin functions and declarations. * The purpose is to make it unnecessary to hardwire them into the compiler. * As the leading double underscore suggests, this is for internal use only. * * Copyright: Copy...
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_10_BeT-2281881...
D
// Import SDL2 and SDL_image // Both work with Emscripten import bindbc.sdl; import bindbc.sdl.image; //import core.stdc.stdio : printf; // printf works in Emscripten, too // Function declarations for the main loop alias em_arg_callback_func = extern(C) void function(void*) @nogc nothrow; extern(C) void emscripten_set...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Async.build/QueueHandler.swift.o : /Users/nice/HelloWord/.build/checkouts/core.git--3062928766978654394/Sources/Async/Async+NIO.swift /Users/nice/HelloWord/.build/checkouts/core.git--3062928766978654394/Sources/Async/Future+Variadic.swift /Users/nice/HelloWord...
D
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/KituraContracts.build/Contracts.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/KituraContracts.git-8242470758012645844/Sources/KituraContracts/CodableQuery/Coder.swift /Users/patbutler/De...
D
/** Test entities inside DefUnit containters **/ int dummy = f1+s2+f2+f3+f4+f5+f6+f7; extern(D) { int f1; } align (4) { struct s1 {} } deprecated { int f2; } public { int f3; } const { int f4; } override { int f5; } static { int f6; } auto { int f7; } void func() { s...
D
# FIXED PROFILES/ioservice.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Projects/ble/Profiles/SensorProfile/CC26xx/ioservice.c PROFILES/ioservice.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/ble/include/bcomdef.h PROFILES/ioservice.obj: C:/ti/simplelink/ble_cc26xx_2_01_01_44627/Components/osal/inclu...
D
/* Copyright: Martin Nowak 2013 - License: Subject to the terms of the MIT license, as written in the included LICENSE file. Authors: $(WEB code.dawg.eu, Martin Nowak) */ module dawg.drepl.interpreter; import dawg.drepl.engines; import std.algorithm, std.array, std.conv, std.string, std.typecons; struct Interpre...
D
/******************************************************************************* copyright: Copyright (c) 2004 Kris Bell. Все права защищены license: BSD стиль: $(LICENSE) version: Initial release: Oct 2004 authors: Kris Быстрый Unicode t...
D
// *Script was make in Easy Dialog Maker (EDM) //sprawdzone, poprawione g1210 //======================================== //-----------------> OPCJA *KONIEC* //======================================== INSTANCE DIA_Alex_EXIT(C_INFO) { npc = NON_5600_Alex; nr = 999; condition = DIA_Alex_EXIT_...
D
module hunt.net.secure.conscrypt.SSLParametersImpl; // dfmt off version(WITH_HUNT_SECURITY): // dfmt on import hunt.net.secure.conscrypt.AbstractSessionContext; import hunt.net.secure.conscrypt.ApplicationProtocolSelectorAdapter; import hunt.net.secure.conscrypt.ClientSessionContext; import hunt.net.secure.conscrypt....
D
func int C_NpcRansacksAlways(var C_Npc slf) { if((Hlp_GetInstanceID(slf) == Hlp_GetInstanceID(Garwig)) && (Npc_HasItems(other,Holy_Hammer_MIS) > 0)) { return TRUE; }; if((Hlp_GetInstanceID(slf) == Hlp_GetInstanceID(Rod)) && (Npc_HasItems(other,ItMw_2h_Rod) > 0)) { return TRUE; }; return FALSE; };
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 322.399994 60.7000008 8.19999981 35.2999992 90 110 -33.7999992 150.899994 85 13.3999996 13.3999996 0.75 intrusives, dolerite 338 55.9000015 6.5 42 90 110 -35.2999992 150.5 766 11.6999998 12.3000002 0.75 intrusives, porphyry 328.799988 50.7000008...
D
/******************************************************************************* * Copyright (c) 2000, 2007 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
/* REQUIRED_ARGS: -o- -Hf${RESULTS_DIR}/compilable/header18364.di PERMUTE_ARGS: OUTPUT_FILES: ${RESULTS_DIR}/compilable/header18364.di TEST_OUTPUT: --- === ${RESULTS_DIR}/compilable/header18364.di // D import file generated from 'compilable/header18364.d' module foo.bar.ba; nothrow pure @nogc @safe package(foo) { voi...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/PostgreSQL.build/Message/PostgreSQLMessage+0.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/postgresql/Sources/PostgreSQL/Message/PostgreSQLMessage+0.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiB...
D
/Users/julia/ruhackathon/target/debug/deps/pin_project-a9587bd72b47b824.rmeta: /Users/julia/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-1.0.7/src/lib.rs /Users/julia/ruhackathon/target/debug/deps/libpin_project-a9587bd72b47b824.rlib: /Users/julia/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-proj...
D
module file.useropt; /* This expresses a single global option settable by the user. This option * will be saved into the user file, not the all-user global config file. * * For the collection of all user options, including the methods to save/load * them all at once to/from the user file see module basics.user ins...
D
/Users/user143130/Desktop/Tumblr.Yeah/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/UIButton+AlamofireImage.o : /Users/user143130/Desktop/Tumblr.Yeah/Pods/AlamofireImage/Source/Image.swift /Users/user143130/Desktop/Tumblr.Yeah/Pods/AlamofireImage/Source/UIImage+...
D
/Users/jabdul/Desktop/AnalogClock/build/AnalogClock.build/Debug-iphonesimulator/AnalogClock.build/Objects-normal/x86_64/ClockView.o : /Users/jabdul/Desktop/AnalogClock/AnalogClock/AppDelegate.swift /Users/jabdul/Desktop/AnalogClock/AnalogClock/ViewController.swift /Users/jabdul/Desktop/AnalogClock/AnalogClock/ClockView...
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 // // License for redistribution is given by the Artistic License 2.0 // see file LICENSE for further details module vdc.ast.node; impor...
D
CGETRS (F07ASE) Example Program Data 4 2 :Values of N and NRHS (-1.34, 2.55) ( 0.28, 3.17) (-6.39,-2.20) ( 0.72,-0.92) (-0.17,-1.41) ( 3.31,-0.15) (-0.15, 1.34) ( 1.29, 1.38) (-3.29,-2.39) (-1.91, 4.42) (-0.14,-1.35) ( 1.72, 1.35) ( 2.41, 0.39) (-0.56, 1.47) (-0...
D
root://cmseos.fnal.gov//store/group/lpcsusyhad/Spring16_80X_Jul_2016_Ntp_v9X/HTMHT/Spring16_80X_Jul_2016_Ntp_v8p0_new_JEC_new_muonID_top_up_FINAL_HTMHT-Run2016B-PromptReco-v2/160721_031131/0004/stopFlatNtuples_4301.root root://cmseos.fnal.gov//store/group/lpcsusyhad/Spring16_80X_Jul_2016_Ntp_v9X/HTMHT/Spring16_80X_Jul_...
D
/Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/x86_64-apple-macosx10.10/debug/Turnstile.build/Credentials/UsernamePassword.swift.o : /Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/checkouts/Turnstile.git-2443676010155639616/Sources/Turnstile/Credentials/UsernamePasswo...
D
/** Central logging facility for vibe. 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 */ module vibe.core.log; import vibe.core.args; import vibe.core.concurrency; import vibe.core.sync; import std....
D
void main() @safe { int* q; scope int* p; scope int** pp = &q; // ok pp = &p; // error }
D
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) <2013> <Jeremy DeHaan> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this softw...
D
/Users/hdcui/blind_sig_project/bld_sig/target/rls/debug/build/unicase-6a3fb6422121e8ac/build_script_build-6a3fb6422121e8ac: /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/build.rs /Users/hdcui/blind_sig_project/bld_sig/target/rls/debug/build/unicase-6a3fb6422121e8ac/build_script_build-6a3fb...
D
/substrate-node-template/target/release/build/target-lexicon-b3b32a7b4e291e78/build_script_build-b3b32a7b4e291e78: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.10.0/build.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.10.0/src/triple.rs /root/.cargo/registry/src/gith...
D
/Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintDescription.o : /Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Pods/SnapKit/Source/Constraint.swift /Users/atyun-monitor/Desktop/Swift/DanTangFromQuanzai/Pods/S...
D
/home/serge/Projects/Rust/blog-actix/target/debug/deps/dotenv-0b2b7a6aec8c3a5b.rmeta: /home/serge/.cargo/registry/src/github.com-1ecc6299db9ec823/dotenv-0.10.1/src/lib.rs /home/serge/Projects/Rust/blog-actix/target/debug/deps/dotenv-0b2b7a6aec8c3a5b.d: /home/serge/.cargo/registry/src/github.com-1ecc6299db9ec823/dotenv...
D
module vulkan.types; alias uint8_t = ubyte; alias uint16_t = ushort; alias uint32_t = uint; alias uint64_t = ulong; alias int8_t = byte; alias int16_t = short; alias int32_t = int; alias int64_t = long; uint VK_MAKE_VERSION(uint major, uint minor, uint patch) { return (major << 22) | (minor << 12) | (patch); } uint...
D
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/TableView_Test2.build/Debug-iphonesimulator/TableView_Test2.build/Objects-normal/x86_64/VCTrasnsition.o : /Users/Leex/TableView_Test2/TableView_Test2/Common/LoadingViewable.swift /Users/Leex/TableView_Test2/TableView_Test2/AppDelegate.swift /Users/Leex/TableView_T...
D
module issue0291; void foo() in { } // "so you need do{}?" out (; true) // No you don't, but libdparse thinks you still do. { }
D
// URL: https://yukicoder.me/problems/no/637 import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string; auto rdsp(){return readln.splitter;} void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;} void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r,v);} void re...
D
/home/maximiliano/Rust_Projects/traits/target/rls/debug/deps/traits-5c98123b7269a78d.rmeta: src/lib.rs /home/maximiliano/Rust_Projects/traits/target/rls/debug/deps/traits-5c98123b7269a78d.d: src/lib.rs src/lib.rs:
D
set or keep apart cut off from a whole
D
/** Numeric related utilities used by TSV Utilities. Utilities in this file: $(LIST * [formatNumber] - An alternate print format for numbers, especially useful when doubles are being used to represent integer and float values. * [rangeMedian] - Finds the median value of a range. * [quantile] - Gene...
D
/******************************************************************************* * Copyright (c) 2009, 2010 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
/*** * D compatible types that correspond to various basic types in associated * C and C++ compilers. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors...
D
module ComplexNumber; import std.stdio; import std.string; import std.conv; import std.format; import std.math; class ComplexNumber { private: double re; double im; public: this(double re, double im) { this.re = re; this.im = im; } this() { } double getReal() { ret...
D
/home/nmavis/dev/advent/2019/aoc1/target/debug/aoc1-03aea87935b0ea1c: /home/nmavis/dev/advent/2019/aoc1/src/main.rs
D
/var/log/graylog2/radio.log { daily rotate 14 copytruncate compress missingok notifempty }
D
/home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/mime-4ca56b7367b88feb.rmeta: /home/iot_dev/.cargo/registry/src/github.com-1ecc6299db9ec823/mime-0.2.6/src/lib.rs /home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/libmime-4ca56b7367b88feb.rlib: /home/iot_dev/.carg...
D
const int COLL_DONOTHING = 0; const int COLL_DOEVERYTHING = 1; const int COLL_APPLYDAMAGE = 2; const int COLL_APPLYHALVEDAMAGE = 4; const int COLL_APPLYDOUBLEDAMAGE = 8; const int COLL_APPLYVICTIMSTATE = 16; const int COLL_DONTKILL = 32; func int C_CanNpcCollideWithSpell(var int spellType) { if(spellType == SPL_Whir...
D
/Users/danielmorales/CSUMB/Potluck/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/UIGestureRecognizer+Rx.o : /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/danielmorales/CSUMB/Potluck/Pods/RxCocoa/RxCocoa/Deprecated.swift /Users/danielmorales/CSUMB/Potluck/Pods/...
D
instance SLD_809_Bennet_DI(Npc_Default) { name[0] = "Bennet"; guild = GIL_SLD; id = 8090; voice = 6; flags = 0; npcType = NPCTYPE_FRIEND; aivar[AIV_PARTYMEMBER] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IgnoresArmor] = TRUE; B_SetAttributesToChapter(self,3); figh...
D
//----------------------------------------------------------------------------- // wxD - Window.d // (C) 2005 bero <berobero.sourceforge.net> // based on // wx.NET - Window.cs // /// The wxWindow wrapper class. // // Written by Jason Perkins (jason@379.com) // (C) 2003 by 379, Inc. // Licensed under the wxWidgets licen...
D
an abundant source the source of water from which a stream arises
D
/Users/kelvintan/Desktop/MVVM/Build/Intermediates.noindex/MVC.build/Debug-iphonesimulator/MVC.build/Objects-normal/x86_64/BucketList.o : /Users/kelvintan/Desktop/MVVM/MVC/SceneDelegate.swift /Users/kelvintan/Desktop/MVVM/MVC/AppDelegate.swift /Users/kelvintan/Desktop/MVVM/MVC/View/Home/HomeViewController.swift /Users/k...
D
module graphics.pen; import platform.vars.pen; import Scaffold = scaffold.graphics; import core.color; import graphics.view; import graphics.brush; class Pen { public: // Constructor this(Color clr, double width = 1.0) { _width = width; Scaffold.createPen(&_pfvars, clr, width); } this(Brush brush, doubl...
D
instance STRF_1116_Kervo (Npc_Default) { // ------ NSC ------ name = "Kervo"; guild = GIL_STRF; id = 1116; voice = 13; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self,1); //setzt Attribute und LEVE...
D
instance Mod_583_NONE_Hanna_NW (Npc_Default) { // ------ NSC ------ name = "Hanna"; guild = GIL_PAL; id = 583; voice = 17; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); // ------ Kampf-Taktik ------ fig...
D
func void B_IrrlichtBeep () { AI_Output (self ,other,"DIA_Wisp_15_00"); //(summ) };
D
func void ZS_Sleep() { PrintDebugNpc(PD_TA_FRAME,"ZS_Sleep"); B_SetPerception(self); AI_SetWalkMode(self,NPC_WALK); if(!C_BodyStateContains(self,BS_MOBINTERACT)) { if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == 0) { AI_GotoWP(self,self.wp); }; }; AI_StartState(self,ZS_SleepBed,1,""); }; func void ZS...
D
/Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/debug/deps/actix_tls-84e6a0735b0f59b5.rmeta: /Users/sa-ta/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-tls-2.0.0/src/lib.rs /Users/sa-ta/Documents/MyRusts/RustVue/serverRust/target/debug/deps/libactix_tls-84e6a0735b0f59b5.rlib: /Users/sa-ta/.cargo/regis...
D
/Users/eligitelman/Documents/GitHub/crushd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/GraphRequestProtocol.o : /Users/eligitelman/Documents/GitHub/crushd/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/eligitelman/Documents/...
D
# Additional Package Repositories for meilix # # The default source repositories will be created by apt as the .sources file this # subfile for the package. # This is formally used to add the github repository where meilix is maintained as a PPA # # For information about PPA please refer to: # http://askubuntu.com/ques...
D
module android.java.android.graphics.Path_Direction_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.lang.Class_d_interface; import import1 = android.java.java.lang.Enum_d_i...
D
/******************************************************************************* copyright: Copyright (c) 2008 Kris Bell. All rights reserved license: BSD style: $(LICENSE) version: Apr 2008: Initial release authors: Kris Since: ...
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * gtkD is distributed in th...
D
module raylib.core; alias init_window = InitWindow; alias set_target_fps = SetTargetFPS; alias window_should_close = WindowShouldClose; alias begin_drawing = BeginDrawing; alias clear_background = ClearBackground; alias end_drawing = EndDrawing; alias close_window = CloseWindow; Color LIGHTGRAY = Color(200, 200, 200,...
D
module Windows.Media.Core.Preview; import dwinrt; @uuid("6a633961-dbed-464c-a09a-33412f5caa3f") @WinrtFactory("Windows.Media.Core.Preview.SoundLevelBroker") interface ISoundLevelBrokerStatics : IInspectable { extern(Windows): HRESULT get_SoundLevel(Windows.Media.SoundLevel* return_value); HRESULT add_SoundLevelChan...
D
module reflection.generation; import reflection.data; import std.typetuple; import std.traits; import util.variant; import util.hash; import util.traits; private __gshared static this() { alias primitives = TypeTuple!(ubyte, byte, ushort, short, uint, int, ulong, long, fl...
D
/Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/build/insightTEK.build/Debug-iphonesimulator/insightTEK.build/Objects-normal/x86_64/MentorStore.o : /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/insightTEK/SchoolStore.swift /Users/Shashi/Projects/NSHackathon/Iosapp/insightTEK/insightTEK/UserStore.swift /User...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Configs.build/Env/String+Env.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/vapor.git-5492988889259800272/Sources/Configs/Source.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/...
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * gtkD is distributed in th...
D
/Users/Lukas/Desktop/TGTM/Build/Intermediates/TGTM.build/Debug-iphoneos/TGTMTests.build/Objects-normal/arm64/TGTMViewController.o : /Users/Lukas/Desktop/TGTM/TGTM/SelectViewController.swift /Users/Lukas/Desktop/TGTM/TGTM/RecordViewController.swift /Users/Lukas/Desktop/TGTM/TGTM/ShareDialog.swift /Users/Lukas/Desktop/TG...
D
func void evt_monastery_secretlibrary_s1() { if(SecretLibraryIsOpen == FALSE) { SecretLibraryIsOpen = TRUE; Wld_InsertNpc(SKELETON_KNIGHT,"FP_ROAM_NW_KDF_LIBRARY_01"); Wld_InsertNpc(skeleton_knight_shield,"FP_ROAM_NW_KDF_LIBRARY_02"); Wld_InsertNpc(SKELETON_KNIGHT,"FP_ROAM_NW_KDF_LIBRARY_04"); Wld_InsertNpc...
D
module d.semantic.identifier; import d.semantic.semantic; import d.ast.identifier; import d.ir.dscope; import d.ir.error; import d.ir.expression; import d.ir.symbol; import d.ir.type; import d.context.location; import d.context.name; import d.exception; alias Module = d.ir.symbol.Module; alias SymbolResolver(ali...
D