code
stringlengths
3
10M
language
stringclasses
31 values
instance PAL_25000_GAROND(Npc_Default) { name[0] = "Лорд Гаронд"; guild = GIL_PAL; id = 25000; voice = 10; flags = 0; npcType = npctype_main; aivar[93] = TRUE; B_SetAttributesToChapter(self,6); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_2H_Blessed_02); B_CreateAmbientInv(self); B_SetNpcVisual(sel...
D
module graphics.activity.MenuActivity; import d2d; import graphics; import logic; /** * The main menu activity */ class MenuActivity : Activity { Texture drawTexture; ///The temporary draw texture GameActivity newActivity; ///The game activity to use to make the game /** * Initializes the menu ...
D
/********************************************************** ** ** LOGRAMM ** Interpreter ** ** (c) 2009-2014, Dr.Kameleon ** ********************************************************** ** src/backend/html.d **********************************************************/ module backend.html; //===================...
D
import std.stdio; import std.typecons; import std.conv; import std.socket; import core.thread; import core.sync.semaphore; import network; import transactions; import cc; import extObject; import updateList; import observer; class UC_Message : Message { private int id; private int clock; private Operation...
D
import std.algorithm, std.conv, std.range, std.stdio, std.string; import std.bitmanip; version(unittest) {} else void main() { auto n = readln.chomp.to!size_t; auto ai = readln.split.to!(int[]); auto q = readln.chomp.to!size_t; auto mi = readln.split.to!(int[]); auto ri = new bool[](q); foreach (i; 0..1 ...
D
/** * just publically imports all the other modules */ module opencl.c.opencl; public import opencl.c.cl, opencl.c.cl_gl, opencl.c.cl_gl_ext, opencl.c.cl_ext;
D
block consisting of a thick piece of something
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_2_BeT-46642368...
D
/**************************************************************************** * Copyright (c) 1998-2004,2009 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
D
module gtkD.glib.AsyncQueue; public import gtkD.gtkc.glibtypes; private import gtkD.gtkc.glib; private import gtkD.glib.ConstructionException; private import gtkD.glib.TimeVal; /** * Description * Often you need to communicate between different threads. In general * it's safer not to do this by shared memo...
D
// https://issues.dlang.org/show_bug.cgi?id=21515 // EXTRA_CPP_SOURCES: test21515.cpp // DISABLED: win32 win64 // ABI layout of native complex struct _Complex(T) { T re; T im; } // Special enum definitions. version (Posix) { align(float.alignof) enum __c_complex_float : _Complex!float; align(double.alignof) ...
D
/** LDC compiler support. Copyright: © 2013-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 dub.compilers.ldc; import dub.compilers.compiler; import dub.compilers.utils; import dub.internal.utils; import dub....
D
/** Copyright: Copyright (c) 2017 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.container.chunkedrange; struct ChunkedRange(T) { T[] front; bool empty() { return front.length == 0; } size_t joinedLength() { return front.length + itemsLeft...
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2015 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.dtemplate; import core....
D
module d2d.views.list; import std.stdio; import d2d.kernal; import d2d.views.view; /** * List */ class List { private { Kernal* _kernal = null; View[] _views; int _current = -1; } this(Kernal kernal) { _kernal = &kernal; } ~this() { foreach(v; _views) { v.destroy; } _views.length = 0; _curr...
D
/substrate-node-template/target/debug/build/rand-aa99c5f91e7334bd/build_script_build-aa99c5f91e7334bd: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.6.5/build.rs /substrate-node-template/target/debug/build/rand-aa99c5f91e7334bd/build_script_build-aa99c5f91e7334bd.d: /root/.cargo/registry/src/github.com-...
D
module test_runner; import std.file; import std.stdio; import std.string; import core.thread, std.process, std.concurrency; import core.sys.posix.signal; import std.exception; import std.algorithm.searching; import test_case; string targetFolder = "tests"; string duckExecutable = "bin/duck-test-ext"; string failComp...
D
/* Copyright (c) 2018 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execu...
D
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Console.build/Activity/ActivityBar.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/console/Sources/Console/Terminal/ANSI.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/console/Sources/Console/Deprecated.swift ...
D
/Users/sapientisat/Projects/Supplements/Supplements/XcodeBuild/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintMaker.o : /Users/sapientisat/Projects/Supplements/Supplements/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/sapientisat/Projects/Supplements/Sup...
D
/Users/spandana.nayakanti/Desktop/InfyProject/Build/Intermediates.noindex/InfyProject.build/Debug-iphonesimulator/InfyProject.build/Objects-normal/x86_64/AppDelegate.o : /Users/spandana.nayakanti/Desktop/InfyProject/InfyProject/AppDelegate.swift /Users/spandana.nayakanti/Desktop/InfyProject/InfyProject/Model/DataModel....
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
/mnt/e/myrcore/lab_code/lab4_code1/os/target/debug/build/syn-a6917fb520320fc4/build_script_build-a6917fb520320fc4: /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/syn-1.0.35/build.rs /mnt/e/myrcore/lab_code/lab4_code1/os/target/debug/build/syn-a6917fb520320fc4/build_script_build-a6917fb52032...
D
module build; /* Build tool to build all samples or individual samples. */ import core.thread : Thread, dur; import std.algorithm; import std.array; import std.conv; import std.exception; import std.functional; import std.stdio; import std.string; import std.path; import std.file; import std.process; import std.p...
D
/Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/segundo-parcial/protocolos/Build/Intermediates/protocolos.build/Debug-iphonesimulator/protocolos.build/Objects-normal/x86_64/Actividad.o : /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/segundo-parcial/protocolos/...
D
module android.java.android.app.ActivityManager_RunningServiceInfo; public import android.java.android.app.ActivityManager_RunningServiceInfo_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ActivityManager_RunningServiceInfo; import import1 = android.java.java.lang.Class;
D
module irc.utils; import irc.irc; import std.regex; import std.string; public class Target { @property public IRCBot bot() { return _bot; }; public immutable string target; private IRCBot _bot; public this(IRCBot bot, string target) { this._bot = bot; this.target = target.idup; ...
D
E: c384, c473, c470, c627, c84, c191, c272, c398, c212, c57, c761, c170, c535, c306, c235, c611, c635, c232, c742, c509, c112, c49, c797, c284, c842, c428, c508, c31, c541, c666, c751, c17, c130, c783, c684, c479, c608, c344, c21, c440, c581, c741, c523, c617, c270, c559, c106, c843, c368, c776, c847, c577, c269, c699,...
D
unittest { for (int i = 0; i < 10; i++) foo(i); { int i; for (i = 0; i < 10; i++) foo(i); } for (int i = 0; i < 10; i++) { } }
D
go away or leave not being in a specified place nonexistent lost in thought
D
/** * Forms the symbols available to all D programs. Includes Object, which is * the root of the class object hierarchy. This module is implicitly * imported. * * Copyright: Copyright Digital Mars 2000 - 2011. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sea...
D
/*#D*/ // Copyright © 2010-2011, Bernard Helyer. All rights reserved. // Copyright © 2012, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volta.ir.token; import volta.ir.location; /* If you're adding a new token, be sure to update: * - the _tokenToS...
D
/Users/phungdu/Documents/code/vapor/TILApp/Build/Intermediates/TILApp.build/Debug/Async.build/Objects-normal/x86_64/Future+Global.o : /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/core.git--3682430780741917418/Sources/Async/Async+NIO.swift /Users/phungdu/Documents/code/vapor/TILApp/.build/checkouts/core.g...
D
module linalg.random; private import linalg.basic; struct СлучДвиг48 { const static бцел мин = 0; const static бцел макс = бцел.max; /** Генерирует следующее псевдослучайное число. Возвращает: Псевдослучайное число в закрытом интервале [this.мин; this.макс] */ бцел вынь(); /** Реинициали...
D
//https://rosettacode.org/wiki/Arithmetic_coding/As_a_generalized_change_of_radix import std.array; import std.bigint; import std.stdio; import std.typecons; BigInt bigPow(BigInt b, BigInt e) { if (e == 0) { return BigInt(1); } BigInt result = 1; while (e > 1) { if (e % 2 == 0) { ...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 0.712780352 sediments, sandstones, siltstones 310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.976048249 extrusiv...
D
pragma(msg, "\u0041\u030A"); //static if(!is(typeof(x))) enum y = 2; //static if(!is(typeof(y))) enum x = 2; immutable float a = 1.0f; auto xxx(){ return "static int a;"; } struct S{ S s; auto x = bar(); static if({return 1;}()){}; static if(foo()) mixin(xxx()); // error static bool foo(){return 1||bar();}...
D
import std.stdio; import parser; import lexer; import ast; import llvmvisitor; import llvm.c; import std.string : fromStringz, toStringz; import std.experimental.logger; void main(string[] args) { LLVM.load(); LLVMInitializeNativeTarget(); LLVMInitializeNativeAsmPrinter(); LLVMInitializeNativeAsmParser(); LL...
D
/* * * AUTO GENERATED! DO NOT EDIT! * */ module bindbc.bgfx.funcs; private import bindbc.bgfx.types; extern(C) @nogc nothrow: version(BindBgfx_Static) { /** * Init attachment. * Params: * _handle = Render target texture handle. * _access = Access. See `Access::Enum`. * _layer = Cubemap side or depth ...
D
// Written in the D programming language. /** Source: $(PHOBOSSRC std/experimental/allocator/building_blocks/_ascending_page_allocator.d) */ module std.experimental.allocator.building_blocks.ascending_page_allocator; import std.experimental.allocator.common; // Common implementations for shared and thread local Ascend...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Fluent.build/QueryBuilder/QueryBuilder+Operators.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkout...
D
module android.java.android.location.GnssStatus_Callback_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.Class_d_interface; import import0 = android.java.android.locat...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; alias P = Tuple!(int, "x", int, "y"); void main() { auto N = readln.chomp.to!int; auto us = new int[][200001]; auto rs = new int[][200001]; auto ds = new int[][200001]; ...
D
INSTANCE Info_Mod_Alissandro_Hi (C_INFO) { npc = Mod_1870_EBR_Alissandro_MT; nr = 1; condition = Info_Mod_Alissandro_Hi_Condition; information = Info_Mod_Alissandro_Hi_Info; permanent = 0; important = 0; description = "Wer bist du?"; }; FUNC INT Info_Mod_Alissandro_Hi_Condition() { return 1; }; FUNC VOID In...
D
const int ATR_HITPOINTS = 0; const int ATR_HITPOINTS_MAX = 1; const int ATR_MANA = 2; const int ATR_MANA_MAX = 3; const int ATR_STRENGTH = 4; const int ATR_DEXTERITY = 5; const int ATR_REGENERATEHP = 6; const int ATR_REGENERATEMANA = 7; const int ATR_INDEX_MAX = 8; const int NPC_FLAG_FRIEND = 1; const int NPC_FLAG_IMM...
D
// Written in the D programming language. // Regular Expressions. /** * $(RED Deprecated. * Please use $(LINK2 std_regex.html, std.regex) instead.) * * $(LINK2 http://www.digitalmars.com/ctg/regular.html, Regular * expressions) are a powerful method of string pattern matching. The * regular expression lan...
D
extern (C) void run_lua_code(); int main() { run_lua_code(); return 1; }
D
import std.stdio; import std.socket; import std.datetime; import core.thread; import std.concurrency; import std.typecons; import std.string; import std.conv; import std.algorithm; import derelict.opengl.gl; import derelict.openal.al; import derelict.sdl.sdl; import udpnames; import udpio; import clientListener; impo...
D
/++ + A simple text templating library. + ++/ module aim.templater; public import aim.templater.core;
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/Users/Natalia/FunChatik/Jenkins/build/Build/Intermediates.noindex/FunChatik.build/Debug-iphonesimulator/FunChatik.build/Objects-normal/x86_64/AppDelegate.o : /Users/Natalia/FunChatik/FunChatik/Controller/ProfileVC.swift /Users/Natalia/FunChatik/FunChatik/Controller/ChannelVC.swift /Users/Natalia/FunChatik/FunChatik/Co...
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/NIOWebSocket.build/WebSocketProtocolErrorHandler.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIOWebSocket/SHA1.swift /Users/Khanh/vapor/TILApp/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIO...
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 UnrealScript.Engine.DominantPointLight; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.PointLight; extern(C++) interface DominantPointLight : PointLight { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticCla...
D
module hunt.sql.ast.expr.SQLPropertyExpr; import hunt.sql.ast.SQLExprImpl; import hunt.sql.ast.SQLName; import hunt.sql.ast.SQLExpr; import hunt.sql.ast.SQLObject; import hunt.sql.ast.statement.SQLColumnDefinition; import hunt.collection; import hunt.sql.visitor.SQLASTVisitor; import hunt.sql.ast.statement.SQLT...
D
void foo(const out int x) { }
D
module org.serviio.ui.representation.BrowsingCategory; import java.lang.String; import java.util.ArrayList; import java.util.List; import org.serviio.upnp.service.contentdirectory.definition.ContainerVisibilityType; public class BrowsingCategory { private String id; private String title; private Container...
D
/** * HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate. * * Source file hibernated/dialects/sqlitedialect.d. * * This module contains implementation of PGSQLDialect class which provides implementation specific SQL syntax information. * * Copyright: Copyright...
D
guided by whim and fancy unpredictably excitable (especially of horses)
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Core.build/CodableReflection/ReflectionDecoders.swift.o : /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/Data+Base64URL.swift /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/Nest...
D
module Core.Disassembler; import std.stdio; import std.string; import Core.MMU; public final class Disassembler { private MMU _mmu; private ushort _pc; public this(MMU mmu) { _mmu = mmu; } public void disassemble(immutable ushort address, immutable ushort opCount) { _pc = addre...
D
INSTANCE Mod_525_SLD_Lee_MT (Npc_Default) { // ------ NSC ------ name = "Lee"; guild = GIL_MIL; id = 525; voice = 4; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_FRIEND; // ------ AIVARS ------ aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE...
D
lining of the stomach of a ruminant (especially a bovine) used as food nonsensical talk or writing
D
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: tensorflow/core/framework/node_def.proto module tensorflow.node_def; import google.protobuf; import tensorflow.attr_value; enum protocVersion = 3012004; class NodeDef { @Proto(1) string name = protoDefaultValue!(string); @Proto(2) string...
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 distribut...
D
/home/uzair/iot_folder/c8p1/target/rls/debug/deps/c8p1-5a6ff3cdbb669410.rmeta: src/main.rs /home/uzair/iot_folder/c8p1/target/rls/debug/deps/c8p1-5a6ff3cdbb669410.d: src/main.rs src/main.rs:
D
// @expect verified import smack; int cap(int x) { int y = x; if (10 < x) { y = 10; } return y; } void main() { __VERIFIER_assert(cap(2) == 2); __VERIFIER_assert(cap(15) == 10); int x = __VERIFIER_nondet_int(); __VERIFIER_assert(cap(x) <= 10); }
D
/** Unit testing tools. Authors: Lars Tandle Kyllingstad Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved. License: Boost License 1.0 */ module scid.core.testing; import std.algorithm: max; import std.math: abs; import std.stdio; import std.string; import scid.core.meta: Zer...
D
module java.lang.interfaces; import java.lang.String; interface Cloneable{ } interface Comparable { int compareTo(Object o); } // is now in java.util.Comparator //interface Comparator { // int compare(Object o1, Object o2); //} interface CharSequence { char charAt(int index); int len...
D
int main() { int a; int b; int i; b = 0; for(i = 1; true; i = i + 1) { Print("Please enter the #", i, " number:"); a = ReadInteger(); if (a < 0) break; b = b + a; } Print("Sum of ", i, " items is: ", b); }
D
module packets.items.use; import packets.itemusage; import packets.item : ItemPosition; import entities.gameclient; import data.item; /** * Handles the item usage packet. * Sub-type: equip (use) * Params: * client = The game client. * item = The packet. */ void handleUse(GameClient client, ItemUsagePacket item) { ...
D
the British cabinet minister responsible for finance the person who is head of state (in several countries) the honorary or titular head of a university
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 326.205198 57.2096458 3.70000005 44.7999992 80 100 -36.4000015 149.899994 5723 3.80441035 15.8353042 sediments, redbeds 327.433531 48.5642606 1.89999998 642.900024 80 100 -33.5 151.5 1097 1.81820812 11.6379839 sediments, redbeds -41.9634396 47.1283...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Async.build/Exports.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/core/Sources/Async/Async+NIO.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/core/Sources/Async/Future+Variadic....
D
/** * This module implements custom assertions via $(D shouldXXX) functions * that throw exceptions containing information about why the assertion * failed. */ module unit_threaded.assertions; import unit_threaded.exception: fail, UnitTestException; import std.traits; // too many to list import std.range; // also...
D
#source: load5.s #as: --32 #ld: -melf_i386 #objdump: -dw .*: +file format .* Disassembly of section .text: #... [ ]*[a-f0-9]+: c7 c0 ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+,%eax #pass
D
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/build/rand_pcg-cb862b3820a11bde/build_script_build-cb862b3820a11bde: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand_pcg-0.1.2/build.rs /mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/build/rand_pcg-cb862...
D
/* * objd.d * Objective-D compiler * * Copyright (c) 2010 Justin Spahr-Summers <Justin.SpahrSummers@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, ...
D
// REQUIRED_ARGS: -O -cov bool func(T)() { return true; } void main() { assert(func!int() || int.sizeof); }
D
$NetBSD$ Stolen from https://github.com/nrTQgc/druntime/tree/netbsd --- runtime/druntime/src/core/sys/posix/signal.d.orig 2018-08-23 23:29:55.000000000 +0000 +++ runtime/druntime/src/core/sys/posix/signal.d @@ -423,6 +423,31 @@ else version( DragonFlyBSD ) enum SIGUSR2 = 31; enum SIGURG = 16; } +els...
D
module external_libraries; import derelict.freeimage.freeimage; import derelict.glfw3.glfw3; import derelict.opengl3.gl3; import derelict.util.exception; import derelict.sdl2.sdl; import derelict.sdl2.mixer; import derelict.ogg.ogg; import derelict.ogg.vorbis; import derelict.ogg.vorbisfile; import std.exception; imp...
D
/* * stdlib.h compatibility shim * Public domain */ module libressl.compat.stdlib; private static import core.stdc.config; public import core.stdc.stdint; public import core.stdc.stdlib; public import core.sys.bionic.stdlib; public import core.sys.darwin.stdlib; public import core.sys.dragonflybsd.stdlib; public i...
D
take away to an undisclosed location against their will and usually in order to extract a ransom pull away from the body
D
module godot.gdfunctionstate; import std.meta : AliasSeq, staticIndexOf; import std.traits : Unqual; import godot.d.meta; import godot.core; import godot.c; import godot.object; import godot.reference; @GodotBaseClass struct GDFunctionState { static immutable string _GODOT_internal_name = "GDFunctionState"; public: u...
D
/Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/Build/Intermediates/IBDesignables/Intermediates/FareDeal.build/Debug-iphonesimulator/FareDeal.build/Objects-normal/x86_64/NVActivityIndicatorAnimationDelegate.o : /Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/FareDeal/RestaurantDealsVC.swift /Users/angel...
D
module hunt.framework.websocket.SubProtocolCapable; /** * An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455. * * @author Rossen Stoyanchev * @since 4.0 * @see WebSocketHandler * @see <a href="http://tools.ietf.org/html/rfc6455#section-1.9">RFC-6455 section 1.9</a> */ interfac...
D
/home/josh7gas/github.com/Josh7GAS/Oficina/Rust/test/rust_crawler/target/rls/debug/build/crossbeam-utils-fe4de8b72e47f18e/build_script_build-fe4de8b72e47f18e: /home/josh7gas/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.0/build.rs /home/josh7gas/github.com/Josh7GAS/Oficina/Rust/test/rust_crawler/...
D
/** * Copyright © Novelate 2020 * License: MIT (https://github.com/Novelate/NovelateEngine/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) * Website: https://novelate.com/ * ------ * Novelate is a free and open-source visual novel engine and framework written in the D programming language. * It can be used freely...
D
/* TEST_OUTPUT: --- fail_compilation/ice14185.d(12): Error: cannot implicitly convert expression `this` of type `Mutexed` to `Mutexed*` --- */ struct Mutexed { auto acquire () { return Lock (this); } alias acquire this; struct Lock { Mutexed* source; } } void main () { Mutexed x; }
D
instance TPL_1439_GorNaDrak(Npc_Default) { name[0] = "Gor Na Drak"; npcType = npctype_main; guild = GIL_TPL; level = 21; voice = 9; id = 1439; attribute[ATR_STRENGTH] = 100; attribute[ATR_DEXTERITY] = 80; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 292; attribute[AT...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/Alamofire/Source/MultipartFormData.swift /Users/babaiholdings/...
D
const int z; static this() { z = 3; } int main() { z = 4; return 0; }
D
// Copyright Michael D. Parker 2018. // 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 bindbc.opengl.bind.gl31; import bindbc.opengl.config; static if(glSupport >= GLSupport.gl31) { ...
D
// GNU D Compiler routines for stack backtrace support. // Copyright (C) 2013-2022 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free // Software Foundation; either version 3, or (at your option)...
D
/** * Implements LSDA (Language Specific Data Area) table generation * for Dwarf Exception Handling. * * Copyright: Copyright (C) 2015-2023 by The D Language Foundation, All Rights Reserved * Authors: Walter Bright, https://www.digitalmars.com * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boos...
D
# FIXED Drivers/UDMA/UDMACC26XX.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/tidrivers_cc13xx_cc26xx_2_20_01_10/packages/ti/drivers/dma/UDMACC26XX.c Drivers/UDMA/UDMACC26XX.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include/stdint.h Drivers/UDMA/UDMACC26XX.obj: C:/ti/xdctools_3_32_00_06_core/pack...
D
// This file is generated from text files from GLEW. // See copyright in src/lib/gl/gl.d (BSD/MIT like). module lib.gl.ext.exttexturearray; import lib.gl.types; import lib.gl.ext.extgeometryshader4; bool GL_EXT_texture_array; const GL_TEXTURE_1D_ARRAY_EXT = 0x8C18; const GL_TEXTURE_2D_ARRAY_EXT = 0x8C1A; const GL_...
D
module gametextq; import base; //struct GameText { // string _text; /+ void displayGameText(in string text) { g_letterBase.setText(text); g_letterBase.draw(); } +/ //}
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2015 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.declaration; import cor...
D
/Users/macosx/Desktop/TestNetWorkLayer/build/Pods.build/Debug-iphonesimulator/Mockingjay.build/Objects-normal/x86_64/Builders.o : /Users/macosx/Desktop/TestNetWorkLayer/Pods/Mockingjay/Sources/Mockingjay/MockingjayProtocol.swift /Users/macosx/Desktop/TestNetWorkLayer/Pods/Mockingjay/Sources/Mockingjay/NSURLSessionConfi...
D