text
stringlengths
2
99k
meta
dict
;===- ./lib/MC/MCDisassembler/LLVMBuild.txt --------------------*- Conf -*--===; ; ; The LLVM Compiler Infrastructure ; ; This file is distributed under the University of Illinois Open Source ; License. See LICENSE.TXT for details. ; ;===--------------------------------------------------------------...
{ "pile_set_name": "Github" }
package org.embulk.plugin; import com.google.inject.Binder; import com.google.inject.Module; import com.google.inject.multibindings.Multibinder; public class MockPluginSource implements PluginSource { private final Class<?> expectedIface; private final Object plugin; private PluginType typeConfig; pu...
{ "pile_set_name": "Github" }
$.extend(true, $.summernote.lang, { 'de-DE': { /* German */ attrs: { cssClass: 'CSS Klasse', cssStyle: 'CSS Stil', rel: 'Rel', }, link: { browse: 'Durchsuchen' }, image: { imageProps: 'Bild Eigenschaften' }, tableStyles: { tooltip: "Tabellenstil", stylesExclusive: ["Standard", "Einge...
{ "pile_set_name": "Github" }
<?php // content="text/plain; charset=utf-8" require_once ('jpgraph/jpgraph.php'); require_once ('jpgraph/jpgraph_pie.php'); require_once ('jpgraph/jpgraph_pie3d.php'); // Some data $data = array(20,27,45,75,90); // Create the Pie Graph. $graph = new PieGraph(350,200); $graph->SetShadow(); // Set A title for the plo...
{ "pile_set_name": "Github" }
<Order> <OrderID>10248</OrderID> <CustomerID>VINET</CustomerID> <EmployeeID>5</EmployeeID> <OrderDate>1996-07-04T14:25:55</OrderDate> <RequiredDate>1996-08-01T06:43:44</RequiredDate> <ShippedDate>1996-07-16T04:00:12</ShippedDate> <ShipVia>3</ShipVia> <Freight>32.3800</Freight> <ShipName>Vins et alcools Chevali...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Dan Maas,Mahmoud Romeh * * 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...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2005, 2010 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at ...
{ "pile_set_name": "Github" }
Font: Gyre Termes MathJax Copyright 2012--2013 for TeX Gyre math extensions by B. Jackowski, P. Strzelczyk and P. Pianowski (on behalf of TeX Users Groups). Copyright 2013 The MathJax Consortium This work can be freely used and distributed under the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt) which is actua...
{ "pile_set_name": "Github" }
//===--- PropertyDeclarationCheck.cpp - clang-tidy-------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
# WeBWorK problem written by Alex Jordan # Portland Community College # ENDDESCRIPTION ## DBsubject(Algebra) ## DBchapter(Functions) ## DBsection(Exponential) ## Institution(PCC) ## Author(Alex Jordan) ## MO(1) ############################################## DOCUMENT(); loadMacros( "PGstandard.pl", "MathObjec...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Ma...
{ "pile_set_name": "Github" }
# 分頁器 在您需要對數據進行分頁處理時,可以藉助 [hyperf/paginator](https://github.com/hyperf/paginator) 組件很方便的解決您的問題,您可對您的數據查詢進行一定的封裝處理,以便更好的使用分頁功能,該組件也可用於其它框架上。 通常情況下,您對分頁器的需求可能都是存在於數據庫查詢上,[hyperf/database](https://github.com/hyperf/database) 數據庫組件已經與分頁器組件進行了結合,您可以在進行數據查詢時很方便的調用分頁器來實現分頁,具體可查閲 [數據庫模型 - 分頁](zh-hk/db/paginator.md) 章節。 # ...
{ "pile_set_name": "Github" }
package studio.uphie.one.utils; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.Locale; /** * Created by Uphie on 2015/9/6. * Email: uphie7@gmail.com */ public class TimeUtil { public static final long DAY_VALUE = 1000 * 60...
{ "pile_set_name": "Github" }
/* * 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"); you ...
{ "pile_set_name": "Github" }
/* Copyright 2013 David Axmark 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 distr...
{ "pile_set_name": "Github" }
Helper functions are JavaScript functions that you can call from your template. Ember's template syntax limits what you can express to keep the structure of your application clear at a glance. When you need to compute something using JavaScript, you can use helper functions. For instance, let's take a look at a gener...
{ "pile_set_name": "Github" }
r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data interchange format. :mod:`simplejson` exposes an API familiar to users of the standard library :mod:`marshal` and :mod:`pickle` modules. It is the externally maintained version of ...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Threading.Tasks; using NuGet.VisualStudio.Internal.Contracts; namespace NuGet.PackageManagement.UI { public interface INuGetUIFactory ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2008, Adobe Systems Incorporated 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, this...
{ "pile_set_name": "Github" }
/* * AShareTradeCost.h * * Created on: 2018年4月11日 * Author: Administrator */ #pragma once #ifndef TRADE_MANAGE_IMP_FIXEDA2017TRADECOST_H_ #define TRADE_MANAGE_IMP_FIXEDA2017TRADECOST_H_ #include "../TradeCostBase.h" namespace hku { /* * 2017年1月1日起将对深市过户费项目单独列示,标准为成交金额0.02‰双向收取。 */ class FixedA2017Trade...
{ "pile_set_name": "Github" }
[041.html] expected: TIMEOUT [track CORS: Use Credentials, same-origin, with headers, redirects to not same-origin, with headers, redirects to same-origin, with headers] expected: TIMEOUT
{ "pile_set_name": "Github" }
/** * Update the aggregate column in the related <?php echo $relationName ?> object * * @param PropelPDO $con A connection object */ protected function updateRelated<?php echo $relationName ?>(PropelPDO $con) { if ($<?php echo $variableName ?> = $this->get<?php echo $relationName ?>()) { if (!$<?php ec...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright David Abrahams 2003-2004 // // 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) // // Preprocessed version of "boost/mpl/map/map10.hpp" header // -- DO NOT mod...
{ "pile_set_name": "Github" }
#ifndef _ASM_X86_BYTEORDER_H #define _ASM_X86_BYTEORDER_H #include <linux/byteorder/little_endian.h> #endif /* _ASM_X86_BYTEORDER_H */
{ "pile_set_name": "Github" }
#include <monapi/private/stlstub.h> #include <monapi/audio/mml/Parser.h> #include <sys/error.h> using namespace std; using namespace MonAPI::audio::mml; // temporary static int __isdigit(int c) { if( c >= 0x30 && c <= 0x39 ) return 1; else return 0; } static int __islower(int c) { if( c ...
{ "pile_set_name": "Github" }
// *********************************************************************** // Assembly : XLabs.Forms.iOS // Author : XLabs Team // Created : 12-27-2015 // // Last Modified By : XLabs Team // Last Modified On : 01-04-2016 // ********************************************************************...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <TrustAnchor id="9DCE46E1-FC78-48E1-81B5-94E328790BB5" source="https://localhost/err_multi_ta.xml"> <Zone>.</Zone> <KeyDigest id="1" validFrom="2000-02-02T00:00:00+00:00"> <KeyTag>2</KeyTag> <Algorithm>8</Algorithm> <DigestType>2</DigestType> <Digest>111111111111111111111111111111...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_17) on Wed Jun 17 16:18:30 BST 2009 --> <TITLE> LdapExtClient (Apache JMeter API) </TITLE> <META NAME="keywords" CO...
{ "pile_set_name": "Github" }
//===-- sanitizer_thread_registry.h -----------------------------*- C++ -*-===// // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file is shared between sani...
{ "pile_set_name": "Github" }
/* * 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 ...
{ "pile_set_name": "Github" }
{ "locale": "to", "name": "Tonga", "english_name": "Tonga", "native_name": "Tonga", "google_key": "to", "context_rules": { "date": { "keys": ["past", "present", "future"] }, "gender_list": { "keys": ["one", "other"], "rules": { "one": {"rule": "(= 1 @size)", "descriptio...
{ "pile_set_name": "Github" }
/* Area: ffi_call Purpose: Check that negative integers are passed correctly. Limitations: none. PR: none. Originator: From the original ffitest.c */ /* { dg-do run } */ #include "ffitest.h" static int checking(int a, short b, signed char c) { return (a < 0 && b < 0 && c < 0); } int main (void) { ...
{ "pile_set_name": "Github" }
#include <k_api.h> #include "stm32l4xx_hal.h" #include "gc0329.h" extern i2c_dev_t brd_i2c3_dev; CAMERA_DrvTypeDef gc0329_drv = { gc0329_Init, gc0329_ReadID, gc0329_Config, }; /* Initialization sequence for VGA resolution (640x480)*/ const unsigned char GC0329_VGA[][2]= { {0xfe , 0x80}, {0xfc , 0x16}, ...
{ "pile_set_name": "Github" }
/** * Default theme for reveal.js. * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ // Default mixins and settings ----------------- @import "../template/mixins"; @import "../template/settings"; // --------------------------------------------- // Include theme-specific fonts @font-face { font-f...
{ "pile_set_name": "Github" }
using System; using System.Reflection; using Mono.Linker.Tests.Cases.Expectations.Metadata; namespace Mono.Linker.Tests.Cases.TypeForwarding.Dependencies { public class AnotherLibrary<T> { public string Prop { get; set; } } }
{ "pile_set_name": "Github" }
// Buttons // // Custom buttons for the docs. .btn-bd-primary { font-weight: 500; color: $bd-purple-bright; border-color: $bd-purple-bright; &:hover, &:active { color: #fff; background-color: $bd-purple-bright; border-color: $bd-purple-bright; } &:focus { box-shadow: 0 0 0 3px rgba($bd-...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright (C) 2019 Chris Caron <lead2gold@gmail.com> # All rights reserved. # # This code is licensed under the MIT License. # # 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 th...
{ "pile_set_name": "Github" }
<routes> <route id="r1" edges="In L2 L3 L4 L5 L6 L7 Out"/> <route id="r2" edges="In L2 L3 midexit"/> <route id="r3" edges="midentry L3 L4 L5 L6 L7 Out"/> <route id="r4" edges="midentry L3 midexit"/> <vType id="t1" sigma="0" length="5"/> <vehicle id="v0" type ="t1" depart="0" route="r1" departSpe...
{ "pile_set_name": "Github" }
b8b1fcecbc6f5ea8bc915c3ac319e8c9eb204f95
{ "pile_set_name": "Github" }
//// Copyright (c) Microsoft Corporation. All rights reserved (function () { "use strict"; // Sample infrastructure internals var currentScenarioUrl = null; WinJS.Navigation.addEventListener("navigating", function (evt) { currentScenarioUrl = evt.detail.location; }); var...
{ "pile_set_name": "Github" }
prefix=./android/arm-v7a exec_prefix=${prefix} libdir=${prefix}/lib includedir=${prefix}/include Name: libswresample Description: FFmpeg audio resampling library Version: 2.3.100 Requires: Requires.private: libavutil >= 55.34.101 Conflicts: Libs: -L${libdir} -lswresample Libs.private: -lm Cflags: -I${includedir}
{ "pile_set_name": "Github" }
#include <vector> #include "../src/benchmark_register.h" #include "gmock/gmock.h" #include "gtest/gtest.h" namespace { TEST(AddRangeTest, Simple) { std::vector<int> dst; AddRange(&dst, 1, 2, 2); EXPECT_THAT(dst, testing::ElementsAre(1, 2)); } TEST(AddRangeTest, Simple64) { std::vector<int64_t> dst; AddRan...
{ "pile_set_name": "Github" }
class Listing_17_03_HashMapTest extends GroovyTestCase { static final KEY = new Object() static final MAP = [key1: new Object(), key2: new Object()] void testHashtableRejectsNull() { shouldFail(NullPointerException) { new Hashtable()[KEY] = null } } void testBadInitialSize() { def msg = sh...
{ "pile_set_name": "Github" }
<?php /** * BulkEditJournalRequest.php * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Fr...
{ "pile_set_name": "Github" }
<img src="{{ url_for('.tickets_qrcode_image', regform) }}" alt="">
{ "pile_set_name": "Github" }
// Copyright 2015-2019 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: BSD-3-Clause import React from 'react'; import PropTypes from 'prop-types'; import { Card } from '../Card'; import { Placeholder } from '../Placeholder'; export const TokenCard = ({ balance, childr...
{ "pile_set_name": "Github" }
<?php // Check writability of directories $directories_to_check = array( "cache/", "extensions/", "site/extensions/" ); foreach ($directories_to_check as $directory) { if (!is_writable(SERVER_ROOT.$directory)) { ?> <div class="container"> <section> <h3>Error</h3> <p>Your <code>/<?=$directory?></code> d...
{ "pile_set_name": "Github" }
#include "../src/qdescriptorextractor.h"
{ "pile_set_name": "Github" }
<?php /** * PHPUnit * * Copyright (c) 2001-2013, Sebastian Bergmann <sebastian@phpunit.de>. * 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 ...
{ "pile_set_name": "Github" }
def f(): def g(): pass
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- YUI 3 Gallery Component Build File --> <project name="Back Button Utility" default="local"> <description>Back Button Utility Build File</description> <property file="build.properties" /> <import file="${builddir}/3.x/bootstrap.xml" description="Default Build Prope...
{ "pile_set_name": "Github" }
package unreal; #if (UE_VER >= 4.16) extern class UEnumProperty_Extra { public function GetUnderlyingProperty():UNumericProperty; public function GetEnum():UEnum; #if (UE_VER >= 4.18) public function SetEnum(InEnum:UEnum):Void; #end } #end
{ "pile_set_name": "Github" }
/* * Copyright 2008-present MongoDB, Inc. * * 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 ag...
{ "pile_set_name": "Github" }
package aws import ( "net/http" "time" "github.com/aws/aws-sdk-go/aws/credentials" "github.com/aws/aws-sdk-go/aws/endpoints" ) // UseServiceDefaultRetries instructs the config to use the service's own // default number of retries. This will be the default action if // Config.MaxRetries is nil also. const UseServ...
{ "pile_set_name": "Github" }
@HD VN:1.6 SO:queryname @RG ID:HiMom.1 SM:SA_GACCGTTG LB:LN_GACCGTTG PL:illumina PU:HiMom.1.GACCGTTG CN:BI HiMom:1:1101:1218:2200 4 * 0 0 * * 0 0 GCTC #### RG:Z:HiMom.1 HiMom:1:1101:1257:2223 4 * 0 0 * * 0 0 TGCT :?@D RG:Z:HiMom.1 HiMom:1:1201:1180:2119 4 * 0 0 * * 0 0 GCTC CCCF RG:Z:HiMom.1 HiMom:1:2101:1036:2087 4 * ...
{ "pile_set_name": "Github" }
import './lib2.js'; export default () => { const lib2 = 1; return import('./lib2.js').then(ns => ns.foo + lib2); };
{ "pile_set_name": "Github" }
package algs.example.scheduler; import java.util.Collection; import java.util.Iterator; import algs.model.IBinaryTreeNode; import algs.model.IInterval; import algs.model.interval.SegmentTree; import algs.model.interval.StoredIntervalsNode; /** * A retail store manager is responsible for creating the work schedule t...
{ "pile_set_name": "Github" }
/* -*- Mode: c; tab-width: 8; c-basic-offset: 4; indent-tabs-mode: t; -*- */ /* cairo - a vector graphics library with display and print output * * Copyright © 2002 University of Southern California * Copyright © 2005 Red Hat, Inc. * Copyright © 2009 Chris Wilson * * This library is free software; you can redistr...
{ "pile_set_name": "Github" }
; RUN: opt < %s -basicaa -bb-vectorize -disable-output ; This is a bugpoint-reduced test case. It did not always assert, but does reproduce the bug ; and running under valgrind (or some similar tool) will catch the error. target datalayout = "e-p:64:64:64-S128-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:...
{ "pile_set_name": "Github" }
/* * posix-clock.h - support for dynamic clock devices * * Copyright (C) 2010 OMICRON electronics GmbH * * 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 2 of the License...
{ "pile_set_name": "Github" }
import {render} from '@testing-library/vue' import '@testing-library/jest-dom' test('baseElement defaults to document.body', () => { const {baseElement} = render({template: '<div />'}) expect(baseElement).toBe(document.body) }) test('renders custom baseElement', () => { const Component = {template: '<span />'} ...
{ "pile_set_name": "Github" }
(** Functors for creating modules that mint unique identifiers. *) open! Import open Unique_id_intf module type Id = Id (** An abstract unique identifier based on ordinary OCaml integers. Be careful, this may easily overflow on 32-bit platforms! [Int63] is a safer choice for portability. [Int] is useful w...
{ "pile_set_name": "Github" }
// Copyright 2005, Google Inc. // 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, this list of conditions ...
{ "pile_set_name": "Github" }
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## Plugin.define "PJIRC" do author "Brendan Coles <bcoles@gmail.com>" # 2011-0...
{ "pile_set_name": "Github" }
[@genType] type u0 = (. unit) => string; [@genType] type u1 = (. int) => string; [@genType] type u2 = (. int, string) => string; [@genType] type u3 = (. int, string, int) => string; [@genType] let uncurried0 = (.) => ""; [@genType] let uncurried1 = (. x) => x |> string_of_int; [@genType] let uncurried2 = (. x, y)...
{ "pile_set_name": "Github" }
#include "ofMain.h" #include "ofApp.h" int main(){ ofSetupOpenGL(1024,768, OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my app // can be OF_WINDOW or OF_FULLSCREEN // pass in width and height too: ofRunApp( new ofApp() ); return 0; } #ifdef TARGET_ANDROID void ofAndroidAppl...
{ "pile_set_name": "Github" }
/* * TwinVQ decoder * Copyright (c) 2009 Vitor Sessak * * This file is part of FFmpeg. * * FFmpeg 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 you...
{ "pile_set_name": "Github" }
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2020 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
{ "pile_set_name": "Github" }
[tool.poetry] name = "keeagent-doc" version = "0.1.0" description = "KeeAgent Documentation" authors = ["David Lechner <david@lechnology.com>"] [tool.poetry.dependencies] python = "^3.6" Sphinx = "1.8.5" sphinx-rtd-theme = "0.4.1" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry>=0.12"] build-backen...
{ "pile_set_name": "Github" }
# Copyright 2020 The Kubermatic Kubernetes Platform contributors. # # 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 app...
{ "pile_set_name": "Github" }
export default function installAsJQueryPlugin($: any): void;
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Markdown mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/edit/continuelist.js"></script> <script src="../xml/xml.js">...
{ "pile_set_name": "Github" }
#!/bin/sh TEMPLATE="{file}\t{line}\t{severity}\t{id} {message}" cd .. cppcheck -q --force --enable=performance,portability,warning,style --library=qt --template="${TEMPLATE}" . 2>&1 | tee cppcheck.pro.user.tasks
{ "pile_set_name": "Github" }
--- Title: Verordnung über die Gewährung von Mehrarbeitsvergütung für Beamte jurabk: MArbV layout: default origslug: marbv slug: marbv --- # Verordnung über die Gewährung von Mehrarbeitsvergütung für Beamte (MArbV) Ausfertigungsdatum : 1972-04-26 Fundstelle : BGBl I: 1972, 747 Neugefasst durch : Bek. v. 4.11...
{ "pile_set_name": "Github" }
#----------------------------------------------------------------------------- #@TYPE: Distribution #@NAME: Jlime 2010.1 <http://www.jlime.com> #@DESCRIPTION: Jlime Mobility Embedded Linux Distribution for the # HP Jornada 620/660/680/690/720/728 handheld pc + Nec MP900c, # Ben Nanonote. # Un...
{ "pile_set_name": "Github" }
/****************************************************************************** * QSkinny - Copyright (C) 2016 Uwe Rathmann * This file may be used under the terms of the QSkinny License, Version 1.0 *****************************************************************************/ #ifndef QSK_CORNER_H #define QSK_CORN...
{ "pile_set_name": "Github" }
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_DingTalkRedEnvelopVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_DingTalkRedEnvelop...
{ "pile_set_name": "Github" }
/** * The MIT License * Copyright © 2010 JmxTrans team * * 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, mo...
{ "pile_set_name": "Github" }
""" This module contains a loader for MO files, written in 2011 by Wilbert Berendsen. The module is heavily inspired by the Python gettext library, but allows for reading all contents of a MO file, also the msgid2's, which are not needed for translating but are useful e.g. when checking messages and translations for w...
{ "pile_set_name": "Github" }
<?php namespace PhpOffice\PhpSpreadsheet\Writer; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Calculation\Functions; use PhpOffice\PhpSpreadsheet\HashTable; use PhpOffice\PhpSpreadsheet\Shared\File; use PhpOffice\PhpSpreadsheet\Spreadsheet; use PhpOffice\PhpSpreadsheet\Worksheet\...
{ "pile_set_name": "Github" }
module Spec module Mocks class OrderGroup def initialize error_generator @error_generator = error_generator @ordering = Array.new end def register(expectation) @ordering << expectation end def ready_for?(expectation) return @ordering.firs...
{ "pile_set_name": "Github" }
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. module Hometown class CreationTracer def find_trace_for(instance) return unless instance.instance_variable_defined?(HOMETOWN_TRACE_ON_I...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Fri Nov 09 11:56:15 PST 2018 --> <title>org.apache.kafka.server.quota Class Hierarchy (kafka 2.1.0 API)</title> <meta name="date" conten...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M21,1l-8.31,8.3...
{ "pile_set_name": "Github" }
$font-default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif !default; $font-mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !default; $font-icon: FontAwesome; $font-icon-path: "/font/fontawesome-webfont"; @font-face { font-family: 'FontA...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import math import logging import torch from torch import nn from torch.autograd import Function from torch.nn.modules.utils import _pair from torch.autograd.function import once_differentiable import _ext as _backend logger = logging.getLogger('base') class _DCNv2(Function): @staticmethod...
{ "pile_set_name": "Github" }
C# DCPS API {#mainpage} ==================== [TOC] About the C# Reference Guide {#mainpage_about} ============================ The C# Reference Guide provides details of the Vortex OpenSplice (Subscripti...
{ "pile_set_name": "Github" }
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } f...
{ "pile_set_name": "Github" }
Asset Size Chunks Chunk Names bundle.js 4.44 KiB main [emitted] main Entrypoint main = bundle.js [./app.ts] 222 bytes {main} [built] [./lib/index.ts] 160 bytes {main}
{ "pile_set_name": "Github" }
<!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright (c) 2009-2017 Oracle and/or its affiliates. All rights reserved. The contents of this file are subject to the terms of either the GNU General Public License Version 2 only ("GPL") or the Common Development and Distribution Li...
{ "pile_set_name": "Github" }
@model System.Web.Mvc.HandleErrorInfo @{ ViewBag.Title = "Error"; } <h1 class="text-danger">Error.</h1> <h2 class="text-danger">An error occurred while processing your request.</h2>
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (worker, concurrency) { // Start with a normal queue var q = (0, _queue2.default)(worker, concurrency); // Override push to accept second parameter representing priority q.push = function (data...
{ "pile_set_name": "Github" }
using System; using System.Linq; using Nop.Core; using Nop.Core.Domain.Affiliates; using Nop.Core.Domain.Common; using Nop.Core.Domain.Orders; using Nop.Core.Domain.Seo; using Nop.Data; using Nop.Services.Common; using Nop.Services.Seo; namespace Nop.Services.Affiliates { /// <summary> /// Affil...
{ "pile_set_name": "Github" }
// Copyright (c) Autofac Project. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace Autofac.Specification.Test.Registration.Adapters { public class AnotherCommand { } }
{ "pile_set_name": "Github" }
<?php namespace App\Models\User; use App\Models\Account\Account; use App\Models\ModelBinding as Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; /** * A module is a section of information that appears in the Contact sheet, like * 'Activities' or 'Notes'. */ class Module extends Model { /** * ...
{ "pile_set_name": "Github" }
created: 20110211125900000 creator: blaine modified: 20110211131000000 modifier: blaine title: Licence type: text/x-tiddlywiki ~TiddlyWiki is published under a BSD licence, and is owned by the not-for-profit [[UnaMesa Foundation|http://www.unamesa.org/]].
{ "pile_set_name": "Github" }
#!/usr/bin/ruby a,b,c,k=gets.split.map &:to_i;p k%2>0?b-a:a-b #eval"A,B,C,K="+gets.split*?,;p K%2>0?B-A : A-B
{ "pile_set_name": "Github" }
/*-*- Mode: C; c-basic-offset: 8 -*-*/ #ifndef foortkithfoo #define foortkithfoo /*** Copyright 2009 Lennart Poettering Copyright 2010 David Henningsson <diwic@ubuntu.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly xdt:Transform="Remove" xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Mvc')"...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the FOSCommentBundle package. * * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace FOS\CommentBundle\Markup; /** * Uses HTMLPurifier to parse ...
{ "pile_set_name": "Github" }