code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module org.apache.lucene.analysis;
public import org.apache.lucene.analysis.Analyzer;
public import org.apache.lucene.analysis.Tokenizer;
public import org.apache.lucene.analysis.TokenStream;
| D |
// ******************************************************************
// C_NpcIsIcemonster
// -------------
// überprüft anhand der gilden ob slf Icemonster ist
// ******************************************************************
func int C_NpcIsIcemonster(var C_NPC slf)
{
if (slf.guild == GIL_IceGOLEM)
|| (s... | D |
/Users/dali/Documents/GitHub/rustlings/target/release/deps/lazy_static-fbef61072ce9e5b5.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/lazy_static-1.4.0/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/lazy_static-1.4.0/src/inline_lazy.rs
/Users/dali/Document... | D |
module hip.extensions.file;
import hip.filesystem.hipfs;
import hip.filesystem.extension;
import hip.assets.image;
mixin HipFSExtend!(Image, "", void delegate(IImage img), void delegate()) mxImg;
alias loadFromFile = mxImg.loadFromFile;
import hip.assets.texture;
bool loadFromFile(HipTexture texture, strin... | D |
/Users/hdcui/NIZKs-for-AsiaCCS19-and-HSM-CL/bld_sig/target/rls/debug/deps/curv-11efd640c1b0da14.rmeta: /Users/hdcui/.cargo/git/checkouts/curv-a122740a63e0e0af/d6c575b/src/lib.rs /Users/hdcui/.cargo/git/checkouts/curv-a122740a63e0e0af/d6c575b/src/elliptic/mod.rs /Users/hdcui/.cargo/git/checkouts/curv-a122740a63e0e0af/d6... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// License for redistribution is given by the Artistic License 2.0
// see file LICENSE for further details
module visuald.viewfilter;
impo... | D |
/Users/MohamedNawar/Desktop/Task/build/Pods.build/Debug-iphonesimulator/CryptoSwift.build/Objects-normal/x86_64/Rabbit.o : /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/MohamedNawar/Desktop/Tas... | D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/NIOConcurrencyHelpers.build/atomics.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/swift-nio/Sources/NIOConcurrencyHelpers/lock.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/swift-nio/Sources/NIOConcurrencyH... | D |
tc (1) --- text counter (characters, words, lines, pages) 02/22/82
_U_s_a_g_e
tc [-{c | l | p | w | v}] [<pathname>]
_D_e_s_c_r_i_p_t_i_o_n
'Tc' is a filter used to count various parameters of text,
specif... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/NIO.build/AddressedEnvelope.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/swift-nio/Sources/NIO/Non... | D |
[cc]mc |
.hd dln$m "calculate double precision logarithm to the base e" 04/27/83
longreal function dln$m (x)
longreal x
.sp
Library: vswtmath (Subsystem mathematical library)
.fs
This function implements the natural logarithm (base [bf e]) function.
Arguments must be greater than zero.
The condition SWT_MATH_ERROR$ is ... | D |
instance SLD_763_SOELDNER(NPC_DEFAULT)
{
name[0] = NAME_SOELDNER;
npctype = NPCTYPE_MINE_GUARD;
guild = GIL_SLD;
level = 16;
voice = 8;
id = 763;
attribute[ATR_STRENGTH] = 75;
attribute[ATR_DEXTERITY] = 55;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 232;
attribute[... | D |
module vcf_parser.main;
import std.getopt;
import std.stdio;
import std.random;
import std.conv;
import std.string;
import std.process;
import std.exception;
static class QualNotNumeric : Expcetion {
mixin basicExceptionCtors;
}
void main(string[] args){
string file_name;
size_t BATCH_SIZE = 1000;
getopt(ar... | 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 |
/*
Copyright (c) 2015-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, dist... | D |
enum DataType {
INTEGER,
CHARACTER,
VARCHAR
} | D |
/**
* Support for exception handling for EH_DM and EH_WIN32.
* Generate exception handling tables.
*
* Copyright: Copyright (C) 1994-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* Lice... | D |
module android.java.android.icu.text.NumberingSystem;
public import android.java.android.icu.text.NumberingSystem_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!NumberingSystem;
import import3 = android.java.java.lang.Class;
import import0 = android.java.android.icu.text.NumberingSystem;
| D |
/Users/srikanthadavalli/pokeman/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/MultipartFormData.o : /Users/srikanthadavalli/pokeman/Pods/Alamofire/Source/Alamofire.swift /Users/srikanthadavalli/pokeman/Pods/Alamofire/Source/Download.swift /Users/srikanthadavalli/pokeman/Pods... | D |
/home/a186r/dev/rust/rust/arcade/arcade-rs/target/debug/deps/liblazy_static-9d0c7228ba50e0b1.rlib: /home/a186r/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/lazy_static-0.2.11/src/lib.rs /home/a186r/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/lazy_static-0.2.11/src/lazy.rs
/home/a186r/dev/rust/... | D |
/**
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly
*/
/* Copyright Sean Kelly 2008 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accomp... | D |
/home/andy/source/rust/rust_course/lost_property/learn_stack/target/rls/debug/deps/learn_stack-d742b953b933aa29.rmeta: src/main.rs
/home/andy/source/rust/rust_course/lost_property/learn_stack/target/rls/debug/deps/learn_stack-d742b953b933aa29.d: src/main.rs
src/main.rs:
| D |
/**
This library provides Win32 Registry facilities.
Copyright: Copyright 2003-2004 by Matthew Wilson and Synesis Software
Written by Matthew Wilson
License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Author: Matthew Wilson, Kenji Hara
History:
Created ... | D |
/* -------------------- CZ CHANGELOG -------------------- */
/*
v1.00:
func void DIA_Addon_Saturas_BeliarWeapGeben_Info - upraveny výpisy
*/
instance DIA_Addon_Saturas_ADW_EXIT(C_Info)
{
npc = KDW_14000_Addon_Saturas_ADW;
nr = 999;
condition = DIA_Addon_Saturas_ADW_EXIT_Condition;
information = DIA_Addon_Sa... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Crypto.build/Hash/Hash+Method.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/crypto.git-7980259129511365902/Sources/Crypto/HMAC/HMAC.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checko... | D |
/Users/mauriciogarza/Desktop/ProyectoFinal/ProyectoFinalMovilesApp/Build/Intermediates.noindex/ProyectoFinal.build/Debug-iphonesimulator/ProyectoFinal.build/Objects-normal/x86_64/InfoViewController.o : /Users/mauriciogarza/Desktop/ProyectoFinal/ProyectoFinalMovilesApp/ProyectoFinal/ViewControllerInfoActividad.swift /Us... | D |
a heavy rain
| D |
module EncoShared.Network.Network;
import std.bitmanip;
import EncoShared;
import std.socket;
///
interface IPacket
{
@property ushort id();
/// Serializes the content without id. Streams should be Big Endian.
ubyte[] serialize();
/// Deserializes the content without id and advances the stream. Streams should b... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying... | D |
module std.typeinfo.ti_Ag;
private import std.string;
private import std.c.string;
// byte[]
class TypeInfo_Ag : TypeInfo
{
override string toString() { return "byte[]"; }
override hash_t getHash(in void *p)
{ byte[] s = *cast(byte[]*)p;
size_t len = s.length;
byte *str = s.ptr;
hash_t hash = 0;
w... | D |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Bits.build/ByteBuffer+binaryFloatingPointOperations.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/core/Sources/Bits/Deprecated.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/core/Sources/Bits/ByteBuffer+requ... | D |
module bottino.main;
import bottino.irc;
import bottino.bots;
import vibe.core.net;
import vibe.core.log;
import vibe.core.task;
import vibe.core.core;
import vibe.core.concurrency;
import vibe.stream.tls;
import sumtype;
import std.stdio;
import std.string;
import std.getopt;
/* ------------------------------------... | D |
/Users/erick/Documents/Code/solona/packages/dapplib/programs/target/bpfel-unknown-unknown/release/deps/cfg_if-fecc917c6ce3b874.rmeta: /Users/erick/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs
/Users/erick/Documents/Code/solona/packages/dapplib/programs/target/bpfel-unknown-unknown/release/de... | D |
/**
* HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate.
*
* Hibernate documentation can be found here:
* $(LINK http://hibernate.org/docs)$(BR)
*
* Source file hibernated/metadata.d.
*
* This module contains implementation of Annotations parsing and ORM mod... | D |
/Users/ginaldojunior/Desktop/MVVMCExample/DerivedData/MVVMCExample/Build/Intermediates.noindex/MVVMCExample.build/Debug-iphonesimulator/MVVMCExample.build/Objects-normal/x86_64/User.o : /Users/ginaldojunior/Desktop/MVVMCExample/MVVMCExample/Common/Bindable.swift /Users/ginaldojunior/Desktop/MVVMCExample/MVVMCExample/Co... | D |
module dark.gfx.node_part;
import std.stdio;
import std.algorithm;
import std.typecons;
import dark.gfx.node;
import dark.gfx.mesh_part;
import dark.gfx.material;
import dark.gfx.renderable;
import dark.math;
struct InvBoneBind
{
Node node;
Mat4 transform;
this(Node node, Mat4 transform)
{
t... | D |
func void b_assessfightsound()
{
printdebugnpc(PD_ZS_FRAME,"B_AssessFightSound");
if(c_npcismonster(other) && c_npcishuman(victim))
{
printdebugnpc(PD_ZS_FRAME,"...Monster greift Mensch an!");
if((Npc_GetAttitude(self,victim) == ATT_FRIENDLY) || (Npc_GetAttitude(self,victim) == ATT_NEUTRAL))
{
if(Npc_CanSe... | D |
//T compiles:yes
//T has-passed:no
//T retval:0
void main() {
string str = "foobar";
// This is narrowing, but valid.
foreach(byte i, c; str) {}
}
| D |
a person whose behavior deviates from what is acceptable especially in sexual behavior
corrupt morally or by intemperance or sensuality
practice sophistry
change the inherent purpose or function of something
| 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 |
import core.demangle;
import std.array;
import std.conv;
import std.file;
import std.regex;
import std.stdio;
import std.string;
import std.algorithm;
enum Column {
NUM_CALLS,
TREE_TIME,
TREE_TIME_PERCENT,
FUNC_TIME,
FUNC_TIME_PERCENT,
AVG_FUNC_TIME,
FUNC_NAME,
SIZE
}
struct Data {
long ... | D |
/Users/marvinevins/Library/Autosave\ Information/SandwichApp/DerivedData/SandwichApp/Build/Intermediates.noindex/SandwichApp.build/Debug-iphonesimulator/SandwichApp.build/Objects-normal/x86_64/ViewController.o : /Users/marvinevins/Library/Autosave\ Information/SandwichApp/SandwichApp/SandwichQuizVC.swift /Users/marvine... | D |
instance KDF_1103_Nereus (Npc_Default)
{
//-------- primary data --------
name = "Nereus";
npctype = npctype_main;
guild = GIL_KDF;
level = 28;
voice = 13;
id = 1103;
//-------- abilities --------
attribute[ATR_STRENGTH] = 40;
attribute[ATR_DEXTERITY] = 35;
attribute[ATR_MANA_MAX] = 9... | D |
# FIXED
offset.obj: G:/motor_control/motorware_1_01_00_18/sw/modules/offset/src/32b/offset.c
offset.obj: G:/motor_control/motorware_1_01_00_18/sw/modules/offset/src/32b/offset.h
offset.obj: G:/motor_control/motorware_1_01_00_18/sw/modules/types/src/types.h
offset.obj: G:/TI/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12... | D |
/*
[The "BSD licence"]
Copyright (c) 2005-2008 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list ... | D |
// Written in the D programming language.
/**
* $(RED Deprecated: This module is considered out-dated and not up to Phobos'
* current standards. It will be remove in October 2016.)
*
* The std.cstream module bridges core.stdc.stdio (or std.stdio) and std.stream.
* Both core.stdc.stdio and std.stream are pub... | D |
/home/anas/Documents/RUST/Quarter2/assingments/4th/q2/target/debug/deps/q2-006a2f93db2fb8fc: src/main.rs
/home/anas/Documents/RUST/Quarter2/assingments/4th/q2/target/debug/deps/q2-006a2f93db2fb8fc.d: src/main.rs
src/main.rs:
| D |
/**
* This file is part of DCD, a development tool for the D programming language.
* Copyright (C) 2014 Brian Schott
*
* This program 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 of t... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/rand-8af9dfbe28eaa45e.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand-0.4.6/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rand-0.4.6/src/distributions/mod.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61... | D |
// Copyright Ferdinand Majerech 2010 - 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)
///Keyboard/mouse key related enums.
module platform.key;
import derelict.sdl2.sdl;
///Poss... | D |
/Users/esharp2/MobileSensing/MachineLearning/Build/Intermediates/HTTPSwiftExample.build/Debug-iphoneos/HTTPSwiftExample.build/Objects-normal/arm64/RingBuffer.o : /Users/esharp2/MobileSensing/MachineLearning/HTTPSwiftExample/AppDelegate.swift /Users/esharp2/MobileSensing/MachineLearning/HTTPSwiftExample/RingBuffer.swift... | D |
//Munition
const int Value_Pfeil = 1;
const int Value_Bolzen = 1;
//NSC und Ambientwaffen
const int Damage_MilArmbrust = 45;
const int Condition_MilArmbrust = 30;
const int Value_MilArmbrust = 200;
const int Damage_SldBogen = 30;
const int Condition_SldBogen = 25;
const int Value_SldBogen = 200;
... | D |
a plant fiber used in making rope or sacks
a member of a Germanic people who conquered England and merged with the Angles and Saxons to become Anglo-Saxons
| D |
/*******************************************************************************
* Copyright (c) 2006 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, and is a... | D |
/+++++++++++++++++++++++++++++
+ This module defines algorithm 'groupBy'
+/
module rx.algorithm.groupby;
import rx.disposable;
import rx.observable;
import rx.observer;
import rx.subject;
import rx.util;
import std.functional : unaryFun;
import std.range : put;
//####################
// GroupBy
//#################... | D |
module Glib.Scene.Model;
import Glib.System.Log;
import Glib.Scene.Mesh;
import Glib.Scene.Transform;
import Glib.Scene.Render;
import Glib.Scene.RMObject;
import derelict.assimp3.assimp;
import std.algorithm;
import std.math;
import std.conv;
import gl3n.linalg;
class Model:IComponent, IDrawable
{
Mesh[] meshes... | D |
characteristic of the time of chivalry and knighthood in the Middle Ages
| D |
// https://issues.dlang.org/show_bug.cgi?id=18719
// REQUIRED_ARGS: -de
/*
TEST_OUTPUT:
---
fail_compilation/fail18719.d(29): Deprecation: immutable field `x` initialized multiple times
---
*/
struct S
{
int x = -1;
this(int y) immutable
{
x = y;
import std.stdio;
writeln("Ctor cal... | D |
/**
* 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 |
/**
* 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 |
/Users/jcastells/Projects/Rust/i_04_3_variable_bindings_declare_first/target/debug/deps/i_04_3_variable_bindings_declare_first-993b60225ed8e184: src/main.rs
/Users/jcastells/Projects/Rust/i_04_3_variable_bindings_declare_first/target/debug/deps/i_04_3_variable_bindings_declare_first-993b60225ed8e184.d: src/main.rs
sr... | D |
/**
SASL authentication functions
Copyright: © 2012-2016 Nicolas Gurrola
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Nicolas Gurrola
*/
module vibe.db.mongo.sasl;
import std.algorithm;
import std.base64;
import std.conv;
import std.digest.hmac;
import st... | D |
module uhd.capi;
public import uhd.capi.config;
public import uhd.capi.error;
public import uhd.capi.types.metadata;
public import uhd.capi.types.ranges;
public import uhd.capi.types.sensors;
public import uhd.capi.types.string_vector;
public import uhd.capi.types.tune_request;
public import uhd.capi.types.tune_result... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/URLEncodedForm.build/Data/URLEncodedFormParser.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/url-encoded-form/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/Jorge/Desktop/Projects/Web/Swi... | D |
extern(C) int printf(const char* fmt, ...);
template TypeTuple(T...){ alias T TypeTuple; }
template Id( T){ alias T Id; }
template Id(alias A){ alias A Id; }
/***************************************************/
// 1680
struct S1680
{
ulong _y;
ulong blah1() { return _y; }
static S16... | 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 |
func string B_BuildLearnString(var string text,var int kosten)
{
var string concatText;
concatText = ConcatStrings(text,PRINT_Kosten);
concatText = ConcatStrings(concatText,IntToString(kosten));
if(kosten == 1)
{
concatText = ConcatStrings(concatText,PRINT_1LP);
}
else if((kosten > 1) && (kosten < 5))
{... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
286.899994 29.7000008 4.69999981 270.899994 112 125 16.7999992 81.1999969 3402 4.9000001 6.80000019 sediments, redbeds
| 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 |
/**
Describes the input of the current state of the Engine
*/
module AOD.input;
import derelict.sdl2.sdl;
import AOD;
static import AOD;
@safe:
// These represent SDL_ScanCodes. These are prefereable
// to just calling R_Mouse_Left() or w/e b/c these are bindeable
// from INI file
/**
These represent SDL_ScanCodes... | D |
/**
This is the `mergeMasks` command of DENTIST.
Command_Summary:
---
Merge several masks into a single one with non-overlapping intervals. This
can also be used to merge overlapping intervals in a single mask.
---
Copyright: © 2018 Arne Ludwig <arne.ludwig@posteo.de>
License: Subject... | D |
module deadcode.gui.controls.treeview;
import deadcode.gui.widget;
class TreeView : Widget
{
} | D |
/+
https://github.com/dlang/dmd/pull/7870#discussion_r168174068
proposal:
use Dstring instead of char* in dmd compiler sources for extern(C++) apis.
eg: `extern (C++) int fp(void* param, const(char)* str)`
advantages:
* no loss of length informtion
* easier to convert back and forth from char[] to char*
+/
import std... | D |
/mnt/e/myrcore/lab_code/lab4_code1/os/target/riscv64imac-unknown-none-elf/debug/deps/bit_field-9ff05a08d9f94071.rmeta: /home/xushanpu123/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/bit_field-0.10.0/src/lib.rs
/mnt/e/myrcore/lab_code/lab4_code1/os/target/riscv64imac-unknown-none-elf/debug/deps/libbit_field... | D |
/**
* Copyright © DiamondMVC 2018
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.unittesting.request;
import diamond.core.apptype;
static if (isWeb && isTesting)
{
import std.conv : to;
import vibe.d : HTTPClientRequest, HTTPClientRes... | D |
/Users/oslo/code/swift_vapor_server/.build/debug/Leaf.build/Tag/Tag.swift.o : /Users/oslo/code/swift_vapor_server/Packages/Leaf-1.0.6/Sources/Leaf/Argument.swift /Users/oslo/code/swift_vapor_server/Packages/Leaf-1.0.6/Sources/Leaf/Byte+Leaf.swift /Users/oslo/code/swift_vapor_server/Packages/Leaf-1.0.6/Sources/Leaf/Cons... | D |
/*
* $Id: bulletactorpool.d,v 1.4 2005/01/02 05:49:31 kenta Exp $
*
* Copyright 2004 Kenta Cho. Some rights reserved.
*/
module abagames.tt.bulletactorpool;
private import std.math;
private import bulletml;
private import abagames.util.actor;
private import abagames.util.vector;
private import abagames.util.bullet... | D |
module hunt.http.server.HttpSession;
import hunt.collection.HashMap;
import hunt.collection.Map;
import hunt.util.DateTime;
import hunt.Exceptions;
import std.datetime;
/**
*
*/
class HttpSession {
private string id;
private long creationTime;
private long lastAccessedTime;
private int maxInact... | D |
/**
* D header file for WASI.
*
* 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 Petersn
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean ... | D |
/**
* ...
*
* Copyright: Copyright Benjamin Thaut 2010 - 2011.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Benjamin Thaut, Sean Kelly
* Source: $(DRUNTIMESRC core/sys/windows/_stacktrace.d... | D |
/+
Copyright (c) 2006 Eric Anderton
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 without limitation the rights to use,
copy, modify, ... | D |
module drunmeta.expressions.arraykeys;
import drunmeta.expression;
import drunmeta.common;
import drunmeta.value;
import drunmeta.exceptions;
import std.conv;
class ArrayKeysExpression : Expression {
this(Value[] expression ...) {
this.expression = expression;
this.type = ValueType.Array;
expressionType_ = Expr... | D |
import std.stdio, std.path, std.array, std.string, std.algorithm;
import file=std.file;
import lexer, parser, expression, declaration, error, util;
import scope_, semantic_;
string getActualPath(string path){
// TODO: search path
auto ext = path.extension;
if(ext=="") path = path.setExtension("bayonet");
//return ... | D |
/home/teng/CLionProjects/linux_design/ex/grpc_ex/target/debug/deps/grpc-c23d55297f53eb31.rmeta: /home/teng/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/grpc-0.7.1/src/lib.rs /home/teng/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/grpc-0.7.1/src/misc.rs /home/teng/.cargo/registry/src/mirrors.ustc... | D |
module dcompute.driver.cuda.program;
import dcompute.driver.cuda;
import std.string;
struct Program
{
void* raw;
Kernel!void getKernelByName(immutable(char)* name)
{
Kernel!void ret;
status = cast(Status)cuModuleGetFunction(&ret.raw,this.raw,name);
checkErrors();
retur... | D |
module android.java.javax.crypto.AEADBadTagException_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.io.PrintStream_d_interface;
import import4 = android.java.java.lang.Cla... | D |
/******************************************************************//**
* \file src/game/server/clientcommand.d
* \brief Client command functions by the gameserver
*
* <i>Copyright (c) 2012</i> Danny Arends<br>
* Last modified May, 2012<br>
* First written May, 2011<br>
* Written in the D Programming Language (h... | 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 |
instance SLD_761_SOELDNER(NPC_DEFAULT)
{
name[0] = NAME_SOELDNER;
npctype = NPCTYPE_MINE_GUARD;
guild = GIL_SLD;
level = 18;
voice = 3;
id = 761;
attribute[ATR_STRENGTH] = 90;
attribute[ATR_DEXTERITY] = 70;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 256;
attribute[... | D |
// REQUIRED_ARGS: -d
// PERMUTE_ARGS: -dw
import std.stdio;
import core.stdc.stdlib;
enum
{
T_char,
T_wchar,
T_dchar,
T_bit,
T_byte,
T_ubyte,
T_short,
T_ushort,
T_int,
T_uint,
T_long,
T_ulong,
}
int dotype(char x) { return T_char; }
int dotype(bool x) { return T_bit; }... | D |
// 104
Foofunc f;
typedef int Foo;
alias int function(Foo) Foofunc;
| D |
/Users/benormos/Desktop/MyFutureBox/build/Pods.build/Debug-iphonesimulator/Hero.build/Objects-normal/x86_64/Lexer.o : /Users/benormos/Desktop/MyFutureBox/Pods/Hero/Sources/HeroCompatible.swift /Users/benormos/Desktop/MyFutureBox/Pods/Hero/Sources/HeroModifier+HeroStringConvertible.swift /Users/benormos/Desktop/MyFuture... | D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/debug/deps/r2d2-ae6bb791cfa29a2a.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/r2d2-0.8.9/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/r2d2-0.8.9/src/config.rs /Users/oyo02699/.cargo/registry/src/mir... | D |
/Users/in2macbookpro/Documents/Ivan/WebServiceTest/build/WebServiceTest.build/Release-iphoneos/WebServiceTest.build/Objects-normal/armv7/UIBeginScreenViewController.o : /Users/in2macbookpro/Documents/Ivan/WebServiceTest/WebServiceTest/DPTableData.swift /Users/in2macbookpro/Documents/Ivan/WebServiceTest/WebServiceTest/U... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
243.699997 85.5 10.1000004 21.2000008 42 47 38.4000015 -79.4000015 1634 11.8000002 15.3999996 intrusives
309 80 2 0 35 56 72 -112 1699 3.79999995 3.9000001 intrusives, diabase
217 85 16 60 35 56 72 -112 1697 31 31 extrusives, basalt
170.199997 82 2... | D |
var int PrayIdolDay;
var int RecievedMoney;
var int GivenHitpoints;
var int GivenMana;
const int BeliarsDispo = 10000;
func void B_HitpointAngleich(var int BeliarsCost)
{
var int CurrentHitpoints;
GivenHitpoints = GivenHitpoints + BeliarsCost;
hero.attribute[ATR_HITPOINTS_MAX] = hero.attribute[ATR_HITPOINTS_MAX] -... | D |
INSTANCE Info_Mod_Torlof_Hi (C_INFO)
{
npc = Mod_527_SLD_Torlof_NW;
nr = 1;
condition = Info_Mod_Torlof_Hi_Condition;
information = Info_Mod_Torlof_Hi_Info;
permanent = 0;
important = 0;
description = "Hi.";
};
FUNC INT Info_Mod_Torlof_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Torlof_Hi_Info()
{
AI_... | D |
module lib.random.string; //FIXME the module name is too nested
import std.random : uniform;
import std.conv : to;
string generateRandomWord(ulong length)
in {
assert(length > 0);
}
body {
string word = "";
for(auto i = 0; i < length; i++) {
word ~= to!char(uniform(97, 123));
}
return wo... | D |
module wx.Document;
public import wx.common;
public import wx.EvtHandler;
//! \cond VERSION
version(NOT_READY_YET)
{
//! \cond EXTERN
static extern (C) IntPtr wxDocument_ctor(IntPtr parent);
static extern (C) void wxDocument_SetFilename(IntPtr self, string filename, bool notifyViews);
static extern ... | D |
module hunt.wechat.bean.card.AdvancedInfoAbstract;
//import com.alibaba.fastjson.annotation.JSONField;
/**
* 封面摘要结构体名称
*
*
*
*/
class AdvancedInfoAbstract {
/**
* 封面摘要简介。
* 添加必填,长度:24
*/
@JSONField(name = "abstract")
private string abstractText;
/**
* 封面图片列表,仅支持填入一个封面图片链接,上传图片... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.