code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module cucumber.keywords;
import std.string;
struct Match {
string reg;
ulong line;
this(in string reg, in ulong line = __LINE__) {
this.reg = reg;
this.line = line;
}
}
alias Given = Match;
alias When = Match;
alias Then = Match;
alias And = Match;
alias But = Match;
string stripCuc... | D |
/*
* Hello Object DLL Self-Registering Server
* Heavily modified from:
*/
/*
* SELFREG.CPP
* Server Self-Registrtation Utility, Chapter 5
*
* Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
*
* Kraig Brockschmidt, Microsoft
* Internet : kraigb@microsoft.com
* Compuserve: >INTERNET:kraig... | D |
// Lookup table
template getRange(string fun, T = double)
{
static if(fun == "Pow")
enum T[2] getRange = [0.0, PI];
else static if(fun == "Sqrt" || fun == "Log" ||
fun == "Log10" || fun == "Log2")
enum T[2] getRange = [0.0, 1000.0];
else
enum T[2] getRange = [-PI, PI];
}
template getClas... | D |
/Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/build/Pods.build/Debug-iphonesimulator/Macaw.build/Objects-normal/x86_64/PinchEvent.o : /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/export/MacawView+PDF.swift /Users/mac/Documents/Bhupendra/RedialAnimateMenuBar/Pods/Macaw/Source/MCAMediaTimin... | D |
instance DIA_RodDJG_EXIT(C_Info)
{
npc = DJG_702_Rod;
nr = 999;
condition = DIA_RodDJG_EXIT_Condition;
information = DIA_RodDJG_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_RodDJG_EXIT_Condition()
{
return TRUE;
};
func void DIA_RodDJG_EXIT_Info()
{
AI_StopProcessInfos(self);
};
... | D |
/Users/sameersiddiqui/Projects/HafsaInspectorApp/Build/Intermediates/Pods.build/Debug-iphonesimulator/Material.build/Objects-normal/x86_64/TabBar.o : /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/BarView.swift /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/Bottom... | D |
import std.stdio;
import mod;
void main()
{
writeln("Hello from D, value is ", Klass.VAL, "!");
}
| D |
/Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/Build/Intermediates/IBDesignables/Intermediates/FareDeal.build/Debug-iphonesimulator/FareDeal.build/Objects-normal/x86_64/Restaurant.o : /Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/FareDeal/RestaurantDealsVC.swift /Users/angelasmith/Desktop/SourceTree/... | D |
a Polynesian native or inhabitant of Tonga
the Polynesian language spoken by the Tongan people
of or relating to the island monarchy of Tonga or its people
| D |
/Users/admin/Desktop/Day4/DemoClass/DerivedData/DemoClass/Build/Intermediates/DemoClass.build/Debug-iphonesimulator/DemoClass.build/Objects-normal/x86_64/ManipulateArray.o : /Users/admin/Desktop/Day4/DemoClass/DemoClass/ReverseFile.swift /Users/admin/Desktop/Day4/DemoClass/DemoClass/PropertyDemo.swift /Users/admin/Desk... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2016 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.traits;
import core.std... | D |
/*
PERMUTE_ARGS:
REQUIRED_ARGS: -dip25
TEST_OUTPUT:
---
fail_compilation/fail_scope.d(45): Error: escaping reference to local variable string
fail_compilation/fail_scope.d(63): Error: escaping reference to local variable s
fail_compilation/fail_scope.d(82): Error: escaping reference to local variable string
fail_compil... | D |
/Users/apple-1/Documents/xCode/CoreDataSampleApp/Build/Intermediates/Pods.build/Release-iphonesimulator/SwipeViewController.build/Objects-normal-tsan/x86_64/InterfaceController.o : /Users/apple-1/Documents/xCode/CoreDataSampleApp/Pods/SwipeViewController/Pod/Classes/InterfaceController.swift /Users/apple-1/Documents/xC... | 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... | 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 |
/**
Copyright: Copyright (c) 2017-2019 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
/// Resolve all symbol references (variable/type/function/enum name uses)
/// using information collected on previous pass
module fe.names_resolve;
import std.stdio;
impor... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab5/os/target/riscv64imac-unknown-none-elf/debug/deps/volatile-7091e82015bd4da0.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/volatile-0.2.6/src/lib.rs
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab5/os/target/riscv64imac-unk... | D |
/***********************************************************************\
* ole2ver.d *
* *
* Windows API header module *
* ... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail10346.d(13): Error: undefined identifier T
fail_compilation/fail10346.d(16): Error: template fail10346.bar does not match any function template declaration. Candidates are:
fail_compilation/fail10346.d(13): fail10346.bar(T x, T)(Foo!T)
fail_compilation/fail10346.d(16): Er... | D |
import std.stdio;
import std.range;
import std.algorithm;
import std.string;
import std.conv;
import std.file;
import std.path;
import std.parallelism;
import std.algorithm.comparison : equal;
import std.container.rbtree;
import std.traits;
import core.thread;
import std.process;
import std.datetime.stopwatch : benchma... | 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
* distributed... | D |
Long: delegation
Arg: <LEVEL>
Help: GSS-API delegation permission
Protocols: GSS/kerberos
Category: misc
---
Set LEVEL to tell the server what it is allowed to delegate when it
comes to user credentials.
.RS
.IP "none"
Don't allow any delegation.
.IP "policy"
Delegates if and only if the OK-AS-DELEGATE flag is set in t... | D |
instance Mod_2008_PSINOV_Ghorim_MT (Npc_Default)
{
//-------- primary data --------
name = "Ghorim";
Npctype = Npctype_Main;
guild = GIL_OUT;
level = 9;
voice = 2;
id = 2008;
//-------- abilities --------
attribute[ATR_STRENGTH] = 15;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MA... | D |
void f(int x){
Print(x+a);
}
int main(){
int a;
a = 2;
f(a);
} | D |
//########################################################################
//##
//## Perception_Testmodell
//##
//########################################################################
instance Perception_Testmodell (Npc_Default)
{
//-------- primary data --------
name = "Perception_Testmodell";
... | D |
/*******************************************************************************
copyright: Copyright (c) 2006 Dinrus. все rights reserved
license: BSD стиль: see doc/license.txt for details
version: Initial release: Feb 2006
author: Regan Heath, O... | D |
/home/nathan/Google Drive/computing/rust/minigrep/target/debug/deps/minigrep-3b12b7d9141365b1.rmeta: src/lib.rs
/home/nathan/Google Drive/computing/rust/minigrep/target/debug/deps/minigrep-3b12b7d9141365b1.d: src/lib.rs
src/lib.rs:
| D |
/*******************************************************************************
Test Case Base Class.
Common functionality used by all tests.
Copyright:
Copyright (c) 2017 Sociomantic Labs GmbH. All rights reserved.
License:
Boost Software License Version 1.0. See LICENSE.txt for de... | D |
/*
Copyright (c) 2011-2013 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... | D |
module org.serviio.upnp.protocol.http.transport.ResourceTransportProtocolHandler;
import java.lang;
import java.io.FileNotFoundException;
import java.util.Map;
import org.apache.http.ProtocolVersion;
import org.serviio.delivery.Client;
import org.serviio.delivery.HttpResponseCodeException;
import org.serviio.delivery.... | D |
/**
* Thread Local Storage для DigitalMars D.
* Модуль дает простой обмотчик для системно-специфичных средств (thread local storage)
* локального сохранения в потоке.
*
* Authors: Mikola Lysenko, (mclysenk@mtu.edu)
* License: Public Domain (100% free)
* Date: 9-11-2006
* Version: 0.3
*
* History:
* v0.3 - ... | D |
/**
* License:
* $(BOOKTABLE ,
* $(TR $(TD cairoD wrapper/bindings)
* $(TD $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)))
* $(TR $(TD $(LINK2 http://cgit.freedesktop.org/cairo/tree/COPYING, _cairo))
* $(TD $(LINK2 http://cgit.freedesktop.org/cairo/tree/COPYING-LGPL-2.1, LGPL 2.1) /... | D |
/Users/mac/Documents/StreamsApp/DerivedData/StreamsApp/Build/Intermediates.noindex/StreamsApp.build/Debug-iphonesimulator/StreamsApp.build/Objects-normal/x86_64/UserHeaderView.o : /Users/mac/Documents/StreamsApp/StreamsApp/AppDelegate.swift /Users/mac/Documents/StreamsApp/StreamsApp/StreamViewController/PostTableViewCe... | D |
United States telephone engineer who assisted Alexander Graham Bell in his experiments (1854-1934)
United States psychologist considered the founder of behavioristic psychology (1878-1958)
United States geneticist who (with Crick in 1953) helped discover the helical structure of DNA (born in 1928)
| D |
module std.random;
version(WebAssembly)
{
import arsd.webassembly;
int uniform(int low, int high)
{
int max = high - low;
return low + eval!int(q{ return Math.floor(Math.random() * $0); }, max);
}
} | 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 |
/*
Copyright (c) 2019 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 |
module UnrealScript.TribesGame.TrFamilyInfo_Light_Architect_BE;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrFamilyInfo_Light_Architect;
extern(C++) interface TrFamilyInfo_Light_Architect_BE : TrFamilyInfo_Light_Architect
{
public extern(D):
private static __gshared Sc... | D |
module org.serviio.delivery.resource.transcode.TranscodingConfiguration;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.serviio.library.metadata.MediaFileType;
import org.serviio.delivery.resource.transcode.TranscodingDefiniti... | D |
/*
* DSFML - The Simple and Fast Multimedia Library for D
*
* Copyright (c) 2013 - 2018 Jeremy DeHaan (dehaan.jeremiah@gmail.com)
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the authors be held liable for any damages arising from the
* use of this software.
... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees hol... | D |
instance PAL_257_Ritter (Npc_Default)
{
// ------ NSC ------
name = NAME_RITTER;
guild = GIL_PAL;
id = 257;
voice = 9;
flags = NPC_FLAG_IMMORTAL; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_OCAMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4); ... | D |
/******************************************************************//**
* \file src/sfx/engine.d
* \brief OpenAL sound engine
*
* <i>Copyright (c) 2012</i> Danny Arends<br>
* Last modified Feb, 2012<br>
* First written Dec, 2011<br>
* Written in the D Programming Language (http://www.digitalmars.com/d)
********... | D |
// Written in the D programming language.
/**
* Contains the elementary mathematical functions (powers, roots,
* and trigonometric functions), and low-level floating-point operations.
* Mathematical special functions are available in $(D std.mathspecial).
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BO... | D |
// Written in the D programming language.
/**
Functions for starting and interacting with other processes, and for
working with the current _process' execution environment.
Process_handling:
$(UL $(LI
$(LREF spawnProcess) spawns a new _process, optionally assigning it an
arbitrary set of standard input, outpu... | D |
a usually malignant tumor arising from connective tissue (bone or muscle etc.
| D |
module automem.test_utils;
mixin template TestUtils() {
version(unittest) {
import unit_threaded;
import test_allocator;
@Setup
void before() {
}
@Shutdown
void after() {
reset;
}
void reset() {
Struct.numStr... | D |
import core.stdc.time : time_t;
import vibe.core.core : runApplication;
import vibe.http.server;
import vibe.stream.operations : readAllUTF8;
import asdf;
struct Request
{
@serializationScoped
{
@serializationFlexible
string id;
string first_name, last_name;
}
}
string date(strin... | D |
module org.serviio.upnp.protocol.soap.OperationResult;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.Map;
import org.serviio.upnp.protocol.soap.InvocationError;
public class OperationResult
{
private Map!(String, Object) outputParameters = new LinkedHashMap!(String, Object)();
private ... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Bits.build/Data+Strings.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/core.git-9210800844849382486/Sources/Bits/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/core.git-9210800844849382486/Sources/Bits/ByteBuff... | D |
/**
* Authors: The D DBI project
*
* Version: 0.2.5
*
* Copyright: BSD license
*/
module dbi.msql.MsqlDatabase;
private import dbi.DataBase, dbi.DBIException, dbi.Result, dbi.Row, dbi.Statement;
private import dbi.msql.imp, dbi.msql.MsqlResult;
/**
* An implementation of БазаДанных for use with mSQL databases... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | 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
* notice... | D |
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ParameterEncoding.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/Alamofire/Source/MultipartFormData.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/Alamofire... | 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_28_BeT-1817514... | D |
prototype Mst_Default_IceGolem(C_Npc)
{
name[0] = "Ледяной голем";
guild = GIL_ICEGOLEM;
aivar[AIV_MM_REAL_ID] = ID_ICEGOLEM;
level = 35;
bodyStateInterruptableOverride = TRUE;
attribute[ATR_STRENGTH] = 300;
attribute[ATR_DEXTERITY] = 160;
attribute[ATR_HITPOINTS_MAX] = 2000;
attribute[ATR_HITPOINTS] = 2000;
... | D |
module windows.offlinefiles;
public import system;
public import windows.automation;
public import windows.com;
public import windows.systemservices;
public import windows.windowsandmessaging;
public import windows.windowsprogramming;
extern(Windows):
const GUID CLSID_OfflineFilesSetting = {0xFD3659E9, 0xA920, 0x412... | D |
module org.serviio.library.dao.MetadataDescriptorDAOImpl;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.serviio.db.DatabaseManager;
i... | D |
a Belgian maker of musical instruments who invented the saxophone (1814-1894)
a single-reed woodwind with a conical bore
| D |
// PERMUTE_ARGS: -inline
template compiles(int T)
{
bool compiles = true;
}
alias TypeTuple(T...) = T;
/**************************************************
3901 Arbitrary struct assignment, ref return
**************************************************/
struct ArrayRet
{
int x;
}
int arrayRetTest(int z)... | D |
module antlr.v4.runtime.InterpreterRuleContext;
import antlr.v4.runtime.ParserRuleContext;
import std.conv;
/**
* This class extends {@link ParserRuleContext} by allowing the value of
* {@link #getRuleIndex} to be explicitly set for the context.
*
* <p>
* {@link ParserRuleContext} does not include field storage ... | D |
/Users/markheijnekamp/mandelbrot/target/debug/deps/mandelbrot-3e5fa0df9b6f04c1.rmeta: src/main.rs
/Users/markheijnekamp/mandelbrot/target/debug/deps/mandelbrot-3e5fa0df9b6f04c1.d: src/main.rs
src/main.rs:
| D |
import std.json;
import tests.types;
import jsonizer.fromjson;
import jsonizer.tojson;
// assert that an object can be serialized to JSON and then reconstructed
void runTest(T, Params ...)(Params params) {
T obj = T(params);
// check JSONValue serialization
assert(obj.toJSON.fromJSON!T == obj);
// check JSON ... | D |
/*
DIrrlicht - D Bindings for Irrlicht Engine
Copyright (C) 2014- Danyal Zia (catofdanyal@yahoo.com)
This software is provided 'as-is', without any express or
implied warranty. In no event will the authors be held
liable for any damages arising from the use of this software.
Permission is gra... | D |
/Users/bootcamp/Documents/collab2/DerivedData/goOSC/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Starscream.build/Objects-normal/x86_64/WebSocket.o : /Users/bootcamp/Documents/collab2/Pods/Starscream/Sources/Compression.swift /Users/bootcamp/Documents/collab2/Pods/Sta... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ScatterChartData.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/Jaskeerat/Desktop/Cr... | D |
#as: --64 -mrelax-relocations=yes
#ld: -melf_x86_64
#objdump: -dw
.*: +file format .*
Disassembly of section .text:
[a-f0-9]+ <_start>:
+[a-f0-9]+: 66 13 05 ([0-9a-f]{2} ){4} * adc 0x[a-f0-9]+\(%rip\),%ax # [a-f0-9]+ <_start\+0x[a-f0-9]+>
+[a-f0-9]+: 66 03 1d ([0-9a-f]{2} ){4} * add 0x[a-f0-9]+\(%rip\... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
273 54 4 0 46 48 -33.5 151.300003 1769 6 6 0.923116346 intrusives, basalt
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.296176398 extrusives, intrusives
346 61 9 41.2000008 35 100 -31.3999996 138.600006 1170 13 15 0... | D |
a disease of infants and young children
the part of an animal that corresponds to the human buttocks
| D |
module java.io.Reader;
import java.lang.util;
class Reader {
protected Object lock;
protected this() {
implMissing(__FILE__, __LINE__);
}
protected this(Object lock) {
implMissing(__FILE__, __LINE__);
}
abstract void close();
void mark(int readAheadLimit) {
implMissing(__FILE__, __LINE__);
}
bool ma... | D |
/**
* Low Level MPI Types
*
* Copyright:
* (C) 1999-2007 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.math.mp.mp_types;
public import botan_math.mp_types; | D |
func void B_Bartok_ShitAnOrc()
{
AI_Output(self,other,"DIA_Bartok_Angekommen_04_02"); //(to himself) An orc right outside the city - holy shit ...
};
| D |
//https://issues.dlang.org/show_bug.cgi?id=23607
/*
TEST_OUTPUT:
---
fail_compilation/test23607.d(15): Error: template `to(T)()` does not have property `bad`
fail_compilation/test23607.d(16): Error: template `to(T)()` does not have property `bad`
---
*/
template to(T)
{
void to(T)(){}
}
alias comb = to!int.bad!0;... | D |
import gfm.math:vec2i;
import map_site_calculator, height_map_settings;
interface IMapCell
{
@property int rank();
@property vec2i site();
@property int siteIndex();
} | D |
/Users/aligame/work/rust_repository/rutils/target/release/build/proc-macro2-73d6b9ccbc0fb72f/build_script_build-73d6b9ccbc0fb72f: /Users/aligame/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-0.4.30/build.rs
/Users/aligame/work/rust_repository/rutils/target/release/build/proc-macro2-73d6b9ccbc0fb... | D |
/*
* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
module antlr.v4.runtime.Lexer;
import std.stdio;
import std.typecons;
import std.array;
import std.conv;
import std.va... | 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.delegatize;
import ddmd... | D |
import vfs;
import std.intrinsic;
// ISO 9660
align(1) struct IsoDate {
ubyte info[17]; // 8.4.26.1
}
static ulong s733(uint v) {
return cast(ulong)v | ((cast(ulong)bswap(v)) << 32);
}
align(1) struct uint733 {
union {
struct { uint l; uint h; }
ulong v;
}
void opAssign(uint v) {
... | D |
/Users/hdcui/blind_sig_project/bld_sig/target/release/deps/smallvec-b51284b3258de9af.rmeta: /Users/hdcui/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.13/lib.rs
/Users/hdcui/blind_sig_project/bld_sig/target/release/deps/libsmallvec-b51284b3258de9af.rlib: /Users/hdcui/.cargo/registry/src/github.com-1ecc6... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Bits.build/Data+Bytes.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/core.git-9210800844849382486/Sources/Bits/Deprecated.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/core.git-9210800844849382... | 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_1_BeT-19917916... | D |
/**
* D header file for NetBSD
*
* Authors: Martin Nowak
*
* http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/sys/mman.h
*/
module core.sys.netbsd.sys.mman;
version (NetBSD):
extern (C):
nothrow:
public import core.sys.posix.sys.mman;
import core.sys.posix.sys.types;
enum __BSD_VISIBLE = true;
static if... | D |
# FIXED
drivers/pinout.obj: C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/dk-tm4c129x/drivers/pinout.c
drivers/pinout.obj: C:/ti/ccsv8/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdbool.h
drivers/pinout.obj: C:/ti/ccsv8/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdint.h
drivers/pinout.obj: C:... | D |
instance DIA_SEK_8048_FORTUNO_EXIT(C_Info)
{
npc = sek_8048_fortuno;
nr = 999;
condition = dia_sek_8048_fortuno_exit_condition;
information = dia_sek_8048_fortuno_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_sek_8048_fortuno_exit_condition()
{
return TRUE;
};
func void dia_sek_8048... | D |
module pairhist;
import std.typecons, std.conv;
import gsl.histogram;
// Make an MPI-supported version
version(MPI) {
import mpi.mpi;
}
class Histogram2D {
this(int nx, double xmin, double xmax, int ny, double ymin, double ymax) {
hist = gsl_histogram2d_alloc(nx, ny);
gsl_histogram2d_set_ranges_uniform(hist,... | D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean... | D |
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Routing.build/RouteBuilder.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Routing-1.0.1/Sources/Routing/Branch.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTell... | D |
/// Copyright: Copyright (c) 2018-2020 Penechko.
/// License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
/// Authors: Andrey Penechko.
/// Linear scan register allocation pass
///
/// Notes:
/// Non-split current interval does not intersect with inactive intervals because of SSA form
///
/// Splits need to b... | D |
module libos.console;
private import user.syscall;
import user.console;
import libos.ramfs;
struct Console {
static:
// The default color.
const ubyte DEFAULTCOLORS = Color.LightGray;
// The width of a tab
const auto TABSTOP = 4;
void initialize() {
video = RamFS.open("/devices/video", 0);
videoBuffer... | D |
import unit_threaded;
//these must all be imported in order to be used as a symbol
import tests.pass.normal;
import tests.pass.delayed;
import tests.pass.attributes;
import tests.pass.io;
import tests.pass.mock;
int main(string[] args) {
return args.runTests!(
tests.pass.normal,
tests.pass.delayed... | D |
module std.string;
pragma(lib, "DinrusStd.lib");
private import stdrus;
const char[16] hexdigits = "0123456789ABCDEF"; /// 0..9A..F
const char[10] digits = "0123456789"; /// 0..9
const char[8] octdigits = "01234567"; /// 0..7
const char[92] lowercase = "abcdefghijklmnopqrstuvwxyzабвгдеёжзийклмнопрст... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/JSON.build/JSON+Serialize.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/json.git-9153249592855998091/Sources/JSON/JSON.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/json.git-... | D |
// Written in the D programming language.
/**
* Contains the elementary mathematical functions (powers, roots,
* and trigonometric functions), and low-level floating-point operations.
* Mathematical special functions are available in `std.mathspecial`.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKT... | D |
module deimos.cef3.download_handler;
// Copyright (c) 2012 Marshall A. Greenblatt. 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 ab... | D |
module bindbc.libsoundio.bindstatic;
import bindbc.libsoundio.types;
version(BindLibsoundio_Static):
extern(C): @nogc: nothrow:
static if (libsoundioSupport >= LibsoundioSupport.libsoundio11) {
/// See also ::soundio_version_major, ::soundio_version_minor, ::soundio_version_patch
const(char)* soundio_versio... | D |
import globals;
import misc.image;
import math.all;
import misc.logger;
import math.all;;
import gl.all;
import vga2d;
import mousex;
import utils;
import oldfonts;
import vutils;
import palettes;
import bullettime;
import players;
import cheatcode;
import postprocessing;
import particles, bullet, powerup;
import s... | D |
/**
* Written in the D programming language.
* This module provides Win32-specific support for sections.
*
* Copyright: Copyright Digital Mars 2008 - 2012.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Au... | D |
/**
Administras rimedojn de la SDL biblioteko.
Authors: masaniwa
Copyright: 2019 masaniwa
License: MIT
*/
module sdlraii.raii;
import sdlraii.except : SDL_Exception;
import sdlraii.release : SDL_Release;
import std.conv : to;
import std.exception : enforce;
version (unittest)
{
import dunit.toolkit;... | D |
/*
* [The "BSD license"]
* Copyright (c) 2013 Terence Parr
* Copyright (c) 2013 Sam Harwell
* 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... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.