text
stringlengths
2
99.9k
meta
dict
module Data02Lib where {-@ data Pair = P { pX :: Nat, pY :: {v:Nat | pX < v} } @-} data Pair = P { pX :: Int, pY :: Int } {-@ test1 :: Pair -> TT @-} test1 (P a b) = a < b {-@ test2 :: Nat -> Pair @-} test2 x = P x (x + 1)
{ "pile_set_name": "Github" }
:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010-2013, 2016-2019 ARM Limited * All rights reserved * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating * to a hardware implementat...
{ "pile_set_name": "Github" }
/* Copyright (C) 2011 Mark Chandler (Desura Net Pty Ltd) Copyright (C) 2014 Bad Juju Games, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) a...
{ "pile_set_name": "Github" }
/* * Copyright(C) 2016,2017, Imagination Technologies Limited and/or its * affiliated group companies. * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. * */ #include "board.h...
{ "pile_set_name": "Github" }
Microsoft Visual Studio Solution File, Format Version 8.00 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "vb-failures", "failures\vb-failures.vbproj", "{F199991B-6C8E-4AB0-9AAA-703CD4897700}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{F184B08F-C81C-45F6-A57F-5ABD999...
{ "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 ...
{ "pile_set_name": "Github" }
// RUN: rm -rf %t // RUN: %clang_cc1 -objcmt-migrate-property-dot-syntax -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result // RUN: %clang_cc1 -fblocks -triple x86_64-a...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!11 &1 AudioManager: m_ObjectHideFlags: 0 serializedVersion: 2 m_Volume: 1 Rolloff Scale: 1 Doppler Factor: 1 Default Speaker Mode: 2 m_SampleRate: 0 m_DSPBufferSize: 1024 m_VirtualVoiceCount: 512 m_RealVoiceCount: 32 m_SpatializerPlugin: m_Ambison...
{ "pile_set_name": "Github" }
#!/usr/bin/python import datetime import itertools import os import time import unittest try: import autotest.common as common # pylint: disable=W0611 except ImportError: import common # pylint: disable=W0611 from autotest.client.shared.test_utils import mock from autotest.tko import utils class get_times...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
Существуют ли ортогональные кососимметричные матрицы <script type="math/tex">2019 \times 2019</script>? А <script type="math/tex">2018 \times 2018</script>?
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
d916f8a397ea74a1521ece71b9ae611c70de1a65
{ "pile_set_name": "Github" }
--- title: "System.ServiceModel.ComIntegration.ComIntegrationTxProxyTxCommitted" ms.date: "03/30/2017" ms.assetid: f9f5d2aa-04db-4d4d-b802-3bf5d4626e59 --- # System.ServiceModel.ComIntegration.ComIntegrationTxProxyTxCommitted System.ServiceModel.ComIntegration.ComIntegrationTxProxyTxCommitted ## Description Com...
{ "pile_set_name": "Github" }
cxd2820r: by default SNR output is scaled to full 0-65535 range; output in dBx10 can be enabled through a module parameter; Signed-off-by: Gianluca Gennari <gennarone@gmail.com> --- drivers/media/dvb-frontends/cxd2820r_core.c | 4 ++++ drivers/media/dvb-frontends/cxd2820r_priv.h | 1 + drivers/media/dvb-fronten...
{ "pile_set_name": "Github" }
/* * Copyright 2002-2018 the original author or 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 a...
{ "pile_set_name": "Github" }
#################################### # Akka Actor Reference Config File # #################################### # This is the reference config file that contains all the default settings. # Make your edits/overrides in your application.conf. # Akka version, checked against the runtime version of Akka. Loaded from gene...
{ "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" }
#include "layout.h" #include "../vgmstream.h" #include "../coding/coding.h" void render_vgmstream_aax(sample * buffer, int32_t sample_count, VGMSTREAM * vgmstream) { int samples_written=0; aax_codec_data *data = vgmstream->codec_data; while (samples_written<sample_count) { int samples_to_do; ...
{ "pile_set_name": "Github" }
<?php /** * @package FrameworkOnFramework * @subpackage model * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Protect from unauthorized access defined('FOF_INCLUDED') or die;...
{ "pile_set_name": "Github" }
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="com.facebook.samples.AdUnitsSample.fragments.NativeAdRecy...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Tests\Http\RememberMe; use Symfony\Component...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v0/enums/manager_link_status.proto package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v0/enums" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppre...
{ "pile_set_name": "Github" }
// Boost.Geometry (aka GGL, Generic Geometry Library) // This file is manually converted from PROJ4 // Copyright (c) 2008-2012 Barend Gehrels, Amsterdam, the Netherlands. // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at /...
{ "pile_set_name": "Github" }
<?php $searchHistoryMaxCount = 256; // max count of entries in download history $HTTPTimeoutPerSite = 5; // in sec
{ "pile_set_name": "Github" }
--- code: true type: page title: scrollProfiles --- # scrollProfiles Moves a result set cursor forward, created by a [searchProfiles](/core/2/api/controllers/security/search-profiles) query with the `scroll` argument provided. Results returned by a `scrollProfiles` request reflect the state of the index at the tim...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Adobe * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
--TEST-- Disable functions - filename regexp --SKIPIF-- <?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> --INI-- sp.configuration_file={PWD}/config/config_disabled_functions_filename_r.ini --FILE-- <?php system("echo 42"); shell_exec("echo 43"); ?> --EXPECTF-- 42 Fatal error: [snuffleupagus][0.0.0.0][disa...
{ "pile_set_name": "Github" }
// not used
{ "pile_set_name": "Github" }
#! /bin/sh exec xdelta_gui "$1"
{ "pile_set_name": "Github" }
define( [ "./class2type" ], function( class2type ) { "use strict"; return class2type.hasOwnProperty; } );
{ "pile_set_name": "Github" }
import { Injectable } from '@angular/core'; import { NotificationService } from '@app/notification'; import { Language } from '@data/poe/schema'; import { ItemClipboardResultCode, ItemClipboardService } from '@shared/module/poe/item/clipboard'; import { ItemProcessorService } from '@shared/module/poe/item/processor'; i...
{ "pile_set_name": "Github" }
.. _archived-gps-failsafe: ====================== Archived: GPS Failsafe ====================== This page covers the set-up and testing of the GPS failsafe. .. warning:: **ARCHIVED ARTICLE** The GPS Failsafe was merged into/replaced by the :ref:`EKF / DCM Check & Failsafe <ekf-inav-failsafe>` in Copter 3.3. ...
{ "pile_set_name": "Github" }
module.exports = ComChangeUserPacket; function ComChangeUserPacket(options) { options = options || {}; this.command = 0x11; this.user = options.user; this.scrambleBuff = options.scrambleBuff; this.database = options.database; this.charsetNumber = options.charsetNumber; } ComChangeUser...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "iphone", "size" : "20x20", "scale" : "2x" }, { "idiom" : "iphone", "size" : "20x20", "scale" : "3x" }, { "idiom" : "iphone", "size" : "29x29", "scale" : "2x" }, { "idiom" : "iphone", "size" : "29x...
{ "pile_set_name": "Github" }
require File.expand_path('../helper', __FILE__) require 'thread' class TestRakeMultiTask < Rake::TestCase include Rake include Rake::DSL def setup super Task.clear @runs = Array.new @mutex = Mutex.new end def teardown Rake.application.thread_pool.join super end def add_run(ob...
{ "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" }
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2008, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreech...
{ "pile_set_name": "Github" }
## Square Otto specific rules ## ## https://square.github.io/otto/ ## -keepattributes *Annotation* -keepclassmembers class ** { @com.squareup.otto.Subscribe public *; @com.squareup.otto.Produce public *; }
{ "pile_set_name": "Github" }
{ "name": "andreaskoch/dockerized-magento", "description": "Dockerized Magento Community Edition 1.9.x", "license": "BSD-3-Clause", "homepage": "https://github.com/andreaskoch/dockerized-magento", "require": { "avstudnitz/scopehint": "^0.6", "tim-reynolds/magento-qconfig": "1.0", "aoepeople/aoe_sc...
{ "pile_set_name": "Github" }
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('embedder.html', {}, function () {}); });
{ "pile_set_name": "Github" }
/* TA-LIB Copyright (c) 1999-2007, Mario Fortier * 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 lis...
{ "pile_set_name": "Github" }
package base import ( "runtime" "strings" ) // GetInvokerLocation 用于获得调用位置。 func GetInvokerLocation(skipNumber int) (funcPath string, fileName string, line int) { pc, file, line, ok := runtime.Caller(skipNumber) if !ok { return "", "", -1 } if index := strings.LastIndex(file, "/"); index > 0 { fileName = fi...
{ "pile_set_name": "Github" }
// Tests that a closure which requires mutable access to the referent // of an `&mut` requires a "unique" borrow -- that is, the variable to // be borrowed (here, `x`) will not be borrowed *mutably*, but // may be *immutable*, but we cannot allow // multiple borrows. fn get(x: &isize) -> isize { *x } fn set(x:...
{ "pile_set_name": "Github" }
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>Relevant Standards - Apache HTTP Server Version 2.4</title> <link href="../style/css/manual-zip.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" ...
{ "pile_set_name": "Github" }
package me.jbusdriver.mvp.bean /** * Created by Administrator on 2017/7/29. */ data class SearchWord(val query: String) @Deprecated("not use ") data class CollectErrorEvent(val key: String, val msg: String) //config data class PageChangeEvent(val mode: Int) class MenuChangeEvent class CategoryChangeEvent data...
{ "pile_set_name": "Github" }
// Icon Sizes // ------------------------- /* makes the font 33% larger relative to the icon container */ .#{$fa-css-prefix}-lg { font-size: (4em / 3); line-height: (3em / 4); vertical-align: -15%; } .#{$fa-css-prefix}-2x { font-size: 2em; } .#{$fa-css-prefix}-3x { font-size: 3em; } .#{$fa-css-prefix}-4x { font-...
{ "pile_set_name": "Github" }
import { Editor } from 'mobiledoc-kit'; import Helpers from '../test-helpers'; const { test, module } = Helpers; const cards = [{ name: 'my-card', type: 'dom', render() {}, edit() {} }]; const atoms = [{ name: 'my-atom', type: 'dom', render() { return document.createTextNode('my-atom'); } }]; le...
{ "pile_set_name": "Github" }
package main import ( "fmt" "os" "github.com/pengwynn/flint/flint" ) func main() { app := flint.NewApp() if err := app.Run(os.Args); err != nil { fmt.Println(err) os.Exit(1) } }
{ "pile_set_name": "Github" }
*STON-Text support fromSton: stonReader "Overwritten to get back the standard object behavior" stonReader parseNamedInstVarsFor: self
{ "pile_set_name": "Github" }
<?php /* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <corners android:radius="10dp"/> <solid android:color="#9D303132"/> </shape>
{ "pile_set_name": "Github" }
// // ViewController.swift // Grouping Tasks Together // // Created by Vandad Nahavandipoor on 7/3/14. // Copyright (c) 2014 Pixolity Ltd. All rights reserved. // // These example codes are written for O'Reilly's iOS 8 Swift Programming Cookbook // If you use these solutions in your apps, you can give attribution...
{ "pile_set_name": "Github" }
package jsoniter import ( "math" "strconv" ) var intDigits []int8 const uint32SafeToMultiply10 = uint32(0xffffffff)/10 - 1 const uint64SafeToMultiple10 = uint64(0xffffffffffffffff)/10 - 1 func init() { intDigits = make([]int8, 256) for i := 0; i < len(intDigits); i++ { intDigits[i] = invalidCharForNumber } ...
{ "pile_set_name": "Github" }
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build amd64,darwin package unix import ( "syscall" ) //sys ptrace(request int, pid int, addr uintptr, data uintptr) (err error) func setTimespec(sec,...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /dts-v1/; #include "mt7621.dtsi" #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/input/input.h> / { compatible = "xiaomi,mir3g-v2", "mediatek,mt7621-soc"; model = "Xiaomi Mi Router 3G v2"; aliases { led-boot = &led_status_yellow; led-failsafe = &le...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) STMicroelectronics 2020 */ #include <linux/bitfield.h> #include <linux/clk.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of_platform.h> #include <linux/pinctrl/consumer.h> #include <linux/regmap.h> #include <linux/reset.h> /* FMC2 C...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.0.0-p451" project-jdk-type="RUBY_SDK" /> </project>
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // end_matcher.hpp // // Copyright 2008 Eric Niebler. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_XPRESSIV...
{ "pile_set_name": "Github" }
'use strict' const webpack = require('webpack') const common = require('./common') const HtmlPlugin = require('html-webpack-plugin') const ExtractTextPlugin = require('extract-text-webpack-plugin') const CleanPlugin = require('clean-webpack-plugin') const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer') ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <!-- guibooks.qdoc --> <head> <title>Qt 4.6: Books about GUI Design</title> <link href="classic.css" rel="stylesheet" ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Nordic Semiconductor ASA * 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...
{ "pile_set_name": "Github" }
#File generated by Hitachi Vantara Translator for package 'org.pentaho.di.job.entries.tableexists' in locale 'it_IT' # # #Tue Jun 17 15:37:33 CEST 2008 TableExists.Meta.UnableLoadXml=Impossibile caricare la job entry di tipo 'tabella esiste' dal nodo XML JobTableExists.Tablename.Label=Nome tabella\: TableExists.Error....
{ "pile_set_name": "Github" }
<?php namespace Orchestra\Tenanti\Tests\Unit\Console; use Illuminate\Support\Composer; use Mockery as m; use Orchestra\Tenanti\Console\MigrateMakeCommand; use Symfony\Component\Console\Exception\RuntimeException; class MigrateMakeCommandTest extends CommandTest { public function testMakeWithoutAnyDrivers() {...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Global</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <...
{ "pile_set_name": "Github" }
const { BigNumber } = require("ethers") const { expect } = require("chai") const { provider, wallet, deployTestContract, getCallRevertReason } = require("./common") describe("Bytes unit tests", function () { this.timeout(50000); let bytesTestContract before(async () => { bytesTestContract = await ...
{ "pile_set_name": "Github" }
$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-MgUserPlannerPlanBucketTaskBoardFormat.Recording.json' $currentPath = $PSScriptRoot while(-not ...
{ "pile_set_name": "Github" }
FoldingCell.swift @IBOutlet weak public var containerViewTop: NSLayoutConstraint! @IBOutlet weak public var foregroundViewTop: NSLayoutConstraint! case Open case Close override public init(style: UITableViewCellStyle, reuseIdentifier: String?) required public init?(coder aDecoder: NSCoder) override public func a...
{ "pile_set_name": "Github" }
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_i2c.c * Author : MCD Application Team * Date First Issued : 09/29/2006 * Description : This file provides all the I2C firmware functions. ************************************************...
{ "pile_set_name": "Github" }
/*-------------------------------------------------------- EDRTEST.C -- Program using EDRLIB dynamic-link library (c) Charles Petzold, 1998 --------------------------------------------------------*/ #include <windows.h> #include "edrlib.h" LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPA...
{ "pile_set_name": "Github" }
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Pream...
{ "pile_set_name": "Github" }
using System; using ObjCRuntime; using Foundation; namespace AppKit { public partial class NSSliderTouchBarItem { // If you modify, also search for other other XM_ACTIVATED_COPY and update as well NSObject target; Selector action; public event EventHandler Activated { add { target = ActionDispatcher....
{ "pile_set_name": "Github" }
%% ------------------------------------------------------------------- %% %% Copyright (c) 2015 Helium Systems, Inc. All Rights Reserved. %% Copyright (c) 2016 Christopher Meiklejohn. All Rights Reserved. %% %% This file is provided to you under the Apache License, %% Version 2.0 (the "License"); you may not use this...
{ "pile_set_name": "Github" }
:10FC000001C0DDC0112484B790E890936100109288 :10FC10006100882361F0982F9A70923041F081FF43 :10FC200002C097EF94BF282E80E0ECD0E9C185E0B8 :10FC30008093810082E08093C80088E18093C900AE :10FC400081E08093CC0086E08093CA008EE0DAD019 :10FC5000279A84E02EE33EEF91E0309385002093D5 :10FC6000840096BBB09BFECF1F9AA8954091C80018 :10FC...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; 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: AssemblyTi...
{ "pile_set_name": "Github" }
<snippet> <content><![CDATA[luaj.callStaticMethod(${1:className}, ${2:methodName}, ${3:args}, ${4:sig})]]></content> <tabTrigger>luaj.callStaticMethod(className, methodName, args, sig)</tabTrigger> <scope>source.lua</scope> <description>.</description> </snippet>
{ "pile_set_name": "Github" }
<?php namespace WP_Rocket\Engine\CriticalPath; use WP_Rocket\Admin\Options_Data; use WP_Rocket\Event_Management\Subscriber_Interface; use WP_Filesystem_Direct; /** * Critical CSS Subscriber. * * @since 3.3 */ class CriticalCSSSubscriber implements Subscriber_Interface { /** * Instance of Critical CSS. * ...
{ "pile_set_name": "Github" }
package railo.runtime.interpreter.ref.cast; import railo.runtime.PageContext; import railo.runtime.exp.PageException; import railo.runtime.interpreter.ref.Ref; import railo.runtime.interpreter.ref.RefSupport; import railo.runtime.interpreter.ref.var.Variable; import railo.runtime.op.Caster; /** * cast */...
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://www.amic.ru/news/187794/ [filters] http://www.amic.ru/design/line_advertising.gif [other] # Any other details [comments] fanboy
{ "pile_set_name": "Github" }
/* Copyright 2015 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" }
/** * @jsx React.DOM */ 'use strict'; jest.dontMock('../../dist/react-simpletabs.js'); /** * Verifies if a given rendered component * actually contains all of the props exposed on * PropTypes, which seems to be a best pratice. * @param {ReactComponent} renderedComponent * @return {bool} */ function usedProp...
{ "pile_set_name": "Github" }
`response` object additional properties in **Express** `body-parser` in **Express** `cookie-session` in **Express** Log with `morgan` in **Express** Session handling in **Express**
{ "pile_set_name": "Github" }
__ARCH_BITS__ := 32 # define macros NARROWPHASEDIR=./SpuNarrowPhaseCollisionTask SPU_TASKFILE=$(NARROWPHASEDIR)/SpuGatheringCollisionTask IBM_CELLSDK_VERSION := $(shell if [ -d /opt/cell ]; then echo "3.0"; fi) ifeq ("$(IBM_CELLSDK_VERSION)","3.0") CELL_TOP ?= /opt/cell/sdk CELL_SYSROOT := /opt/cell/sysroot...
{ "pile_set_name": "Github" }
@noanno class Bug1155_B() { // Used for anonymous functions and method arguments shared void f(Anything(Nothing) fn) {} shared void binaryStar(String s, String* seq) { } shared void unaryPlus(String+ seq) { } shared void binaryOptStar(String s="", String* seq) { } shar...
{ "pile_set_name": "Github" }
from __future__ import absolute_import import autograd.numpy as np import matplotlib.pyplot as plt from autograd import grad # We could use np.tanh, but let's write our own as an example. def tanh(x): return (1.0 - np.exp(-x)) / (1.0 + np.exp(-x)) x = np.linspace(-7, 7, 200) plt.plot(x, tanh(x), x, grad...
{ "pile_set_name": "Github" }
// Copyright 2012 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. #ifndef COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_OBSERVER_H_ #define COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_OBSERVER_H_ namespace syn...
{ "pile_set_name": "Github" }
index_title=GRUB Boot Loader index_add=Yeni bir önyükleme seçeneği ekleyin. index_global=Genel Seçenekleri Düzenle index_globalmsg=Tüm önyükleme menüsü seçeneklerine uygulanan genel önyükleme seçeneklerini düzenleyin ve GRUB'un yüklü olduğu aygıtı seçin. index_install=GRUB'u yükle index_installmsg=Yukarıdaki seçenekler...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2001 * Josh Huber <huber@mclx.com>, Mission Critical Linux, Inc. * * See file CREDITS for list of people who contributed to this * project. * * 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 Fr...
{ "pile_set_name": "Github" }
define( function() { return ( /\?/ ); } );
{ "pile_set_name": "Github" }
`protect begin_protected `protect version = 1 `protect encrypt_agent = "XILINX" `protect encrypt_agent_info = "Xilinx Encryption Tool 2014" `protect key_keyowner = "Cadence Design Systems.", key_keyname= "cds_rsa_key", key_method = "rsa" `protect encoding = (enctype = "BASE64", line_length = 76, bytes = 64) `protect ke...
{ "pile_set_name": "Github" }
/* * Axelor Business Solutions * * Copyright (C) 2020 Axelor (<http://axelor.com>). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed...
{ "pile_set_name": "Github" }
<?php /** * Pre-transform that changes deprecated hspace and vspace attributes to CSS */ class HTMLPurifier_AttrTransform_ImgSpace extends HTMLPurifier_AttrTransform { /** * @type string */ protected $attr; /** * @type array */ protected $css = array( 'hspace' => array('l...
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 * @xmlType TimingComplaintType * @xmlName TimingComplaint * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\TimingComplain...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
{ "pile_set_name": "Github" }
# frozen_string_literal: true RSpec.describe RuboCop::Cop::InternalAffairs::NodeTypePredicate do subject(:cop) { described_class.new } context 'comparison node type check' do it 'registers an offense and auto-corrects' do expect_offense(<<~RUBY) node.type == :send ^^^^^^^^^^^^^^^^^^ Use ...
{ "pile_set_name": "Github" }
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
{ "pile_set_name": "Github" }
path: "tensorflow.estimator.export.PredictOutput.__metaclass__" tf_class { is_instance: "<type \'type\'>" member_method { name: "__init__" } member_method { name: "mro" } member_method { name: "register" argspec: "args=[\'cls\', \'subclass\'], varargs=None, keywords=None, defaults=None" } ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2.0, * as published by the Free Software Foundation. * * This program is also distributed with...
{ "pile_set_name": "Github" }
// Copyright 2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }