text stringlengths 2 99.9k | meta dict |
|---|---|
# -----------------------------------------------------------------------------
# $RCSfile: Makefile.am,v $
#
# See Copyright for the status of this software.
#
# The OpenSOAP Project
# http://opensoap.jp/
# -----------------------------------------------------------------------------
EXTRA_DIST = \
CalcService... | {
"pile_set_name": "Github"
} |
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Updates enums in histograms.xml file with values read from provided C++ enum.
If the file was pretty-printed, the updated version is pretty-printed too.
... | {
"pile_set_name": "Github"
} |
// Copyright 2018 Slightech Co., Ltd. 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 ap... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<Namespace Name="ApiDefinition">
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Namespace>
| {
"pile_set_name": "Github"
} |
@import 'sencha-touch/default/all';
@include sencha-panel;
@include sencha-buttons;
@include sencha-sheet;
@include sencha-picker;
@include sencha-tabs;
@include sencha-toolbar;
@include sencha-toolbar-forms;
@include sencha-indexbar;
@include sencha-list;
@include sencha-list-paging;
@include sencha-list-pullrefresh;... | {
"pile_set_name": "Github"
} |
// for uGUI(from 4.6)
#if !(UNITY_4_0 || UNITY_4_1 || UNITY_4_2 || UNITY_4_3 || UNITY_4_4 || UNITY_4_5)
using System;
using UnityEngine.Events;
using UnityEngine.UI;
namespace UniRx
{
public static partial class UnityGraphicExtensions
{
public static IObservable<Unit> DirtyLayoutCallbackAs... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
TextureInstanceState.cpp: Implementation of content streaming classes.
=============================================================================*/
#include "Streaming/Textu... | {
"pile_set_name": "Github"
} |
package main
import "testing"
func TestGuessTunnelServerAddr(t *testing.T) {
cases := []struct {
username string
tunnelURL string
registerURL string
want string
}{{ // i=0
"rafal",
"",
"http://example1.rafal.tunnel.dev.koding.io:8081/klient/kite",
"tunnel.dev.koding.io:8081",
}}
for i,... | {
"pile_set_name": "Github"
} |
int sca = 2;
PGraphics img;
void setup() {
size(640, 480);
img = createGraphics(width/sca, height/sca);
}
void draw() {
println(frameRate);
img.beginDraw();
img.ellipse(mouseX/sca,mouseY/sca,30,30);
img.endDraw();
image(expandir(img,sca),0,0);
}
PGraphics expandir(PGraphics ori, int sca){
PGraphics aux = c... | {
"pile_set_name": "Github"
} |
describe("module:ng.directive:ngSelected", function() {
beforeEach(function() {
browser.get("./examples/example-example10/index.html");
});
it('should select Greetings!', function() {
expect(element(by.id('greet')).getAttribute('selected')).toBeFalsy();
element(by.model('selected')).click();
expe... | {
"pile_set_name": "Github"
} |
{
"date": "2020-09-19 10:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.6.0/KeepingYouAwake-1.6.0.zip",
"file_length": 3451696,
"file_version": "1060001",
"file_short_version": "1.6.0"
} | {
"pile_set_name": "Github"
} |
var result = [
"Opening: starttime-with-invalid-value-text.asx",
"OnMediaFailed (MediaElement [starttime-with-invalid-value-text.asx], ErrorEventArgs [Error Type: MediaError, Error Message: AG_E_INVALID_ARGUMENT, Error Code: 2210])",
""
];
| {
"pile_set_name": "Github"
} |
#include "THCStorage.h"
#include "THCGeneral.h"
void THCudaStorage_set(THCudaStorage *self, long index, float value)
{
THArgCheck((index >= 0) && (index < self->size), 2, "index out of bounds");
THCudaCheck(cudaMemcpy(self->data + index, &value, sizeof(float), cudaMemcpyHostToDevice));
}
float THCudaStorage_get(c... | {
"pile_set_name": "Github"
} |
//
// detail/assert.hpp
// ~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot 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)
//
#ifndef BOOST_ASIO_DETA... | {
"pile_set_name": "Github"
} |
import tests.model_control.test_ozone_custom_models_enabled as testmod
testmod.build_model( ['Logit'] , ['PolyTrend'] , ['Seasonal_MonthOfYear'] , ['ARX'] ); | {
"pile_set_name": "Github"
} |
use strict;
use warnings;
use lib 't/lib';
use Test::More tests => 1;
use_ok('TestAppMetaCompat');
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 BeyondAR
*
* 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 t... | {
"pile_set_name": "Github"
} |
<?php
namespace Adldap\tests\Models;
use Adldap\Models\Group;
use Adldap\Query\Builder;
use Adldap\Tests\TestCase;
use Illuminate\Support\Collection;
use Adldap\Schemas\ActiveDirectory;
use Adldap\Schemas\SchemaInterface;
class GroupTest extends TestCase
{
protected function newGroupModel(array $attributes = [],... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2014 Joel de Guzman
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)
=========================================... | {
"pile_set_name": "Github"
} |
---
title: Integer 数据类型
ms.date: 01/31/2018
f1_keywords:
- vb.Integer
- Integer
helpviewer_keywords:
- numbers [Visual Basic], whole
- enumerated values [Visual Basic]
- whole numbers
- integral data types [Visual Basic]
- integer numbers
- numbers [Visual Basic], integer
- integers [Visual Basic], data types
- literal... | {
"pile_set_name": "Github"
} |
<!--index.wxml-->
<view class="container">
<canvas style="width: 400px; height: 500px;border:1px solid black;position:absolute;top:0px;left:0px;" canvas-id="rect"
disable-scroll=true
bindtouchstart="bindtouchstart"
bindtouchmove="bindtouchmove"
bindtouchend="bindtouchend"
bindtap="bindtap"
bindlongpress=... | {
"pile_set_name": "Github"
} |
This repository holds supplemental Go packages for low-level interactions with the operating system.
To submit changes to this repository, see http://golang.org/doc/contribute.html.
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
| {
"pile_set_name": "Github"
} |
var torque = require('../lib/torque/core');
var jsonarray_fixture = require('./data/torque.array.json');
QUnit.module('provider.jsonarray');
test("processTile", function() {
var json = new torque.providers.JsonArray({
url: "http://test.com/{z}/{x}/{y}.json"
});
var tile = json.proccessTile(jsonarray_fixture... | {
"pile_set_name": "Github"
} |
package org.evomaster.client.java.instrumentation.example.triangle;
public interface TriangleClassification {
enum Classification {NOT_A_TRIANGLE, ISOSCELES, SCALENE, EQUILATERAL}
Classification classify(int a, int b, int c);
}
| {
"pile_set_name": "Github"
} |
// g2o - General Graph Optimization
// Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard
// 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 r... | {
"pile_set_name": "Github"
} |
text networks files
| {
"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"
} |
<?xml version="1.0"?>
<package>
<name>urdf_demo</name>
<version>0.0.0</version>
<description>The urdf_demo package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<maintainer email="hanhaomin008@126.com">zeus</maintainer>
<!-- One license tag... | {
"pile_set_name": "Github"
} |
#ifndef NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h
#define NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h
namespace squeezenet_v1_1_param_id {
const int LAYER_data = 0;
const int BLOB_data = 0;
const int LAYER_conv1 = 1;
const int BLOB_conv1 = 1;
const int LAYER_relu_conv1 = 2;
const int BLOB_conv1_relu_conv1 = 2;
const int LAYE... | {
"pile_set_name": "Github"
} |
["tab character in string "]
| {
"pile_set_name": "Github"
} |
---
outdated: true
outdated_since: 2a53f4edb06a6521b8f6db07dc442660fa9861d3
---
# AiMod
**AiMod** es una herramienta construida en el osu!Beatmap Editor, puedes abrirlo presionando `Control`+`Shift`+`A` o haciendo clic en **Archivo**» **Abrir AiMod**. AiMod ayudará a los nuevos mappers a "modificar" sus mapas. El pro... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2016. The YARA Authors. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
import sys, os
import alfred
alfred.setDefaultEncodingUTF8()
def get_exts(ext):
template = os.listdir('./templates/')
modules = map(list, map(os.path.splitext, template))
exts = list(set(zip(*modules)[1]))
rightExt = filter(lambda x: x.find(ext)==0, exts)
rightExt.insert(0... | {
"pile_set_name": "Github"
} |
#if os(Linux)
import CoreFoundation
#else
import Foundation
#endif
/// A boolean to see if the system is littleEndian
let isLitteEndian = CFByteOrderGetCurrent() == Int(CFByteOrderLittleEndian.rawValue)
/// Constant for the file id length
let FileIdLength = 4
/// Type aliases
public typealias Byte = UInt8
public typea... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _SVG = require('./SVG');
var _SVG2 = _interopRequireDefault... | {
"pile_set_name": "Github"
} |
name "minitest-handler_test1"
maintainer "Bryan Berry"
maintainer_email "bryan.berry@gmail.com"
license "Apache 2.0"
description "Installs and configures minitest-chef-handler"
version "0.0.1"
%w{ chef_handler minitest-handler }.each {|ckbk| depends ckbk }
| {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo.
// source: combos/unmarshaler/theproto3.proto
// DO NOT EDIT!
/*
Package theproto3 is a generated protocol buffer package.
It is generated from these files:
combos/unmarshaler/theproto3.proto
It has these top-level messages:
Message
Nested
AllMaps
AllMapsOrdered
MessageWit... | {
"pile_set_name": "Github"
} |
<map id="Graphical Class Hierarchy" name="Graphical Class Hierarchy">
<area shape="rect" id="node1" href="$structPxHitCallback.html" title="PxHitCallback\< PxSweepHit \>" alt="" coords="5,5,204,32"/>
<area shape="rect" id="node2" href="$structPxHitBuffer.html" title="PxHitBuffer\< PxSweepHit \>" alt="" coor... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2011 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* i... | {
"pile_set_name": "Github"
} |
namespace java scalarules.test.twitter_scrooge.thrift.thrift2.thrift3
include "../Thrift2_A.thrift"
struct Struct4 {
1: Thrift2_A.Struct2A nested
}
| {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <CoreParsec/NSObject-Protocol.h>
@class NSData, NSDictionary, _CPDeviceContext;
@protocol _CPUsageSinceLookback <NSObject>
@p... | {
"pile_set_name": "Github"
} |
//// Automatically Generated From SyntaxNodes.swift.gyb.
//// Do Not Edit Directly!
//===---------- Misc.swift - Miscelaneous SwiftSyntax definitions ---------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
// Licensed un... | {
"pile_set_name": "Github"
} |
# This file is a part of Julia. License is MIT: https://julialang.org/license
"""
replace_ref_begin_end!(ex)
Recursively replace occurrences of the symbols `:begin` and `:end` in a "ref" expression
(i.e. `A[...]`) `ex` with the appropriate function calls (`firstindex` or `lastindex`).
Replacement uses the closest... | {
"pile_set_name": "Github"
} |
" Vim filetype plugin file
" Language: MetaPost
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
" Former Maintainers: Nikolai Weibull <now@bitwi.se>
" Latest Revision: 2016 Oct 2
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo&vim
let b:u... | {
"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 ... | {
"pile_set_name": "Github"
} |
Cmp-Mod V01 Created by Cvpcb (2014-jul-16 BZR unknown)-product date = Thu 31 Jul 2014 11:43:49 AM CEST
BeginCmp
TimeStamp = /52A46D8F;
Reference = P1;
ValeurCmp = CONN_18;
IdModule = UGL:SFV18R-2STE1HLF;
EndCmp
BeginCmp
TimeStamp = /53C24053;
Reference = P2;
ValeurCmp = CONN_14;
IdModule = UGL:UHK_LED_display;
En... | {
"pile_set_name": "Github"
} |
'''
One
''' ++ '''
Two
'''
'''
Three
''' -- '''
Four
'''
'''
Five
'''..'''
Six
'''
'''
Seven
''' <> '''
Eight
'''
| {
"pile_set_name": "Github"
} |
using System.Collections;
using System.Linq;
using UnityEngine;
namespace GeneticSharp.Runner.UnityApp.Car
{
public class CarController : MonoBehaviour
{
private static Rect? s_lastCameraRect;
private PolygonCollider2D m_polygon;
private Rigidbody2D m_rb;
private TextMes... | {
"pile_set_name": "Github"
} |
@ Check the value of st_other for thumb function.
@ ARM does not define any st_other flags for thumb function. The value
@ for st_other should always be 0.
@ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
@ RUN: | llvm-readobj -t | FileCheck %s
.syntax unified
.text
.align 2
.thumb_func
... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may ... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 2011-2012, International Business Machines
* Corporation and others. All Rights Reserved.
**************... | {
"pile_set_name": "Github"
} |
# pickone
```js
// usage
chance.pickone(array)
```
Given an array, pick a random element and return it
```js
chance.pickone(['alpha', 'bravo', 'charlie', 'delta', 'echo']);
=> 'delta'
```
| {
"pile_set_name": "Github"
} |
## [原创]nginx反向代理服务器
本文原创:**中国科学技术大学 张焕杰**
参与修改:
**审计大学 吴鑫**
**西安财经学院 王伟**
**中国科学技术大学 高一凡**
**西北农林科技大学 卞一帆**
修改时间:2019/04/03
## 一、反向代理服务器简介
相对于传统的为用户提供网络访问的代理服务器不同,反向代理服务器主要是为web服务器对外提供服务使用。
高校网络使用反向代理服务器,会提供如下优势:
* 内部服务器更安全。只需要反向代理服务器对外即可,内部服务器可以藏起来。
* 容易串接WAF设备。只要在反向代理服务器对内的接口串接WAF即可保护所有网站。
* 多入口更容易实施。反... | {
"pile_set_name": "Github"
} |
{{+partials.standard_apps_article article:intros.offline_apps/}}
| {
"pile_set_name": "Github"
} |
/*
* small_flask.css_t
* ~~~~~~~~~~~~~~~~~
*
* :copyright: Copyright 2010 by Armin Ronacher.
* :license: Flask Design License, see LICENSE for details.
*/
body {
margin: 0;
padding: 20px 30px;
}
div.documentwrapper {
float: none;
background: white;
}
div.sphinxsidebar {
display: block;
... | {
"pile_set_name": "Github"
} |
var shared = require('./_shared')('keys');
var uid = require('./_uid');
module.exports = function (key) {
return shared[key] || (shared[key] = uid(key));
};
| {
"pile_set_name": "Github"
} |
import pkgutil
nets = dict((name, __import__(name, globals(), fromlist="dummy"))
for module_loader, name, ispkg in pkgutil.iter_modules(__path__))
for net_name, net in nets.iteritems():
net.NAME = net_name
| {
"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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
//
// ViewController.h
// Hello-World
//
// Copyright (c) 2013 TokBox, Inc. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
{
}
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *activityIndicatorView;
@property (weak, nonatomic) IBOutlet UILabel *statu... | {
"pile_set_name": "Github"
} |
/***********************************************************************
* Software License Agreement (BSD License)
*
* Copyright 2008-2009 Marius Muja (mariusm@cs.ubc.ca). All rights reserved.
* Copyright 2008-2009 David G. Lowe (lowe@cs.ubc.ca). All rights reserved.
*
* THE BSD LICENSE
*
* Redistribution an... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Funnies</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
<... | {
"pile_set_name": "Github"
} |
/* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */
/*
Copyright (c) 2015-2016 ymnk, JCraft,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:
1. Redistributions of source code must retai... | {
"pile_set_name": "Github"
} |
/*
* searchtools.js_t
* ~~~~~~~~~~~~~~~~
*
* Sphinx JavaScript utilities for the full-text search.
*
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
/* Non-minified version JS is _stemmer.js if file is provided */
/**
* Porter Stemmer
*/
va... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 load
import (
"bytes"
"cmd/go/internal/str"
"errors"
"fmt"
"go/ast"
"go/build"
"go/doc"
"go/parser"
"go/token"
"internal/lazytemplate"
"path... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are... | {
"pile_set_name": "Github"
} |
Module :mod:`openpyxl.workbook` -- Workbook
=============================================================
.. autoclass:: openpyxl.workbook.Workbook
:members:
Module :mod:`openpyxl.worksheet` -- Worksheet
=============================================================
.. autoclass:: openpyxl.worksheet.W... | {
"pile_set_name": "Github"
} |
<http://www.w3.org/2013/TurtleTests/s> <http://www.w3.org/2013/TurtleTests/p> '''abc
def''' .
| {
"pile_set_name": "Github"
} |
'use strict';
const _ = require('lodash'),
Promise = require('bluebird'),
AWS = require('aws-sdk'),
InstanceModel = require('../../proxies/manager/instance.model'),
ScalingError = require('../../common/error/scaling'),
winston = require('winston');
module.exports = class ProviderAWSEC2 {
cons... | {
"pile_set_name": "Github"
} |
import Bow
/// Protocol for automatic derivation of Prism optics.
public protocol AutoPrism: AutoOptics {}
public extension AutoPrism {
/// Generates a prism for an enum case with no associated values.
///
/// - Parameter case: Case where the Prism must focus.
/// - Returns: A Prism focusing on the pr... | {
"pile_set_name": "Github"
} |
import { AnimationBase } from "./AnimationBase";
import { MathUtil } from "../maths/MathUtil"
import { Ease } from "../utils/Ease"
import { ClassUtils } from "../utils/ClassUtils";
/**
* 动画播放完毕后调度。
* @eventType Event.COMPLETE
*/
/*[Event(name = "complete", type = "laya.events.Event")]*/
/**
* 播放到某标签后调度。
* @event... | {
"pile_set_name": "Github"
} |
<?php
namespace PhpParser;
/**
* @codeCoverageIgnore
*/
class Autoloader
{
/** @var bool Whether the autoloader has been registered. */
private static $registered = false;
/**
* Registers PhpParser\Autoloader as an SPL autoloader.
*
* @param bool $prepend Whether to prepend the autoloade... | {
"pile_set_name": "Github"
} |
package system
import (
"syscall"
"unsafe"
)
// LUtimesNano is used to change access and modification time of the specified path.
// It's used for symbol link file because syscall.UtimesNano doesn't support a NOFOLLOW flag atm.
func LUtimesNano(path string, ts []syscall.Timespec) error {
var _path *byte
_path, er... | {
"pile_set_name": "Github"
} |
.size 8000
.text@48
jp lstatint
.text@100
jp lbegin
.data@143
80
.text@150
lbegin:
ld c, 41
ld b, 02
ld d, 03
lbegin_waitm2:
ldff a, (c)
and a, d
cmp a, b
jrnz lbegin_waitm2
ld a, 08
ldff(c), a
xor a, a
ldff(0f), a
ld a, 02
ldff(ff), a
ei
ld c, 0f
.text@1000
lstatint:
nop
.text@1066
xor a, a
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM C... | {
"pile_set_name": "Github"
} |
FP.TemplateFetcher = function TemplateFetcher(){
this.templatePath = "/templates/";
this.templates = {};
// Alter underscore template delimiter;
_.templateSettings.interpolate = /\{\{(.+?)\}\}/g ;
_.templateSettings.escape = /\{\{\{([\s\S]+?)\}\}\}/g,
_.templateSettings.evaluate... | {
"pile_set_name": "Github"
} |
srcdir = @srcdir@
VPATH = @srcdir@
include ../../Mk/macports.autoconf.mk
INSTALLDIR= ${TCL_PACKAGE_PATH}/package1.0
SRCS= package.tcl portdmg.tcl portmdmg.tcl portmpkg.tcl portpkg.tcl \
portunarchive.tcl \
portarchivefetch.tcl
all:: pkgIndex.tcl
pkgIndex.tcl: $(SRCS)
$(SILENT) ../pkg_mkindex.sh .
clean::
rm ... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import nl.bzk.brp.model.data.kern.Persgeslnaamcomp;
import org.apache.commons.lang3.builder.ReflectionToStringBuilde... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2009 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"
} |
/*
* Seldon -- open source prediction engine
* =======================================
* Copyright 2011-2015 Seldon Technologies Ltd and Rummble Ltd (http://www.seldon.io/)
*
**********************************************************************************************
*
* Licensed under the Apache License, Vers... | {
"pile_set_name": "Github"
} |
/* Copyright 2016 The TensorFlow Authors. 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 a... | {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
var b {
if true {
struct B<b {
}
}
Void{
var
| {
"pile_set_name": "Github"
} |
.class interface abstract Landroid/support/v4/view/MarginLayoutParamsCompat$MarginLayoutParamsCompatImpl;
.super Ljava/lang/Object;
.source "MarginLayoutParamsCompat.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/view/MarginLayoutParamsCompat;
.end annotation... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
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)
========================================... | {
"pile_set_name": "Github"
} |
{
"nome": "Rezzago",
"codice": "013195",
"zona": {
"codice": "1",
"nome": "Nord-ovest"
},
"regione": {
"codice": "03",
"nome": "Lombardia"
},
"provincia": {
"codice": "013",
"nome": "Como"
},
"sigla": "CO",
"codiceCatastale": "H255",
"cap": [
"22030"
],
"popolazione": 317
}
| {
"pile_set_name": "Github"
} |
import _plotly_utils.basevalidators
class LabelValidator(_plotly_utils.basevalidators.DataArrayValidator):
def __init__(self, plotly_name="label", parent_name="sankey.link", **kwargs):
super(LabelValidator, self).__init__(
plotly_name=plotly_name,
parent_name=parent_name,
... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package uuid generates and inspects UUIDs.
//
// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security
// Services.
//
// A UUID is a 16 byte (12... | {
"pile_set_name": "Github"
} |
using System;
public class SpiralMatrix
{
public static int[,] GetMatrix(int size)
{
throw new NotImplementedException("You need to implement this function.");
}
}
| {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/*
* linux/include/linux/sunrpc/metrics.h
*
* Declarations for RPC client per-operation metrics
*
* Copyright (C) 2005 Chuck Lever <cel@netapp.com>
*
* RPC client per-operation statistics provide latency and retry
* information about each type of RPC procedure in a gi... | {
"pile_set_name": "Github"
} |
from rpython.jit.backend.detect_cpu import getcpuclass
from rpython.jit.tool.oparser import parse
from rpython.jit.metainterp.history import JitCellToken, NoStats
from rpython.jit.metainterp.history import BasicFinalDescr, BasicFailDescr
from rpython.jit.metainterp.gc import get_description
from rpython.jit.metainterp.... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2015 gRPC 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 agree... | {
"pile_set_name": "Github"
} |
/*
* ircd-ratbox: A slightly useful ircd.
* m_oper.c: Makes a user an IRC Operator.
*
* Copyright (C) 1990 Jarkko Oikarinen and University of Oulu, Co Center
* Copyright (C) 1996-2002 Hybrid Development Team
* Copyright (C) 2002-2005 ircd-ratbox development team
*
* This program is free software; you can ... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="44dp" android:width="44dp"
android:viewportHeight="44" android:viewportWidth="44">
<path
android:fillColor="#FF000000"
android:pathData="M32,12l0,6.875l-2.55,-2.55l-15.687,15.675l-1.763,-1.762l15.675,-15.688l-... | {
"pile_set_name": "Github"
} |
// ProgressMt.h
#ifndef __PROGRESSMT_H
#define __PROGRESSMT_H
#include "../../Common/MyCom.h"
#include "../../Common/MyVector.h"
#include "../../Windows/Synchronization.h"
#include "../ICoder.h"
#include "../IProgress.h"
class CMtCompressProgressMixer
{
CMyComPtr<ICompressProgressInfo> _progress;
... | {
"pile_set_name": "Github"
} |
http://sourceware.org/bugzilla/show_bug.cgi?id=10858
===================================================================
RCS file: /cvs/src/src/bfd/ChangeLog,v
retrieving revision 1.4940
retrieving revision 1.4941
diff -u -r1.4940 -r1.4941
--- src/bfd/ChangeLog 2010/02/23 11:38:34 1.4940
+++ src/bfd/ChangeLog 2010/02/... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2014-present, Egret Technology.
// All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
/... | {
"pile_set_name": "Github"
} |
package com.github.twitch4j.pubsub.events;
import com.github.twitch4j.common.events.TwitchEvent;
import com.github.twitch4j.pubsub.domain.ClaimData;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = true)
public class ClaimAvailableEvent extends TwitchEvent {
private final ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.