text
stringlengths
2
99k
meta
dict
/* * mmio_warning_test * * Copyright (C) 2019, Google LLC. * * This work is licensed under the terms of the GNU GPL, version 2. * * Test that we don't get a kernel warning when we call KVM_RUN after a * triple fault occurs. To get the triple fault to occur we call KVM_RUN * on a VCPU that hasn't been properly...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2007-2009, JAGaToo Project Group 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 o...
{ "pile_set_name": "Github" }
// Copyright ©2016 The Gonum 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 gonum import ( "math" "gonum.org/v1/gonum/blas" "gonum.org/v1/gonum/blas/blas64" "gonum.org/v1/gonum/lapack" ) // Dsyev computes all eigenval...
{ "pile_set_name": "Github" }
# FreeType 2 JamRules. # # Copyright 2001-2016 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to use, modify, or distribute this ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
/* * linux/fs/nls/nls_euc-jp.c * * Added `OSF/JVC Recommended Code Set Conversion Specification * between Japanese EUC and Shift-JIS' support: <hirofumi@mail.parknet.co.jp> * (http://www.opengroup.or.jp/jvc/cde/sjis-euc-e.html) */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #inc...
{ "pile_set_name": "Github" }
{ "acno": "AR00922", "acquisitionYear": 2009, "all_artists": "Joseph Beuys", "artistRooms": true, "catalogueGroup": {}, "classification": "on paper, print", "contributorCount": 1, "contributors": [ { "birthYear": 1921, "date": "1921\u20131986", "displayOrder": 1, "f...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // Ecma International makes this code available under the terms and conditions set // forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the // "Use Terms"). Any redistribution of this code must retain the above // copyright and this n...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
{ "pile_set_name": "Github" }
/*============================================================================= Boost.Wave: A Standard compliant C++ preprocessor library http://www.boost.org/ Copyright (c) 2001 Daniel C. Nuffer. Copyright (c) 2001-2012 Hartmut Kaiser. Distributed under the Boost Software License, Version ...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * analytic_user_function # # Translators: # FIRST AUTHOR <EMAIL@ADDRESS>, 2014 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:07+0000\n" "PO-Revision-Date: 20...
{ "pile_set_name": "Github" }
--- layout: api title: "v2.1.6 JavaScript Library: L.mapbox.legendControl(options)" categories: api version: v2.1.6 permalink: /api/v2.1.6/l-mapbox-legendcontrol/ --- <h2 id="section-l-mapbox-legendcontrol">L.mapbox.legendControl(options)</h2> <p><span class='leaflet icon'><em>Extends</em>: L.Control</span></p> <p>A ma...
{ "pile_set_name": "Github" }
<?php /** * A class for arbitrary precision math functions implemented using GMP * * PHP version 5.3 * * @category PHPPasswordLib * @package Core * @subpackage BigMath * @author Anthony Ferrara <ircmaxell@ircmaxell.com> * @copyright 2011 The Authors * @license http://www.opensource.org/licenses/m...
{ "pile_set_name": "Github" }
{ "contributors": null, "coordinates": null, "created_at": "Fri Jan 13 21:12:01 +0000 2017", "display_text_range":[0,54], "entities": { "hashtags": [], "symbols": [], "urls": [ { "display_url": "twitter.com/katejaiheelee/\u2026", ...
{ "pile_set_name": "Github" }
<?php namespace ProcessWire; /** * ProcessWire Page Search Process * * Provides page searching within the ProcessWire admin * * For more details about how Process modules work, please see: * /wire/core/Process.php * * ProcessWire 3.x, Copyright 2019 by Ryan Cramer * https://processwire.com * * @method stri...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:focusable="true" android:focusableInTouchMode="true" android:focusedByDefault="true"> <ProgressBar ...
{ "pile_set_name": "Github" }
--- description: "Automatically generated file. DO NOT MODIFY" --- ```javascript const options = { authProvider, }; const client = Client.init(options); let res = await client.api('/me/profile/names/{id}') .version('beta') .delete(); ```
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' describe "Mutex#unlock" do it "raises ThreadError unless Mutex is locked" do mutex = Mutex.new -> { mutex.unlock }.should raise_error(ThreadError) end it "raises ThreadError unless thread owns Mutex" do mutex = Mutex.new wait = Mutex.new wait.lock th ...
{ "pile_set_name": "Github" }
package android.icu.text; abstract class CharsetRecognizer { /* access modifiers changed from: package-private */ public abstract String getName(); /* access modifiers changed from: package-private */ public abstract CharsetMatch match(CharsetDetector charsetDetector); CharsetRecognizer() { }...
{ "pile_set_name": "Github" }
# GameMenu All the menus in the campaign are handled by the `GameMenuManager`. To add new menus however you must use the provided methods by the `Campaign` class. To add a new menu use: ```csharp CampaignGameStarter.AddGameMenu(string menuId, string menuText, OnInitDelegate initDelegate, MenuOverlayType overlay = Men...
{ "pile_set_name": "Github" }
--- group: php-developer-guide subgroup: 99_Module Development title: Public interfaces & APIs menu_title: Public interfaces & APIs menu_order: 3 --- ## What is a public interface? {#public-interface} A _public interface_ is a set of code that third-party developers can call, implement, or build as a [plug-in](https:...
{ "pile_set_name": "Github" }
object `gadt-accumulatable` { sealed abstract class Or[+G,+B] extends Product with Serializable final case class Good[+G](g: G) extends Or[G,Nothing] final case class Bad[+B](b: B) extends Or[Nothing,B] sealed trait Validation[+E] extends Product with Serializable case object Pass extends Validation[Nothing]...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * hr_skills # # Translators: # Martin Trigaux, 2020 # RGB Consulting <odoo@rgbconsulting.com>, 2020 # Quim - eccit <quim@eccit.com>, 2020 # Manel Fernandez Ramirez <manelfera@outlook.com>, 2020 # Arnau Ros, 2020 # msgid ""...
{ "pile_set_name": "Github" }
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.md. * It is also ...
{ "pile_set_name": "Github" }
/* * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy ...
{ "pile_set_name": "Github" }
[kernel] Parsing tests/syntax/constfold.i (no preprocessing) /* Generated by Frama-C */ int main(void) { int __retres; char a[1] = {(char)0}; int i = 36; int j = 36; __retres = 0; return __retres; }
{ "pile_set_name": "Github" }
####### kdevelop will overwrite this part!!! (begin)########## noinst_LIBRARIES = libfcgi.a AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(all_includes) libfcgi_a_METASOURCES = AUTO libfcgi_a_SOURCES = fcgienv.cpp fcgiappconfig.cpp fcgiapp.cpp fcginamevaluepair.cpp fcgiconnection.cpp fcgirecord.cpp ...
{ "pile_set_name": "Github" }
{ "_from": "cached-path-relative@1.0.2", "_id": "cached-path-relative@1.0.2", "_inBundle": false, "_integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", "_location": "/cached-path-relative", "_phantomChildren": {}, "_requested": { "type": "vers...
{ "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 <Notes/ICNFIMAPClientMailboxOperation.h> @interface ICNFIMAPClientCreateOperation : ICNFIMAPClientMailboxOperation { } - (id)...
{ "pile_set_name": "Github" }
const assert = require('assert') const FakeAuthenticationProvider = require('./helpers/fake-authentication-provider') const SignInComponent = require('../lib/sign-in-component') const FakeNotificationManager = require('./helpers/fake-notification-manager') const FakeCommandRegistry = require('./helpers/fake-command-reg...
{ "pile_set_name": "Github" }
/* Generated by LocTool */ "blinkid_generic_message" = "Scanați fața unui document"; "mb_blinkid_back_instructions_barcode" = "Scanare cod de bare"; "mb_blinkid_camera_flip_document" = "Întoarceți documentul"; "mb_blinkid_camera_high" = "Apropiați"; "mb_blinkid_camera_near" = "Îndepărtați"; "mb_blinkid_document_too_clo...
{ "pile_set_name": "Github" }
/* * Copy-on-read filter block driver * * Copyright (c) 2018 Red Hat, Inc. * * Author: * Max Reitz <mreitz@redhat.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 versio...
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace BizHawk.Client.Common { internal static class BkmMnemonicConstants { public static readonly Dictionary<string, Dictionary<string, string>> Buttons = new Dictionary<string, Dictionary<string, string>> { ["Gameboy Controller"] = new Dictionary<string, string> { ...
{ "pile_set_name": "Github" }
package com.sequenceiq.distrox.api.v1.distrox.model; import com.sequenceiq.cloudbreak.common.mappable.CloudPlatform; public interface CloudPlatformProvider { default CloudPlatform getCloudPlatform() { if (getAws() != null) { return CloudPlatform.AWS; } else if (getAzure() != null) { ...
{ "pile_set_name": "Github" }
export JUPYTER_HOME=/home/jupyter export GCS_BUCKET=gs://nova-artifacts-$(gcloud config get-value project) export ZONE=$(gcloud config get-value compute/zone) if [[ $ZONE == "" ]]; then export ZONE=$(curl http://metadata.google.internal/computeMetadata/v1/instance/zone -H "Metadata-Flavor: Google") export ZONE="${Z...
{ "pile_set_name": "Github" }
<?php namespace JmesPath; class Utils { static $typeMap = [ 'boolean' => 'boolean', 'string' => 'string', 'NULL' => 'null', 'double' => 'number', 'float' => 'number', 'integer' => 'number' ]; /** * Returns true if the value is truthy * ...
{ "pile_set_name": "Github" }
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: Impex/UI FILE: uiExportCtrl.asm AUTHOR: Don Reeves, May 26, 1992 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name D...
{ "pile_set_name": "Github" }
/* * (c) Copyright 2018 Palantir Technologies 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 ...
{ "pile_set_name": "Github" }
<?php namespace Backpack\CRUD\app\Http\Controllers; use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Foundation\Validation\ValidatesRequests; use Illuminate\Http\Request; use Illuminate\Routing\Controller; use Illuminate\Support\Str; class CrudController extends Controller { use DispatchesJobs, Valid...
{ "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.certificate.elements</title> <meta name="date" conte...
{ "pile_set_name": "Github" }
/* * BluSunrize * Copyright (c) 2017 * * This code is licensed under "Blu's License of Common Sense" * Details can be found in the license file in the root folder of this project */ package blusunrize.immersiveengineering.common.blocks.stone; import blusunrize.immersiveengineering.api.crafting.CokeOvenRecipe; i...
{ "pile_set_name": "Github" }
// Copyright 2008, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Monolog package. * * (c) Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Monolog\Handler; use Monolog\TestCase; use Monolog\Logger; /** * @autho...
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10) # [GCC 6.2.0 20161005] # Embedded file name: Mcl_Cmd_UpTime_DataHandler.py def DataHandlerMain(namespace, InputFilename, OutputFilename): import mcl.imports import mcl.data.Input i...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'spec_helper' RSpec.describe Label do describe 'modules' do it { is_expected.to include_module(Referable) } it { is_expected.to include_module(Subscribable) } end describe 'associations' do it { is_expected.to have_many(:issues).through(:label_links).source(:ta...
{ "pile_set_name": "Github" }
@import 'variables'; /* *** Overall APP Styling can go here *** -------------------------------------------- Note: This Component has ViewEncapsulation.None so the styles will bleed out */ body { line-height: 18px; padding-top: $header-height; } .body-content { margin: auto; } h1 { border-bottom: 3px...
{ "pile_set_name": "Github" }
12--Group/12_Group_Team_Organized_Group_12_Group_Team_Organized_Group_12_461.jpg 4 249.438247681 283.579162598 29.7258758545 33.3827514648 0.980766415596 37.9069824219 295.484527588 31.2723388672 41.8589477539 0.978373885155 401.803131104 284.448883057 28.1102905273 33.1795959473 0.931992292404 479.032226562 296.025543...
{ "pile_set_name": "Github" }
var isNative = require('../lang/isNative'); /** * Gets the native function at `key` of `object`. * * @private * @param {Object} object The object to query. * @param {string} key The key of the method to get. * @returns {*} Returns the function if it's native, else `undefined`. */ function getNative(object, key)...
{ "pile_set_name": "Github" }
<?php /** * Validate all attributes in the tokens. */ class HTMLPurifier_Strategy_ValidateAttributes extends HTMLPurifier_Strategy { /** * @param HTMLPurifier_Token[] $tokens * @param HTMLPurifier_Config $config * @param HTMLPurifier_Context $context * @return HTMLPurifier_Token[] */ ...
{ "pile_set_name": "Github" }
#Integration testing with Cucumber * This will become a table of contents (this text will be scraped). {:toc} [Cucumber][] is the preferred method for integration testing your Merb applications. Cucumber is a tool that can execute "feature documentation" written in plain text. Here is an example of a typical Cucumber...
{ "pile_set_name": "Github" }
/* $Id: DBFBase.java,v 1.3 2004/03/31 15:59:40 anil Exp $ Serves as the base class of DBFReader adn DBFWriter. @author: anil@linuxense.com Support for choosing implemented character Sets as suggested by Nick Voznesensky <darkers@mail.ru> */ /** Base class for DBFReader and DBFWriter. */ package com.linuxens...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project unix-name="public-sync-project-member" full-name="Public with Sync Project Membership" description="For test" access="public"> <long-description>A test project with Synchronized Project Membership</long-description> <services> </services> <ugroups ...
{ "pile_set_name": "Github" }
// // MCONNTPFetchAllArticlesOperation.h // mailcore2 // // Created by Robert Widmann on 8/13/14. // Copyright (c) 2014 MailCore. All rights reserved. // #ifndef MAILCORE_MCONNTPFETCHARTICLESOPERATION_H #define MAILCORE_MCONNTPFETCHARTICLESOPERATION_H #import <Foundation/Foundation.h> #import <MailCore/MCONNTPOp...
{ "pile_set_name": "Github" }
<!--<div class="container" ng-controller="validateCtrltest as mc" ng-cloak=""> <div class="row"> <div class="col-sm-12" > <form class="form-horizontal" role="form" style="width: auto;height:900px!important;margin-top:50px;" name="validateForm"> <form-layouttemple url="dataPara...
{ "pile_set_name": "Github" }
<?php /** * PQRS Measure 0441 -- Call to createPopulationCriteria() * * Copyright (C) 2015 - 2017 Suncoast Connection * * LICENSE: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0 * See the Mozilla Public License for more details. * If a copy of the MPL was not distribu...
{ "pile_set_name": "Github" }
{ "network": [ [ "probeNetwork - default - end", 1, 339472 ], [ "probeNetwork - default - start", 0, 0 ] ], "gfx": [ [ "probeGFX - default - end", 2, 4, ...
{ "pile_set_name": "Github" }
--- archs: [ armv7, armv7s, arm64, i386, x86_64 ] platform: ios install-name: /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio current-version: 1 compatibility-version: 1 exports: - archs: [ armv7, armv7s, arm64, i386, x8...
{ "pile_set_name": "Github" }
import component from './component'; document.body.appendChild(component());
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com> * * SPDX-License-Identifier: Apache-2.0 */ /** * @file configuration macros for riscv SOCs supporting the riscv * privileged architecture specification */ #ifndef __SOC_COMMON_H_ #define __SOC_COMMON_H_ /* IRQ numbers */ #define RISCV_MA...
{ "pile_set_name": "Github" }
label.keyContainer=container-1 keyContainer=container-2
{ "pile_set_name": "Github" }
# IBM: Open Source tools for Data Science <img src="https://i.imgur.com/YCFnjvg.png" alt="Smiley face" height="300" width="600"> ![IBM](http://i.imgur.com/Qktqnu1.png) INSTRUCTORS #### Instructors: Joseph Santarcangelo ## Course Description What are some of the most popular data science tools, how do you u...
{ "pile_set_name": "Github" }
# cli completion pwsh update Updates command completion for PowerShell ## Usage ```sh m365 cli completion pwsh update [options] ``` ## Options Option|Description ------|----------- `--help`|output usage information `--query [query]`|JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more i...
{ "pile_set_name": "Github" }
package org.sandrob.bouncycastle.jce.provider; import java.security.interfaces.RSAPrivateCrtKey; import java.security.interfaces.RSAPrivateKey; import java.security.interfaces.RSAPublicKey; import org.sandrob.bouncycastle.asn1.DERObjectIdentifier; import org.sandrob.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers; impor...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015 Apple 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 retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js * * Copyright (c) 2009-2018 The MathJax Consortium * * 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 * * ...
{ "pile_set_name": "Github" }
package vegeta import ( "bufio" "bytes" "encoding/base64" "encoding/csv" "encoding/gob" "io" "net/http" "net/textproto" "sort" "strconv" "strings" "time" "github.com/mailru/easyjson/jlexer" "github.com/mailru/easyjson/jwriter" ) func init() { gob.Register(&Result{}) } // Result contains the results o...
{ "pile_set_name": "Github" }
/** * Fusion Fixture 07 * * This fixture serves for testing the unset operator for * objects, variables and properties. * */ object1 = Text object1.value = "Hello world" object1 > object3 = Text object3 { value = "Hello world" } object3.value >
{ "pile_set_name": "Github" }
/* * libgit2 "general" example - shows basic libgit2 concepts * * Written by the libgit2 contributors * * To the extent possible under law, the author(s) have dedicated all copyright * and related and neighboring rights to this software to the public domain * worldwide. This software is distributed without any w...
{ "pile_set_name": "Github" }
#include "HsNet.h" #include "HsFFI.h" #if defined(_WIN32) #include <stdio.h> /* to the end */ const char* getWSErrorDescr(int err) { static char otherErrMsg[256]; switch (err) { case WSAEINTR: return "Interrupted function call (WSAEINTR)"; case WSAEBADF: return "bad socket descriptor (WSAEBADF)"; case ...
{ "pile_set_name": "Github" }
/* fonts */ @font-face { font-family: 'Source Code Pro'; font-style: normal; font-weight: 400; src: url('source-code-pro-v6-latin-regular.eot'); src: local('Source Code Pro'), local('SourceCodePro-Regular'), url('source-code-pro-v6-latin-regular.eot?#iefix') format('embedded-opentype'), url('source-code-p...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
body { }
{ "pile_set_name": "Github" }
## DeleteCases ``` DeleteCases(list, pattern) ``` > returns the elements of `list` that do not match `pattern`. ### Examples ``` >> DeleteCases({a, 1, 2.5, "string"}, _Integer|_Real) {a,"string"} >> DeleteCases({a, b, 1, c, 2, 3}, _Symbol) {1,2,3} ```
{ "pile_set_name": "Github" }
Pass
{ "pile_set_name": "Github" }
import React from 'react'; import { shallow, mount } from 'enzyme'; import withUniqueIdProps from '.'; const MockComponent = props => <input { ...props } />; const WithNoProp = withUniqueIdProps(() => <input />); describe('withUniqueIdProps HOC', () => { let wrapper; const InputComponent = withUniqueIdProps(Mock...
{ "pile_set_name": "Github" }
title: 'SS-2016-016: XSS In CMSSecurity BackURL' link: https://www.silverstripe.org/download/security-releases/ss-2016-016/ cve: ~ branches: 3.1.x: time: 2016-11-18 12:17:03 versions: ['>=3.1.0', '<3.1.21'] 3.2.x: time: 2016-11-22 11:59:04 versions: ['>=3.2...
{ "pile_set_name": "Github" }
describe("Ext.data.reader.Json", function() { var reader, data1, data2, result1, result2, result3; beforeEach(function() { Ext.ClassManager.enableNamespaceParseCache = false; Ext.data.Model.schema.setNamespace('spec'); Ext.define('spec.JsonReader', { extend: 'Ext.data.Model'...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ProgressBar xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ProgressBar" style="?android:attr/progressBarStyleHorizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:indeterminate="false" an...
{ "pile_set_name": "Github" }
'use strict' /* Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. 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 th...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="ERP5 Form" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_bind_names</string> </key> <value> <object> <kla...
{ "pile_set_name": "Github" }
/// A simple module to avoid namespace pollution module Test { /// Use a timestamp to measure the roundtrip delay typedef unsigned long long Timestamp; typedef sequence<octet> octet_load; typedef sequence<long> long_load; typedef sequence<char> char_load; typedef sequence<short> short_load; typedef sequ...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt %s -instcombine -S | FileCheck %s ; Fold ; ((%x * %y) u/ %x) != %y ; to ; @llvm.umul.with.overflow(%x, %y) + extractvalue define i1 @t0_basic(i8 %x, i8 %y) { ; CHECK-LABEL: @t0_basic( ; CHECK-NEXT: [[UMUL:%.*]] = call { i8, i1...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <div xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:spring="http://www.springframework.org/tags" version="2.0"> <js...
{ "pile_set_name": "Github" }
module java.nonstandard.XmlTranscode; import java.lang.util; import java.lang.exceptions; import java.lang.Math; /++ + Decode XML entities into UTF8 string. + Eg. "&amp;" -> "&", "&#38;" -> "&", "&#x26;" -> "&" + Throws TextException on failure + The given string is modified. +/ String xmlUnescape( String str ){...
{ "pile_set_name": "Github" }
#include "rtems-jffs2-config.h" //========================================================================== // // crc32.c // // Gary S. Brown's 32 bit CRC // //========================================================================== // ####ECOSGPLCOPYRIGHTBEGIN#### ...
{ "pile_set_name": "Github" }
# Copyright 2020 The TensorFlow 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Platform.VirtualFileSystem.Providers...
{ "pile_set_name": "Github" }
#!/usr/bin/perl # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public # License as published by the Free Software Foundation; version 2 # of the License. # # This pro...
{ "pile_set_name": "Github" }
# # Cookbook Name:: newrelic_lwrp_test # Recipe:: agent_python_recipe # # Copyright (c) 2016, David Joos # node.default['newrelic']['application_monitoring']['app_name'] = 'My Python Application' node.default['newrelic']['application_monitoring']['error_collector']['enable'] = 'false' node.default['newrelic']['applica...
{ "pile_set_name": "Github" }
From 460646b3c4c1718860915c38586ee8d2fbda38e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks> Date: Sun, 1 Feb 2015 21:53:47 +0100 Subject: [PATCH] tools only in no dot config targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit R...
{ "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 <MLFoundation/MLFoundationGraph.h> @interface MLFoundationInferenceGraph : MLFoundationGraph { } + (id)graphWithGraphObjects:...
{ "pile_set_name": "Github" }
<?php /** * Laravel - A PHP Framework For Web Artisans * * @package Laravel * @version 3.2.12 * @author Taylor Otwell <taylorotwell@gmail.com> * @link http://laravel.com */ /* |---------------------------------------------------------------- | Application Environments |----------------------------------...
{ "pile_set_name": "Github" }
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The DigiByte developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef HASH_QUBIT #define HASH_QUBIT #include "uint256.h" #include "serialize.h"...
{ "pile_set_name": "Github" }
package pflag // -- stringArray Value type stringArrayValue struct { value *[]string changed bool } func newStringArrayValue(val []string, p *[]string) *stringArrayValue { ssv := new(stringArrayValue) ssv.value = p *ssv.value = val return ssv } func (s *stringArrayValue) Set(val string) error { if !s.change...
{ "pile_set_name": "Github" }
/dts-v1/; #include "rt5350.dtsi" / { compatible = "HLKRM04", "ralink,rt5350-soc"; model = "HILINK HLK-RM04"; memory@0 { device_type = "memory"; reg = <0x0 0x1000000>; }; chosen { bootargs = "console=ttyS1,57600"; }; palmbus@10000000 { uart@500 { status = "okay"; }; spi@b00 { status = "oka...
{ "pile_set_name": "Github" }
Filter 1: ON PK Fc 42 Hz Gain -2.1 dB Q 1.64 Filter 2: ON PK Fc 104 Hz Gain -5.3 dB Q 0.79 Filter 3: ON PK Fc 353 Hz Gain 6.4 dB Q 1.15 Filter 4: ON PK Fc 4471 Hz Gain 8.6 dB Q 1.51 Filter 5: ON PK Fc 7534 Hz Gain -3.0 dB Q 0.01 Filter 6: ON PK Fc 18 Hz Gain 1.8 dB Q 2.18 Filter 7: ON PK Fc 187 Hz Gain 2.1 dB Q 0.36 Fi...
{ "pile_set_name": "Github" }
.. _menpofit-visualize-plot_cumulative_error_distribution: .. currentmodule:: menpofit.visualize plot_cumulative_error_distribution ================================== .. autofunction:: plot_cumulative_error_distribution
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998, 2013, 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" }
#import "GPUImageHueFilter.h" // Adapted from http://stackoverflow.com/questions/9234724/how-to-change-hue-of-a-texture-with-glsl - see for code and discussion #if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE NSString *const kGPUImageHueFragmentShaderString = SHADER_STRING ( precision highp float; varying highp vec2...
{ "pile_set_name": "Github" }