text
stringlengths
574
99.1k
meta
dict
<?php declare(strict_types=1); namespace Shopware\Core\Framework\Demodata\Generator; use Shopware\Core\Checkout\Cart\Rule\GoodsPriceRule; use Shopware\Core\Checkout\Customer\Rule\CustomerGroupRule; use Shopware\Core\Checkout\Customer\Rule\IsNewCustomerRule; use Shopware\Core\Content\Rule\RuleDefinition; use Shopware\...
{ "pile_set_name": "Github" }
//--- OBJECT WRITE BEGIN --- %guiContent = new GuiControl() { canSaveDynamicFields = "0"; Enabled = "1"; isContainer = "1"; Profile = "ToolsGuiDefaultProfile"; HorizSizing = "right"; VertSizing = "bottom"; Position = "0 0"; Extent = "1024 768"; MinExtent = "8 2"; canSave = "1"; Visible ...
{ "pile_set_name": "Github" }
01 02 03 1 10 11 12 13 14 15 16 17 18 19 1rer 2 20 2tty 3 3com 4 5 6 7 8 9 a a.auth-ns a01 a02 a1 a2 abc about ac academico acceso access accounting accounts acid activestat ad adam adkit admin administracion administrador administrator administrators admins ads adsense adserver adsl ae af affiliate affiliates affiliat...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Constants that were deprecated or moved to enums in the FreeBSD headers. Keep // them here for backwards compatibility. package unix const ( IFF_SMART ...
{ "pile_set_name": "Github" }
# 1phase with MD_Gaussian (var = log(mass-density) with Gaussian capillary) formulation # constant-bulk density, constant porosity, 1component # unsaturated [Mesh] type = GeneratedMesh dim = 2 nx = 1 ny = 1 [] [GlobalParams] PorousFlowDictator = dictator [] [Variables] [./md] [../] [] [ICs] [./md] ...
{ "pile_set_name": "Github" }
-0.622799993 1.00000002E-24 -0.610800028 1.00000002E-24 -0.598800004 1.00000002E-24 -0.586799979 1.00000002E-24 -0.574800014 -1.96385938E-22 -0.562799990 -1.08285091E-21 -0.550800025 -2.93723576E-21 -0.538800001 -6.56442497E-21 -0.526799977 -2....
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using Sys...
{ "pile_set_name": "Github" }
sr: seeds: settings: official_level_1_name: Званична позиција 1 official_level_2_name: Званична позиција 2 official_level_3_name: Званична позиција 3 official_level_4_name: Званична позиција 4 official_level_5_name: Званична позиција 5 geozones: north_district: Северни дист...
{ "pile_set_name": "Github" }
package dl4j_examples_scala.builds import sbt._ object Libs { val dl4jVer = "0.7.2" val arbiterDl4j = "org.deeplearning4j" % "arbiter-deeplearning4j" % dl4jVer val datavecApi = "org.datavec" % "datavec-api" % dl4jVer val datavecDataCodec = "org.datav...
{ "pile_set_name": "Github" }
<?php /* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */ namespace Icinga\Module\Monitoring\Backend\Ido\Query; use Zend_Db_Select; use Icinga\Data\Filter\Filter; /** * Query for contacts */ class ContactQuery extends IdoQuery { protected $columnMap = [ 'contacts' => [ 'contact_i...
{ "pile_set_name": "Github" }
#imports import numpy as np import numpy.random as npr import tensorflow as tf import time import matplotlib.pyplot as plt import pickle import copy import os import sys from six.moves import cPickle from rllab.envs.normalized_env import normalize import yaml import argparse import json #my imports from policy_random...
{ "pile_set_name": "Github" }
// // AttributionsViewController.swift // BattleBuddy // // Created by Mike on 7/25/19. // Copyright © 2019 Veritas. All rights reserved. // import UIKit class AttributionsViewController: BaseTableViewController { lazy var restApiCell: BaseTableViewCell = { let cell = BaseTableViewCell(style: .subtitl...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; use PhpMyAdmin\SqlParser\Tests\TestCase; use PhpMyAdmin\SqlParser\Utils\Formatter; use ReflectionMethod; class FormatterTest extends TestCase { /** * @param mixed $default * @param mixed $overriding * @param mixed $expecte...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fsyntax-only -verify %s typedef __fp16 half4 __attribute__ ((vector_size (8))); typedef float float4 __attribute__ ((vector_size (16))); typedef short short4 __attribute__ ((vector_size (8))); typedef int int4 __attribute__ ((vector_size (16))); half4 hv0, hv1; float4 fv0, fv1; short4 sv0; int4 iv...
{ "pile_set_name": "Github" }
@startuml sprite $photoshop [48x48/16] { 499999999999999999999999999999999999999999999994 9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 9FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF...
{ "pile_set_name": "Github" }
batch_size: 20 buckets: 25,50,100,200 input_pipeline_dev: class: ParallelTextInputPipeline params: source_files: - ${HOME}/text-to-sql/data/imdb/2018_02_08/question_split/1/1_encode.txt target_files: - ${HOME}/text-to-sql/data/imdb/2018_02_08/question_split/1/1_decode.txt input_pipeline_train: cla...
{ "pile_set_name": "Github" }
#ifndef _GEOMETRY_H_ #define _GEOMETRY_H_ #ifdef __cplusplus extern "C" { #endif void dist_mic(const float* xyz, const int* pairs, const float* box_matrix, float* distance_out, float* displacement_out, const int n_frames, const int n_atoms, const int n_pairs); void dist(const float* xyz, c...
{ "pile_set_name": "Github" }
{ "SourceFileNode": { "statementList": [ { "InlineHtml": { "scriptSectionEndTag": null, "text": null, "scriptSectionStartTag": { "kind": "ScriptSectionStartTag", "textLengt...
{ "pile_set_name": "Github" }
{ "demoSharedZAxisBeefSandwichRecipeTitle": "Сендвич са говедином", "demoSharedZAxisDessertRecipeDescription": "Рецепт за дезерт", "demoSharedYAxisAlbumTileSubtitle": "Извођач", "demoSharedYAxisAlbumTileTitle": "Албум", "demoSharedYAxisRecentSortTitle": "Недавно слушано", "demoSharedYAxisAlphabeticalSortTit...
{ "pile_set_name": "Github" }
import { Component, DebugElement } from '@angular/core'; import { ComponentFixture, fakeAsync, TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; import { NzIconTestModule } from 'ng-zorro-antd/icon/testing'; import { NzTableModule } from '../table.module'; import { NzTableComponent...
{ "pile_set_name": "Github" }
{ "pages": { "blockSize": { "cssExampleSrc": "./live-examples/css-examples/logical-properties/block-size.css", "exampleCode": "./live-examples/css-examples/logical-properties/block-size.html", "fileName": "block-size.html", "title": "CSS Demo: block-size", ...
{ "pile_set_name": "Github" }
import ntn_input import ntn import scipy.io as sio import numpy as np data_number = 0 #0 - Wordnet, 1 - Freebase if data_number == 0: data_name = 'Wordnet' else: data_name = 'Freebase' embedding_size = 100 data_path = 'data\\'+data_name output_path = 'data\\output\\'+data_name+'\\' entities_string='/entities.txt' re...
{ "pile_set_name": "Github" }
system canOfWorms { category LightFX technique { visual_particle_quota 2000 emitted_emitter_quota 20 material PUMediaPack/Flare_04 default_particle_width 1....
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ATM = 0x1e AF_BL...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build ppc64le,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build ppc64le,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_ALG = 0x26 AF_APPLETALK = 0x5 AF_ASH ...
{ "pile_set_name": "Github" }
library(mlr) library(BBmisc) library(devtools) DATASEED = 7761 # nolint COMPRESSION = "xz" # nolint # classification set.seed(DATASEED) data(iris, package = "datasets") iris.task = makeClassifTask("iris-example", data = iris, target = "Species") use_data(iris.task, overwrite = TRUE, compress = COMPRESSION) set.se...
{ "pile_set_name": "Github" }
using System.Web.Mvc; using System.Web.Routing; using MvcContrib.ActionResults; using NUnit.Framework; using Rhino.Mocks; using System; namespace MvcContrib.UnitTests.ActionResults { [TestFixture] public class PermanentRedirectToActionResultTester { private MockRepository _mocks; private ...
{ "pile_set_name": "Github" }
; RUN: opt -safepoint-ir-verifier-print-only -verify-safepoint-ir -S %s 2>&1 | FileCheck %s ; In some cases, it is valid to have unrelocated pointers used as compare ; operands. Make sure the verifier knows to spot these exceptions. ; comparison against null. define i8 addrspace(1)* @test1(i64 %arg, i8 addrspace(1)*...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1000013165000468} m_IsPrefabParent: ...
{ "pile_set_name": "Github" }
@file:Suppress("NOTHING_TO_INLINE") package io.ktor.utils.io.bits import io.ktor.utils.io.core.internal.* import java.nio.* @Suppress("ACTUAL_WITHOUT_EXPECT", "EXPERIMENTAL_FEATURE_WARNING") public actual inline class Memory @DangerousInternalIoApi constructor(public val buffer: ByteBuffer) { /** * Size of...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Media; namespace SvgToXaml.WrapPanel { public class VirtualizingWrapPanel : VirtualizingPanel, IScrollInfo ...
{ "pile_set_name": "Github" }
[Text] LANGUAGE=Italiano (Italian) OPTION_VALUE_EASY=Facile OPTION_VALUE_MEDIUM=Media OPTION_VALUE_HARD=Difficile OPTION_VALUE_ON=Si OPTION_VALUE_OFF=No OPTION_VALUE_EDITION=Edizione OPTION_VALUE_GENRE=Genere OPTION_VALUE_LANGUAGE=Lingua OPTION_VALUE_FOLDER=Folder OPTION_VALUE_TITLE=Titolo OPTION_VALUE_ARTIST=Artis...
{ "pile_set_name": "Github" }
require 'react/ext/string' require 'react/ext/hash' require 'active_support/core_ext/class/attribute' require 'react/callbacks' require 'react/rendering_context' require 'hyper-store' require 'react/state_wrapper' require 'react/component/api' require 'react/component/class_methods' require 'react/component/props_wrapp...
{ "pile_set_name": "Github" }
{ "root": [ { "key": "0", "data":{ "name":"Applications", "size":"100kb", "type":"Folder" }, "children":[ { "key": "0-0", "data":{ ...
{ "pile_set_name": "Github" }
use std::error::Error; use futures::StreamExt; use heim_disk as disk; #[heim_derive::test] async fn smoke_partitions() -> Result<(), Box<dyn Error>> { let partitions = disk::partitions().await?; futures::pin_mut!(partitions); while let Some(part) = partitions.next().await { let part = part?; ...
{ "pile_set_name": "Github" }
@generated { "kind": "model", "data": { "callable": "Ovr{long_access_path_taint.C::__init__}", "sources": [], "sinks": [], "tito": [ { "port": "formal(request)", "taint": [ { "decl": null, "leaves": [ { "kind": "LocalReturn", "name": "[request]...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF...
{ "pile_set_name": "Github" }
using FluentAssertions; using FunctionalTests.Base; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Diagnostics.HealthChecks; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.DependencyInjection; using System; using System.IO; using System.Linq...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; import '../model/model.dart'; import 'searchFilters.dart'; class ProductFilterWindow extends StatefulWidget { ProductFilterWindow(); @override State<StatefulWidget> createState() => ProductFilterWindowState(); } class ProductFilterWindowState extend...
{ "pile_set_name": "Github" }
from .timex_constants import Constants class TimexInference: @staticmethod def infer(obj): types = set() if TimexInference.__is_present(obj): types.add(Constants.TIMEX_TYPES_PRESENT) if TimexInference.__is_definite(obj): types.add(Constants.TIMEX_TYPES_DEFIN...
{ "pile_set_name": "Github" }
@region $ dnalsi_1a { north: dnalsi_1b.l; south: dnalsi_19.l; east: dnalsi_2a.l; west: dnalsi_0a.l; region_orientation: FACE_WEST; [ @ground { x:68; y:2; or:244; } @wall { x:68; y:0; or:0; style:4; } @flat { x:164; y:2; or:188; 8:0; } @rock { ...
{ "pile_set_name": "Github" }
use super::SockAddr; use libc::{sockaddr, c_void, c_char, c_uchar, c_short, c_ushort, c_int, c_uint, c_ulong}; use std::ptr; use std::mem; use std::ffi::{CStr, CString}; use std::net::Ipv4Addr; use std::io::{self, Error, ErrorKind}; use std::os::unix::io::{RawFd, AsRawFd, IntoRawFd}; pub const IFNAMSIZ: usize ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using GameFramework; using GameFrameworkMessage; using ScriptRuntime; namespace GameFramework { public enum UserControlState : int { User = 0, UserDropped, Ai, Remove, } public class User { public User() ...
{ "pile_set_name": "Github" }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Text.Primitives.Tests.Encoding; namespace System.Text.Primitives.Be...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_darwin.go package route const ( sysAF_UNSPEC = 0x0 sysAF_INET = 0x2 sysAF_ROUTE = 0x11 sysAF_LINK = 0x12 sysAF_INET6 = 0x1e sysSOCK_RAW = 0x3 sysNET_RT_DUMP = 0x1 sysNET_RT_FLAGS = 0x2 sysNET_RT_IFLIST = 0x3 sysNET_RT_STAT = 0x4 s...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,freebsd // Created by cgo -godefs - DO NOT EDIT // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF_ATM ...
{ "pile_set_name": "Github" }
byte: warnings for: $"byte" $"-9223372036854775808ull" 1: Overflow in constant conversion 2: Overflow in constant conversion 3: Overflow in constant conversion, at parameter 1 (x) of F() 4: Overflow in constant conversion, at parameter 1 (x) of F() 5: Overflow in constant conversion 6: Overflow in constant co...
{ "pile_set_name": "Github" }
ARCHIVE_ENTRY_TIME(3) BSD Library Functions Manual ARCHIVE_ENTRY_TIME(3) NAME archive_entry_atime, archive_entry_atime_nsec, archive_entry_atime_is_set, archive_entry_set_atime, archive_entry_unset_atime, archive_entry_birthtime, archive_entry_birthtime_nsec, archive_entry_birthtime_is_set, ...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package unix const ( IFT_1822 = 0x2 IFT_A12MPPSWITCH = 0x82 IFT_AAL2 = 0xbb IFT_AAL5 ...
{ "pile_set_name": "Github" }
status = error # log action execution errors for easier debugging logger.action.name = org.elasticsearch.action logger.action.level = debug appender.console.type = Console appender.console.name = console appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %mar...
{ "pile_set_name": "Github" }
define(['jquery', 'js/models/xblock_validation', 'js/views/xblock_validation', 'common/js/spec_helpers/template_helpers'], function($, XBlockValidationModel, XBlockValidationView, TemplateHelpers) { beforeEach(function() { TemplateHelpers.installTemplate('xblock-validation-messages'); })...
{ "pile_set_name": "Github" }
/* ======================================= */ /* CSS for control sap.m/PlanningCalendar */ /* Quartz High Contrast Black theme */ /* ======================================= */ /* show every second row in an other color */ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > ...
{ "pile_set_name": "Github" }
@title Python C API bytes @tangler bytes.flx = share/lib/python/bytes.flx @h1 bytes @tangle bytes.flx // Nonfunction line: from .object cimport PyObject // Nonfunction line: cdef extern from "Python.h": // Nonfunction line: ctypedef struct va_list // FUNCTION: bint PyBytes_Check(object o) gen PyBytes_Check: P...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; using HotChocolate; using HotChocolate.Language; using HotChocolate.Types; using StrawberryShake.Generators.Descriptors; using StrawberryShake.Generators.Utilities; using static StrawberryShake.Generators.Utilities.NameUtils; namespace StrawberryShake.Generators { ...
{ "pile_set_name": "Github" }
import { async, TestBed } from '@angular/core/testing'; import { Observable, of, throwError } from 'rxjs'; import { DataService } from '../api/data.service'; import { DataServiceMock } from '../api/data.service-mock'; import { ConfigurationProvider } from '../config/config.provider'; import { ConfigurationProvider...
{ "pile_set_name": "Github" }
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); #kss-node .kss-section { margin-bottom: 2rem; } #kss-node .kss-section:first-child, #kss-node .kss-section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 1rem; } #kss-node .kss-depth-2 { margin: 0; background: url("...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
# Подозреваете ошибку в компиляторе? Проверьте получше свой код! (В оригинале - Check Your Code First before Looking to Blame Others) Все разработчики часто склонны не верить, что ошибка в их коде, обвиняя вместо этого, например, компилятор. Однако в реальности то, что ошибка на самом деле в компиляторе, интерпретато...
{ "pile_set_name": "Github" }
use crate::parser::types::{FragmentDefinition, InlineFragment, Name}; use crate::validation::visitor::{Visitor, VisitorContext}; use crate::Positioned; #[derive(Default)] pub struct FragmentsOnCompositeTypes; impl<'a> Visitor<'a> for FragmentsOnCompositeTypes { fn enter_fragment_definition( &mut self, ...
{ "pile_set_name": "Github" }
import json import re from textwrap import dedent import jmespath class TestAddHostFirewall: def test_no_hosts(self, host): result = host.run('stack add host firewall') assert result.rc == 255 assert result.stderr == dedent('''\ error - "host" argument is required {host ...} {action=string} {chain=strin...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Dual Timer namespace DtimTimer1load{ ///<Load Register using Addr = Register::Address<0x40015000,0xffffffff,0x00000000,unsigned>; } namespace DtimTimer1value{ ///<Value Register using Addr = Register::Address<0x40015004...
{ "pile_set_name": "Github" }
var once = require('once'); var noop = function() {}; var isRequest = function(stream) { return stream.setHeader && typeof stream.abort === 'function'; }; var isChildProcess = function(stream) { return stream.stdio && Array.isArray(stream.stdio) && stream.stdio.length === 3 }; var eos = function(stream, opts, cal...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple arm-linux-gnueabi -emit-llvm %s -o - | FileCheck %s -check-prefix=ARM // RUN: %clang_cc1 -triple powerpc-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC32 // RUN: %clang_cc1 -triple powerpc64-linux-gnu -emit-llvm %s -o - | FileCheck %s -check-prefix=PPC64 // RUN: %clang_cc1 -tri...
{ "pile_set_name": "Github" }
// mkerrors.sh -m64 // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,freebsd // Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs -- -m64 _const.go package unix import "syscall" const ( AF_APPLETALK = 0x10 AF_ARP = 0x23 AF...
{ "pile_set_name": "Github" }
import { MqttClient, IClientOptions, IClientPublishOptions, IClientSubscribeOptions, IPublishPacket, ISubscriptionGrant, ISubscriptionMap, IUnsubackPacket, PacketCallback, } from 'mqtt'; export * from 'mqtt/types/lib/client-options'; export * from 'mqtt/types/lib/store'; export { // mqtt/types/lib...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Crossbar Switch namespace XbarSel0{ ///<Crossbar Select Register 0 using Addr = Register::Address<0x40055000,0xffffc0c0,0x00000000,unsigned>; ///no description available constexpr Register::FieldLocation<Addr,Register::mas...
{ "pile_set_name": "Github" }
describe('jsdoc/src/astNode', () => { const astBuilder = require('jsdoc/src/astbuilder'); const astNode = require('jsdoc/src/astnode'); const babelParser = require('@babel/parser'); const env = require('jsdoc/env'); const Syntax = require('jsdoc/src/syntax').Syntax; function parse(str) { ...
{ "pile_set_name": "Github" }
landuse 1 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.01km.ts landuse 2 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.02km.ts landuse 3 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.03km.ts landuse 4 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.04km.ts landuse 5 /maple2/michalak/RSMAS/SurfaceFiles/...
{ "pile_set_name": "Github" }
.metrics .label span &nbsp; strong | Popularity .column: .metrics = metrics_row project, :rubygem_downloads, :github_repo_stargazers_count, :github_repo_forks_count, :github_repo_watchers_count - if project.rubygem_releases_count .metrics .label span &nbsp; strong | Rele...
{ "pile_set_name": "Github" }
(function() { "use strict"; var Assert = YUITest.Assert; YUITest.TestRunner.add(new YUITest.TestCase({ name: "Outline:none Errors", "Using outline: none should result in a warning": function() { var result = CSSLint.verify(".foo { outline: none; }", { "outline-none": 1 }); ...
{ "pile_set_name": "Github" }
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB; INSERT INTO `list` (`id`, `value`) VALUES ('AF', 'Afghanistan'); INSERT INTO `list` (`id`, `value`) VALUES ('AX', 'Åland Islands'); INSERT INTO `list` (`id`, `val...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Toolbox.Library.IO; using Toolbox.Library; namespace HyruleWarriors.G1M { public class G1MS : G1MChunkCommon { public STSkeleton GenericSkeleton = new STSkeleton(); public...
{ "pile_set_name": "Github" }
(module (type $none_=>_none (func)) (type $none_=>_i32 (func (result i32))) (type $i32_=>_none (func (param i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i64 (func (result i64))) (memory $0 1) (global $glob (mut i32) (i32.const 1)) (func $loop1 (drop (i32.const 10) ) (loop $l...
{ "pile_set_name": "Github" }
""" Unit tests for format checking """ from __future__ import print_function from nose.plugins.skip import SkipTest import os import pylearn2 from pylearn2.devtools.tests.docscrape import docstring_errors from pylearn2.devtools.list_files import list_files from pylearn2.devtools.tests.pep8.pep8 import StyleGuide w...
{ "pile_set_name": "Github" }
; RUN: opt < %s -analyze -basicaa -da | FileCheck %s ; ModuleID = 'SymbolicSIV.bc' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.6.0" ;; for (long int i = ...
{ "pile_set_name": "Github" }
-1441164325:LMT:0:12324 193623924:+03:0:10800 1602453600:+05:0:18000 15807600:+06:1:21600 15724800:+06:0:21600 15811200:+06:1:21600 15728400:+05:0:18000 15807600:+06:1:21600 15814800:+05:0:18000 15732000:+06:1:21600 15724800:+05:0:18000 15724800:+06:1:21600 15724800:+05:0:18000 15724800:+06:1:21600 15724800:+05:0:18000...
{ "pile_set_name": "Github" }
C SUBROUTINE SHERR (IERR,MESS,LMESS) C C PURPOSE To print an error number and an error message C or just an error message. C ...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Collections.Generic; using UnityEditor.Experimental.Rendering.HDPipeline.Drawing; using UnityEditor.Graphing; using UnityEditor.ShaderGraph; using UnityEditor.ShaderGraph.Drawing.Controls; using UnityEngine; using UnityEngine.UIElements; using UnityEngine.Experimental.Rende...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Workflow.Activities; using Composite.C1Console.Actions; using Composite.Data; using Composite.Data.Types; using Composite.Core.Extensions; using Composite.Core.Types; using Composite.C1Console.Workflow; namespace Composite.Plu...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Mvc.Rendering; using Nop.Core; using Nop.Core.Caching; using Nop.Services.Authentication.External; using Nop.Services.Cms; using Nop.Services.Localization; using Nop.Services.Payments; using Nop.Services.Plugins; using Nop.Se...
{ "pile_set_name": "Github" }
#ifndef VKPP_QUERY_HH #define VKPP_QUERY_HH #include <vulkan/vulkan.h> #include <cstdint> #include <unordered_map> #include <string> #include <vector> namespace vkpp { class Device; class QueryPool final { public: QueryPool() = default; QueryPool(Device& device, ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO = ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO = ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO = ...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO = ...
{ "pile_set_name": "Github" }
rbx.platform.typedef.__u_char = uchar rbx.platform.typedef.__u_short = ushort rbx.platform.typedef.__u_int = uint rbx.platform.typedef.__u_long = ulong rbx.platform.typedef.__int8_t = char rbx.platform.typedef.__uint8_t = uchar rbx.platform.typedef.__int16_t = short rbx.platform.typedef.__uint16_t = ushort rbx.platform...
{ "pile_set_name": "Github" }
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #ifndef _NGX_CYCLE_H_INCLUDED_ #define _NGX_CYCLE_H_INCLUDED_ #include <ngx_config.h> #include <ngx_core.h> #ifndef NGX_CYCLE_POOL_SIZE #define NGX_CYCLE_POOL_SIZE NGX_DEFAULT_POOL_SIZE #endif #define NGX_DEBUG_POINTS_STOP 1 #define NGX_DEB...
{ "pile_set_name": "Github" }
# Copyright (c) 2012-2018, Pfadibewegung Schweiz. This file is part of # hitobito and licensed under the Affero General Public License version 3 # or later. See the COPYING file at the top-level directory or at # https://github.com/hitobito/hitobito. require 'spec_helper' describe Person::Household do let(:lea...
{ "pile_set_name": "Github" }
Incremental file directory sync tools in golang. ``` BENCH_FILE_SIZE=10000 ./bench.test --test.bench . BenchmarkCopyWithTar10-4 2000 995242 ns/op BenchmarkCopyWithTar50-4 300 4710021 ns/op BenchmarkCopyWithTar200-4 100 16627260 ns/op BenchmarkCopyWi...
{ "pile_set_name": "Github" }
/*-----------------------------------------------------------------------------+ Copyright (c) 2008-2009: Joachim Faulhaber +------------------------------------------------------------------------------+ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENCE.txt or c...
{ "pile_set_name": "Github" }
package gw.spec.core.expressions.memberaccess class MemberAccess_EnhancementFromSubclassTest extends MemberAccessTestBase { function testPublicStaticStringPropertyOnEnhancementAccess() { assertEquals("Public-Static-Property-OnEnhancement", MemberAccess_DeclaringClassSubclass.doPublicStaticStringPropertyOnEnhanc...
{ "pile_set_name": "Github" }
import { Spec } from 'vega'; export const spec: Spec = { "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 900, "height": 500, "autosize": "none", "encode": { "update": { "fill": {"signal": "bgcolor"} } }, "signals": [ { "name": "type", "value": "mercator",...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // This code is licensed to you under the terms of the GNU GPL, version 2 or, // at your option, any later version. See the LICENSE.txt file for the text of // the license. //-----------------------------------------------------------------...
{ "pile_set_name": "Github" }
(require 'ert) (require 'auto-complete) (require 'auto-complete-config) ;; Move this into test case or setup macro once we start testing with ;; non-default config. (ac-config-default) (defmacro ac-test-with-common-setup (&rest body) (declare (indent 0) (debug t)) `(save-excursion (with-temp-buffer (...
{ "pile_set_name": "Github" }