text
stringlengths
2
99.9k
meta
dict
/* * Copyright (c) 2001-2017, Zoltan Farkas All Rights Reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later...
{ "pile_set_name": "Github" }
var imageEffectHelper = { foreach: function image_effect_helper_foreach ( canvas, func, channel ) { // console.log('image effect helper foreach start', canvas, func, channel) ; if ( channel === undefined ) { channel = -1 ; // r, g, b channels by default } var context = canvas.context() ; v...
{ "pile_set_name": "Github" }
--- ms.technology: devops-ecosystem title: Create service endpoints | Extensions for Azure DevOps description: Browse through the places where your extension can extend Visual Studio Codespace for Azure DevOps and Team Foundation Server (TFS). ms.assetid: ad0ea9de-620e-4605-8fcd-3c1443b26d8c ms.topic: conceptual monike...
{ "pile_set_name": "Github" }
/* istanbul ignore file */ import { Helpers } from '../helpers'; export default class oAuth2ImplicitGrant { constructor(settings = {}) { const defaultSettings = { oAuthData: { redirect_uri: window.location.origin + '/assets/auth-oauth2/callback.html', response_type: 'id_token toke...
{ "pile_set_name": "Github" }
-- $Id: tpch03.sql 2657 2007-06-12 16:08:15Z rdempsey $ -- TPC-H/TPC-R Shipping Priority Query (Q3) -- Functional Query Definition -- Approved February 1998 define 1 = BUILDING define 2 = 1995-03-15 select l_orderkey, sum(l_extendedprice * (1 - l_discount)) as revenue, o_orderdate, o_s...
{ "pile_set_name": "Github" }
/********************************************************************** * Copyright (c) 2013, 2014 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* *******************************...
{ "pile_set_name": "Github" }
'use strict'; module.exports = function(grunt) { // Load grunt tasks automatically require('load-grunt-tasks')(grunt); // Time how long tasks take. Can help when optimizing build times require('time-grunt')(grunt); var config = require('./package.json'); // Define the configuration for all the tasks grunt.i...
{ "pile_set_name": "Github" }
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } add_action( 'admin_init', 'ampforwp_welcome_screen_do_activation_redirect' ); function ampforwp_welcome_screen_do_activation_redirect() { // Bail if no activation redirect if ( ! get_transient( 'ampforwp_welcome_screen_activation_red...
{ "pile_set_name": "Github" }
/* * Copyright 2017 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
{ "pile_set_name": "Github" }
# Copyright 2019 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. from __future__ import print_function from __future__ import division from __future__ import absolute_import import unittest from dashboard.pinpoint.models...
{ "pile_set_name": "Github" }
<li ng-class="{active: active, disabled: disabled}"> <a ng-click="select()" tab-heading-transclude>{{heading}}</a> </li>
{ "pile_set_name": "Github" }
// Copyright (C) 2019 tribe29 GmbH - License: GNU General Public License v2 // This file is part of Checkmk (https://checkmk.com). It is subject to the // terms and conditions defined in the file COPYING, which is part of this // source code package. #ifndef DowntimeOrComment_h #define DowntimeOrComment_h #include "c...
{ "pile_set_name": "Github" }
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/jax/output/SVG/fonts/TeX/fontdata-extra.js * * Adds extra stretchy characters to the TeX font data. * * ---------------------...
{ "pile_set_name": "Github" }
/* Do not change, this code is generated from Golang structs */ export class Address { city: string; number: number; country?: string; static createFrom(source: any) { if ('string' === typeof source) source = JSON.parse(source); const result = new Address(); result.city = sour...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // Tool: AllJoynCodeGenerator.exe // // This tool is located...
{ "pile_set_name": "Github" }
<?php namespace Doctrine\Tests\ORM\Functional\Ticket; use Doctrine\Tests\Models\Quote\SimpleEntity; require_once __DIR__ . '/../../../TestInit.php'; /** * @group DDC-1719 */ class DDC1719Test extends \Doctrine\Tests\OrmFunctionalTestCase { const CLASS_NAME = '\Doctrine\Tests\Models\Quote\SimpleEntity'; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0720" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "pile_set_name": "Github" }
/* * ALSA driver for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST audio * interfaces * * Copyright (c) 2000, 2001 Anders Torger <torger@ludd.luth.se> * * Thanks to Henk Hesselink <henk@anda.nl> for the analog volume control * code. * * This program is free software; you can redistribute i...
{ "pile_set_name": "Github" }
OPTS = -DFFMPEG -DRESAMPLE -DGPIO -DUSE_SSL CPPFLAGS = -I/usr/local/include -I/usr/local/include/portaudio2 LDFLAGS = -L/usr/local/lib /usr/local/lib/libportaudio.a -lm include Makefile
{ "pile_set_name": "Github" }
#region File Description //----------------------------------------------------------------------------- // Accelerometer.cs // // Microsoft XNA Community Game Platform // Copyright (C) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- #endregion...
{ "pile_set_name": "Github" }
'use strict'; module.exports = require('es5-ext/object/primitive-set')('key', 'value', 'key+value');
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Fri Mar 16 17:44:00 CET 2018 --> <title>Constant Field Values (restring 1.0.0 API)</title> <meta name="date" content="2018-03-16"> <lin...
{ "pile_set_name": "Github" }
--- id: library title: Library sidebar_label: Library --- ## SaveTracks > Save one or more tracks to the current user’s “Your Music” library. **Parameters** |Name|Description|Example| |--------------|-------------------------|-------------------------| |ids| A list of the Spotify IDs | `new List<String> { "3Hvu1pq8...
{ "pile_set_name": "Github" }
import * as React from 'react'; import { CircularProgress, LoaderContainer } from './Loader.style'; interface Props { color?: string; margin?: string; padding?: string; minHeight?: string; } const Loader: React.FunctionComponent<Props> = props => { const { color, margin, padding, minHeight } = props; retu...
{ "pile_set_name": "Github" }
@font-face { font-family: 'layout'; src:url('fonts/icon.eot?-danfjo'); src:url('fonts/icon.eot?#iefix-danfjo') format('embedded-opentype'), url('fonts/icon.woff?-danfjo') format('woff'), url('fonts/icon.ttf?-danfjo') format('truetype'), url('fonts/icon.svg?-danfjo#icon') format('svg'); font-weight: normal; font...
{ "pile_set_name": "Github" }
#ifndef BOOST_SERIALIZATION_NVP_HPP #define BOOST_SERIALIZATION_NVP_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // nvp.hpp: interface for serialization system. // (C) Copyrig...
{ "pile_set_name": "Github" }
// Copyright (c) 2019 IoTeX Foundation // This is an alpha (internal) release and is not suitable for production. This source code is provided 'as is' and no // warranties are given as to title or non-infringement, merchantability or fitness for purpose and, to the extent // permitted by law, all liability for your use...
{ "pile_set_name": "Github" }
# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html # Usage: bjam [OPTION]... DIR[-CPP_FILE_NAM...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; exports.Flow = exports.Pure = exports.Generated = exports.User = exports.Var = exports.BlockScoped = exports.Referenced = exports.Scope = exports.Expression = exports.Statement = exports.BindingIdentifier = exports.ReferencedMemberExpression = exports.ReferencedIdentifier = und...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_18) on Thu Jul 31 15:03:53 GMT+01:00 2008 --> <TITLE> AFPPageSetupElement (Apache FOP 0.95 API) </TITLE> <META NAME="keywords" CONTENT="org.apache.f...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_PYTHON_MBSTRDECODER bool "python-mbstrdecoder" help multi-byte character string decoder. https://github.com/thombashi/mbstrdecoder
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:5bda9a4c196d8b99687aabb4f1f8b1b3b70b71005c3c83c14072e1f431f1c52f size 2359392
{ "pile_set_name": "Github" }
// Copyright 2015 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris package unix const ( R_OK = 0x4 W_OK = 0x2 X_OK = 0x1 )
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="common_color">#ff5f00</color> </resources>
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/obj-ptrn-prop-id.case // - src/dstr-binding/default/func-decl-dflt.template /*--- description: Binding as specified via property name and identifier (function declaration (default parameter)) esid: sec-function-definitions-runtime...
{ "pile_set_name": "Github" }
export { foo }; export { bar as foo };
{ "pile_set_name": "Github" }
;; Multiplication patterns for TI C6X. ;; This file is processed by genmult.sh to produce two variants of each ;; pattern, a normal one and a real_mult variant for modulo scheduling. ;; Copyright (C) 2010-2019 Free Software Foundation, Inc. ;; Contributed by Bernd Schmidt <bernds@codesourcery.com> ;; Contributed by Cod...
{ "pile_set_name": "Github" }
# # Copyright (C) 2011-2020 Intel Corporation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # * Redistributions of source code must retain the above copyright # notice, this list of con...
{ "pile_set_name": "Github" }
{ "suicideNonConst_d0g0v0" : { "blocks" : [ { "blockHeaderPremine" : { "difficulty" : "0x020000", "gasLimit" : "0x0f4240", "timestamp" : "0x03e8", "updatePoW" : "1" }, ...
{ "pile_set_name": "Github" }
package three_sum import ( "testing" ) func TestThreeSum(t *testing.T) { }
{ "pile_set_name": "Github" }
ALTER TABLE `locales_npc_text` ADD COLUMN `Text8_0_loc1` LONGTEXT NULL AFTER `Text7_1_loc11`, ADD COLUMN `Text8_0_loc2` LONGTEXT NULL AFTER `Text8_0_loc1`, ADD COLUMN `Text8_0_loc3` LONGTEXT NULL AFTER `Text8_0_loc2`, ADD COLUMN `Text8_0_loc4` LONGTEXT NULL AFTER `Text8_0_loc3`, ADD COLUMN `Text8_0_loc5` LONGTEXT ...
{ "pile_set_name": "Github" }
package org.protege.owlapi.inference.orphan; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.Set; /** * This class encapsulates a relation, <i>r: X &rarr; X</i>. Its purpose is to calculate the set of ter...
{ "pile_set_name": "Github" }
var/global/list/del_profiling = list() var/global/list/gdel_profiling = list() var/global/list/ghdel_profiling = list() #define HOLYWATER_DURATION 8 MINUTES /atom var/ghost_read = 1 // All ghosts can read var/ghost_write = 0 // Only aghosts can write var/blessed=0 // Chaplain did his thing. (set by bless() proc,...
{ "pile_set_name": "Github" }
INCLUDE_DIRECTORIES( ${BULLET_PHYSICS_SOURCE_DIR}/src ${VECTOR_MATH_INCLUDE} ) ADD_LIBRARY(BulletMultiThreaded PlatformDefinitions.h PpuAddressSpace.h SpuFakeDma.cpp SpuFakeDma.h SpuDoubleBuffer.h SpuLibspe2Support.cpp SpuLibspe2Support.h btThreadSupportInterface.cpp btThreadSupportInterface.h ...
{ "pile_set_name": "Github" }
<div> Controls when Hudson starts and stops the slave. <dl> <dt><b> Keep this slave on-line as much as possible </b></dt> <dd> This is the default and normal setting. In this mode, Hudson uses tries to keep the slave on-line. If Hudson can...
{ "pile_set_name": "Github" }
import React, { PureComponent } from 'react'; import classNames from 'classnames'; import { hot } from 'react-hot-loader'; import { connect } from 'react-redux'; import { Tooltip } from '@grafana/ui'; import { PanelPlugin, PanelPluginMeta } from '@grafana/data'; import { AngularComponent, config } from '@grafana/runtim...
{ "pile_set_name": "Github" }
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). # https://openapi-generator.tech # Do not edit the class manually. defmodule OpenapiPetstore.Model.Name do @moduledoc """ Model for testing model name same as property name """ @derive [Poison.Encoder] defstruct [ ...
{ "pile_set_name": "Github" }
{ "api_console_project_id": "619683526622", "app": { "launch": { "local_path": "main.html" } }, "container": "GOOGLE_DRIVE", "default_locale": "en_US", "description": "__MSG_appDesc__", "icons": { "128": "icon_128.png", "16": "icon_16.png" }, "key": "MIGfMA0GC...
{ "pile_set_name": "Github" }
GL_NV_pixel_data_range http://www.opengl.org/registry/specs/NV/pixel_data_range.txt GL_NV_pixel_data_range GL_WRITE_PIXEL_DATA_RANGE_NV 0x8878 GL_READ_PIXEL_DATA_RANGE_NV 0x8879 GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV 0x887A GL_READ_PIXEL_DATA_RANGE_LENGTH_NV 0x887B GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV 0x887C GL_READ...
{ "pile_set_name": "Github" }
StartChar: uni01D5 Encoding: 600 469 519 Width: 654 VWidth: 0 LayerCount: 2 Fore Refer: 498 772 N 1 0 0 1 564 345 2 Refer: 138 220 N 1 0 0 1 0 0 3 Validated: 1 EndChar
{ "pile_set_name": "Github" }
package com.gentics.mesh.core.rest.admin.cluster; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyDescription; import com.gentics.mesh.core.rest.common.RestModel; public class ClusterServerConfig implements RestModel { @JsonProperty(required = true) @JsonPr...
{ "pile_set_name": "Github" }
<?php /** * This source file is part of the open source project * ExpressionEngine (https://expressionengine.com) * * @link https://expressionengine.com/ * @copyright Copyright (c) 2003-2019, EllisLab Corp. (https://ellislab.com) * @license https://expressionengine.com/license Licensed under Apache License...
{ "pile_set_name": "Github" }
package io.jenkins.blueocean.blueocean_github_pipeline; import com.cloudbees.hudson.plugins.folder.AbstractFolderProperty; import com.cloudbees.hudson.plugins.folder.AbstractFolderPropertyDescriptor; import com.cloudbees.plugins.credentials.domains.Domain; import com.github.tomakehurst.wiremock.client.MappingBuilder; ...
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * TeamsTabConfiguration File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved....
{ "pile_set_name": "Github" }
/* Dia -- a diagram creation/manipulation program * Copyright (C) 1998 Alexander Larsson * * filedlg.c: some dialogs for saving/loading/exporting files. * Copyright (C) 1999 James Henstridge * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Li...
{ "pile_set_name": "Github" }
#------------------------------------------------------------------------------ # # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distr...
{ "pile_set_name": "Github" }
// // SidebarSplitViewController.m // SplitViewApp // // Created by Alexey Yakovenko on 7/6/20. // #import "SidebarSplitViewController.h" #import "SidebarSplitViewItem.h" @interface SidebarSplitViewController () @property IBOutlet NSViewController* sidebarViewController; @property IBOutlet NSViewController* bodyV...
{ "pile_set_name": "Github" }
/** Class that helps to manage keyboard input. Code by Rob Kleffner, 2011 */ Enjine.Keys = { A: 65, B: 66, C: 67, D: 68, E: 69, F: 70, G: 71, H: 72, I: 73, J: 74, K: 75, L: 76, M: 77, N: 78, O: 79, P: 80, Q: 81, R: 82, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" buildForProfiling = "Y...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005-2013 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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...
{ "pile_set_name": "Github" }
CREATE TRIGGER APPLICATION_DELETE BEFORE DELETE ON APPLICATION FOR EACH ROW BEGIN DELETE FROM APP_CACHE_VIEW WHERE APP_UID = OLD.APP_UID; END
{ "pile_set_name": "Github" }
= Integration SPI :Notice: 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");...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Sun Sep 08 19:26:29 EDT 2013 --> <TITLE> Signature (JHOVE Documentation) </TITLE> <META NAME="date" CONTENT="2013-09-08"> <LINK REL ="styles...
{ "pile_set_name": "Github" }
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. 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...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * File Name : stm32f0xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. *********************************************************...
{ "pile_set_name": "Github" }
#ifndef QTSCRIPTSHELL_QXMLCONTENTHANDLER_H #define QTSCRIPTSHELL_QXMLCONTENTHANDLER_H #include <qxml.h> #include <QtScript/qscriptvalue.h> #include <__package_shared.h> class QtScriptShell_QXmlContentHandler : public QXmlContentHandler { public: QtScriptShell_QXmlContentHandler(); ~QtScriptShell_QXmlContentH...
{ "pile_set_name": "Github" }
# ZTE / Vodafone K4201 TargetVendor=0x19d2 TargetProduct=0x0017 StandardEject=1
{ "pile_set_name": "Github" }
# reduce learning rate after 120 epochs (60000 iters) by factor 0f 10 # then another factor of 10 after 10 more epochs (5000 iters) # The train/test net protocol buffer definition net: "examples/cifar10/cifar10_full_train_test.prototxt" # test_iter specifies how many forward passes the test should carry out. # In the ...
{ "pile_set_name": "Github" }
module com.networknt.audit { exports com.networknt.audit; requires com.networknt.config; requires com.networknt.handler; requires com.networknt.utility; requires com.networknt.mask; requires com.fasterxml.jackson.core; requires org.slf4j; requires java.logging; }
{ "pile_set_name": "Github" }
/* Copyright 2017 The Nuclio 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, soft...
{ "pile_set_name": "Github" }
package burp; /* * @(#)IBurpExtender.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite and Burp * Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface allows ...
{ "pile_set_name": "Github" }
<?php class Danslo_ApiImport_Model_Image extends Varien_Image { /** * Destruct */ public function __destruct() { $adpater = $this->_getAdapter(); if ($adpater instanceof Varien_Image_Adapter_Gd2) { $adpater->destruct(); } } }
{ "pile_set_name": "Github" }
Prism.languages.haxe = Prism.languages.extend('clike', { // Strings can be multi-line 'string': { pattern: /(["'])(?:(?!\1)[^\\]|\\[\s\S])*\1/, greedy: true, inside: { 'interpolation': { pattern: /(^|[^\\])\$(?:\w+|\{[^}]+\})/, lookbehind: true, inside: { 'interpolation': { pattern: /^...
{ "pile_set_name": "Github" }
/* Localized versions of Info.plist keys */
{ "pile_set_name": "Github" }
// Override for host defined _OSI to handle "Darwin"... // In config ACPI, OSID renamed XSID // Find: 4F534944 // Replace: 58534944 // TgtBridge:no // // In config ACPI, _OSI renamed XOSI // Find: 5F4F5349 // Replace: 584F5349 // TgtBridge:no // Search "_OSI" in Method (_INI.... #ifndef NO_DEFINITIONBLOCK Def...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory */ @interface NotificationSender : NSObject { NSString * _name; NSDictionary * _userInfo; } @property (readonly) NSString *name; @property (retain) NSDictionary *userInfo; - (void).cxx_destruct; - (v...
{ "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 license...
{ "pile_set_name": "Github" }
#include "dm.h" /* * The kobject release method must not be placed in the module itself, * otherwise we are subject to module unload races. * * The release method is called when the last reference to the kobject is * dropped. It may be called by any other kernel code that drops the last * reference. * * The re...
{ "pile_set_name": "Github" }
/* * jdapistd.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains application interface code for the decompression half * of the JPEG library. These are th...
{ "pile_set_name": "Github" }
{ "name": "eve-raphael", "description": "Simple custom events", "main": "./eve.js", "authors": [ "Tomas Alabes (http://tomasalabes.me)" ], "license": "MIT", "homepage": "https://github.com/tomasAlabes/eve", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MSDOS_FS_H #define _LINUX_MSDOS_FS_H #include <uapi/linux/msdos_fs.h> /* media of boot sector */ static inline int fat_valid_media(u8 media) { return 0xf8 <= media || media == 0xf0; } #endif /* !_LINUX_MSDOS_FS_H */
{ "pile_set_name": "Github" }
/* eslint-disable jsx-a11y/click-events-have-key-events */ /** * External dependencies */ import React from 'react'; import PureRenderMixin from 'react-pure-render/mixin'; import createReactClass from 'create-react-class'; /** * Internal dependencies */ import ButtonGroup from 'components/button-group'; import B...
{ "pile_set_name": "Github" }
var tagName = config.tagName, attrName = config.attrName; matches.forEach(function(m) { // Create a zero-width start tag right before the address var startTag = addStartTag(tagName, m[0][1], 0); startTag.setAttribute(attrName, m[0][0]); // Create a zero-width end tag right after the address var endTag = addEnd...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Counter driver for the ACCES 104-QUAD-8 * Copyright (C) 2016 William Breathitt Gray * * This driver supports the ACCES 104-QUAD-8 and ACCES 104-QUAD-4. */ #include <linux/bitops.h> #include <linux/counter.h> #include <linux/device.h> #include <linux/errno.h> #include <linux...
{ "pile_set_name": "Github" }
package terminal import ( "os" "unicode" ) type RuneReader struct { Input *os.File state runeReaderState } func NewRuneReader(input *os.File) *RuneReader { return &RuneReader{ Input: input, state: newRuneReaderState(input), } } func (rr *RuneReader) ReadLine(mask rune) ([]rune, error) { line := []rune{}...
{ "pile_set_name": "Github" }
<!-- ~ Copyright 2016 Google Inc. 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...
{ "pile_set_name": "Github" }
# Doxyfile 1.6.1 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += v...
{ "pile_set_name": "Github" }
{ "network": [ [ "probeNetwork - default - end", 1, 84942 ], [ "probeNetwork - default - start", 0, 0 ] ], "gfx": [ [ "probeGFX - default - end", 2, 12, ...
{ "pile_set_name": "Github" }
register_shims_scalar <- function(env) { env_bind(env, sample = strict_sample, diag = strict_diag ) } #' Strict behaviour for functions with special scalar behaviour #' #' [sample()] and [diag()] behave differently depending on whether their #' first argument is a scalar or a function. These shims throw an...
{ "pile_set_name": "Github" }
// Like the compiler, the static analyzer treats some functions differently if // they come from a system header -- for example, it is assumed that system // functions do not arbitrarily free() their parameters, and that some bugs // found in system headers cannot be fixed by the user and should be // suppressed. #prag...
{ "pile_set_name": "Github" }
#!/bin/bash # # 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");...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Dialog example - jQuery Mobile Demos</title> <link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.5.min.css"> <link rel="stylesheet" href="../_assets/css/jqm-demos.css">...
{ "pile_set_name": "Github" }
/** * Cookie.js * * Copyright, Moxiecode Systems AB * Released under LGPL License. * * License: http://www.tinymce.com/license * Contributing: http://www.tinymce.com/contributing */ (function() { var each = tinymce.each; /** * This class contains simple cookie manangement functions. * ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!-- 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 und...
{ "pile_set_name": "Github" }
// Text truncate // Requires inline-block or block for proper styling @mixin text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
{ "pile_set_name": "Github" }
azure.mgmt.eventhub.v2017_04_01 package ======================================= Submodules ---------- .. toctree:: azure.mgmt.eventhub.v2017_04_01.models azure.mgmt.eventhub.v2017_04_01.operations Module contents --------------- .. automodule:: azure.mgmt.eventhub.v2017_04_01 :members: :undoc-members...
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. // Copyright 2020 The Open GEE Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unles...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # OpenSlide, a library for reading whole slide image files # # Copyright (c) 2012-2015 Carnegie Mellon University # Copyright (c) 2015-2016 Benjamin Gilbert # All rights reserved. # # OpenSlide is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General...
{ "pile_set_name": "Github" }
// // Scaffolder.cs // // Author: // jasonimison <jaimison@microsoft.com> // // Copyright (c) 2019 Microsoft // // 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, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "group:Runner.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }