text
stringlengths
2
99.9k
meta
dict
<?php /** * bubbleSort 冒泡排序 * * 原理: * 1.比较相邻的元素。如果第一个比第二个大,就交换他们两个。 * 2.对每一对相邻元素作同样的工作,从第一对到最后一对。最后的元素应该会是最大的数。 * 3.针对所有的元素重复以上的步骤,除了最后一个。 * 4.持续每次对越来越少的元素重复上面的步骤,直到没有任何一对数字需要比较。 * * 时间复杂度:最好 O(n) 平均 O(n^2) 最坏 O(n^2) * 空间复杂度:O(1) * */ /** * bubbleSort * * @param array $arr * * @ret...
{ "pile_set_name": "Github" }
-----BEGIN PRIVATE KEY----- MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDvdzKDTYvRgjBO UOrzDwkAZGwNFHHlMYyMGI5tItj3tCzXkbpM0uz3ZjHVahu+eYc+KvYApM64F2dB b16hs713FCk8mihYABjnSndrQsl/U2v8YFT7DipfLReqqaOGu2o9HdvWfiUlaiC/ UGGfR+YblpK7CG+7/hvTXtUsMw+OppoeH9z87rhOJMxtiC7XwU5rhEmab/1f1XM/ nLoZrfDAcTbDywoeu826SJ3mifajq7oK...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="com.android.support:design-27.0.2"> <CLASSES> <root url="file://$PROJECT_DIR$/dachshundtablayout/build/intermediates/exploded-aar/com.android.support/design/27.0.2/res" /> <root url="jar://$PROJECT_DIR$/dachshundtablayout/build/intermediates/exploded-aar/...
{ "pile_set_name": "Github" }
[mysqld] #old-passwords binlog-format=row innodb-flush-log-at-trx-commit=0
{ "pile_set_name": "Github" }
<!-- no side column --> <div class="row"> <div class="small-12 medium-8 columns"> <h1>Kenoberiañ da Open Food Facts</h1> <h2 class="subheader">All you need is a scan-do attitude! :-)</h2> <!-- note to translators: you can replace "All you need is a scan-do attitude!" by a sentence that works better for you...
{ "pile_set_name": "Github" }
package tests.testPersistence.test; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.ClassRule; import jetbrains.mps.lang.test.runtime.TestParametersCache; import org.junit.Rule; import jetbrains.mps.lang.test.runtime.RunWithCommand;...
{ "pile_set_name": "Github" }
package com.efraespada.stringcarelibrary; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { ...
{ "pile_set_name": "Github" }
# Copyright 2016 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. import os import re import StringIO import sys VARIABLE_PATTERN = re.compile("^(?P<indentation>\s*)'(?P<name>[^']*)':\s*\[$") EXCLUSION_PATTERN = re.compil...
{ "pile_set_name": "Github" }
[@augurproject/types](../README.md) › [Globals](../globals.md) › ["augur-sdk/src/event-handlers"](../modules/_augur_sdk_src_event_handlers_.md) › [MarketFinalized](_augur_sdk_src_event_handlers_.marketfinalized.md) # Interface: MarketFinalized ## Hierarchy ↳ [FormattedEventLog](_augur_sdk_src_event_handlers_.forma...
{ "pile_set_name": "Github" }
#pragma once /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at * your option) any later version. * * This program is distributed in the hope t...
{ "pile_set_name": "Github" }
Write a comment here *** Parameters: *** {} # params *** Markdown input: *** <div class="frame"> <a class="photo" href="http://www.flickr.com/photos/censi/88561568/" ><img moz-do-not-send="true" src="http://static.flickr.com/28/88561568_ab84d28245_m.jpg" width="240" height="180" alt="Aperitif" /></a> </div> *** O...
{ "pile_set_name": "Github" }
package pflag import "strconv" // -- uint32 value type uint32Value uint32 func newUint32Value(val uint32, p *uint32) *uint32Value { *p = val return (*uint32Value)(p) } func (i *uint32Value) Set(s string) error { v, err := strconv.ParseUint(s, 0, 32) *i = uint32Value(v) return err } func (i *uint32Value) Type(...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:10:59 CET 2019 --> <title>Uses of Package org.deidentifier.arx.gui.view</title> <meta name="date" content="2019-11-...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <body> <a download="suggested-filename" href="">link</a> <script> var anchorElement = document.querySelector('a[download]'); url = window.location.href; anchorElement.href = url.substr(url.indexOf('=') + 1); anchorElement.click(); </script> </body> </html>
{ "pile_set_name": "Github" }
# encoding: utf-8 # Copyright (c) 2012-2017, Jungwacht Blauring 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. class InvoiceItemDecorator < Applicatio...
{ "pile_set_name": "Github" }
/* * Popup Background * */ .popup-image { position: absolute; z-index: 5; img { width: 100%; height: auto; } } .popup-products { .popup-image { &:nth-child(1) { top: 0; left: 0; width: 45%; max-width: 450px; } &:nth-child(2) { left: 5%; bottom: 15...
{ "pile_set_name": "Github" }
/* * (C) Copyright IBM Corp. 2020. * * 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 w...
{ "pile_set_name": "Github" }
# encoding: UTF-8 module Vines class Stream class Component class Start < State def initialize(stream, success=Handshake) super end def node(node) raise StreamErrors::NotAuthorized unless stream?(node) stream.start(node) advance end ...
{ "pile_set_name": "Github" }
<CsoundSynthesizer> <CsOptions> ; Select audio/midi flags here according to platform ; Audio out Audio in -odac -iadc ;;;RT audio I/O ; For Non-realtime ouput leave only the line below: ; -o sininv.wav -W ;;; for file output any platform </CsOptions> <CsInstruments> ; Initialize the global variables. sr...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2007. // Use, modification and distribution are subject to 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) // // This file is machine generated, do not edit by hand // Polynomial evaluation ...
{ "pile_set_name": "Github" }
// // UIScrollView+STRefresh.m // SwipeTableView // // Created by Roy lee on 16/7/10. // Copyright © 2016年 Roy lee. All rights reserved. // #import "UIScrollView+STRefresh.h" #import <objc/runtime.h> @implementation UIScrollView (STRefresh) - (STRefreshHeader *)header { return objc_getAssociatedObject(self, ...
{ "pile_set_name": "Github" }
{ "data": [ { "_id": 1, "x": 11 }, { "_id": 2, "x": 22 }, { "_id": 3, "x": 33 } ], "collection_name": "test", "database_name": "command-monitoring-tests", "tests": [ { "description": "A successful mixed bulk write", "operation": { ...
{ "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"/> <title>CMSIS-DSP: ARMCM3 D...
{ "pile_set_name": "Github" }
#include <stdio.h> EXEC SQL INCLUDE sqlca; exec sql include ../regression; EXEC SQL WHENEVER SQLERROR sqlprint; int main () { ECPGdebug (1, stderr); EXEC SQL CONNECT TO REGRESSDB1; EXEC SQL CREATE TABLE foo (a int, b varchar); EXEC SQL INSERT INTO foo VALUES (5, 'abc'); EXEC SQL INSERT INTO foo VALUES (6,...
{ "pile_set_name": "Github" }
K 13 svn:mime-type V 24 application/octet-stream END
{ "pile_set_name": "Github" }
{ "parent": "item/generated", "textures": { "layer0": "gregtech:items/material_sets/metallic/gear" } }
{ "pile_set_name": "Github" }
/* * Generic PXA PATA driver * * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any ...
{ "pile_set_name": "Github" }
{ "type": "object", "": "http://json-schema.org/draft-03/schema", "properties": { "meta": { "type": "object", "properties": { "code": { "type": "integer" } } }, "data": { "type": "array", "items": { "type": "object", "properties":...
{ "pile_set_name": "Github" }
# MCU name MCU = atmega32u4 # Bootloader selection # Teensy halfkay # Pro Micro caterina # Atmel DFU atmel-dfu # LUFA DFU lufa-dfu # QMK DFU qmk-dfu # ATmega32A bootloadHID # ATmega328P USBasp BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration...
{ "pile_set_name": "Github" }
import { Range } from 'immutable' import React from 'react' import { BLOCK_SIZE as B, FIELD_BLOCK_SIZE as FBZ, SCREEN_HEIGHT, SCREEN_WIDTH, } from '../utils/constants' export default class Grid extends React.PureComponent<{ t?: number }> { render() { const { t = -1 } = this.props const hrow = Math.fl...
{ "pile_set_name": "Github" }
@import "../bower/ionic/scss/mixins"; @mixin maskBoxImage($value) { -webkit-mask-box-image: url(#{$value}); mask-box-image: url(#{$value}); } .jr-crop { background-color: #000; overflow: hidden; } .jr-crop-center-container { @include display-flex(); @include justify-content(center); @include alig...
{ "pile_set_name": "Github" }
/* * OpenClinica is distributed under the * GNU Lesser General Public License (GNU LGPL). * For details see: http://www.openclinica.org/license * copyright 2003-2005 Akaza Research */ package core.org.akaza.openclinica.web.bean; import core.org.akaza.openclinica.bean.managestudy.StudyGroupClassBean; import java...
{ "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" }
package sample.killrweather import spray.json.JsString import spray.json.JsValue import spray.json.JsonFormat /** * Formats to marshall and unmarshall objects to JSON in the HTTP API, for internode serialization CBOR and Jackson is used */ object JsonFormats { import spray.json.RootJsonFormat // import the def...
{ "pile_set_name": "Github" }
/* * * Copyright 2019 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" }
// Copyright 2017 Authors of Cilium // // 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" }
pbr>=2.0 sphinx>=1.5,<4.0
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * t...
{ "pile_set_name": "Github" }
/* * This file is part of OpenTTD. * OpenTTD 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, version 2. * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the im...
{ "pile_set_name": "Github" }
/* * Summary: internals routines and limits exported by the parser. * Description: this module exports a number of internal parsing routines * they are not really all intended for applications but * can prove useful doing low level processing. * * Copy: See Copyright for the status...
{ "pile_set_name": "Github" }
<Canvas> <Kind>42</Kind> <Name>Post Effects</Name> <IsMinified>1</IsMinified> <XPosition>1.000000000</XPosition> <YPosition>310.000000000</YPosition> </Canvas> <Widget> <Kind>2</Kind> <Name>Enable</Name> <Value>0</Value> </Widget> <Widget> <Kind>4</Kind> <Name>Chroma_Distortion</...
{ "pile_set_name": "Github" }
-Dcassandra.config.loader=com.instaclustr.cassandra.k8s.ConcatenatedYamlConfigurationLoader -Dcassandra.libjemalloc=/usr/lib64/libjemalloc.so.1
{ "pile_set_name": "Github" }
<?php /* * Copyright 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 t...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); function createRippleHandler(instance, eventName, action, cb) { return function handleEvent(event) { if (cb) { cb.call(instance, event); } if (event.defaultPrevented) { return false; } if (instance.ripple...
{ "pile_set_name": "Github" }
/* * Copyright 2019 American Express Travel Related Services Company, 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 r...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # A python script which manages IAM binding patches declaratively IAM policy # patch can be defined in a separate file declaratively and it can either be # added or removed from a projects iam policy # # Usage # python iam_patch.py --action=add --project=agwliamtest \ # ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000 World Wide Web Consortium, * (Massachusetts Institute of Technology, Institut National de * Recherche en Informatique et en Automatique, Keio University). All * Rights Reserved. This program is distributed under the W3C's Software * Intellectual Property License. This program is distributed...
{ "pile_set_name": "Github" }
import React from 'react'; import { StyleSheet, View, Platform } from 'react-native'; import PropTypes from 'prop-types'; const Gradient = ({ style, gradientSteps, maximumValue, getStepColor }) => { const rows = []; for (let i = 0; i <= gradientSteps; i++) { rows.push( <View key={i} style...
{ "pile_set_name": "Github" }
var path = require('path') var test = require('tape') var download = require('electron-download') var mkdirp = require('mkdirp') var rimraf = require('rimraf') var series = require('run-series') var compareVersion = require('compare-version') var extract = require('extract-zip') var config = require('./config') var ...
{ "pile_set_name": "Github" }
/* * Summary: Implementation of the XSLT number functions * Description: Implementation of the XSLT number functions * * Copy: See Copyright for the status of this software. * * Author: Bjorn Reese <breese@users.sourceforge.net> and Daniel Veillard */ #ifndef __XML_XSLT_NUMBERSINTERNALS_H__ #define __XML_XSLT_N...
{ "pile_set_name": "Github" }
<?php namespace QuickBooksOnline\API\Data; /** * @xmlNamespace http://schema.intuit.com/finance/v3 * @xmlType string * @xmlName IPPFaultTypeEnum * @var IPPFaultTypeEnum * @xmlDefinition FaultTypeEnumeration list */ class IPPFaultTypeEnum { /** ...
{ "pile_set_name": "Github" }
آدرینا آرمیتا آنیتا آوا آوین آوینا آیلین آیناز النا الینا باران بهار بهاره بیتا تارا تینا ثنا درسا دینا رها رونیکا زهرا سارا سارینا ستایش سوگند عسل غزل فاطمه فاطمه زهرا مارال محیا مرسانا مریم ملینا مهدیس مهرسا نازنین نیایش هستی هلیا پارمیس پرنیا پریا کیانا کیمیا یاسمن یاسمین یسنا یلدا
{ "pile_set_name": "Github" }
/* 950621-1.c from the execute part of the gcc torture suite. */ #include <testfwk.h> #ifdef __SDCC #pragma std_c99 #endif struct s { int a; int b; struct s *dummy; }; f (struct s *sp) { return sp && sp->a == -1 && sp->b == -1; } void testTortureExecute (void) { struct s x; x.a = x.b = -1; if (f ...
{ "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 (c) Microsoft Corporation. # Licensed under the MIT License. # return objects representing the tags we need to base the Alpine image on # The versions of Alpine we care about, for this dockerfile $shortTags = @('3.9','3.10') $parent = Join-Path -Path $PSScriptRoot -ChildPath '..' $repoRoot = Join-Path -...
{ "pile_set_name": "Github" }
{ "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "publicDnsName": { "value": "GEN-UNIQUE" }, "adminUsername": { "value": "GEN-UNIQUE" }, "adminPassword": { "value": "GEN-PASSWORD" ...
{ "pile_set_name": "Github" }
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License, Version 1.0 only * (the "License"). You may not use this file except in compliance * with the License. * * You can obtain a copy of the license at http://smartos.org/CDDL * * Se...
{ "pile_set_name": "Github" }
--- title: Azure SQL Database 用の Azure Policy 規制コンプライアンス コントロール description: Azure SQL Database と SQL Managed Instance に対して使用できる Azure Policy の規制コンプライアンス コントロールの一覧を示します。 これらの組み込みポリシー定義により、Azure リソースのコンプライアンスを管理するための一般的な方法が提供されます。 ms.date: 09/04/2020 ms.topic: sample author: stevestein ms.author: sstein ms.service: sql-...
{ "pile_set_name": "Github" }
#ifndef WMLEX_H #define WMLEX_H /************************************************************ wmlex.h This file can be freely modified for the generation of custom code. Copyright (c) 1999-2003 Bumble-Bee Software Ltd. ************************************************************/ #include <yywmlex.h> #endif
{ "pile_set_name": "Github" }
package com.aylson.dc.sys.dao; import com.aylson.core.frame.dao.BaseDao; import com.aylson.dc.sys.po.NoticeRead; import com.aylson.dc.sys.search.NoticeReadSearch; public interface NoticeReadDao extends BaseDao<NoticeRead,NoticeReadSearch> { }
{ "pile_set_name": "Github" }
julia 1.0 JuliaInterpreter
{ "pile_set_name": "Github" }
using System; namespace ACE.Entity.Enum { [Flags] public enum ObjectDescriptionFlag { None = 0x00000000, Openable = 0x00000001, Inscribable = 0x00000002, Stuck = 0x00000004, Player = 0x000000...
{ "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" }
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_31) on Sun Feb 04 22:42:13 CST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>类 cn.chenhaoxiang.utils.Cook...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* PCI IRQ assignment */ #include "pci_irqs.asl" /* PCR access */ #include <soc/intel/common/acpi/pcr.asl> /* eMMC, SD Card */ #include "scs.asl" /* GPIO controller */ #if CONFIG(SOC_INTEL_CANNONLAKE_PCH_H) #include "gpio_cnp_h.asl" #else #include "gpio.asl" #endif /...
{ "pile_set_name": "Github" }
#version 120 #ezquake-definitions #ifdef DRAW_SKYBOX uniform samplerCube skyTex; #else uniform sampler2D skyDomeTex; uniform sampler2D skyDomeCloudTex; #endif uniform float skySpeedscale; uniform float skySpeedscale2; varying vec3 Direction; void main() { #if defined(DRAW_SKYBOX) gl_FragColor = textureCube(skyTex...
{ "pile_set_name": "Github" }
Core.HiddenElements TYPE: lookup --DEFAULT-- array ( 'script' => true, 'style' => true, ) --DESCRIPTION-- <p> This directive is a lookup array of elements which should have their contents removed when they are not allowed by the HTML definition. For example, the contents of a <code>script</code> tag are not ...
{ "pile_set_name": "Github" }
14 charge = 0 O 1.040752 0.120302 0.145548 C 2.430190 0.064160 0.120726 C 3.143113 1.081049 1.010272 C 4.188381 0.000031 1.342503 C 3.146754 -1.063792 0.920944 C 3.576980 -2.247788 0.214460 N 3.917299 -3.169594 -0.385206 H 0.685251 -0.450271 -0.541318 H 2.824416 0.091934 -0.901951 H 2.517760 1.310123 1.875691...
{ "pile_set_name": "Github" }
'use strict'; var defaults = require('./../defaults'); var utils = require('./../utils'); var InterceptorManager = require('./InterceptorManager'); var dispatchRequest = require('./dispatchRequest'); var isAbsoluteURL = require('./../helpers/isAbsoluteURL'); var combineURLs = require('./../helpers/combineURLs'); /** ...
{ "pile_set_name": "Github" }
# sifter.js [![NPM version](http://img.shields.io/npm/v/sifter.svg?style=flat)](https://www.npmjs.org/package/sifter) [![Installs](http://img.shields.io/npm/dm/sifter.svg?style=flat)](https://www.npmjs.org/package/sifter) [![Build Status](https://travis-ci.org/brianreavis/sifter.js.svg)](https://travis-ci.org/brianreav...
{ "pile_set_name": "Github" }
r600 0x9400 0x000287A0 R7xx_CB_SHADER_CONTROL 0x00028230 R7xx_PA_SC_EDGERULE 0x000286C8 R7xx_SPI_THREAD_GROUPING 0x00008D8C R7xx_SQ_DYN_GPR_CNTL_PS_FLUSH_REQ 0x00008490 CP_STRMOUT_CNTL 0x000085F0 CP_COHER_CNTL 0x000085F4 CP_COHER_SIZE 0x000088C4 VGT_CACHE_INVALIDATION 0x00028A50 VGT_ENHANCE 0x000088CC VGT_ES_PER_GS 0x0...
{ "pile_set_name": "Github" }
'use strict'; module.exports = { name: 'logging', version: '0.0.1', type: 'solution', basePath: '../', projects: [ 'projects/logging', 'projects/test-logging' ] };
{ "pile_set_name": "Github" }
var vows = require('vows'); var assert = require('assert'); var suite = vows.describe('jStat'); require('../env.js'); suite.addBatch({ '': { 'topic': function() { return jStat; }, '': function(jStat) { } } }); suite.export(module);
{ "pile_set_name": "Github" }
#!/usr/bin/env ksh set -p # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or htt...
{ "pile_set_name": "Github" }
define([ "./core", "./var/rnotwhite" ], function( jQuery, rnotwhite ) { // String to Object options format cache var optionsCache = {}; // Convert String-formatted options into Object-formatted ones and store in cache function createOptions( options ) { var object = optionsCache[ options ] = {}; jQuery.each( opti...
{ "pile_set_name": "Github" }
/* * Copyright 1997-2020 Optimatika * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish...
{ "pile_set_name": "Github" }
export default { timeupdate: { // 快应用事件名 detail: function (evt) { // 转换detail return { currentTime: evt.currenttime, duration: '' } } }, fullscreenchange: { detail: function (evt) { // 转换detail return { fullScreen: evt.fullscreen, direction: 'horizonta...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003-2012 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
{ "pile_set_name": "Github" }
/* * Copyright © 2018, VideoLAN and dav1d authors * Copyright © 2018, Two Orioles, LLC * 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...
{ "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" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /* //device/apps/common/assets/res/any/strings.xml ** ** Copyright 2006, 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 ...
{ "pile_set_name": "Github" }
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
{ "pile_set_name": "Github" }
var searchData= [ ['b',['B',['../namespacepvr.html#a675b14a2f2079f7f72e7f2ad35d13de7a9d5ed678fe57bcca610140957afab571',1,'pvr']]], ['back',['Back',['../namespacepvr.html#a1ca56afd652113209f2535e7688a4189a0557fa923dcee4d0f86b1409f5c2167f',1,'pvr']]], ['bonebatch',['BoneBatch',['../namespacepvr.html#a7449705e04c8fe...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash set -e if [[ $# -lt 4 ]] then echo "wrong number of arguments supplied: $#" exit 0 fi if [ -z ${MOSES} ] then echo "variable MOSES undefined" exit 0 fi config_file=`readlink -f $1` temp_dir=`readlink -f $2` filename=`readlink -f $3` output_filename=$4 cores=`lscpu | grep -Po "^(C...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2003, 2015, 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" }
<?php /* * This file is part of the Predis package. * * (c) Daniele Alessandri <suppakilla@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Predis\Response; use Predis\PredisException; /** * Exception class...
{ "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 <objc/NSObject.h> @class CIMDebugLogger, CIMIssueReporterCandidateState, NSArray, NSString, NSURL; @interface CIMIssueReporte...
{ "pile_set_name": "Github" }
/* This file is part of Mitsuba, a physically based rendering system. Copyright (c) 2007-2014 by Wenzel Jakob and others. Mitsuba is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. ...
{ "pile_set_name": "Github" }
'use strict'; var assert = require('minimalistic-assert'); var inherits = require('inherits'); var des = require('../des'); var utils = des.utils; var Cipher = des.Cipher; function DESState() { this.tmp = new Array(2); this.keys = null; } function DES(options) { Cipher.call(this, options); var state = new ...
{ "pile_set_name": "Github" }
<?php class LDAP { public $sAuthSource = ''; public $aUserInfo = array(); public $sSystem = ''; public $sLdapLog = ''; private static $instance = null; public function __construct() { } public function &getSingleton() { if (self::$instance == null) { self:...
{ "pile_set_name": "Github" }
<html> <%@ page session="true"%> <body> <jsp:useBean id='counter' scope='session' class='com.acme.Counter' type="com.acme.Counter" /> <h1>JSP1.2 Beans: 1</h1> Counter accessed <jsp:getProperty name="counter" property="count"/> times.<br/> Counter last accessed by <jsp:getProperty name="counter" property="last"/><br/>...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012-2014 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby g...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* * Copyright (c) 2010-2011 Atheros Communications Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
{ "pile_set_name": "Github" }
// Copyright 2010 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. // Windows environment variables. package windows import ( "syscall" "unsafe" ) func Getenv(key string) (value string, found bool) { return syscall.Getenv...
{ "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>BuildMachineOSBuild</key> <string>15F34</string> <key>CFBundleExecutable</key> <string>BrcmPatchRAM2</string> <key>CFBundleIdentifier</key>...
{ "pile_set_name": "Github" }
<?php namespace CASHMusic\Admin; use CASHMusic\Core\CASHSystem as CASHSystem; use CASHMusic\Core\CASHRequest as CASHRequest; use ArrayIterator; use CASHMusic\Admin\AdminHelper; $admin_helper = new AdminHelper($admin_primary_cash_request, $cash_admin); if (!$request_parameters) { AdminHelper::controllerRedirect('/c...
{ "pile_set_name": "Github" }
<block_set xmlns="http://de.fhg.iais.roberta.blockly" robottype="ev3" xmlversion="" description="" tags=""> <instance x="-129" y="-18"> <block type="robActions_motor_on_for" id="395" inline="false" > <field name="MOTORPORT">B</field> <field name="MOTORROTATION">ROTATIONS</field> <value name="PO...
{ "pile_set_name": "Github" }
<?php return [ [ 'Introduction', 'Postcardware', 'Installation and Setup', 'Questions and Issues', 'Changelog', 'About us', ], 'Usage' => [ 'Enum Setup', 'Make Enum', 'Enum Methods', 'Compare Enums', ], ];
{ "pile_set_name": "Github" }