text
stringlengths
2
99.9k
meta
dict
/* * Copyright (C) 2014 The Guava Authors * * 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 ...
{ "pile_set_name": "Github" }
*> \brief \b CCKGSV * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * * Definition: * =========== * * SUBROUTINE CCKGSV( NM, MVAL, PVAL, NVAL, NMATS, ISEED, THRESH, * NMAX, A, AF, B, BF, U, V, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleExecutable...
{ "pile_set_name": "Github" }
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Derived from IRIX <sys/SN/nmi.h>, Revision 1.5. * * Copyright (C) 1992 - 1997 Silicon Graphics, Inc. */ #ifndef __ASM_SN_NMI_H #define ...
{ "pile_set_name": "Github" }
# CVS $Revision: $ $Author: $ -- Fri Apr 1 08:57:13 2005 -- reformated by prettylst.pl v1.34 (build 455) SOURCELONG:d20Talislanta SOURCESHORT:d20Tal SOURCEWEB:http://www.talislanta.com # Orginal Entry By: Loyal # Deity Name Domains Desciption of Deity/Title Holy Item Deity Weapon Source Page Creator DOMAINS:ALL ...
{ "pile_set_name": "Github" }
// // FileGenerator.h // UrlProtector // // Created by Pichaya Srifar on 10/12/12. // Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import <Foundation/Foundation.h> @interface FileGenerator : NSObject + (void)genFileWithUrl:(NSString *)url; + (void)genFileWithUrl:(NSString *)url number:(NSString...
{ "pile_set_name": "Github" }
lithtech ======== The engine code is from the apparent GPL release of the Jupiter Ex engine before Touchdown Entertainment disappeared. The GPL release was of the PC Enterprise Edition Build 69. Included were the game code and assets from NOLF2 and the game code from Tron 2.0. The code from the other games are from th...
{ "pile_set_name": "Github" }
using NHapi.Base.Parser; using NHapi.Base; using NHapi.Base.Log; using System; using System.Collections.Generic; using NHapi.Model.V26.Segment; using NHapi.Model.V26.Datatype; using NHapi.Base.Model; namespace NHapi.Model.V26.Group { ///<summary> ///Represents the RQA_I08_INSURANCE Group. A Group is an ordered collec...
{ "pile_set_name": "Github" }
-- lock.test -- -- execsql { DELETE FROM t4 } DELETE FROM t4
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <!-- This is the file that defines the actual layout and type of the commands. It is divided in different sections (e.g. command defini...
{ "pile_set_name": "Github" }
import { Injectable, NestInterceptor, ExecutionContext, CallHandler, } from '@nestjs/common'; import { Observable } from 'rxjs'; import { tap } from 'rxjs/operators'; import { AccessTokenRpcClientService, RolesRpcClientService, } from '../services'; import { GqlExecutionContext } from '@nestjs/graphql'; @I...
{ "pile_set_name": "Github" }
// Copyright 2009 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. // +build arm,linux package unix import ( "unsafe" ) func setTimespec(sec, nsec int64) Timespec { return Timespec{Sec: int32(sec), Nsec: int32(nsec)} } fu...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 Alachisoft // // 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...
{ "pile_set_name": "Github" }
<# .SYNOPSIS Populate Maintenance Windows collections in ConfigMgr with devices sourced from Service Manager .DESCRIPTION This script will populate Maintenance Windows collections in ConfigMgr with devices that have a specific Maintenance Window set in Service Manager. The Maintenance Window name defined ...
{ "pile_set_name": "Github" }
package com.almasb.fxglgames.tictactoe; import com.almasb.fxgl.dsl.FXGL; import com.almasb.fxgl.entity.Entity; import com.almasb.fxgl.entity.EntityFactory; import com.almasb.fxgl.entity.SpawnData; import com.almasb.fxgl.entity.Spawns; import com.almasb.fxgl.physics.BoundingShape; import com.almasb.fxgl.physics.HitBox;...
{ "pile_set_name": "Github" }
package tests.library import testSupport.PipelineSpockTestBase /** * How to unit test some vars DSL like shared code */ class helloMessageTestSpec extends PipelineSpockTestBase { def "test shared library code"() { given: def helloMessageBody = { message = 'This is a test message' ...
{ "pile_set_name": "Github" }
arithmetic integer primitives primitiveBitAnd <inline: false> <var: 'integerArgumentValue' type: #usqInt> <var: 'integerReceiverValue' type: #usqInt> | integerArgumentValue integerReceiverValue | "Note no short-cut for SmallIntegers. Either the inline interpreter bytecode or the JIT primitive will handle this cas...
{ "pile_set_name": "Github" }
0.0.3 / 2012-10-15 ================== * package: added `component` namespace (fixes #1) 0.0.2 / 2012-09-20 ================== * add code smell to `.merge()`
{ "pile_set_name": "Github" }
# RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s # LLVM-MCA-BEGIN foo add %eax, %eax # LLVM-MCA-BEGIN foo add %eax, %eax # CHECK: llvm-mca-markers-11.s:5:2: error: overlapping regions cannot have the same name # CHECK-NEXT: # LLVM-MCA-BEGIN foo # CHECK-NEXT: ^ # CHECK-NEXT...
{ "pile_set_name": "Github" }
# $OpenBSD: Makefile.inc,v 1.11 2016/03/16 20:02:12 naddy Exp $ DIST_SUBDIR= xfce4 MAINTAINER?= Landry Breuil <landry@openbsd.org> # those can't be defined in a MODULE CONFIGURE_STYLE?=gnu
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> <Breakpoints> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningAction...
{ "pile_set_name": "Github" }
/**************************************************************************** * * Copyright (c) 2017-2019 PX4 Development Team. 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. Red...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
{ "pile_set_name": "Github" }
// check-pass #![feature(associated_type_defaults)] // Having a cycle in assoc. type defaults is okay, as long as there's no impl // that retains it. trait Tr { type A = Vec<Self::B>; type B = Box<Self::A>; fn f(); } // An impl has to break the cycle to be accepted. impl Tr for u8 { type A = u8; ...
{ "pile_set_name": "Github" }
from typing import Any, Optional, Text from werkzeug.exceptions import HTTPException def parse_converter_args(argstr): ... def parse_rule(rule): ... class RoutingException(Exception): ... class RequestRedirect(HTTPException, RoutingException): code: Any new_url: Any def __init__(self, new_url): ... ...
{ "pile_set_name": "Github" }
/* Script for ld -r: link without relocation */ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr") OUTPUT_ARCH(avr:31) MEMORY { text (rx) : ORIGIN = 0, LENGTH = 128K data (rw!x) : ORIGIN = , LENGTH = 0xffa0 eeprom (rw!x) : ORIGIN = 0x810000, LENGTH = 64K fuse (rw!x) : ORIGIN = 0x820000, LENG...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 Esmertec AG. * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (C) 2012 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "AudioMixerPlatformAndroid.h" #include "ModuleManager.h" #include "AudioMixer.h" #include "AudioMixerDevice.h" #include "CoreGlobals.h" #include "Misc/ConfigCacheIni.h" #include "VorbisAudioInfo.h" #include "ADPCMAudioInfo.h" #include <SLES/OpenSLE...
{ "pile_set_name": "Github" }
using System; using System.Configuration; using System.Collections.Generic; using System.ServiceModel; using System.Text; namespace Microsoft.WCF.Documentation { class HostApplication { static void Main() { HostApplication app = new HostApplication(); app.Run(); } private void Run() ...
{ "pile_set_name": "Github" }
<?php return array( 'grabber' => array( '%.*%' => array( 'test_url' => 'http://science.slashdot.org/story/15/04/20/0528253/pull-top-can-tabs-at-50-reach-historic-archaeological-status', 'body' => array( '//article/div[@class="body"] | //article[@class="layout-article"...
{ "pile_set_name": "Github" }
version 1.0; ns junos = "http://xml.juniper.net/junos/*/junos"; ns xnm = "http://xml.juniper.net/xnm/1.1/xnm"; ns jcs = "http://xml.juniper.net/junos/commit-scripts/1.0"; ns ext = "http://xmlsoft.org/XSLT/namespace"; ns exsl = "http://exslt.org/math"; ns func extension = "http://exslt.org/functions"; ns dyn extension ...
{ "pile_set_name": "Github" }
// Copyright 2018 Google LLC. // // 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...
{ "pile_set_name": "Github" }
// List Icons // ------------------------- .#{$fa-css-prefix}-ul { padding-left: 0; margin-left: $fa-li-width; list-style-type: none; > li { position: relative; } } .#{$fa-css-prefix}-li { position: absolute; left: -$fa-li-width; width: $fa-li-width; top: (2em / 14); text-align: center; &.#{$fa-css...
{ "pile_set_name": "Github" }
/* * File...........: linux/drivers/s390/block/dasd_int.h * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com> * Horst Hummel <Horst.Hummel@de.ibm.com> * Martin Schwidefsky <schwidefsky@de.ibm.com> * Bugreports.to..: <Linux390@de.ibm.com> * Copyright IBM Corp. 1999, 2009 */ #ifndef DASD_I...
{ "pile_set_name": "Github" }
package fr.xephi.authme.command.executable.authme.debug; import fr.xephi.authme.data.limbo.LimboPlayer; import fr.xephi.authme.data.limbo.LimboService; import fr.xephi.authme.data.limbo.persistence.LimboPersistence; import fr.xephi.authme.permission.DebugSectionPermissions; import fr.xephi.authme.permission.Permission...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <packages> <package id="NEventStore" version="4.0.0.15" targetFramework="net40" /> </packages>
{ "pile_set_name": "Github" }
/******************************************************************************* * libretroshare/src/util: rstime.cc * * * * libretroshare: retroshare core library ...
{ "pile_set_name": "Github" }
<?php /** * Twenty Eleven functions and definitions * * Sets up the theme and provides some helper functions. Some helper functions * are used in the theme as custom template tags. Others are attached to action and * filter hooks in WordPress to change core functionality. * * The first function, twentyeleven_set...
{ "pile_set_name": "Github" }
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.scalaxb</groupId> <artifactId>itp02-noop</artifactId> <v...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Immutable; namespace Microsoft.CodeAnalysis.FlowAnalysis.DataFlow.GlobalFlowStateAnalysis { using GlobalFlowStateAnalysisData =...
{ "pile_set_name": "Github" }
#ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif #ifndef __MIOVERLAY_H #define __MIOVERLAY_H typedef void (*miOverlayTransFunc) (ScreenPtr, int, BoxPtr); typedef Bool (*miOverlayInOverlayFunc) (WindowPtr); extern _X_EXPORT Bool miInitOverlay(ScreenPtr pScreen, miOverlayInOverlayFunc inOverlay,...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import "TBulkRenameFormatterController.h" @class NSPopUpButton, NSTextField; @interface TBulkRenameAddTextController : TBulkRenameFo...
{ "pile_set_name": "Github" }
/* * Copyright 2010, Red Hat, Inc. and individual contributors as indicated by the * @author tags. See the copyright.txt file in the distribution for a full * listing of individual contributors. * * This is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public ...
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * 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 sou...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015, 2018 IBM Corp. 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 https://w...
{ "pile_set_name": "Github" }
// Normally sequences are evaluated lazily. In this case, // the sequence is created from a list, which is not evaluated // lazily. Therefore, without Seq.delay, the elements would be // evaluated at the time of the call to makeSequence. let makeSequence function1 maxNumber = Seq.delay (fun () -> ...
{ "pile_set_name": "Github" }
{ "images": [ { "filename": "ic_fluent_communication_24_filled.pdf", "idiom": "universal" } ], "info": { "author": "xcode", "version": 1 }, "properties": { "preserves-vector-representation": true, "template-rendering-intent": "template" } }
{ "pile_set_name": "Github" }
--- title: "Update externalitem" description: "Update the properties of an externalitem." localization_priority: Normal author: "snlraju-msft" ms.prod: "search" doc_type: "apiPageType" --- # Update externalitem Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] Update the pro...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.InteropServices; // [assembly: AssemblyTitle("sfml-system")] //[assembly: AssemblyDescription("System module of the SFML library")] [assembly: Guid("f0cec342-7361-41cd-acb4-7ef2461af7f0")]
{ "pile_set_name": "Github" }
/* Copyright (C) GridGain Systems. All Rights Reserved. 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...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.json:json:20160810"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/org/json/json/20160810/json-20160810.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$USER_HOME$/.m2/repository/org/json/json/20160810/json-20160810-javadoc.jar!...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014 Google 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 agreed to ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* C++ Big Integer Library (see ChangeLog for version) http://mattmccutchen.net/bigint/ Written and maintained by Matt McCutchen <matt@mattmccutchen.net> Legal ----- I, Matt McCutchen, the sole author of the original Big Integer Library, waive my copyright to it, placing it in the public domain. The libr...
{ "pile_set_name": "Github" }
The default is to install the binary and man page into /usr and to look for the global config in /etc. If you wish to install entirely into /usr/local, do the following: make PREFIX=/usr/local CONF=/usr/local/etc/ondirrc install To install to a "package root" do this: make DESTDIR=/tmp/ondir.pkg install Once you ...
{ "pile_set_name": "Github" }
<?php /** * Nexmo Client Library for PHP * * @copyright Copyright (c) 2016 Nexmo, Inc. (http://nexmo.com) * @license https://github.com/Nexmo/nexmo-php/blob/master/LICENSE.txt MIT License */ namespace Nexmo\Call; use Nexmo\Client\ClientAwareInterface; use Nexmo\Client\ClientAwareTrait; use Nexmo\Conversations\...
{ "pile_set_name": "Github" }
/*********************************************************************** * * Copyright (C) 2016 wereturtle * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
/* Copyright 2015 The Kubernetes Authors. 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, ...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making TKEStack * available. * * Copyright (C) 2012-2019 Tencent. All Rights Reserved. * * 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 th...
{ "pile_set_name": "Github" }
.class Landroid/support/v4/util/ContainerHelpers; .super Ljava/lang/Object; .source "ContainerHelpers.java" # static fields .field static final EMPTY_INTS:[I .field static final EMPTY_LONGS:[J .field static final EMPTY_OBJECTS:[Ljava/lang/Object; # direct methods .method static constructor <clinit>()V .locals...
{ "pile_set_name": "Github" }
package de.gsi.dataset.utils.trees; import java.util.NavigableMap; /** * User: Vitaly Sazanovich Date: 07/02/13 Time: 19:28 Email: Vitaly.Sazanovich@gmail.com * * @param <K> generic key * @param <V> generic value */ public interface IndexedNavigableMap<K, V> extends NavigableMap<K, V> { /** * Returns a...
{ "pile_set_name": "Github" }
package amazonstorage import ( "encoding/xml" ) type Amazonstorage struct { } const ( debug = false legacyAPIVersion = "2011-12-15" vpcAPIVersion = "2013-10-15" ) type CreateVolume struct { AvailZone string SnapshotId string VolumeType string VolumeSize int Encrypted bool IOPS int64 } type Volu...
{ "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 may not...
{ "pile_set_name": "Github" }
# Copyright 2017 ProjectQ-Framework (www.projectq.ch) # # 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" }
<?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive ...
{ "pile_set_name": "Github" }
/* ****************************************************************************** * Copyright (c) 2006-2012 XMind Ltd. and others. * * This file is a part of XMind 3. XMind releases 3 and * above are dual-licensed under the Eclipse Public License (EPL), * which is available at http://www.eclipse.org/legal/epl-v10...
{ "pile_set_name": "Github" }
<project name="freeplane_remote_client" default="dist" basedir=".." xmlns:ivy="antlib:org.apache.ivy.ant"> <property name="workspace" location=".." /> <property name="src" value="src" /> <property name="resources" value="resources" /> <property name="root" value="." /> <property name="osgimanifest" value="${root}/...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2010 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licen...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore */ @interface PKPaymentDevice : NSObject <CLLocationManagerDelegate> { NSObject<OS_dispatch_queue> * _callbackQueue; PKPaymentDeviceConfigurationData * _configurationData; NSObject<OS_dispatch_queu...
{ "pile_set_name": "Github" }
{ "ActivityBlock.classActivityLabel": "Hoạt động lớp", "ActivityBlock.noActivityLabel": "Không có hoạt động trong lớp của bạn", "Answer.correct": "Câu trả lời đúng được đưa ra", "Answer.error": "Xảy ra lỗi không xác định", "Answer.hint": "Học viên đã yêu cầu gợi ý", "Answer.incorrect": "Câu trả lời sai được...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
// Scintilla source code edit control /** @file PlatWin.cxx ** Implementation of platform facilities on Windows. **/ // Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. #include <Platform.h> #include <Scintilla.h> #...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifdef DEFINE_DWARF_REGSTR_TABLE /* This is included in perf/util/dwarf-regs.c */ static const char * const s390_regstr_tbl[] = { "%r0", "%r1", "%r2", "%r3", "%r4", "%r5", "%r6", "%r7", "%r8", "%r9", "%r10", "%r11", "%r12", "%r13", "%r14", "%r15", }; #endif
{ "pile_set_name": "Github" }
# /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.com # * # * 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) # */ # # /* Revised by Paul Mensonides (2002) */ # # /* See http://www.boost...
{ "pile_set_name": "Github" }
<?php /** * @package Gantry5 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC * @license GNU/GPLv2 and later * * http://www.gnu.org/licenses/gpl-2.0.html */ namespace Gantry\Joomla\Assignments; use Gantry\Component\Assignments\AssignmentsInterface;...
{ "pile_set_name": "Github" }
// Code generated by smithy-go-codegen DO NOT EDIT. package cognitoidentityprovider import ( "context" awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware" "github.com/aws/aws-sdk-go-v2/aws/retry" "github.com/aws/aws-sdk-go-v2/aws/signer/v4" "github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider/ty...
{ "pile_set_name": "Github" }
### YamlMime:ManagedReference items: - uid: EvilDICOM.CV.Image.MatrixHistogram commentId: T:EvilDICOM.CV.Image.MatrixHistogram id: MatrixHistogram parent: EvilDICOM.CV.Image children: - EvilDICOM.CV.Image.MatrixHistogram.#ctor(EvilDICOM.CV.Image.Matrix,System.Int32) - EvilDICOM.CV.Image.MatrixHistogram.AddS...
{ "pile_set_name": "Github" }
# Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2.0, # as published by the Free Software Foundation. # # This program is also distributed with certain s...
{ "pile_set_name": "Github" }
--- layout: base title: 'Statistics of nummod in UD_Latin-LLCT' udver: '2' --- ## Treebank Statistics: UD_Latin-LLCT: Relations: `nummod` This relation is universal. 2165 nodes (1%) are attached to their parents as `nummod`. 1228 instances of `nummod` (57%) are right-to-left (child precedes parent). Average distan...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: pyatv/mrp/protobuf/ProtocolMessage.proto from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import s...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #pragma once #include <map> #include <string> class CProfileManager; // static class for path translation from our special://...
{ "pile_set_name": "Github" }
using System; using UIKit; namespace NavigationBar { /// <summary> /// UINavigationController subclass used for targeting appearance proxy changes in the Custom Back Button example. /// </summary> public partial class CustomBackButtonNavController : UINavigationController { public CustomBac...
{ "pile_set_name": "Github" }
{ "type": "statement", "variant": "list", "statement": [ { "type": "statement", "variant": "pragma", "target": { "type": "identifier", "variant": "pragma", "name": "integrity_check" }, "args": { "type": "expression", "variant": "list", ...
{ "pile_set_name": "Github" }
ALTER TABLE questions ADD COLUMN IF NOT EXISTS workspace_home text;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2013 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/l...
{ "pile_set_name": "Github" }
@charset "UTF-8"; /// Checks if a list contains a value(s). /// /// @access private /// /// @param {List} $list /// The list to check against. /// /// @param {List} $values /// A single value or list of values to check for. /// /// @example scss - Usage /// contains($list, $value) /// /// @return {Bool} @functi...
{ "pile_set_name": "Github" }
import crypto from 'crypto' import { dbDriver, SessionCollection } from '@lib' const singleton = Symbol() export class SessionStore { public static get instance(): SessionStore { /* istanbul ignore next */ if (!this[singleton]) this[singleton] = new SessionStore() return this[singleton] } private ...
{ "pile_set_name": "Github" }
# -*- encoding : utf-8 -*- require 'integration/shared' describe GitStats::GitData::Repo do include_context "shared" it 'should gather all authors' do repo.authors.should =~ expected_authors end it 'should calculate correct commits period' do repo.commits_period.should == [DateTime.parse('2012-10-19 ...
{ "pile_set_name": "Github" }
namespace ClassLib007 { public class Class022 { public static string Property => "ClassLib007"; } }
{ "pile_set_name": "Github" }
import schnetpack.atomistic.output_modules import torch import torch.nn.functional as F from torch.optim import Adam import schnetpack as spk import schnetpack.representation as rep from schnetpack.datasets import * # load qm9 dataset and download if necessary data = QM9("qm9.db", collect_triples=True) # split in tr...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style type="text/css"> div { position: absolute; height: 10px; width: 10px; } </style> </head> <body onload="document.getElementById('c').style.counterIncrement = 'z';"> <div style="column-count: 2;"><div id="c" style="white-space: pre;"> <div> <div></div></div></div></div> </body> ...
{ "pile_set_name": "Github" }
:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the RootMotionView.xml source instead. .. The source is found in doc/classes or modules/<name>/doc_classes. .. _class_RootMotionView: RootMotionView ============== **Inherits:** :ref:`VisualIns...
{ "pile_set_name": "Github" }
// Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html use crate::err::{AnkiError, Result, SyncErrorKind}; use crate::media::changetracker::ChangeTracker; use crate::media::database::{MediaDatabaseContext, MediaDatabaseMetadata, MediaEntry}; use...
{ "pile_set_name": "Github" }
--- translateHelp: true --- # @umijs/plugin-sass 启用 sass 编译支持。 ## 启用方式 默认开启。 ## 配置 ### implementation 默认是 [Dart Sass](https://sass-lang.com/dart-sass)。 如果要切换到 [Node Sass](https://github.com/sass/node-sass),可安装 `node-sass` 依赖,然后配置, ```js export default { sass: { implementation: require('node-sass'), },...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e __CrossDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) __TIZEN_CROSSDIR="$__CrossDir/tizen" if [[ -z "$ROOTFS_DIR" ]]; then echo "ROOTFS_DIR is not defined." exit 1; fi TIZEN_TMP_DIR=$ROOTFS_DIR/tizen_tmp mkdir -p $TIZEN_TMP_DIR # Download files echo ">>Start downloading fil...
{ "pile_set_name": "Github" }
(***********************************************************************) (* *) (* OCaml *) (* *) (* Pierre Wei...
{ "pile_set_name": "Github" }
.pizza-name { padding: 30px; input { width: 100%; border: 1px solid #b8c8d0; padding: 10px 15px; border-radius: 2px; font-size: 14px; color: #01699a; outline: 0; } } .error { border-radius: 0 0 2px 2px; background: #d73a49; color: #fff; padding: 5px 10px; font-size: 13px; m...
{ "pile_set_name": "Github" }
<metadata> <attr path="/api/package[@name='androidx.work']" name="managedName">AndroidX.Work</attr> <remove-node path="/api/package[contains(@name,'androidx.work.impl')]" /> <attr path="/api/package[@name='androidx.work']/class[@name='WorkRequest.Builder']/method[@name='build']" name="return">androidx.wo...
{ "pile_set_name": "Github" }
:020000021000EC :10FC000001C0F2C0112484B790E890936100109273 :10FC10006100882369F0982F9A70923049F081FF33 :10FC200002C097EF94BF282E80E001D10C94000011 :10FC300085E08093810082E08093300188E18093A9 :10FC4000310181E08093340186E0809332018EE0BF :10FC5000EED0279A84E020E93FEF91E030938500D1 :10FC60002093840096BBB09BFECF1F9A...
{ "pile_set_name": "Github" }