code
stringlengths
3
10M
language
stringclasses
31 values
module perfontain.managers.shadow; import std.algorithm, perfontain, perfontain.managers.shadow.lispsm; final class ShadowManager { this() { PE.onResize.permanent(_ => update); PE.settings.shadowsChange.permanent(_ => update); _bias = Matrix4.scale(VEC3_2) * Matrix4.translate(VEC3_2); } void process() { ...
D
/** * Array container for internal usage. * * Copyright: Copyright Martin Nowak 2013. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak */ module core.internal.container.array; static import common = core.internal.container.common; import core.exception ...
D
# FIXED uart.obj: C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/uart.c uart.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/stdbool.h uart.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/stdint.h uart.obj: C:/ti/TivaWare_C_Series-2.1.4.178/inc/hw_ints.h uart.obj: C:/ti/TivaWare_C_Series...
D
// Copyright Juan Manuel Cabo 2012. // Copyright Mario Kröplin 2013. // 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 dunit.assertion; import dunit.diff; import core.thread;...
D
module tpl.renderer; import std.string; import std.file; import std.path; import std.conv; import std.variant; import std.json; import std.stdio; import std.uni; import std.functional; import tpl.rule; import tpl.element; import tpl.match; import tpl.ast; import tpl.util; class Renderer { public:...
D
/* Copyright (c) 2014-2016 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, dist...
D
module deepmagic.dom.elements.grouping; package import deepmagic.dom.elements.grouping.blockquote_element; package import deepmagic.dom.elements.grouping.dd_element; package import deepmagic.dom.elements.grouping.div_element; package import deepmagic.dom.elements.grouping.dl_element; package import deepmagic.dom.eleme...
D
/Users/varaprasadp/Desktop/React/Example/ios/build/Build/Intermediates/Example.build/Debug-iphonesimulator/Example.build/Objects-normal/x86_64/RNBarChartView.o : /Users/varaprasadp/Desktop/React/ios/ReactNativeCharts/RNChartViewBase.swift /Users/varaprasadp/Desktop/React/ios/ReactNativeCharts/RNBarLineChartViewBase.swi...
D
/Users/deepansh/Desktop/ForexWatchlist/DerivedData/ForexWatchlist/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ScheduledItemType.o : /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/deepansh/Desktop/ForexWatchlist/Pods/RxSwift/R...
D
/Users/lap14205/Documents/home/blockchain_learning/casper/casper-get-started/src/tests/target/debug/build/crunchy-575b8330c1f4e441/build_script_build-575b8330c1f4e441: /Users/lap14205/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs /Users/lap14205/Documents/home/blockchain_learning/casper/casper...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * Authors: Stewart Gordon * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_winldap.d) */ module core.sys.windows.winldap; version (Windows): version (ANSI) {} els...
D
instance VLK_4148_GESTATH(NPC_DEFAULT) { name[0] = "Гестат"; guild = GIL_OUT; id = 4148; voice = 9; flags = 0; npctype = NPCTYPE_MAIN; b_setattributestochapter(self,6); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,itmw_2h_sld_sword); b_createambientinv(self); b_setnpcvisual(self,MALE,"Hum_Head_Psionic",F...
D
/* * Copyright (c) 2004-2009 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 * notic...
D
import interfaces; import category; import std.traits; bool isIn(immutable IMorphism c, immutable ICategory cat) { return meet(c.category(), cat).isEqual(cat); } bool isIn(immutable IObject c, immutable ICategory cat) { return meet(c.category(), cat).isEqual(cat); } bool allIn(immutable IObject[] obj, immutable...
D
/** Package file for all lowlevel stuff */ module d2d.core.render.lowlevel; public import d2d.core.render.lowlevel.gputexture; public import d2d.core.render.lowlevel.buffer; public import d2d.core.render.lowlevel.vao;
D
instance BAU_902_Gunnar(Npc_Default) { name[0] = "Gunnar"; guild = GIL_BAU; id = 902; voice = 10; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_2h_Bau_Axe); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",Face_...
D
// Written in the D programming language. /++ This module defines functions related to exceptions and general error handling. It also defines functions intended to aid in unit testing. Synopsis of some of std.exception's functions: -------------------- string synopsis() { FILE* f = enf...
D
/Users/jonb/Documents/GitHub/rustapps/twitterplotter/target/debug/build/rand_chacha-b56070b60231b1f4/build_script_build-b56070b60231b1f4: /Users/jonb/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_chacha-0.1.1/build.rs /Users/jonb/Documents/GitHub/rustapps/twitterplotter/target/debug/build/rand_chacha-b56070b602...
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.func; import core.stdc....
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
/******************************************************************************* * Copyright (c) 2000, 2003 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 webkit2webextension.DOMHTMLAnchorElement; private import glib.Str; private import webkit2webextension.DOMHTMLElement; private import webkit2webextension.c.functions; public import webkit2webextension.c.types; /** */ public class DOMHTMLAnchorElement : DOMHTMLElement { /** the main Gtk struct */ protected W...
D
// Copyright 2018 - 2022 Michael D. Parker // 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.sdl.bind.sdlscancode; import bindbc.sdl.config; static if(sdlSupport >= SDLSupport...
D
// Copyright Ahmet Sait Koçak 2020. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // https://www.boost.org/LICENSE_1_0.txt) module bindbc.hb.bind.ot.deprecated_; version(HB_with_deprecated): import bindbc.hb.bind.common; impor...
D
/* * #20 Kirgo doesn't give a beer to the player * * The dialog function is called (the dialog lines are aborted) and the number of beers in the hero inventory are * counted * * Expected behavior: The hero will receive one beer from Kirgo (automatically removed after the test is complete) */ func int G1CP_Test_0...
D
module graphic.internal.vars; /* * All global state of package graphic.internal goes in here. */ import basics.globals; import basics.matrix; import graphic.cutbit; import graphic.internal.names; public import graphic.color; public import net.style; package: bool wantRecoloredGraphics; Cutbit[InternalImage.max ...
D
/++ $(H2 Multidimensional mutation algorithms) This is a submodule of $(MREF mir,ndslice). $(BOOKTABLE $(H2 Function), $(TR $(TH Function Name) $(TH Description)) $(T2 transposeInPlace, Transposes square matrix in place.) ) License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). Copyright: Copyright © 2016-...
D
# FIXED svgen_current.obj: C:/ti/motorware/motorware_1_01_00_18/sw/modules/svgen/src/32b/svgen_current.c svgen_current.obj: C:/ti/motorware/motorware_1_01_00_18/sw/modules/svgen/src/32b/svgen_current.h svgen_current.obj: C:/ti/motorware/motorware_1_01_00_18/sw/modules/math/src/32b/math.h svgen_current.obj: C:/ti/motor...
D
/Users/edwardhuang/Documents/MichiganHackersiOSApp/DerivedData/Michigan\ Hackers/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/JTAppleCalendar.build/Objects-normal/x86_64/JTAppleCalendarView.o : /Users/edwardhuang/Documents/MichiganHackersiOSApp/Pods/JTAppleCalendar/Sources/JTAppleCell.swift /Users/edwar...
D
module godot.c.transform2d; @nogc nothrow: extern(C): struct godot_transform2d { //ubyte[24] _dont_touch_that; ulong[3] _opaque; /// temporary workaround for SysV ABI violation (bugs 5570 & 13207) }
D
struct ClassFlags { alias Type = uint; enum Enum : int { isCOMclass = 0x1, noPointers = 0x2, hasOffTi = 0x4, hasCtor = 0x8, hasGetMembers = 0x10, hasTypeInfo = 0x20, isAbstract = 0x40, isCPPclass = 0x80, hasDtor = 0x100, } alias i...
D
/Users/admin/Desktop/krishnarjun/ImagineMovie/build/ImagineMovie.build/Debug-iphonesimulator/ImagineMovie.build/Objects-normal/x86_64/HomeViewController.o : /Users/admin/Desktop/krishnarjun/ImagineMovie/CommunicationModule/WebAPI.swift /Users/admin/Desktop/krishnarjun/ImagineMovie/Model/Movie.swift /Users/admin/Desktop...
D
// Written in the D programming language. /** This module contains common Dialog implementation. Synopsis: ---- import dlangui.dialogs.msgbox; // show message box with single Ok button window.showMessageBox(UIString("Dialog title"d), UIString("Some message"d)); // show message box with OK and CANCEL buttons, canc...
D
import std.stdio; import std.datetime; import std.random; const long N = 20000; const int size = 10; alias int value_type; alias long result_type; alias value_type[] vector_t; alias ulong size_type; value_type scalar_product(const ref vector_t x, const ref vector_t y) { value_type res = 0; size_type siz = x.leng...
D
a wrong action attributable to bad judgment or ignorance or inattention an understanding of something that is not correct part of a statement that is not correct identify incorrectly to make a mistake or be incorrect
D
module ogre.general.atomicwrappers; import core.atomic; import core.sync.mutex; /** \addtogroup Core * @{ */ /** \addtogroup General * @{ */ struct AtomicScalar(T) { this (T initial) { mField = initial; //mField = new T(); //*mField = initial; } this (AtomicScalar!...
D
instance Pal_239_Ritter (Npc_Default) { // ------ NSC ------ name = NAME_Ritter; guild = GIL_PAL; id = 239; voice = 12; flags = 0; npctype = NPCTYPE_AMBIENT; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); // ------ Kampf-Taktik ------ fig...
D
/******************************************************************************* copyright: Copyright (c) 2008. Fawzi Mohamed license: BSD стиль: $(LICENSE) version: Initial release: July 2008 author: Fawzi Mohamed ****************************************...
D
/* * Hunt - a framework for web and console application based on Collie using Dlang development * * Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs * * Licensed under the Apache-2.0 License. * */ module hunt.routing.define; public import kiss.logger; public import hunt.h...
D
/** * $(RED Deprecated. Use $(D core.sys.darwin.sys.cdefs) instead. This module * will be removed in June 2018.) * * D header file for OSX * * Authors: Martin Nowak */ module core.sys.osx.sys.cdefs; public import core.sys.darwin.sys.cdefs;
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/** Copyright: Copyright (c) 2013-2018 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.world.gen.utils; import voxelman.log; import voxelman.math : ivec3, SimplexNoise; import voxelman.world.block; import voxelman.core.config; import voxelman...
D
/* $OpenBSD: dh.h,v 1.35 2022/07/12 14:42:49 kn Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library i...
D
/Users/wox/Desktop/ios11/Weapons/DerivedData/Weapons/Build/Intermediates.noindex/SwiftMigration/Weapons/Intermediates.noindex/Weapons.build/Debug-iphonesimulator/Weapons.build/Objects-normal/x86_64/DetailController.o : /Users/wox/Desktop/ios11/Weapons/Weapons/AppDelegate.swift /Users/wox/Desktop/ios11/Weapons/Weapons/C...
D
module java.text.Collator; import java.lang.all; import java.util.Comparator; class Collator : Comparator { public static Collator getInstance(){ implMissing( __FILE__, __LINE__ ); return null; } private this(){ } int compare(Object o1, Object o2){ implMissing(...
D
// Written in the D programming language. /** This is a submodule of $(MREF std, algorithm). It contains generic _iteration algorithms. $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 cache, Eagerly evaluates and caches another range's `front`.) $(T2 c...
D
/Users/martyn/Development/AppCoordinatorsLearning/DerivedData/AppCoordinatorsLearning/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/VirtualTimeScheduler.o : /Users/martyn/Development/AppCoordinatorsLearning/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/martyn/Devel...
D
module perfontain.shader.resource; import std, perfontain; enum ProgramSource { header, misc, depth, shadows, lighting, light_compute, gui, draw } ProgramSource programSource(string name) { foreach (ps; EnumMembers!ProgramSource) if (ps.to!string == name) return ps; assert(false, name); } string shad...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/Alamofire/Source/MultipartFormDa...
D
module startup; version(GNU) { static import gcc.attribute; // we need this to get the section, weak and alias attributes void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } } } else version(LDC) { import ldc.llvmasm; void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } } } import core.stdc.config; // we need th...
D
/** * Copyright: Copyright (c) 2007-2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: 2007 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) * */ module orange.core.io; import std.stdio; alias write print; alias writeln println;
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Command.build/Objects-normal/x86_64/Exports.o : /Users/petercernak/vapor/TILApp/.build/checkouts/console.git-5752444009020230057/Sources/Command/Command/Command.swift /Users/petercernak/vapor/TILApp/.build/checkouts/console.git-5752444009020...
D
/Users/dali/Documents/GitHub/rustlings/target/debug/deps/float_cmp-5bf9ef2cb1799e33.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/float-cmp-0.8.0/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/float-cmp-0.8.0/src/macros.rs /Users/dali/.cargo/registry/src/mi...
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.txt or copy at http://www.boost.org/LICENSE_...
D
/Users/michael/Desktop/Buildcoin/ChartTest/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineChartRenderer.o : /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/michael/Desktop/Buildcoin/ChartTest/Pods/Charts/Source/Char...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void main() { auto N = readln.chomp.to!int; auto as = readln.split.to!(int[]); auto a_max = as.maxElement; if (as.all!(a => a == a_max) && a_max+1 == N) { writeln("Y...
D
module exec.cache; import exec.iexecprovider; import std.typecons: Tuple; import std.traits: ReturnType; import std.algorithm: sort; import vibe.core.log; /++ Execution provider that implements caching for an allowed white list of source code files. +/ class Cache: IExecProvider { private IExecProvider realExecPr...
D
/Users/pol/Projects/Skillbox/di/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/x86_64/MainFlutterWindow.o : /Users/pol/Projects/Skillbox/di/macos/Runner/AppDelegate.swift /Users/pol/Projects/Skillbox/di/macos/Flutter/GeneratedPluginRegistrant.swift /Users/pol/Projects/Skillbox/di...
D
///* 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 or agreed to in writing, software ...
D
module graphics.frameBuffer; import graphics.image; import graphics.color; import math.matrix; import std.stdio; class FrameBuffer : Image { private bool alphaBlending = true; private bool depthCheck = true; public float[] depthBuffer; public this(int w, int h, bool alpha, bool depth) { alphaBlendin...
D
module android.java.java.lang.reflect.MalformedParametersException; public import android.java.java.lang.reflect.MalformedParametersException_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MalformedParametersException; import import4 = android.java.java.lang.Class; import import3 = android.ja...
D
module UnrealScript.TribesGame.TrAccolade_NoJoy; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrAccolade; extern(C++) interface TrAccolade_NoJoy : TrAccolade { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass Stati...
D
/** * Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole) */ module cf.spew.events.windowing; import cf.spew.events.defs; /// enum Windowing_Events_Types { /// Prefix to determine if it is standard windowi...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399994 7097 2.5 2.5 0.697163631 sediments, red-brown clays 264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.307014128 extrusives, intrusives 346 61 9 41.2000008 35...
D
/* * wincon.d * * This module binds WinCon.h to D. The original copyright notice is preserved * below. * * Author: Dave Wilkinson * Originated: November 25th, 2009 * */ module binding.win32.wincon; import binding.win32.windef; import binding.win32.winnt; import binding.win32.wingdi; import binding.win32.winb...
D
/++ Contains functions that might be useful in making new widgets, like for formatting text. +/ module qui.utils; import utils.baseconv; import utils.misc; import std.conv : to; /// To scroll a line, by an xOffset /// /// Can be used to scroll to right, or to left (by making xOffset negative). /// Can also be ...
D
module vibecompat.core.concurrency; public import vibe.core.concurrency; import vibe.core.core : Task; import core.time : Duration; /// Forwards to `std.concurrency.send`. void sendCompat(ARGS...)(Task task, ARGS args) @trusted { assert (task != Task(), "Invalid task handle"); static assert(args.length > 0, "Need t...
D
marked by a disposition to oppose and contradict resistant to guidance or discipline deviating from what is considered moral or right or proper or good
D
module elasticsearch.api.namespace.all; //import elasticsearch.api.namespace.cat; //import elasticsearch.api.namespace.cluster; //import elasticsearch.api.namespace.common; //import elasticsearch.api.namespace.indices; //import elasticsearch.api.namespace.nodes; //import elasticsearch.api.namespace.snapshot;
D
/* * $Id: barragemanager.d,v 1.3 2004/05/14 14:35:37 kenta Exp $ * * Copyright 2004 Kenta Cho. All rights reserved. */ module abagames.tf.barragemanager; private import std.string; private import std.path; private import std.file; private import bulletml; private import abagames.util.logger; private im...
D
/******************************************************************************* copyright: Copyright (c) 2010 Ulrik Mikaelsson. Все права защищены license: BSD стиль: $(LICENSE) author: Ulrik Mikaelsson standards: rfc3548, rfc4648 ***************...
D
module skadi.components.validation.all; public import skadi.components.validation.message; public import skadi.components.validation.messageinterface; public import skadi.components.validation.messagelist; public import skadi.components.validation.validation; public import skadi.components.validation.validator; public...
D
module jamu.emulator.instruction.blockTransferInstruction; import std.conv; import std.bitmanip; import std.format; import std.stdio; import jamu.emulator.machine; import jamu.emulator.instruction; import jamu.common.instructionStructs; class BlockTransferInstruction : Instruction { uint[] getRegList() { ...
D
///Found on http://geco.mines.edu/workshop/class2/examples/mpi/index.html /* ! This program shows how to use MPI_Alltoall. Each processor ! send/rec a different random number to/from other processors. */ import core.stdc.stdio; import std.algorithm; import std.array; import std.string; import std.random; import core...
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
/** * Dead code elimination. Really simple. */ module opt.dce; import ir; void eliminateDeadCode(BasicBlock b) { bool changed; do { changed = false; bool[typeof(Temp.tempNum)] usedSet; foreach (inst; b.instrs) { foreach (src; inst.srcs) { if (!src.isConst) { usedSet[src.te...
D
// { dg-do compile } import gcc.attributes; @alloc_size(1) int ignoredfunc(int size); // { dg-warning ".alloc_size. attribute ignored on a function returning .int." } @alloc_size(0) int var; // { dg-warning ".alloc_size. attribute only applies to function types" } @attribute("alloc_size", "1") void* invalid1(int si...
D
// PERMUTE_ARGS: //http://d.puremagic.com/issues/show_bug.cgi?id=5415 @safe void pointercast() { int* a; void* b; static assert( __traits(compiles, cast(void*)a)); static assert(!__traits(compiles, cast(int*)b)); static assert(!__traits(compiles, cast(int*)b)); static assert(!__t...
D
// Written in the D programming language. /** * Support UTF-8 on Windows 95, 98 and ME systems. * * Macros: * WIKI = Phobos/StdWindowsCharset * * Copyright: Copyright Digital Mars 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(WEB digitalmars...
D
instance PC_Psionic_Exit(C_Info) { npc = PC_Psionic; nr = 999; condition = PC_Psionic_Exit_Condition; information = PC_Psionic_Exit_Info; important = 0; permanent = 1; description = DIALOG_ENDE; }; func int PC_Psionic_Exit_Condition() { return 1; }; func void PC_Psionic_Exit_Info() { if(self.aivar[AIV_PARTYM...
D
/root/Documents/daily/3_6_20/target/debug/yahtzee: /root/Documents/daily/3_6_20/src/main.rs
D
module http.protocol.FileEntity; import http.protocol.Entity; import http.protocol.Date; import http.poller.FilePoller; import http.server.Connection; import dlog.Logger; class FileEntity : Entity { FilePoller * m_poller; this(string a_path) { m_poller = fileCache.get(a_path, { return new FileP...
D
module ut.concurrency.slist; import concurrency.slist; import concurrency.sender; import concurrency.operations.whenall; import concurrency.operations.then; import concurrency.operations.via; import concurrency.thread : ThreadSender; import concurrency : sync_wait; import std.range : walkLength; import unit_threaded; ...
D
module util.Stack; import std.stdio; class StackException:Exception{ this(string msg){ super(msg); } } class Stack(T) { T[] buf; sizediff_t stackPtr; this(T[] buf){ this.buf = buf; } this(){ this.buf = new T[4096]; } this(size_t stackSize)...
D
/+ The MIT License (MIT) Copyright (c) <2013> <Oleg Butko (deviator), Anton Akzhigitov (Akzwar)> 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, including wit...
D
<?xml version="1.0" encoding="ASCII"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="_7od6EFwXEemawpDNrkj6egc0d6b16...
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_9_BeT-66848511...
D
/home/zbf/workspace/git/RTAP/target/debug/deps/md5-bde53d22eae8805e.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/md5-0.3.8/src/lib.rs /home/zbf/workspace/git/RTAP/target/debug/deps/libmd5-bde53d22eae8805e.rlib: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/md5-0.3.8/sr...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtWidgets module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Lice...
D
# FIXED driverlib/f28004x/driverlib/cputimer.obj: C:/Users/STarikUser/Documents/F280049_Projects/F280049_Projects_GIT/DSP_280049_Common/driverlib/f28004x/driverlib/cputimer.c driverlib/f28004x/driverlib/cputimer.obj: C:/Users/STarikUser/Documents/F280049_Projects/F280049_Projects_GIT/DSP_280049_Common/driverlib/f28004...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Server/RunningServer.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/vapor.git-5492988889259800272/Sou...
D
INSTANCE Info_Mod_Morgahard_Hi (C_INFO) { npc = Mod_790_BDT_Morgahard_MT; nr = 1; condition = Info_Mod_Morgahard_Hi_Condition; information = Info_Mod_Morgahard_Hi_Info; permanent = 0; important = 0; description = "Hallo, wer bist du und was ist deine Aufgabe im Lager?"; }; FUNC INT Info_Mod_Morgahard_Hi_Condi...
D
module android.java.android.provider.CalendarContract_Reminders_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 import0 = android.java.androi...
D
/Users/river/Desktop/2019_ios_final/build/Pods.build/Debug-iphonesimulator/Socket.IO-Client-Swift.build/Objects-normal/x86_64/SocketAckEmitter.o : /Users/river/Desktop/2019_ios_final/Pods/Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/river/Desktop/2019_ios_final/Pods/Socket.IO-Client-Swift...
D
/Users/Bijibaba/Documents/Programs/CoinPush-iOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager.o : /Users/Bijibaba/Documents/Programs/CoinPush-iOS/Pods/Alamofire/Source/MultipartFormData.swift /Users/Bijibaba/Documents/Programs/CoinPush-iOS/Pods/Alamofire/Sourc...
D
// Written in the D programming language. /** This module defines the notion of a range. Ranges generalize the concept of arrays, lists, or anything that involves sequential access. This abstraction enables the same set of algorithms (see $(LINK2 std_algorithm.html, std.algorithm)) to be used with a vast variety of di...
D
/** * Copyright © DiamondMVC 2018 * License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE) * Author: Jacob Jensen (bausshf) */ module diamond.unittesting.initialization; import diamond.core.apptype; static if (isWeb && isTesting) { /// Boolean determinng whether all tests has passed or not. pack...
D
/** * Abstract drawing functions. * * License: * This Source Code Form is subject to the terms of * the Mozilla Public License, v. 2.0. If a copy of * the MPL was not distributed with this file, You * can obtain one at http://mozilla.org/MPL/2.0/. * * Authors: * Vladimir Panteleev <vladimir@thecyber...
D
module neton.network.NetServer; // import hunt.net; // import neton.network.ServerHandler; // import hunt.logging; // import neton.network.Interface; // class NetServer(T, A...) // { // this(ulong ID, A args) // { // this.ID = ID; // this.args = args; // server = NetUtil.createNetServe...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartParser.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/panartem/Developer/Study/Microserv...
D