code
stringlengths
3
10M
language
stringclasses
31 values
/** * TypeInfo support code. * * Copyright: Copyright Digital Mars 2004 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2004 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Bits.build/Deprecated.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/Deprecated.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/core/Sources/Bits/ByteBuffer+r...
D
/** A module with tests to test the compile-time reflection */ module unit_threaded.tests.parametrized; import unit_threaded.attrs; version(unittest) { @(1, 2, 3) @AutoTags void testValues(int i) { assert(i % 2 != 0); } @Types!(float, int) @AutoTags void testTypes(T)() { ...
D
instance DIA_Hanna_EXIT(C_Info) { npc = VLK_414_Hanna; nr = 999; condition = DIA_Hanna_EXIT_Condition; information = DIA_Hanna_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Hanna_EXIT_Condition() { if(Kapitel <= 2) { return TRUE; }; }; func void DIA_Hanna_EXIT_Info() { AI_StopP...
D
/Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/build/Pods.build/Debug-iphonesimulator/RAMAnimatedTabBarController.build/Objects-normal/x86_64/RAMBadge.o : /Users/artemon/Desktop/projects/Swift/HARMAN/FitHelper/Pods/RAMAnimatedTabBarController/RAMAnimatedTabBarController/RAMBadge/RAMBadge.swift /Users/artemon/De...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/Tag/Models/Loop.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/che...
D
/Users/reza/Documents/gallery-app-ios/Gallory/Build/Intermediates/Gallory.build/Debug-iphonesimulator/Gallory.build/Objects-normal/x86_64/AppDelegate.o : /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/SceneDelegate.swift /Users/reza/Documents/gallery-app-ios/Gallory/Gallory/AppDelegate.swift /Users/reza/Document...
D
var int QS_Data[10]; //CQuickSlot* var int QS_BackGround; //zCView* var int QS_VRender; // const int QS_SlotBackX = 512; // szerokowść wszyskich okienek na jakiej są wyświetlane const int QS_SlotBackY = 128; const int...
D
/* 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, execute, and transmit the Software, a...
D
/Users/son/Desktop/DatePicker2/DerivedData/DatePicker2/Build/Intermediates.noindex/DatePicker2.build/Debug-iphonesimulator/DatePicker2.build/Objects-normal/x86_64/ViewController.o : /Users/son/Desktop/DatePicker2/DatePicker2/SceneDelegate.swift /Users/son/Desktop/DatePicker2/DatePicker2/AppDelegate.swift /Users/son/Des...
D
# FIXED Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Projects/ble/common/cc26xx/ICall_startup.c Startup/ICall_startup.obj: C:/ti/tirex-content/simplelink/ble_cc26xx_2_01_00_44423_cloud/Components/hal/target/CC2650TIRTOS/hal_types.h Startup/ICall_startup.obj: C:/ti/tirex-cont...
D
/** Implements HTTP Basic Auth. Copyright: © 2012 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.http.auth.basic_auth; import vibe.http.server; import vibe.core.log; import std.base64; import std.exception;...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIO.build/GetaddrinfoResolver.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NI...
D
/******************************************************************************* copyright: Copyright (c) 2004 Kris Bell. Все права защищены license: BSD стиль: $(LICENSE) version: Initial release: May 2005 author: Kris Converts between ...
D
/** This module contains the core functionality of the vibe.d framework. See `runApplication` for the main entry point for typical vibe.d server or GUI applications. Copyright: © 2012-2016 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Author...
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) 2012-2014, Maxime Chevalier-Boisvert. All rights re...
D
// REQUIRED_ARGS: -betterC // POST_SCRIPT: runnable/extra-files/test17868-postscript.sh import core.stdc.stdio; extern(C): pragma(crt_constructor) void init() { puts("init"); } pragma(crt_destructor) void fini2() { puts("fini"); } pragma(crt_constructor) void foo() { puts("init"); } pragma(crt_destruct...
D
module wx.StaticLine; public import wx.common; public import wx.Control; //--------------------------------------------------------------------- extern(D) class СтатическаяСтрока : Контрол { enum { ГОРИЗОНТАЛЬНАЯ = ПОриентация.Горизонталь, ВЕРТИКАЛЬНАЯ = ПОриентация.Вертикаль, } publ...
D
module game_over; import std.variant; import game; import content; import graphics; import collections; import types; import util.strings; import math; import types; import achtung_game_data; static places = ["first","second","third","fourth","fifth"]; struct PlayerRenderData { char[50] name; uint nameLength; Colo...
D
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/fsevent_sys-551fa341ae3134bb.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/fsevent-sys-2.0.1/src/core_foundation.rs /User...
D
Attendance Britain February Negroes Wednesday absence abundance accede accelerate accept accidentally accommodate accompanied accumulate accumulator accuracy accuse achieved achievement acknowledgment acquaint acquainted acquire acquitted across address adequate adjacent adolescence advice advise aggravate aisle all ri...
D
module modules.user.user; class User { private string _username; private string _email; private string _password; private string _status; string username() const @property { return _username; } public void username( string value ) @property { _username = value; } string email() const @property...
D
// Written in the D programming language. /** This app is a demo for most of DlangUI library features. Synopsis: ---- dub run dlangui:example1 ---- Copyright: Vadim Lopatin, 2014 License: Boost License 1.0 Authors: Vadim Lopatin, coolreader.org@gmail.com */ module main; import dlangui; import dlangui.dialogs...
D
module UnrealScript.TribesGame.TrDmgType_RhinoSMG; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrDmgType_Bullet; extern(C++) interface TrDmgType_RhinoSMG : TrDmgType_Bullet { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static S...
D
import std.stdio, std.conv, std.string, std.algorithm; string extractRanges(in int[] items) in { assert(items.isSorted()); } body { string[] ranges; for (size_t i = 0; i < items.length; i++) { immutable low = items[i]; while (i < (items.length - 1) && (items[i] + 1) == items[i + 1]) ...
D
module vibe.http.server; public import vibe.core.net; import vibe.core.stream; import vibe.http.internal.http1; import vibe.http.internal.http2.settings; import vibe.http.internal.http2.exchange; public import vibe.http.log; public import vibe.http.common; public import vibe.http.session; import vibe.inet.message; im...
D
module venus.lexer; import std.range; import std.stdio; import std.conv; import std.uni; import std.utf; import std.ascii; import venus.context; unittest { import std.algorithm; // Test import statement { Context ctx = new Context(); string code = "import std.io"; auto tokens = le...
D
/* * container.d * * This module implements a widget container for TuiWidget. * * Author: Dave Wilkinson * Originated: August 20th 2009 * */ module tui.container; import tui.widget; import core.event; import core.definitions; import core.string; private import io.console; class TuiContainer : TuiWidget { ...
D
instance KDF_503_Karras(Npc_Default) { name[0] = "Karras"; guild = GIL_KDF; id = 503; voice = 10; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,6); fight_tactic = FAI_HUMAN_STRONG; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Pony",Face_L_NormalBart02,BodyTex_L,ItAr_KDF_L);...
D
import std.stdio; void main() { writeln("It works!"); }
D
module gtkD.gtk.TreeIter; 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; private import gtkD.gtk.TreeModelIF; private import gtkD.gtk.TreePath; priv...
D
/** * The atomic module provides basic support for lock-free * concurrent programming. * * Copyright: Copyright Sean Kelly 2005 - 2016. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Sean Kelly, Alex Rønne Petersen, Manu Evans * Source: $(DRUNTIMESRC core/_atomic.d)...
D
/* Written in the D programming language. For git maintenance (ensure at least one congruent line with originating C header): #define crypto_secretbox_xchacha20poly1305_H */ module deimos.sodium.crypto_secretbox_xchacha20poly1305; version(SODIUM_LIBRARY_MINIMAL) {} else { import deimos.sodium.crypto_stream_xchacha20...
D
// Data structures that represent the .NET CLR module clr; enum PrimitiveType { Boolean, Byte, SByte, UInt16, Int16, UInt32, Int32, UInt64, Int64, Char, String, Single, Double, Decimal, Object } struct PrimitiveTypeInfo { PrimitiveType ty...
D
module vips.option; import std.variant : Variant; import vips.bindings; import vips.image; import vips.operation; import vips.conv : toGObject; import gobject.Value; import gobject.ObjectG; private struct ParamConfig { string key; bool isOutput; Value value; Variant output; this(string key) ...
D
the highest point (of something the point on the celestial sphere toward which the sun and solar system appear to be moving relative to the fixed stars
D
module hunt.cache.adapter.RedisClusterAdapter; import hunt.cache.adapter.Adapter; import hunt.cache.CacheOptions; import hunt.cache.Nullable; import hunt.cache.Store; import hunt.collection.HashSet; import hunt.collection.Set; import hunt.Exceptions; import hunt.logging; import hunt.redis; import std.array; import ...
D
/Users/Lambert/Desktop/Lambert/计算器app/DerivedData/计算器app/Build/Intermediates/计算器app.build/Debug-iphonesimulator/计算器app.build/Objects-normal/x86_64/AppDelegate.o : /Users/Lambert/Desktop/Lambert/计算器app/计算器app/calaulator.swift /Users/Lambert/Desktop/Lambert/计算器app/计算器app/ViewController.swift /Users/Lambert/Desktop/Lamber...
D
// Written in the D programming language /** * This module contains a range-based _lexer for the D programming language. * * For performance reasons the _lexer contained in this module operates only on * UTF-8 encoded source code. If the use of other encodings is * desired, the source code must be converted to UT...
D
/** Functions and structures for dealing with threads and concurrent access. This module is modeled after std.concurrency, but provides a fiber-aware alternative to it. All blocking operations will yield the calling fiber instead of blocking it. Copyright: © 2013-2016 RejectedSoftware e.K. License: Subject to th...
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
// 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
// Copyright Ferdinand Majerech 2012. // 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) /// The main GUI class. module gui2.guisystem; import std.algorithm; import std.array; import std.con...
D
instance DIA_Regis_EXIT(C_Info) { npc = VLK_425_Regis; nr = 999; condition = DIA_Regis_EXIT_Condition; information = DIA_Regis_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Regis_EXIT_Condition() { return TRUE; }; func void DIA_Regis_EXIT_Info() { AI_StopProcessInfos(self); }; in...
D
/* D-System 'TEXT UTILITY' 'util_text.d' 2005/05/21 jumpei isshiki */ private import std.stdio; private import std.string; private import std.math; private import SDL; private import opengl; private import util_sdl; private import task; struct TEXT { char[] str; int step; int len; int wait; int cnt; } voi...
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
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Fluent.build/Query/Group.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/DanielChang/Documents/...
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_MobileMedia-...
D
module beertracker.object; class BeerTrackerObject { int x, y; int size; this(int size, int start) { this.size = size; this.x = start; } @property int getX() { return this.x; } @property int getY() { return this.y; } @property int getSize() { return this.size; } void ...
D
import core.thread; import core.sync.mutex; import io = std.stdio; import fs = std.file; import std.getopt; import std.functional; import std.algorithm; import std.string; import std.json; import std.path; import std.conv; import std.traits; import std.experimental.logger; import served.fibermanager; import served.fi...
D
/Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MessageInputBar.build/Objects-normal/x86_64/InputPlugin.o : /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/MessageInputBar/Sources/Views/SeparatorLine.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parst...
D
/Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/DerivedData/SiberSuclarTanitim/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.o : /Users/alimurat_mac/Desktop/Tanitim_calisma/SiberSuclarTanitim/Pods/Alamofire/Source/MultipartFormData.swift /Use...
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
import std.stdio, std.cstream; import httpserver; import tools; void main(string[] args) { HttpServer server = new HttpServer(); server.BeginHttpServer("127.0.0.1", 8080); din.getc(); }
D
module gfm.math.statistics; /// Range-based statistic computations. import std.range, std.math; /// Arithmetic mean. double average(R)(R r) if (isInputRange!R) { if (r.empty) return double.nan; typeof(r.front()) sum = 0; size_t count = 0; foreach(e; r) { sum += e; ...
D
/* * directory.d * * This file contains the logic for the Directory class, which allows * traversal of the filesystem. * * Author: Dave Wilkinson * */ module io.directory; import core.string; import core.system; import core.definitions; import core.exception; import io.file; import io.console; import platfo...
D
# FIXED ICall/icall.obj: C:/TI/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c ICall/icall.obj: C:/TI/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi.h ICall/icall.obj: C:/TI/xdctools_3_32_00_06_core/packages/xdc/std.h ICall/icall.obj: C:/TI/ccsv7/tools/compiler/arm_...
D
interface Selection { modify( alter: "move" | "extend", direction: "forward" | "backward" | "left" | "right", granularity: "character" | "word" | "sentence" | "line" | "paragraph" | "lineboundary" | "sentenceboundary" | "paragraphboundary" | "documentboundary" ); } interface Node{ da...
D
void main(){ import std.stdio, std.string, std.conv, std.algorithm; int n; rd(n); auto a=readln.split.to!(int[]); struct Pair{ int val, idx; } auto data=new Pair[](n); foreach(i; 0..n) data[i]=Pair(a[i], i); sort!((l, r)=>(l.val==r.val ? l.idx<r.idx : l.val<r.val))(data); auto b=a.dup; sort(b)...
D
// @@@DEPRECATED_2017-06@@@ /** * $(RED Deprecated. Use `core.stdc.stddef` instead. This module will be * removed in June 2017.) * * C's &lt;stddef.h&gt; * Authors: Walter Bright, Digital Mars, http://www.digitalmars.com * License: Public Domain */ deprecated("Import core.stdc.stddef instead") module std....
D
// ************** // ZS_MM_FrissFleisch // ************** func void ZS_MM_FrissFleisch() { B_ClearPerceptions(self); if (self.aivar[AIV_Schwierigkeitsgrad] < Mod_Schwierigkeit) || (self.aivar[AIV_Schwierigkeitsgrad] > Mod_Schwierigkeit) { B_SetSchwierigkeit(); }; AI_SetWalkmode (self, NPC_WALK); B_MM_D...
D
an annual school or university reunion for graduates a coming to or returning home
D
/home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/rand_chacha-961b0a022ba53ef7/build_script_build-961b0a022ba53ef7: /home/kaito/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs /home/kaito/Project/rust_backend/rust_backend/target/rls/debug/build/rand_chacha-961b0a022ba53ef7...
D
(telecommunication) a coding system that incorporates extra parity bits in order to detect errors
D
/******************************************************************************* Interfaces to the request set and individual requests. IRequestSet, IRequest, and IRequestOnConn exist solely to break the circular import between `swarm.neo.client.RequestSet` and `swarm.neo.client.Connection`. This circ...
D
E: c4, c41, c1, c20, c12, c50, c61, c57, c35, c33, c29, c25, c2, c31, c6, c37, c26, c0, c30, c22, c14, c11, c38, c32, c34, c10, c13, c60, c9, c54, c39, c40, c55, c8, c47, c58, c18, c56, c53, c49, c52, c7, c36, c19, c27. p4(E,E) c4,c41 c61,c57 c11,c31 c38,c29 c50,c10 c30,c13 c33,c8 c58,c18 c58,c6 c35,c33 c37,c26 . p3(E...
D
module hardware.keyboard; /* Important for the main loop: * Phyu mouse first, then keyboard. During updating the keyboard, we read * the keyboard by Allegro 5, and also the mouse by hardware.mouse. * Mouse buttons may be mapped as hotkeys. */ import std.array; import std.utf; import basics.alleg5; import file.lo...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.build/libc.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/COperatingSystem/libc.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/l...
D
instance BDT_1000_Bandit_L (Npc_Default) { // ------ NSC ------ name = "Tulák"; guild = GIL_BDT; id = 1000; voice = 1; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 1); //setzt Attribute un...
D
/Users/radibarq/developer/Chottky/build/Pods.build/Debug-iphonesimulator/ROGoogleTranslate.build/Objects-normal/x86_64/ROGoogleTranslate.o : /Users/radibarq/developer/Chottky/Pods/ROGoogleTranslate/Source/ROGoogleTranslate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swif...
D
prototype Mst_Default_Keiler(C_Npc) { name[0] = "Кабан"; guild = GIL_WOLF; aivar[AIV_MM_REAL_ID] = ID_Keiler; level = 6; B_DS_SetMst_Attribute(cMst_Default_Keiler); protection[PROT_BLUNT] = 60; protection[PROT_EDGE] = 60; protection[PROT_POINT] = 20; protection[PROT_FIRE] = 30; protection[PROT_FLY] = 50; pr...
D
/******************************************************************************* * Main library import for dproto * * Provides accessors for D string and D structs from proto files/data * * Authors: Matthew Soucy, dproto@msoucy.me */ module dproto.dproto; import std.exception : enforce; import std.array; import ...
D
import diet.internal.html : htmlEscape, htmlAttribEscape; import std.format : formattedWrite; #line 1 "layout.dt" import qv.enums; { #line 1 "layout.dt" } _diet_output.put("<!DOCTYPE html><head><!--/ Blobal CSS and JS--><link rel=\"stylesheet\" href=\"/"); #line 6 "layout.dt" _diet_output.htmlAttribEscape(AssetsURL.cs...
D
//Written in the D programming language /* * Converts a MIME type JSON file into D array * * Copyright: Copyright (C) 2015 Jaypha * * Distributed under the Boost Software License, Version 1.0. * (See http://www.boost.org/LICENSE_1_0.txt) * * Authors: Jason den Dulk */ import std.json; import std.array; import...
D
/Users/shorovatin/Documents/EuryptOS/EuryptOS/target/bootimage/bootloader/x86_64-bootloader/release/deps/bit_field-0a9e79562c32d7b6.rmeta: /Users/shorovatin/.cargo/registry/src/github.com-1ecc6299db9ec823/bit_field-0.9.0/src/lib.rs /Users/shorovatin/Documents/EuryptOS/EuryptOS/target/bootimage/bootloader/x86_64-bootlo...
D
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphoneos/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/arm64/ChararcterDetailCellViewModel.o : /Users/pavelkurilov/Library/Mobile\ Documents/com~ap...
D
module android.java.org.apache.http.params.HttpParams_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.org.apache.http.params.HttpParams_d_interface; import import1 = android.jav...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Routing/EngineRouter.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCoder+HTTP.swi...
D
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. * * 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...
D
import std.stdio, std.array; /** This amb function takes a comparison function and the possibilities that need to be checked.*/ //string[] amb(in bool function(in string, in string) pure comp, const(string)[] amb(in bool function(in string, in string) pure comp, in string[][] options, ...
D
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintPriority.o : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/So...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Utilities/DatabaseKitError.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/dat...
D
/** This module implements a red-black tree container. This module is a submodule of $(MREF std, container). Source: $(PHOBOSSRC std/container/_rbtree.d) Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code copyright 2010- Andrei Alexandrescu. All rights reserved by the respective h...
D
/** based on https://github.com/WebAssembly/wasi-libc/blob/2b7e73ae7ac0bad6391d89cc3274a28412243389/libc-bottom-half/sources/__wasilibc_real.c */ import ldc.attributes; extern (C): nothrow: @nogc: @system: alias __wasi_fd_t = int; alias __wasi_size_t = size_t; alias __wasi_errno_t = ushort; alias __wasi_exitcode_t ...
D
/* - Tefutefu3 - Yet Another TwitterBot. Copyright (C) alphaKAI 2015 http://alpha-kai-net.info THE MIT LICENSE. */ import std.stdio; import twitter4d; import tefutefu; void main(){ Tefutefu tefutefu = new Tefutefu(); tefutefu.start; }
D
/// module serialport.fiberready; import serialport.base; import std.traits : isSomeFunction, FunctionAttribute, functionAttributes; /++ Serial Port Fiber Ready +/ class SerialPortFR : SerialPort { protected: /++ Preform pause If sleepFunc isn't null call it. El...
D
// PERMUTE_ARGS: struct Node(T) { T _val; } void foo() { static struct Foo { Node!Foo* node; } }
D
module dlangide.ui.commands; public import dlangui.core.events; import dlangui.widgets.editors; enum IDEActions : int { //ProjectOpen = 1010000, FileNew = 1010000, FileNewWorkspace, FileNewProject, FileOpen, FileOpenWorkspace, FileSave, FileSaveAs, FileSaveAll, FileClose, F...
D
/Users/student/Desktop/FinalProject/ChickenAndRice/DerivedData/Build/Intermediates/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketEngineClient.o : /Users/student/Desktop/FinalProject/ChickenAndRice/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /User...
D
instance KDF_510_Hyglas(Npc_Default) { name[0] = "Хиглас"; guild = GIL_KDF; id = 510; voice = 14; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_STRONG; B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Thief",Face_N_NormalBart09,BodyTex_N,ItAr_KDF_L)...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_oleauto.d) */ module core.sys.windows.oleauto; version (Windows): version (GNU) {} else pragma(lib, "oleaut32"); i...
D
/* REQUIRED_ARGS: -dip25 TEST_OUTPUT: --- fail_compilation/test15192.d(14): Error: escaping reference to outer local variable x --- */ // https://issues.dlang.org/show_bug.cgi?id=15192 ref int fun(ref int x) @safe { ref int bar(){ return x; } return bar(); } ref int fun2(return ref int x) @safe { ref in...
D
import dialect; import lu.conv; unittest { IRCParser parser; with (parser) { client.nickname = "kameloso"; client.user = "kameloso"; client.ident = "NaN"; client.realName = "kameloso IRC bot"; server.address = "irc.swiftirc.net"; server.port = 6667; ...
D
module vibe.db.mongo.impl.index; @safe: import core.time; import std.array; import std.typecons; import vibe.db.mongo.collection; import vibe.data.bson; deprecated("Use CreateIndexOptions instead") enum IndexFlags { none = 0, unique = 1<<0, dropDuplicates = 1<<2, background = 1<<3, sparse = 1<<4, expireAfter...
D
import std.math, std.array; import gfm.math; import engine; import piece, piece_map, frac_range_checker, piece_factory, piece_unfracker, worldsettings; class PieceQueueProvider { private{ int _maxRank; int _maxRankWidth, _maxRankLength; IPieceMap _dic; Appender!(QueuePiece[]) _pieces; IFracRangeC...
D
instance NOV_1302_Viran(Npc_Default) { name[0] = "Viran"; npcType = npctype_main; guild = GIL_NOV; level = 15; voice = 7; id = 1302; attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERITY] = 15; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 100; attribute[ATR_HITPOINTS...
D
/* * Written by Walter Bright * Digital Mars * www.digitalmars.com * Placed into Public Domain. */ /* NOTE: This file has been patched from the original DMD distribution to work with the GDC compiler. Modified by David Friedman, September 2004 */ module std.c.stdio; import std.c.stddef; private import...
D
/* Copyright © 2020, Luna Nielsen Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module engine; public import engine.core; public import engine.input; public import engine.render; public import engine.math; public import engine.audio; public import engine.net; pu...
D
module imports.ice10600a; struct Appender(A : T[], T) { this(T[]) {} } Appender!(E[]) appender(A : E[], E)() { return Appender!(E[])(null); }
D
/Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/ViewController-Conversions-Extension.o : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColo...
D