code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module dwt.internal.mozilla.nsIInputStream;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
typedef nsresult function(nsIInputStream aInStream,
void *aClosure,
byte *aFromSegment,
PRUint32 aToOffset,
PRUint32 aCount,
PRUint32 *aWriteCount) nsWriteSeg... | D |
CHAIN
IF WEIGHT #-4~Global("SanNathB","GLOBAL",5)~THEN BFHNat SanHealNath1
~Thanks for this, priestess. May I take the opportunity for a little banter on this occasion.~
DO~SetGlobal("SanNathB","GLOBAL",6)RealSetGlobalTimer("SanSilvrInt","LOCALS",2000)~
==BSandr~We should get acquainted with each other, you are right. ... | D |
/home/gaurava/work/learning/rust/rust_programming/Greeter/target/debug/deps/version_check-6e75f83a5b7197ad.rmeta: /home/gaurava/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.1.5/src/lib.rs
/home/gaurava/work/learning/rust/rust_programming/Greeter/target/debug/deps/libversion_check-6e75f83a5b7197ad.rl... | D |
// D import file generated from 'derelict\freetype\ft.d'
module derelict.freetype.ft;
public
{
import derelict.freetype.fttypes;
import derelict.freetype.ftfuncs;
}
private import derelict.util.loader;
class DerelictFTLoader : SharedLibLoader
{
public
{
this()
{
super("freetype.dll","libfreetype.so.6... | D |
/Users/jiangqian/Documents/Project/driverStream/driverStreamTest/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/SysProcess.swift.o : /Users/jiangqian/Documents/Project/driverStream/driverStreamTest/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/JSONConvertible.swift /Users/jiangqian/Docu... | D |
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/Configuration.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/Metadata.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/CBrid... | D |
module gtkD.gtk.EditableIF;
public import gtkD.gtkc.gtktypes;
private import gtkD.gtkc.gtk;
private import gtkD.glib.ConstructionException;
private import gtkD.gobject.Signals;
public import gtkD.gtkc.gdktypes;
private import gtkD.glib.Str;
/**
* Description
* The GtkEditable interface is an interface which... | D |
import std.stdio;
import std.string;
import std.concurrency;
import std.datetime.stopwatch;
import core.thread;
const int ITERATIONS = 1 << 24;
const int ITERATIONS_EXPERIMENT = 1 << 16;
struct Packet
{
int writer;
int id;
}
void writer(Tid output, int my_iters, int writer)
{
for (int i = 0; i < my_iters... | D |
module basics.globals;
import file.filename;
// globals.d contains all the compile-time _constants_ accessible from
// throughout the game. Global variables that may change are in globconf.d,
// those are the variables saved into the global config file.
// Untranslated strings; for translations of other strings see ... | D |
// wird pro investiertem Mana aufgerufen // wieviele Mana bisher investiert wurden kann über Parameter manaInvested abgefragt werden
// diese Methode wird immer vom Caster aufgerufen
// SELF = Der Caster
// OTHER = Das Opfer // kann auch leer sein
func INT Spell_ProcessMana(VAR INT manaInvested)
{
//PrintDebugInt(PD... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag7050b.d(12): Error: pure function 'diag7050b.f.g' cannot call impure function 'diag7050b.f'
---
*/
void f()
{
pure void g()
{
f();
}
}
| D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/TemplateKit.build/Tag/Contains.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/template-kit/Sources/TemplateKit... | D |
/Users/okasho/serverProject/tryswift/get_and_post/swift/.build/debug/Turnstile.build/Realm/Realm.swift.o : /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Turnstile-1.0.6/Sources/Turnstile/TurnstileError.swift /Users/okasho/serverProject/tryswift/get_and_post/swift/Packages/Turnstile-1.0.6/Sources/Turn... | D |
// PERMUTE_ARGS:
// Bugzilla 4278
import imports.test68a;
class Foo : OtherModuleClass
{
override void foo()
{
super.foo();
}
}
void main()
{
new Foo();
}
| D |
updown.o: C:/PROGRA~1/MATLAB/R2015b/rtw/c/src/ext_mode/common/updown.c \
C:/Users/Eren/Desktop/ders/EE462/LED2_ert_rtw/rtwtypes.h \
C:/PROGRA~1/MATLAB/R2015b/simulink/include/rtw_extmode.h \
C:/PROGRA~1/MATLAB/R2015b/simulink/include/sysran_types.h \
C:/PROGRA~1/MATLAB/R2015b/rtw/c/src/ext_mode/common/ext_types.h \... | D |
// ***************************************************
// B_KillNpc (NPC wird getötet und bleibt liegen)
// ***************************************************
func void B_KillNpc (var int npcInstance)
{
var C_NPC npc;
npc = Hlp_GetNpc(npcInstance);
if (Hlp_IsValidNpc (npc))
&& (!Npc_IsDead (npc))
{
npc... | D |
// Written in the D programming language.
/**
This module is a port of a growing fragment of the $(D_PARAM numeric)
header in Alexander Stepanov's $(LINK2 https://en.wikipedia.org/wiki/Standard_Template_Library,
Standard Template Library), with a few additions.
Macros:
Copyright: Copyright Andrei Alexandrescu 2008 - ... | D |
module trijam12.render.sprite;
import std.math : round;
import bindbc.sdl;
import bindbc.sdl.image;
import trijam12.math.vector;
import trijam12.render.renderable;
class Sprite : Renderable {
private:
SDL_Texture* spriteTexture;
int* x;
int* y;
int width;
int height;
... | D |
instance DIA_Udar_EXIT(C_Info)
{
npc = PAL_268_Udar;
nr = 999;
condition = DIA_Udar_EXIT_Condition;
information = DIA_Udar_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Udar_EXIT_Condition()
{
if(Kapitel < 4)
{
return TRUE;
};
};
func void DIA_Udar_EXIT_Info()
{
AI_StopProcessI... | D |
/**
* TLS Session
*
* Copyright:
* (C) 2011-2012 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.tls.session;
import botan.constants;
static if (BOTAN_HAS_TLS):
import botan.cert.x509.x509cert;
import botan.tls.version_;
impo... | D |
module android.java.android.media.MediaSync;
public import android.java.android.media.MediaSync_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!MediaSync;
import import9 = android.java.java.lang.Class;
import import7 = android.java.android.media.MediaTimestamp;
| D |
import std.stdio;
interface Interface {
void message();
string meaning();
}
class Abstract : Interface {
abstract void message();
string meaning() {return "God is dead";};
}
class adams : Abstract {
override void message() {
writeln("According to The HitchHiker's Guide");
}
overri... | D |
the season when travel is least active and rates are lowest
| D |
// Functions that use a shared global clrhost
module global;
import dflat.coreclr.host;
__gshared CoreclrHost globalCoreclrHost;
| D |
/**
* Huffman
*
* Copyright:
* (C) 2012-2015 Tatsuhiro Tsujikawa
* (C) 2014-2015 Etienne Cimon
*
* License:
* Distributed under the terms of the MIT license with an additional section 1.2 of the curl/libcurl project.
* Consult the provided LICENSE.md file for details
*/
module libhttp2.huffman;
import lib... | D |
instance PC_Rockefeller(Npc_Default)
{
name[0] = "Рокфеллер";
npcType = npctype_main;
guild = GIL_None;
level = 30;
voice = 15;
id = 0;
attribute[ATR_STRENGTH] = 100;
attribute[ATR_DEXTERITY] = 100;
attribute[ATR_MANA_MAX] = 100;
attribute[ATR_MANA] = 100;
attribute[ATR_HITPOINTS_MAX] = 400;
attribute[ATR_... | D |
//
// Copyright yutopp 2015 - .
//
// 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 mind.grammar;
import std.typecons : Unqual;
import std.range : isInputRange;
import mind.parsers.parser, mind.utility... | D |
module gameboyo.screen;
enum resolution { x = 144, y = 160 };
| D |
module openssl.v1_1_0;
import core.stdc.config;
import core.stdc.stdarg: va_list;
static import core.simd;
static import std.conv;
struct Int128 { long lower; long upper; }
struct UInt128 { ulong lower; ulong upper; }
struct __locale_data { int dummy; }
ali... | D |
module gsb.core.input.gamepad;
import gsb.engine.engineconfig;
import gsb.utils.signals;
import gsb.core.uimanager;
import gsb.core.uievents;
import derelict.glfw3.glfw3;
import std.conv;
GamepadManager!(GLFW_JOYSTICK_LAST+1)* g_gamepadManager = null;
private class GamepadInputManager : IEventCollector {
Gamepad... | D |
// Written in the D programming language.
/**
Source: $(PHOBOSSRC std/experimental/logger/multilogger.d)
*/
module std.experimental.logger.multilogger;
import std.experimental.logger.core;
import std.experimental.logger.filelogger;
/** This Element is stored inside the `MultiLogger` and associates a
`Logger` to a `st... | D |
/Users/niko/Downloads/BitwiseMath/.build/x86_64-apple-macosx/release/BitwiseMath.build/main.swift.o : /Users/niko/Downloads/BitwiseMath/Sources/BitwiseMath/main.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64.swiftinterfac... | D |
/home/tyler/Documents/AdventOfCode/Rust/day_10_2/target/debug/day_10_2-3cd87e0bd8811acf: /home/tyler/Documents/AdventOfCode/Rust/day_10_2/src/main.rs
| D |
/**
* Windows is a registered trademark of Microsoft Corporation in the United
* States and other countries.
*
* 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, Sean Kelly, Alex Rønne Petersen
*/
/* ... | D |
import std.stdio;
import mpiez.admin, mpiez.StateAdmin;
import std.conv, std.datetime;
import utils.Options;
class Proto : Protocol {
this (int id, int total) {
super (id, total);
this.ping = new Message!(1, ulong);
}
Message!(1, ulong) ping;
}
void pong (int id, int total) {
auto proto = new Prot... | D |
/*
[The "BSD licence"]
Copyright (c) 2005-2008 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this ... | D |
module nucleotide_count;
import core.exception;
import std.string;
import std.stdio;
import std.array;
import std.algorithm.sorting: sort;
import std.algorithm.comparison: equal;
class Counter {
string dna;
this(const string dna) {
this.dna = dna;
}
const ulong countOne(immutable char nucleotide) {
try {
... | D |
/*******************************************************************************
The agora-checkvtable-run sub-function for checking virtual method offset
Copyright:
Copyright (c) 2019-2021 BOSAGORA Foundation
All rights reserved.
License:
MIT License. See LICENSE for details.
**... | D |
// ireal
module std.typeinfo.ti_ireal;
private import std.typeinfo.ti_real;
class TypeInfo_j : TypeInfo_e
{
char[] toString() { return "ireal"; }
}
| 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_5_BeT-31341511... | D |
/*******************************************************************************
* Copyright (c) 2007, 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 |
# FIXED
HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_3_40_00_10/source/ti/ble5stack/hal/src/target/_common/hal_trng_wrapper.c
HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_3_40_00_10/source/ti/devices/cc26x0r2/inc/hw_types.h
HAL/Target/CC2650/Drivers/hal... | D |
module pattern.optionals;
import pattern.base;
template optional(alias pattern) if(__traits(compiles, asPattern!pattern))
{
enum optional = function string(string input)
{
string result = asPattern!pattern(input);
return result ? result : "";
};
}
version(unittest)
{
import pattern.p... | D |
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/sadikekinozbay... | D |
module pair;
import std.stdio;
void main()
{
writeln("hello joel");
auto array = pair!(string)("item"); // no need to do pair!(int).pair(1)
writeln(array);
}
template pair(T) {
// template 'pair' declares only a 'pair' member
T[] pair(T t) { return [t,t];}
}
| D |
module UnrealScript.Engine.AdvancedReachSpec;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.ReachSpec;
extern(C++) interface AdvancedReachSpec : ReachSpec
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass()... | D |
module perfontain.managers.hotkey;
import
std.array,
std.algorithm,
perfontain;
final class HotkeyManager
{
auto add(in Hotkey *h, bool permanent = true)
{
_arr ~= h;
if(permanent)
{
return null;
}
auto dg =
{
_arr = _arr.remove(_arr.countUntil(h));
};
return new ConnectionPoint(dg)... | D |
module tinyredis.encoder;
/**
* Authors: Adil Baig, adil.baig@aidezigns.com
*/
private :
import std.string : format, strip;
import std.array;
import std.traits;
import std.conv;
public:
alias toMultiBulk encode;
/**
Take an array of (w|d)string arguments and concat them to a single Multibulk
Examples:
... | D |
// *********************************************************************
// change keys menu
// *********************************************************************
instance MENU_OPT_CONTROLS2(C_MENU_DEF)
{
backpic = MENU_BACK_PIC;
items[0] = "MENU_ITEM_CHG_KEYS_HEADLINE2";
// Items
items[1] = "MENU_IT... | D |
/Users/Avinash/Documents/Code/Guru/Guru/DerivedData/Guru/Build/Intermediates/IBDesignables/Intermediates/Pods.build/Debug-iphonesimulator/Cosmos.build/Objects-normal/x86_64/CosmosSize.o : /Users/Avinash/Documents/Code/Guru/Guru/Pods/Cosmos/Cosmos/CosmosAccessibility.swift /Users/Avinash/Documents/Code/Guru/Guru/Pods/Co... | D |
module game.world;
import std.algorithm;
import std.parallelism;
import gamelib.graphics.surface;
import gamelib.graphics.graph;
import gamelib.graphics.memsurface;
import gamelib.containers.intrusivelist;
import game.controls;
import game.units;
import game.renderer.renderer;
import game.renderer.... | D |
/*#D*/
// Copyright 2012, Jakob Bornecrantz.
// SPDX-License-Identifier: NCSA OR (Apache-2.0 WITH LLVM-exception)
/*!
* This file imports the regular C api of LLVM but also extends it
* with simple wrappers that works on native arrays instead of C
* pointer plus length arrays as well as string wrappers.
*/
module l... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 8271
module ddoc8271;
/**
$(まくろ)
Macros:
まくろ = $(マクロ)
マクロ = Macro
*/
void ddoc8271()
{
}
| D |
instance PAL_189_RITTER(Npc_Default)
{
name[0] = NAME_Ritter;
guild = GIL_PAL;
id = 189;
voice = 8;
flags = 0;
npcType = NPCTYPE_OCAMBIENT;
B_SetAttributesToChapter(self,4);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ItMw_1H_Blessed_02);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FatB... | D |
/home/mark/Documents/Thesis/rust_wasmi_enclave/incubator-teaclave-sgx-sdk/samplecode/wasmi2/enclave/sgxwasm/target/debug/deps/serde-550ed1426222059e.rmeta: /home/mark/.cargo/git/checkouts/serde-sgx-96a969dee263a953/58ff079/serde/src/lib.rs /home/mark/.cargo/git/checkouts/serde-sgx-96a969dee263a953/58ff079/serde/src/mac... | D |
#!/usr/bin/env rdmd
/* 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 catdoc;
import std.file;
import std.getopt;
import std.stdio;
import std.string;
int main(string[] args)
{
if (ar... | D |
/Users/shauket/Desktop/testframework/build/testframework.build/Debug-iphonesimulator/testframework.build/Objects-normal/x86_64/viewcontroller.o : /Users/shauket/Desktop/testframework/viewcontroller.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator/x86_64/... | D |
module kratos;
public import kratos.ecs;
public import kratos.component;
public import kratos.input;
public import kgl3n.vector;
public import kgl3n.matrix;
public import kgl3n.quaternion;
public import kgl3n.interpolate;
public import kgl3n.math;
//public import std.experimental.logger; | D |
module ivy.parser.exception;
import ivy.exception: IvyException;
class IvyParserException: IvyException
{
public:
@nogc @safe this(string msg, string file = __FILE__, size_t line = __LINE__, Throwable next = null) pure nothrow {
super(msg, file, line, next);
}
} | D |
// Generated by the gRPC-dlang plugin.
module protocol.chat.v1.chatRpc;
import protocol.chat.v1.chat;
import google.protobuf.empty;
import protocol.harmonytypes.v1.types;
import protocol.chat.v1.profile;
import protocol.chat.v1.guilds;
import protocol.chat.v1.channels;
import protocol.chat.v1.messages;
import protoco... | D |
module arrow.FloatArray;
private import arrow.BooleanArray;
private import arrow.Buffer;
private import arrow.CompareOptions;
private import arrow.NumericArray;
private import arrow.c.functions;
public import arrow.c.types;
private import glib.ConstructionException;
private import glib.ErrorG;
private import glib.GEx... | D |
/home/ubuntu/Documents/nn/terraswap/target/debug/deps/libthiserror_impl-e7da9f857a9505a5.so: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.24/src/lib.rs /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.24/src/ast.rs /home/ubuntu/.cargo/registry/src/github... | D |
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Service.build/Utilities/Exports.swift.o : /Users/nice/HelloWord/.build/checkouts/service.git--4497745740812708697/Sources/Service/Services/ServiceID.swift /Users/nice/HelloWord/.build/checkouts/service.git--4497745740812708697/Sources/Service/Utilities/Depreca... | D |
/*******************************************************************************
* Copyright (c) 2007, 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, a... | D |
//Written in the D programming language
/++
Module containing Date/Time functionality.
This module provides:
$(UL
$(LI Types to represent points in time: $(LREF SysTime), $(LREF Date),
$(LREF TimeOfDay), and $(LREF2 .DateTime, DateTime).)
$(LI Types to represent intervals of t... | D |
/*func int makerune_cond()
{
if(Npc_IsPlayer(self))
{
if(!Npc_HasItems(self,ItMi_Pliers))
{
AI_PlayAni(self,"T_DONTKNOW");
AI_PrintScreen("Требуются щипцы!",-1,YPOS_GoldGiven,FONT_ScreenSmall,2);
return FALSE;
};
};
return TRUE;
};*/
func void makerune_s1()
{
if(C_NpcIsHero(self))
... | D |
/Users/sunny/Documents/MVVMC-Poc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SwiftMessages.build/Objects-normal/x86_64/Identifiable.o : /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/AccessibleMessage.swift /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/Identifiabl... | D |
/******************************************************************************
Based on the generated files from the BCD tool
modified by: Frank Benoit <benoit@tionex.de>
******************************************************************************/
module org.eclipse.swt.internal.c.cairo_pdf;
private import... | D |
(Islam) an invisible spirit mentioned in the Koran and believed by Muslims to inhabit the earth and influence mankind by appearing in the form of humans or animals
| D |
/Users/ScubaGirl/Desktop/Spring2015/SpeedLimit2/build/SpeedLimit.build/Debug-iphonesimulator/SpeedLimit.build/Objects-normal/x86_64/ViewController.o : /Users/ScubaGirl/Desktop/Spring2015/SpeedLimit2/SpeedLimit/ViewController.swift /Users/ScubaGirl/Desktop/Spring2015/SpeedLimit2/SpeedLimit/AppDelegate.swift /Users/Scuba... | D |
module java.util.Observable;
import java.util.Vector;
public class Observable
{
private bool changed = false;
private Vector obs;
public this()
{
this.obs = new Vector();
}
public synchronized void addObserver(Observer paramObserver)
{
if (paramObserver == null)
throw new NullPointerException();
if ... | D |
/Users/jeanpierre/Timey/build/Timey.build/Debug-iphonesimulator/Timey.build/Objects-normal/x86_64/TableViewCell.o : /Users/jeanpierre/Timey/Timey/AppDelegate.swift /Users/jeanpierre/Timey/build/Timey.build/Debug-iphonesimulator/Timey.build/DerivedSources/CoreDataGenerated/Model/Model+CoreDataModel.swift /Users/jeanpier... | D |
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/Range.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/justinle... | D |
/**
* This module describes the _digest APIs used in Phobos. All digests follow
* these APIs. Additionally, this module contains useful helper methods which
* can be used with every _digest type.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW T... | D |
/**
Generator for VisualD project files
Copyright: © 2012-2013 Matthias Dondorff
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff
*/
module dub.generators.visuald;
import dub.compilers.compiler;
import dub.generators.generator;
i... | D |
module dwt.internal.mozilla.nsIProperties;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
const char[] NS_IPROPERTIES_IID_STR = "78650582-4e93-4b60-8e85-26ebd3eb14ca";
const nsIID NS_IPROPERTIES_IID=
{
0x78650582, 0x4e93, 0x4b60,
[ 0x... | D |
/***********************************************************************\
* ole2.d *
* *
* Windows API header module *
* ... | D |
// Version des Patches
const string NINJA_SPRINT_VERSION = "Sprint 2.0.1-G2";
/*
* Menu initialization function called by Ninja every time a menu is opened
* Source: https://github.com/szapp/Ninja/wiki/Inject-Changes
*/
func void Ninja_Sprint_Menu(var int menuPtr) {
MEM_InitAll();
// Version check
if (... | D |
instance DIA_Khaled_EXIT(C_Info)
{
npc = SLD_823_Khaled;
nr = 999;
condition = DIA_Khaled_EXIT_Condition;
information = DIA_Khaled_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Khaled_EXIT_Condition()
{
return TRUE;
};
func void DIA_Khaled_EXIT_Info()
{
AI_StopProcessInfos(self);
}... | D |
/**
* The thread module provides support for thread creation and management.
*
* Copyright: Copyright Sean Kelly 2005 - 2012.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Sean Kelly, Walter Br... | D |
// Written in the D programming language.
/**
High-level interface for allocators. Implements bundled allocation/creation
and destruction/deallocation of data including `struct`s and `class`es,
and also array primitives related to allocation. This module is the entry point
for both making use of allocators and for the... | D |
module test.enactor.actor;
import std.conv : text;
import enactor.actor;
import enactor.trace;
// Message declarations must be visible to / importable by enactor.
struct IntMessage { int a; }
@("Actors receive passed messages")
unittest {
auto m = new MainActor();
class A {
mixin Actor;
int... | D |
module musictag.ogg;
import musictag.tag : Tag;
import musictag.bitstream;
import std.exception : enforce, assumeUnique;
import std.range : isInputRange, ElementType;
enum isOggPageRange(R) = isInputRange!R && is(ElementType!R == OggPage);
immutable(ubyte)[] capturePattern = ['O', 'g', 'g', 'S'];
/// Builds inp... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/FluentProvider.build/Updateable/Updateable.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/fluent-provider.git-1502561075136423204/Sources/FluentProvider/Node+Row+JSON.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkout... | D |
instance DIA_Addon_Huno_EXIT(C_Info)
{
npc = BDT_1099_Addon_Huno;
nr = 999;
condition = DIA_Addon_Huno_EXIT_Condition;
information = DIA_Addon_Huno_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Huno_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Huno_EXIT_Info()
{
AI_... | D |
/**
Copyright: Copyright (c) 2017-2018 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.gui.textedit.messagelog;
import voxelman.math;
import voxelman.container.chunkedbuffer;
import voxelman.gui.textedit.cursor;
import voxelman.gui.textedit.te... | D |
instance PC_Friend_AW (Npc_Default)
{
// ------ NSC ------
name = "Argez";
guild = GIL_OUT;
id = 1606;
voice = 0;
flags = 2;
npctype = NPCTYPE_FRIEND;
// ------ AIVARs ------
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
// ------ Attribute ------
... | D |
module sonar;
static import gfx;
import klaodg;
import gfm.opengl;
import derelict.opengl;
import svo;
import std.stdio;
static import svorender;
static import botrender;
class SonarMap {
Octree otree;
int y_iter = 70, x_iter = 0;
this ( ) {
otree = new Octree(float3(0.0f), 100.0f, 7);//SCALE
string sour... | D |
import std.stdio;
import std.conv : to;
import std.algorithm : map;
import std.array : array;
import mjtournament.tournament;
void main(string[] args)
{
stderr.writeln("usage:
oneliner [skipRounds] < player-centered.ssv > one-liner.ssv");
size_t skip;
if (1 < args.length)
skip = args[1].to!size_t;
writefln(... | D |
/**
Provides meta utilities that can modify types
*/
module bolts.meta;
import bolts.internal;
/**
Returns the types of all values given.
$(OD isFunction!T then the typeof the address is taken if possible)
$(OD If typeof(T) can be taken it is)
$(OD Else it is appended on as is)
Returns:
... | D |
instance Mod_961_BDT_Sancho_MT (Npc_Default)
{
// ------ NSC ------
name = "Sancho";
guild = GIL_OUT;
id = 961;
voice = 3;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);
// ------ Kampf-Taktik ------
fight_tactic = FAI_HUMAN_STRONG;
/... | D |
; Copyright (C) 2008 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 applicable law ... | D |
void main() {
import std.stdio : writeln;
writeln("Hello World! I went for a walk and fell down a hole.");
}
| D |
INSTANCE Info_Mod_Landstreicher2_Hi (C_INFO)
{
npc = Mod_7745_BDT_Landstreicher_NW;
nr = 1;
condition = Info_Mod_Landstreicher2_Hi_Condition;
information = Info_Mod_Landstreicher2_Hi_Info;
permanent = 1;
important = 1;
};
FUNC INT Info_Mod_Landstreicher2_Hi_Condition()
{
if (Npc_RefuseTalk(self) == FALSE)
{
... | D |
Roman poet noted for epigrams (first century BC)
(of persons) befitting a warrior
suggesting war or military life
of or relating to the armed forces
| D |
/*
* NetKit - This library contains tcp / http / http2 / websocket servers and clients.
*
* Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd
*
* Developer: HuntLabs
*
* Licensed under the Apache-2.0 License.
*
*/
module netkit.net.NetServerOptions;
class NetServerOptions {
} | D |
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Jay.build/CommentParser.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Jay-1.0.1/Sources/Jay/BooleanParser.swift /Users/okas... | D |
/Users/ming/Desktop/PerfectTemplate/.build/x86_64-apple-macosx/debug/PerfectThread.build/Promise.swift.o : /Users/ming/Desktop/PerfectTemplate/.build/checkouts/Perfect-Thread/Sources/PerfectThread/Promise.swift /Users/ming/Desktop/PerfectTemplate/.build/checkouts/Perfect-Thread/Sources/PerfectThread/ThreadQueue.swift /... | D |
instance DIA_Org_876_EXIT(C_Info)
{
npc = ORG_876_Tuersteher;
nr = 999;
condition = DIA_Org_876_EXIT_Condition;
information = DIA_Org_876_EXIT_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_Org_876_EXIT_Condition()
{
return 1;
};
func void DIA_Org_876_EXIT_Info()
{
AI_StopProcessInfos(self)... | D |
module android.java.java.security.ProtectionDomain_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import4 = android.java.java.security.Permission_d_interface;
import import2 = android.java.java.lang.... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.