code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
void foo(int i)
in
{
class X1
{
void in_nested() pure
in { assert(i); } // OK <- NG
out { assert(i); } // OK <- NG
do {}
}
}
out
{
class X2
{
void out_nested() pure
in { assert(i); } // OK <- NG
out { assert(i); } // OK <- NG
do {... | D |
module m64.level;
import std.stdio;
import std.string;
import std.bitmanip;
import std.file;
import std.math;
import std.path;
import m64.binarystream;
import m64.rom;
import m64.script;
import m64.geometry;
import m64.polygon;
import m64.behaviour;
import m64.collision;
import m64.modelexport;
private void tryMkdir(... | D |
// ***************
// SPL_PalHolyBolt
// ***************
const int SPL_Cost_PalHolyBolt = 5;
const int SPL_Damage_PalHolyBolt = 100;
INSTANCE Spell_PalHolyBolt (C_Spell_Proto)
{
time_per_mana = 0; //Spell wirkt Instant
damage_per_level = SPL_Damage_PalHolyBolt; //+
};
func int Spell_Logic_PalHolyBolt (var i... | D |
var int Mod_XW_Kap6_Scene05_Counter;
FUNC VOID XW_Kap6_Scene05()
{
if (Mod_XW_Kap6_Scene05_Counter == 0)
{
DoForAll(B_RemoveDeadBodies);
AI_Teleport (hero, "ARENA_01");
};
if (Mod_XW_Kap6_Scene05_Counter == 1)
{
Wld_SendTrigger ("KAP6SCENE01A");
CutsceneAn = TRUE;
};
if (Mod_XW_Kap6_Scene05_Counter ... | D |
module android.java.java.util.concurrent.ConcurrentSkipListSet;
public import android.java.java.util.concurrent.ConcurrentSkipListSet_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ConcurrentSkipListSet;
import import6 = android.java.java.util.Spliterator;
import import3 = android.java.java.u... | D |
an abnormal condition of the lungs marked by decreased respiratory function
| D |
module vulkan.helpers.StaticGPUData;
import vulkan.all;
private __gshared uint ids = 0;
final class StaticGPUData(T) {
private:
const uint id;
string name;
uint numValues;
@Borrowed VulkanContext context;
DeviceBuffer buffer;
VkBufferUsageFlags usage;
public:
DeviceBuffer getBuffer() {
... | D |
module deps.harfbuzz.hbshaper;
version ( HarfBuzz ):
import bindbc.hb;
import bindbc.hb.bind.ft;
import deps.freetype : ft;
import deps.freetype : Glyph;
import deps.freetype;
import core.stdc.string : memcpy;
import std.math : ceil;
import std.math : floor;
import std.math : log;
import ... | D |
/*
Copyright (c) 2014 Timur Gafarov, Martin Cejp
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, displa... | D |
module ast.import_parse;
import ast.base, parseBase, ast.slice, ast.static_arrays, ast.fold, ast.literal_string;
import std.file;
Object gotImportFile(ref string text, ParseCb cont, ParseCb rest) {
auto t2 = text;
Expr filename;
if (!t2.accept("(")) return null;
if (!rest(t2, "tree.expr", &filename)) {
t2... | D |
import diet.html;
import diet.input;
import diet.parser;
import std.stdio;
import std.file;
// mimic diet-ng's mechanism to compute a diet hash function (hopefully this
// becomes public at some point).
ulong computeDietHash(InputFile[] files)
{
ulong ret = 0;
void hash(string s)
{
foreach (char c;... | D |
/**
* This module describes the _digest APIs used in Phobos. All digests follow
* these APIs. Additionally, this module contains useful helper methods which
* can be used with every _digest type.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW T... | D |
module app;
import std.typecons : Flag, Yes, No;
import renderer : render;
void itemInColumn(Flag!"runTest" runTest = Yes.runTest)
{
import std.stdio;
import std.array : front;
import common : makeDom, DomNode, printDom;
static struct Data
{
string item0 = "item0", item1 = "item1", item2 = "item2", item3 = "i... | D |
/Users/guillaume/Usine/AnimaChat/Build/Intermediates/AnimaChat.build/Debug-iphonesimulator/AnimaChat.build/Objects-normal/x86_64/Bool.o : /Users/guillaume/Usine/AnimaChat/SwiftOSC/Types/Blob.swift /Users/guillaume/Usine/AnimaChat/SwiftOSC/Elements/OSCMessage.swift /Users/guillaume/Usine/AnimaChat/SwiftOSC/Elements/OSCB... | D |
/Users/hashgard-01/rust/src/github.com/adao/target/release/deps/backtrace_sys-b66c085e604247b0.rmeta: /Users/hashgard-01/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.30/src/lib.rs
/Users/hashgard-01/rust/src/github.com/adao/target/release/deps/libbacktrace_sys-b66c085e604247b0.rlib: /Users/hashgar... | D |
/**
* Datadog backend for the Vibe.d logging system.
*/
module vibe_datadog_logger;
public import vibe_datadog_logger.logger; | D |
instance GRD_272_GARDIST(NPC_DEFAULT)
{
name[0] = NAME_GARDIST;
npctype = NPCTYPE_MINE_GUARD;
guild = GIL_GRD;
level = 10;
voice = 13;
id = 272;
attribute[ATR_STRENGTH] = 35;
attribute[ATR_DEXTERITY] = 35;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 160;
attribute[A... | D |
/**
* Written in the D programming language.
* This module provides OS X x86-64 specific support for sections.
*
* Copyright: Copyright Digital Mars 2016.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Aut... | D |
/**
* Allocate and free code blocks
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1987-1998 by Symantec
* Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digita... | D |
/*
Copyright (c) 1996 Blake McBride
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 of conditions and th... | D |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: examples/protos/helloworld.proto
module helloworld.helloworld;
import google.protobuf;
enum protocVersion = 3005001;
class HelloRequest
{
@Proto(1) string name = protoDefaultValue!string;
}
class HelloReply
{
@Proto(1) string message = ... | D |
// Written in the D programming language.
/**
Bit-level manipulation facilities.
$(SCRIPT inhibitQuickIndex = 1;)
$(BOOKTABLE,
$(TR $(TH Category) $(TH Functions))
$(TR $(TD Bit constructs) $(TD
$(LREF BitArray)
$(LREF bitfields)
$(LREF bitsSet)
))
$(TR $(TD Endianness conversion) $(TD
$(LREF bigEndia... | D |
an investigator who is employed to find missing persons or missing goods
an instrument used to make tracings
(radiology) any radioactive isotope introduced into the body to study metabolism or other biological processes
ammunition whose flight can be observed by a trail of smoke
| D |
/Users/Benjamin/Desktop/Delivry/Delivry/DerivedData/Delivry/Build/Intermediates.noindex/Delivry.build/Debug-iphonesimulator/Delivry.build/Objects-normal/x86_64/menuScreenViewController.o : /Users/Benjamin/Desktop/Delivry/Delivry/ResetPassword/ResetPassword.swift /Users/Benjamin/Desktop/Delivry/Delivry/New\ Group/Google... | 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.target;
import ddmd.dmo... | D |
module UnrealScript.TribesGame.TrDmgType_Clothesline;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDmgType_Base;
extern(C++) interface TrDmgType_Clothesline : TrDmgType_Base
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static... | D |
module splitter;
import std.string;
import dguihub;
import dguihub.layout.splitpanel;
class MainForm : Form {
private SplitPanel _spVPanel;
private SplitPanel _spHPanel;
private RichTextBox _rtbText;
private RichTextBox _rtbText2;
private TreeView _tvwTree;
public this() {
this.text = "DGui S... | D |
import std.stdio:writefln,stderr;
import std.conv:to;
int main(string[] args)
{
int[] months = [31,29,31,30,31,30,31,31,30,31,30,31];
int year, week;
if((args.length < 2) || (year = to!int(args[1])) <= 1752)
{
stderr.writeln("No arg(s) provided or is less than 1752!");
return 1;
}
months[1] -= (yea... | D |
/home/dart/DoThinking/RustMain/Advanced/day28_unsafe/open_unsafe5_static_variables/target/debug/deps/open_unsafe5_static_variables-6bd02a01a53b1961: src/main.rs
/home/dart/DoThinking/RustMain/Advanced/day28_unsafe/open_unsafe5_static_variables/target/debug/deps/open_unsafe5_static_variables-6bd02a01a53b1961.d: src/mai... | D |
instance NOV_1313_Novize(Npc_Default)
{
name[0] = NAME_Novize;
npcType = npctype_ambient;
guild = GIL_NOV;
level = 3;
voice = 2;
id = 1310;
attribute[ATR_STRENGTH] = 20;
attribute[ATR_DEXTERITY] = 20;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 106;
attribute[ATR_HIT... | D |
/**
* Authors: The D DBI project
*
* Version: 0.2.5
*
* Copyright: BSD license
*/
module dbi.DBIException;
private import dinrus: ва_арг;
private import dbi.ErrorCode;
/**
* This is the exception class used within all of D DBI.
*
* Some functions may also throw different types of exceptions when they access... | D |
import std.process;
import std.json;
import std.file;
import std.stdio;
import std.parallelism;
import std.array;
import std.format;
struct TargetInfo
{
string name;
string version_;
}
void main()
{
if (!exists("dub.selections.json"))
{
writeln("fetch-selections: Skip the process because dub.selections.json is ... | D |
// Generated by the gRPC-dlang plugin.
module protocol.chat.v1.postboxRpc;
import protocol.chat.v1.postbox;
import grpc;
import google.protobuf;
import hunt.logging;
import core.thread;
import std.array;
import std.traits;
| D |
/*
* This file is part of gtkD.
*
* gtkD is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* gtkD is distribut... | D |
/mnt/d/learning-rust/ch02_guessing_game/target/rls/debug/deps/ch02_guessing_game-b1de15142a595b11.rmeta: src/main.rs
/mnt/d/learning-rust/ch02_guessing_game/target/rls/debug/deps/ch02_guessing_game-b1de15142a595b11.d: src/main.rs
src/main.rs:
| D |
/home/jo/Desktop/5600/Wasm/game/ascii_quest/target/debug/build/serde-137116b8e3a7ffe1/build_script_build-137116b8e3a7ffe1: /home/jo/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.117/build.rs
/home/jo/Desktop/5600/Wasm/game/ascii_quest/target/debug/build/serde-137116b8e3a7ffe1/build_script_build-137116b8e3a... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/HTTP.build/FoundationClient/Response+Foundation.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/AleixDiaz/Desktop/VaporProjec... | D |
void main() { runSolver(); }
void problem() {
auto N = scan;
auto solve() {
const long L = N.length;
auto acc = new long[](L + 1);
foreach(i, n; N) {
long x = n - '0';
acc[i + 1] = acc[i] + x;
}
char[] ans;
long carry;
long t = 1;
foreach_reverse(a; acc) {
ca... | D |
module core.internal.entry;
import vibe.vibe : WebSocket, parseJsonString, msecs;
import vibe.vibe : logInfo;
import core.matching : Matcher;
import core.loop : LoopStatus;
import std.string : format;
struct EntryResp {
LoopStatus status;
string uid;
}
EntryResp entry(scope WebSocket socket, Matcher m... | D |
#include <stdio.h>
#include <stddef.h>
#include <unistd.h>
#include <math.h>
#include <time.h>
#include "ldev.h"
#include "../labTools/lcode.h"
#include "../labTools/toys.h"
#include "../labTools/matlab.h"
#include "../labTools/timer.h"
#include "../labTools/udpmsg.h"
#include "../labTools/dio_lab.h"
/* GLOBAL VARIAB... | D |
/Users/fOrest/Documents/WORKBENCH/Projects/FoodOrdering/Build/Intermediates/FoodOrdering.build/Debug-iphonesimulator/FoodOrdering.build/Objects-normal/x86_64/TodaysOrdersTableViewCell.o : /Users/fOrest/Documents/WORKBENCH/Projects/FoodOrdering/FoodOrdering/SceneDelegate.swift /Users/fOrest/Documents/WORKBENCH/Projects/... | D |
p example.save-251895087 5 6
a 1 3 6769 30
a 2 1 5226 15
a 3 2 3339 11
a 3 4 5819 1
a 5 3 1155 9
a 4 5 2708 25
| D |
/Users/bgaliev/Projects/PhotoViewer/PhotoViewer/XcodeBuild/Intermediates.noindex/PhotoViewer.build/Debug-iphonesimulator/PhotoViewer.build/Objects-normal/x86_64/FeedViewController.o : /Users/bgaliev/Projects/PhotoViewer/PhotoViewer/PhotoViewer/Common/Entities/Page.swift /Users/bgaliev/Projects/PhotoViewer/PhotoViewer/P... | D |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); ... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 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/Dai/Desktop/Studing/swift服务端/PerfectDemo4/.build/debug/SwiftRandom.build/URandom.swift.o : /Users/Dai/Desktop/Studing/swift服务端/PerfectDemo4/.build/checkouts/SwiftRandom.git--6412955993590123727/Sources/SwiftRandom/Random.swift /Users/Dai/Desktop/Studing/swift服务端/PerfectDemo4/.build/checkouts/SwiftRandom.git--641... | 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_10_banking-694... | D |
module imports.test143;
package int x = 5;
| D |
import std.stdio, std.string, std.conv;
import std.algorithm, std.array, std.bigint, std.math, std.range;
import core.thread;
// Input
string[] tokens;
int tokenId = 0;
string readToken() { for (; tokenId == tokens.length; ) tokens = readln.split, tokenId = 0; return tokens[tokenId++]; }
int readInt() { return to!int... | D |
module dquick.item.rowRepeaterItem;
public import dquick.item.graphicItem;
public import std.signals;
import dquick.script.itemBinding;
import std.stdio;
import std.math;
import dquick.script.dmlEngine;
class RowRepeaterItem : GraphicItem, dquick.script.iItemBinding.IItemBinding
{
mixin(dquick.script.itemBinding.I_I... | D |
/**
* Interface to the C linked list type.
*
* List is a complete package of functions to deal with singly linked
* lists of pointers or integers.
* Features:
* 1. Uses mem package.
* 2. Has loop-back tests.
* 3. Each item in the list can have multiple predecessors, enabling
* different ... | D |
/Users/gem/Desktop/MovieMoya/the-movie-db/DerivedData/TheNewMovie/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/SizeExtensions.o : /Users/gem/Desktop/MovieMoya/the-movie-db/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/gem/Desktop/MovieMoya/the-movie-db/Po... | D |
INSTANCE Info_Mod_Anselm_Hi (C_INFO)
{
npc = Mod_7241_OUT_Anselm_REL;
nr = 1;
condition = Info_Mod_Anselm_Hi_Condition;
information = Info_Mod_Anselm_Hi_Info;
permanent = 0;
important = 0;
description = "Wer bist du?";
};
FUNC INT Info_Mod_Anselm_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Anselm_Hi_In... | D |
/// simple blocking queue
module blockingqueue;
class BlockingQueue(T)
{
import core.sync.condition;
import core.sync.mutex;
import std.container;
private Mutex mutex;
private Condition condition;
private DList!T items;
public this()
{
mutex = new Mutex();
condition = ... | D |
/*
Inochi2D GL Renderer
Copyright © 2023, Inochi2D Project
Distributed under the 2-Clause BSD License, see LICENSE file.
Authors: Luna Nielsen
*/
deprecated("OpenGL backend will be moving to a seperate package in the future!")
module inochi2d.core.render.gl;
import inochi2d.core.render.gl.texture;... | D |
instance BDT_1075_Addon_Fortuno(Npc_Default)
{
name[0] = "Fortuno";
guild = GIL_BDT;
id = 1075;
voice = 13;
flags = 0;
npcType = NPCTYPE_BL_MAIN;
aivar[AIV_NewsOverride] = TRUE;
aivar[AIV_NoFightParker] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_NORMAL;
EquipItem(self,ItMw_1h_Vlk_Axe... | D |
module memory.e820;
import lib;
/// One entry of the e820 memory map
struct E820Entry {
ulong base;
ulong length;
uint type;
uint unused;
}
shared(E820Entry)[256] e820Map; /// The e820 memory map filled by `getE820`
private extern(C) void get_e820(shared(E820Entry)*);
/**
* Getting the e820 map ... | D |
/**
* Missing or incorrect core.stdc.stdarg definitions.
*
* Fixes missing __va_tag_list on Posix platforms.
*
* Authors: dd86k <dd@dax.moe>
* Copyright: © dd86k <dd@dax.moe>
* License: BSD-3-Clause
*/
module adbg.include.c.stdarg;
extern (C):
@system:
@nogc:
nothrow:
version (Posix)
version (DigitalMars)
pub... | D |
/Users/chervjay/Documents/GitHub/sanctum/target/debug/build/lexical-6e3ede02f5b1f099/build_script_build-6e3ede02f5b1f099: /Users/chervjay/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-2.2.2/build.rs
/Users/chervjay/Documents/GitHub/sanctum/target/debug/build/lexical-6e3ede02f5b1f099/build_script_build-6e3ede... | D |
/Users/jgoddard/Repos/finalProjectFixed/DerivedData/FinalProject/Build/Intermediates/FinalProject.build/Debug-iphonesimulator/CoreDataService.build/Objects-normal/i386/DataInitializer.o : /Users/jgoddard/Repos/finalProjectFixed/CoreDataService/Source/Protocol/DataInitializer.swift /Users/jgoddard/Repos/finalProjectFixe... | D |
module gui.label;
/* Alignment of Label (LEFT, CENTER, RIGHT) is set by the xFrom nibble of
* (Geom.From from). Fixed or non-fixed printing is chosen in class Label.
*/
import std.conv;
import std.range; // walkLength
import std.string; // toStringz
import std.uni; // .byGrapheme.walkLength, find size of displa... | D |
/**
* Array support functions for the D language
*
* Based on code in Phobos (Walter Bright) and Tango (Sean Kelly)
*
* Copyright: 2008 The Neptune Project
*/
/*
* Copyright (C) 2004-2008 by Digital Mars, www.digitalmars.com
* Written by Walter Bright
*
* This software is provided 'as-is', without any exp... | D |
// Written in the D programming language.
/**
This module contains popup widgets implementation.
Popups appear above other widgets inside window.
Useful for popup menus, notification popups, etc.
Synopsis:
----
import dlangui.widgets.popup;
----
Copyright: Vadim Lopatin, 2014
License: Boost License 1.0
Authors... | D |
/**
* Configures and initializes the backend.
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https:... | D |
// http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.bugs&article_id=4769
// COMPILED_IMPORTS: imports/art4769a.d imports/art4769b.d
// PERMUTE_ARGS:
module art4769;
private import imports.art4769a;
struct Vector(T)
{
DataStreamability!(T).footype f;
static if (DataStreamability!(T)... | D |
module imports.test14901a;
//extern(C) int printf(const char*, ...);
extern extern(C) __gshared static int initCount;
int make(string s)()
{
__gshared static int value;
struct WithCtor
{
shared static this()
{
//printf("%s\n", s.ptr);
initCount++;
}
}
... | D |
import report;
/**
* An application that loads data from Loans.csv and outputs a pivot report to Output.csv
*/
void main() {
import std.stdio;
File input, output;
input = File("Loans.csv");
output = File("Output.csv", "w");
runReport(input, output);
}
| D |
/Users/chrisconner/Desktop/RadioCollector/DerivedData/RadioCollector/Build/Intermediates/RadioCollector.build/Debug-iphonesimulator/RadioCollector.build/Objects-normal/x86_64/ViewController.o : /Users/chrisconner/Desktop/RadioCollector/RadioCollector/AppDelegate.swift /Users/chrisconner/Desktop/RadioCollector/RadioColl... | D |
(Roman Catholic Church) one of the great Fathers of the early Christian Church whose major work was his translation of the Scriptures from Hebrew and Greek into Latin (which became the Vulgate
| D |
/**
* Copyright © Novelate 2020
* License: MIT (https://github.com/Novelate/NovelateEngine/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
* Website: https://novelate.com/
* ------
* Novelate is a free and open-source visual novel engine and framework written in the D programming language.
* It can be used freely... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/SocksCore.build/Objects-normal/x86_64/InternetSocket.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Socks-1.0.1/Sources/SocksCore/Address+C.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Socks-1.0.1/Sources/SocksCore/Address.swift /Users/Yowa/WorkSpace/Pok... | D |
/**
* MongoDatabase class representing common database for group of collections.
* Technically it is very special collection with common query functions
* disabled and some service commands provided.
*/
module vibe.db.mongo.database;
import vibe.db.mongo.client;
import vibe.db.mongo.collection;
import vibe.data.bs... | D |
module extensionapi.registerct;
import dccore.attr : isAnyPublic;
//template isAccessible(string Mod)
//{
// template isAccessible(string symName)
// {
// static if (__traits(compiles, typeof( mixin("{ import " ~ Mod ~ "; alias UU = " ~ Mod ~ "." ~ symName ~ "; }") ) ) )
// {
// enum i... | D |
module java.util.Dictionary;
import java.lang.all;
import java.util.Enumeration;
class Dictionary {
public this(){
}
abstract Enumeration elements();
abstract Object get(Object key);
Object get(String key){
return get(stringcast(key));
}
abstract boo... | D |
/Users/user/Library/Developer/Xcode/DerivedData/Pets-eqtzhbhvmisnmgbdakztlqtcuvwa/Build/Intermediates/Pets.build/Debug-iphonesimulator/Pets.build/Objects-normal/x86_64/AppDelegate.o : /Users/user/Documents/Curso\ Git/Pets/Pets/AppDelegate.swift /Users/user/Documents/Curso\ Git/Pets/Pets/ViewController.swift /Applicatio... | D |
module ui.Separator;
import ui.Control;
class Separator : Control {
protected uiSeparator * _separator;
this(bool vertical = true) {
if (vertical) {
_separator = uiNewVerticalSeparator();
} else {
_separator = uiNewHorizontalSeparator();
}
super(cast(... | D |
the region of the body of a vertebrate between the thorax and the pelvis
the cavity containing the major viscera
| D |
/** dux - ux implementation for D
*
* Authors: Tomona Nanase
* License: The MIT License (MIT)
* Copyright: Copyright (c) 2014 Tomona Nanase
*/
module dux.Component.StepWaveform;
import std.algorithm;
import std.array;
import std.container;
import std.conv;
import std.math;
import std.range;
import std.typecons;... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/SQLite.build/Database/SQLiteConnection.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/sqlite.git--8232814251736334455/Sources/SQLite/Row/SQLiteData.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/sqlite.git--82328142517363... | D |
module net.pms.util.SystemErrWrapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.exceptions;
import java.io.OutputStream;
public class SystemErrWrapper : OutputStream {
private static immutable Logger LOGGER = LoggerFactory.getLogger!SystemErrWrapper();
private int pos = 0;
private ... | D |
an advertisement (usually printed on a page or in a leaflet) intended for wide distribution
someone who travels by air
someone who operates an aircraft
(British informal) not to be deceived or hoodwinked
| D |
/Users/doki/Desktop/code12/FabriclogPoint/Build/Intermediates/FabriclogPoint.build/Debug-iphoneos/FabricPoint.build/Objects-normal/armv7/CameraViewController.o : /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/AppDelegate.swift /Users/doki/Desktop/code12/FabriclogPoint/FabricPoint/ViewController.swift /Users/doki... | D |
/Users/user144724/Desktop/Weather_Final/DerivedData2/Weather_Final/Build/Intermediates.noindex/Weather_Final.build/Debug-iphonesimulator/Weather_Final.build/Objects-normal/x86_64/AppDelegate.o : /Users/user144724/Desktop/Weather_Final/Weather_Final/AppDelegate.swift /Users/user144724/Desktop/Weather_Final/Weather_Final... | D |
module gl.renderers.gridrenderer;
import gl.all;
final class GridRenderer : Renderer {
VBO verticalVbo, horizontalVbo;
float x, y, width, height;
int numVertical, numHorizontal;
float verticalGap=1, horizontalGap=1;
bool hasVerticalLines, hasHorizontalLines;
RGBA colour;
this(OpenGL gl, float x, float y, floa... | D |
// Written in the D programming language
module dparse.parser;
import dparse.lexer;
import dparse.ast;
import dparse.rollback_allocator;
import dparse.stack_buffer;
import std.experimental.allocator.mallocator;
import std.experimental.allocator;
import std.conv;
import std.algorithm;
import std.array;
import std.stri... | D |
instance VLK_518_Buddler (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_mine_ambient;
guild = GIL_VLK;
level = 2;
voice = 3;
id = 518;
//-------- abilities --------
attribute[ATR_STRENGTH] = 13;
attribute[ATR_DEXTERITY... | D |
/**
Utilities used by TSV applications.
There are two main utilities in this file:
* InputFieldReordering class - A class that creates a reordered subset of fields from an
input line. Fields in the subset are accessed by array indicies. This is especially
useful when processing the subset in a specific order, suc... | D |
/**
* Elliptic integrals.
* The functions are named similarly to the names used in Mathematica.
*
* License: BSD style: $(LICENSE)
* Copyright: Based on the CEPHES math library, which is
* Copyright (C) 1994 Stephen L. Moshier (moshier@world.std.com).
* Authors: Stephen L. Moshier (origin... | D |
<?xml version="1.0" encoding="UTF-8"?>
<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="removePacoteTeste2.notation#_Q9u6E... | D |
// Written in the D programming language.
/**
This module implements window frame widget.
Synopsis:
----
import dlangui.widgets.docks;
----
Copyright: Vadim Lopatin, 2015
License: Boost License 1.0
Authors: Vadim Lopatin, coolreader.org@gmail.com
*/
module dlangui.widgets.winframe;
import dlangui.widgets.la... | D |
/// Generate by tools
module com.sun.syndication.feed.mod.itunes.types.Duration;
import java.lang.exceptions;
public class Duration
{
public this()
{
implMissing();
}
}
| D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Ddtest_results/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 9676b
module ddoc9676b;
///
deprecated void foo() {}
| D |
/*
* Copyright (c) 2018-2020 sel-project
*
* 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, merge, pu... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail18620.d(14): Error: `strlen` cannot be interpreted at compile time, because it has no available source code
fail_compilation/fail18620.d(19): compile time context created here
fail_compilation/fail18620.d(14): Error: `strlen` cannot be interpreted at compile time, because... | D |
/home/syx/SYXrepo/vacation_homework/percolation/target/rls/debug/deps/libsemver_parser-d3b7ab760facfbd1.rlib: /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/lib.rs /home/syx/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/semver-parser-0.7.0/src/version.rs /home/syx/... | D |
/Users/triggullberg/Desktop/LpRocks/Build/Intermediates/LpRocks.build/Debug-iphonesimulator/LpRocks.build/Objects-normal/x86_64/NVActivityIndicatorAnimationBallClipRotate.o : /Users/triggullberg/Desktop/LpRocks/LpRocks/OnboardVC.swift /Users/triggullberg/Desktop/LpRocks/LpRocks/MainVC.swift /Users/triggullberg/Desktop/... | D |
module allegro5.bitmap_io;
import allegro5.allegro;
import allegro5.internal.da5;
nothrow @nogc extern(C)
{
/*
* Bitmap loader flag
*/
enum
{
ALLEGRO_KEEP_BITMAP_FORMAT = 0x0002, /* was a bitmap flag in 5.0 */
ALLEGRO_NO_PREMULTIPLIED_ALPHA = 0x0200, /* was a bitmap flag in 5.0 */
ALLEGRO_KEEP_... | D |
instance SLD_703_Soeldner(Npc_Default)
{
name[0] = NAME_Soeldner;
npcType = npctype_guard;
guild = GIL_SLD;
level = 18;
voice = 8;
id = 703;
attribute[ATR_STRENGTH] = 85;
attribute[ATR_DEXTERITY] = 65;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 262;
attribute[ATR_H... | D |
INSTANCE NOV_654_ToterNovize (Npc_Default)
{
// ------ NSC ------
name = Name_ToterNovize;
guild = GIL_NOV;
id = 654;
voice = 10;
flags = 0;
npctype = NPCTYPE_AMBIENT;
// ------ Attribute ------
B_SetAttributesToChapter (self, 2);
// ------ Kampf-Taktik ------
fight_tac... | D |
// Copyright © 2013, Bernard Helyer. All rights reserved.
// Copyright © 2013, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.semantic.userattrresolver;
import ir = volt.ir.ir;
import volt.ir.util;
import volt.errors;
import volt.interfaces;
impor... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.