text
stringlengths
2
99k
meta
dict
/* libunwind - a platform-independent unwind library This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights t...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 Broadcom Corporation * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHO...
{ "pile_set_name": "Github" }
/// \file /// \ingroup tutorial_math /// \notebook /// GoFTest tutorial macro /// /// Using Anderson-Darling and Kolmogorov-Smirnov goodness of fit tests /// 1 sample test is performed comparing data with a log-normal distribution /// and a 2 sample test is done comparing two gaussian data sets. /// /// \macro_image //...
{ "pile_set_name": "Github" }
import { getValueByType } from './getValueByType'; export const createOption = (defaultValue, valueType) => { let currentValue = defaultValue; return { enumerable: true, get: () => currentValue, set: newValue => { currentValue = getValueByType(newValue, defaultValue, valueTy...
{ "pile_set_name": "Github" }
package foo func main() { x := "text" if "t"<caret> == x[1] { } }
{ "pile_set_name": "Github" }
<h3><?php echo esc_html__( 'Your Mailchimp Account', 'mailchimp-for-wp' ); ?></h3> <p><?php echo esc_html__( 'The table below shows your Mailchimp lists and their details. If you just applied changes to your Mailchimp lists, please use the following button to renew the cached lists configuration.', 'mailchimp-for-wp' )...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/atoms.R \name{TotalVariation} \alias{TotalVariation} \title{The TotalVariation atom.} \usage{ TotalVariation(value, ...) } \arguments{ \item{value}{An \linkS4class{Expression} representing the value to take the total variation of.} \item{......
{ "pile_set_name": "Github" }
#ifndef HEADER_GUARD #define FOO int aba; FOO #endif // RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 5 \ // RUN: local -std=c++14 %s 2>&1 \ // RUN: | FileCheck %s --implicit-check-not "libclang: crash detected" \ // RUN: --implicit-check-not...
{ "pile_set_name": "Github" }
/* Copyright 2019 The Knative 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" }
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; Chapter 20 - Continuations ;; p. 264 (define (dft tree) (cond ((null? tree) ()) ((not (pair? tree)) (write tree)) (else (dft (car tree)) (dft (cdr tree))))) (define *saved* ()) (define (dft-node tree) (cond ((null? tree) (restart)) ...
{ "pile_set_name": "Github" }
/* * Alpha emulation cpu definitions for qemu. * * Copyright (c) 2007 Jocelyn Mayer * * 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 of the License, or (at y...
{ "pile_set_name": "Github" }
package exif var ( // From assets/tags.yaml . Needs to be here so it's embedded in the binary. tagsYaml = ` # Notes: # # This file was produced from http://www.exiv2.org/tags.html, using the included # tool, though that document appears to have some duplicates when all IDs are # supposed to be unique (EXIF informati...
{ "pile_set_name": "Github" }
{{template "header"}} <div id="top"> <header> <i class="fa fa-heart-o fa-3x"></i> <nav> <a href="/login"><p id="login">Log In</p></a> </nav> </header> <p id="motto">Seven Deadly Sins</p> <p id="motto">One convenient location</p> </div> <main> <section> <...
{ "pile_set_name": "Github" }
// // EKParticipant.h // EventKit // // Copyright 2009-2010 Apple Inc. All rights reserved. // #import <EventKit/EventKitDefines.h> #import <EventKit/EKObject.h> #import <EventKit/EKTypes.h> #if TARGET_OS_IPHONE #if !TARGET_OS_WATCH #import <AddressBook/ABPerson.h> #endif #else #import <AddressBook/AddressBook.h> ...
{ "pile_set_name": "Github" }
:107E000001C0B7C0112484B790E89093610010922C :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C6D0E9C085E05D :107E30008093810082E08093D00088E18093D1001C :107E400087E18093D40086E08093D2008EE0B4D0A6 :107E5000279A84E02AEB3AEF91E030938500209353 :107E6000840096BBB09BFECF1F9AA8954091D0008E :107E...
{ "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="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <ti...
{ "pile_set_name": "Github" }
<!-- Name: GCode_Conic_Spiral.hta Version: 2020-03-12 Function: Milling a conical spiral 2020-03-08 Initial version 2020-03-12 update Enabled Active X in the broswer security settings. In IE9: a) Go to Tools ->Internet Options b) Select security tab c) Click on Tr...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=constant.S_IFIFO.html"> </head> <body> <p>Redirecting to <a href="constant.S_IFIFO.html">constant.S_IFIFO.html</a>...</p> <script>location.replace("constant.S_IFIFO.html" + location.search + location.hash);</script> </body> </...
{ "pile_set_name": "Github" }
#set video resolution to 2304x1296 30fps writeb 0xC0697626 0x02 #set bitrate to 20Mb/s writew 0xC05C28A6 0x41A0
{ "pile_set_name": "Github" }
{ "url": "./", "removeStyleTags": true, "applyHeightAttributes": true }
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
{ "pile_set_name": "Github" }
{ "short" : { "month" : { "future" : { "other" : "خلال {0} شهر", "one" : "خلال شهر واحد", "two" : "خلال شهرين", "few" : "خلال {0} أشهر", "many" : "خلال {0} شهرًا" }, "previous" : "الشهر الماضي", "next" : "الشهر القادم", "past" : { "one"...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!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" xml:lang="en" lang="en"> <head> <title>Welcome to VX Heaven!</title> <meta http-equiv="content-type" content="text/html; charset=utf-8...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
{ "pile_set_name": "Github" }
/* * linux/sound/oss/waveartist.c * * The low level driver for the RWA010 Rockwell Wave Artist * codec chip used in the Rebel.com NetWinder. * * Cleaned up and integrated into 2.1 by Russell King (rmk@arm.linux.org.uk) * and Pat Beirne (patb@corel.ca) * * * Copyright (C) by Rebel.com 1998-1999 * * RWA010 sp...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="vue.js"></script> </head> <body> <div id="components-demo"> <button-counter id="123"></button-counter> </div> <div id="app"> {{ message }} </div> <script> // function person (){ ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2014-2016, Intel Corporation. */ #include "test/nfit_test.h" #include <linux/blkdev.h> #include <pmem.h> #include <nd.h> long __pmem_direct_access(struct pmem_device *pmem, pgoff_t pgoff, long nr_pages, void **kaddr, pfn_t *pfn) { resource_size_t offset ...
{ "pile_set_name": "Github" }
{ "data": [ { "id": 11259928, "node_id": "MDEwOlJlcG9zaXRvcnkxMTI1OTkyOA==", "name": "AndroidWebServer", "full_name": "lopspower/AndroidWebServer", "private": false, "owner": { "login": "lopspower", "id": 4562398, "node_id": "MDQ6VXNlcjQ1NjIzOTg=", ...
{ "pile_set_name": "Github" }
/* * JSweet - http://www.jsweet.org * Copyright (C) 2015 CINCHEO SAS <renaud.pawlak@cincheo.fr> * * 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.or...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- (c) 2006 Microsoft Corporation --> <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0"> ...
{ "pile_set_name": "Github" }
/****************************************************************** * * * VersionHelpers.h -- This module defines helper functions to * * promote version check with proper * * comparisons. ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L BroadleafCommerce Open Admin Platform %% Copyright (C) 2009 - 2016 Broadleaf Commerce %% Licensed under the Broadleaf Fair Use License Agreement, Version 1.0 (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt) ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 kaistart.com All right reserved. This software is the * confidential and proprietary information of kaistart.com ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * into ...
{ "pile_set_name": "Github" }
# redux 封装 redux 到底要解决什么问题?管理被多个组件所依赖或者影响的状态; 一个action需要被多个reducer处理吗? ## 构建 ``` $ yarn build ``` ## 关于redux actions可以被各个页面组件和reducers复用 - 各个页面(组件)如果挂载到路由,export出`mapStateToProps`,系统就会将`LayoutComponent`组件或默认导出组件 与redux关联,即可使用`this.props.actions`中的方法,获取到redux中的数据; - 各个页面(组件)如果不是挂载到路由上的,需要显示调用`connectComponent`或者`con...
{ "pile_set_name": "Github" }
/* This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it f...
{ "pile_set_name": "Github" }
==== ---- QUERY set mem_limit=10mb; select distinct * from functional_parquet.alltypesagg ---- CATCH minimum memory reservation is greater than memory available to the query for buffer reservations. Memory reservation needed given the current plan: 68.09 MB. Adjust either the mem_limit or the pool config (max-query-...
{ "pile_set_name": "Github" }
package net.bytebuddy.agent.builder; import net.bytebuddy.build.Plugin; import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.dynamic.ClassFileLocator; import net.bytebuddy.dynamic.DynamicType; import net.bytebuddy.test.utility.MockitoRule; import net.bytebuddy.utility.JavaModule; import org.juni...
{ "pile_set_name": "Github" }
import 'package:flutter/material.dart'; import 'package:flutter_svg/flutter_svg.dart'; // THIS FILE IS AUTO-GENERATED class KoukiconsIphone extends StatelessWidget { final double height; final double width; final Color color; final _svgString = ''' <svg version="1" xmlns="http://www.w3.org/2000/svg" viewBo...
{ "pile_set_name": "Github" }
# Swagger RESTful API Documentation Specification #### Version 1.2 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt). The Swagger speci...
{ "pile_set_name": "Github" }
<fxlayout> <page name="Noise"> <control>Intensity</control> <control>Red</control> <control>Green</control> <control>Blue</control> <control>Black_White</control> <control>Animate</control> </page> </fxlayout>
{ "pile_set_name": "Github" }
#include "common.h" namespace bpftrace { namespace test { namespace codegen { TEST(codegen, variable) { test("kprobe:f { $var = comm; @x = $var; @y = $var }", NAME); } } // namespace codegen } // namespace test } // namespace bpftrace
{ "pile_set_name": "Github" }
// // CFIFrostedOverlayView.m // CFIFrostedOverlayView // // Created by Robert Widmann on 6/16/13. // Copyright (c) 2013 CodaFi. All rights reserved. // #import "CFIFrostedOverlayView.h" #import <QuartzCore/QuartzCore.h> #if defined(UIKIT_EXTERN) #import <GPUImage.h> #endif @implementation CFILayerDelegate -(id) ...
{ "pile_set_name": "Github" }
var tar = require("../tar.js") , fs = require("fs") fs.createReadStream(__dirname + "/../test/fixtures/c.tar") .pipe(tar.Parse()) .on("extendedHeader", function (e) { console.error("extended pax header", e.props) e.on("end", function () { console.error("extended pax fields:", e.fields) }) }) ...
{ "pile_set_name": "Github" }
import React from 'react'; import Router, {Route} from 'react-router'; import AuthenticatedApp from './components/AuthenticatedApp' import Login from './components/Login'; import Signup from './components/Signup'; import Home from './components/Home'; import Quote from './components/Quote'; import RouterContainer from ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('virtual', '0008_auto_20160823_0921'), ] operations = [ migrations.AlterField( model_name='cloudhost', ...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
{ "pile_set_name": "Github" }
#Definition of unit cell #*********************** acell 3*1.0616530850E+01 rprim 0.0 0.5 0.5 0.5 0.0 0.5 0.5 0.5 0.0 #Definition of atoms #******************* natom 2 ntypat 2 znucl 13 33 typat 1 2 xred 0 0 0 0.25 0.25 0.25 ixc 3 #Definition of SCF procedure #...
{ "pile_set_name": "Github" }
// Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
{ "pile_set_name": "Github" }
'use strict' const path = require('path') const utils = require('./utils') const webpack = require('webpack') const config = require('../config') const merge = require('webpack-merge') const baseWebpackConfig = require('./webpack.base.conf') const CopyWebpackPlugin = require('copy-webpack-plugin') const HtmlWebpackPlug...
{ "pile_set_name": "Github" }
# sha256 locally computed sha256 4b75a73bb4a99b8e3b51837afb72192cce27b482cb5ec70cc136b293071f902e monolite-linux-ABB721D6-116A-4555-B4FD-9248146D2051-latest.tar.gz
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------------- // boost detail/templated_streams.hpp header file // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // // Copyright (c) 2003 // Eric...
{ "pile_set_name": "Github" }
require 'test_helper' require 'tilt/template' module Tilt class TemplateMetadataTest < Minitest::Test class MyTemplate < Template metadata[:global] = 1 self.default_mime_type = 'text/html' def prepare end def allows_script? true end end test "global metadata...
{ "pile_set_name": "Github" }
// Copyright 2016 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 s390x,linux package unix import ( "unsafe" ) //sys Dup2(oldfd int, newfd int) (err error) //sysnb EpollCreate(size int) (fd int, err error) //sys ...
{ "pile_set_name": "Github" }
; RUN: opt < %s -S -inline | FileCheck %s ; RUN: opt < %s -S -passes='cgscc(inline)' | FileCheck %s ; Make sure that profile and unpredictable metadata is preserved when cloning a select. define i32 @callee_with_select(i1 %c, i32 %a, i32 %b) { %sel = select i1 %c, i32 %a, i32 %b, !prof !0, !unpredictable !1 ret ...
{ "pile_set_name": "Github" }
"""Misc func tests. Made for Jython. """ import types import unittest from java.lang import Object from test import support xyz = 123 def abc(): return xyz class FunctionTypeTestCase(unittest.TestCase): def test_func(self): self.assertEqual(abc(), 123) def test_functiontype(self): new_...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* -----------------------------------------------------------------...
{ "pile_set_name": "Github" }
-- P34D. HOUSEHOLD TYPE BY RELATIONSHIP FOR THE POPULATION 65 YEARS AND OVER (ASIAN ALONE) -- designed to work with the IRE Census bulk data exports -- see http://census.ire.org/data/bulkdata.html CREATE TABLE ire_p34d ( geoid VARCHAR(11) NOT NULL, sumlev VARCHAR(3) NOT NULL, state VARCHAR(2) NOT NULL, county VA...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006, 2009, 2010 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; eit...
{ "pile_set_name": "Github" }
/* Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
<?php /** * All-use harness, use this rather than SimpleTest's */ class HTMLPurifier_Harness extends UnitTestCase { public function __construct($name = null) { parent::__construct($name); } /** * @type HTMLPurifier_Config */ protected $config; /** * @type HTMLPurifie...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "MMUIViewController.h" #import "UINavigationControllerDelegate.h" #import "UIWebViewDelegate.h" @class GTMOAuth2Authentication, GTMOAuth2SignIn, NSDictionary, NSMutableDic...
{ "pile_set_name": "Github" }
DOCKER_VERSION := 17.03.1-ce DOCKER_OS := $(UNAME_OS) DOCKER_ARCH := $(UNAME_ARCH) DOCKER_LIB := $(LIB)/docker-$(DOCKER_VERSION) DOCKER_TAR := $(DOCKER_LIB)/docker.tar.gz DOCKER := $(BIN)/docker $(DOCKER_TAR): @mkdir -p $(DOCKER_LIB) curl -L "https://get.docker.com/builds/$(DOCKER_OS)/$(DOCKER_ARCH)/docker-$(DOCKER...
{ "pile_set_name": "Github" }
/* * <start.S> * * BIOS start code for Open Hack'Ware. * * Copyright (C) 2004-2005 Jocelyn Mayer (l_indien@magic.fr) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License V2 * as published by the Free Software Foundat...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015 Christos Froussios * * 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 restric...
{ "pile_set_name": "Github" }
#Bugs > 说明:删除线表示已经解决。 ####IE8 - ~~不能加载;~~ - flowChart(流程图)、sequenceDiagram(序列图)不支持IE8; - ~~不支持Markdown转HTML页面解析预览;~~ ####IE8 & IE9 & IE10 - KaTeX会出现解析错误,但不影响程序运行; ####Sea.js - ~~Raphael.js无法加载;~~ ####Require.js - ~~CodeMirror编辑器的代码无法高亮;~~ - ~~sequenceDiagram不支持: `Uncaught TypeError: Cannot call method 'isArray...
{ "pile_set_name": "Github" }
<?php /** * Pods_Templates_Frontier * * @package Pods_Templates_Frontier * @author David Cramer <david@digilab.co.za> * @license GPL-2.0+ * @link * @copyright 2014 David Cramer */ /** * Plugin class. * * @package Pods_Templates_Frontier * @author David Cramer <david@digilab.co.za> */ if ( class_ex...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `atomic_xchg_relaxed` fn in crate `core`."> <meta name="key...
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/lightsail/Lightsail_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Lightsail { namespace Model { enum class LoadBalancerTlsCertific...
{ "pile_set_name": "Github" }
# coding: utf-8 # Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may c...
{ "pile_set_name": "Github" }
// // Created by Bruno Wernimont on 2012 // Copyright 2012 BWObjectRouter // // 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" }
--TEST-- Test V8::executeString() : Check timezone handling --SKIPIF-- SKIP test currently broken, see #378 <?php if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { die('SKIP TZ not handled by v8 on Windows'); } require_once(dirname(__FILE__) . '/skipif.inc'); ?> --FILE-- <?php $v8 = new V8Js(); try { putenv('TZ=Euro...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _PROBE_FINDER_H #define _PROBE_FINDER_H #include <stdbool.h> #include "intlist.h" #include "probe-event.h" #include "sane_ctype.h" #define MAX_PROBE_BUFFER 1024 #define MAX_PROBES 128 #define MAX_PROBE_ARGS 128 #define PROBE_ARG_VARS "$vars" #define PROBE_ARG_PARAM...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0, * or the Eclipse Distribution License v. 1.0 whic...
{ "pile_set_name": "Github" }
[config] command = stat args = -e cycles -C 0 kill >/dev/null 2>&1 ret = 1 [event:base-stat] # events are enabled by default when attached to cpu disabled=0 enable_on_exec=0
{ "pile_set_name": "Github" }
// Copyright (C) 2008 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/licenses/LICENSE-2.0 // // Unless required by applicable ...
{ "pile_set_name": "Github" }
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. vespa_add_library(storageapi_buckets OBJECT SOURCES bucketinfo.cpp DEPENDS )
{ "pile_set_name": "Github" }
/******************************************************************************* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. ************************************...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Hindi [hi] //! author : Mayank Singhal : https://github.com/mayanksinghal ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'functi...
{ "pile_set_name": "Github" }
{ "name": "mdl-stepper", "description": "A library that implements to the Material Design Lite a polyfill of stepper component specified by Material Design.", "main": "stepper.min.js", "authors": [ "Alexandre Thebaldi" ], "license": "MIT", "keywords": [ "Material", "Design", "Lite", "M...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
package me.ccrama.redditslide.Notifications; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Build; import me.ccrama.redditslide.Reddit; /** * Created by carlo_000 on 10/13/2015. */ public class NotificationJobSch...
{ "pile_set_name": "Github" }
Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement to the code, or feature request If you are reporting (1) a bug or (2) a question about code, please supply: - [a fully reproducible example](ht...
{ "pile_set_name": "Github" }
/*! * Bootstrap Grid v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @-ms-viewport { width: device-width; } html { box-sizing: border-box; -ms-overflow-style: sc...
{ "pile_set_name": "Github" }
// Copyright 2012-present Oliver Eilhard. All rights reserved. // Use of this source code is governed by a MIT-license. // See http://olivere.mit-license.org/license.txt for details. package elastic import ( "encoding/json" "testing" ) func TestTermSuggesterSource(t *testing.T) { s := NewTermSuggester("name"). ...
{ "pile_set_name": "Github" }
/* origin: FreeBSD /usr/src/lib/msun/src/e_log10.c */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is free...
{ "pile_set_name": "Github" }
Traits 1 STARTTEST :%d a<?php namespace Somenamespace; class Someclass { use FooTrait; use Bar:call PhpInsertUse() ax:w! test.out :qa! ENDTEST
{ "pile_set_name": "Github" }
package com.example.auction.bidding.impl; import akka.Done; import com.lightbend.lagom.javadsl.persistence.PersistentEntity; import java.time.Instant; import java.util.Arrays; import java.util.Optional; import java.util.UUID; import com.example.auction.bidding.impl.AuctionCommand.*; import com.example.auction.biddin...
{ "pile_set_name": "Github" }
;; Base16 Atelier Seaside (https://github.com/chriskempson/base16) ;; Scheme: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside/) ;;; base16-atelierseaside-light-theme.el ;;; Code: (deftheme base16-atelierseaside-light) (let ((base00 "#131513") (base01 "#242924") (ba...
{ "pile_set_name": "Github" }
SUBROUTINE CPPSV( UPLO, N, NRHS, AP, B, LDB, INFO ) * * -- LAPACK driver routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * March 31, 1993 * * .. Scalar Arguments .. CHARACTER UPLO...
{ "pile_set_name": "Github" }
[ { "type": "VElement", "text": "<template>\n <div a=\"b\"c=\"d\"></div>\n</template>", "children": [ { "type": "VStartTag", "text": "<template>", "children": [] }, { "type": "VText", ...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
from app import mythic, links, use_ssl from sanic import response from jinja2 import Environment, PackageLoader from sanic_jwt.decorators import scoped, inject_user from app.routes.routes import respect_pivot env = Environment(loader=PackageLoader("app", "templates")) @mythic.route("/reporting/full_timeline") @injec...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013-2016 Dave Collins <dave@davec.name> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
{ "pile_set_name": "Github" }
var celery = require('../celery'), client = celery.createClient({ CELERY_BROKER_URL: 'amqp://guest:guest@localhost:5672//', CELERY_ROUTES: { 'tasks.send_mail': { queue: 'mail' } } }), send_mail = client.createTask('tasks.send_mail'), calcul...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <content xml:space="preserve"> <!-- Translations provided by Michael Buchner --> <!-- Syntax section and code example title. Add one for the primary ID and one for each alternate ID. --> <item id="devlang_XAML Usage">XAML</item> <item id="devlang_XamlUsage">XAML</ite...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
{ "pile_set_name": "Github" }
2001::/48, AS_PATH: 1, NEXT_HOP: 2001:db8:1:1::11, via 2001:db8:1:1::11 std comms: ext comms: lrg comms: best: False, LOCAL_PREF: 100 filtered: True () 2001:db8:1::/48, AS_PATH: 1, NEXT_HOP: 2001:db8:1:1::11, via 2001:db8:1:1::11 std comms: ext comms: lrg comms: best: False, LOCAL_PREF: 100 filtere...
{ "pile_set_name": "Github" }
import Foundation public indirect enum ExpectationMessage { // --- Primary Expectations --- /// includes actual value in output ("expected to <message>, got <actual>") case expectedActualValueTo(/* message: */ String) /// uses a custom actual value string in output ("expected to <message>, got <actual>...
{ "pile_set_name": "Github" }
# Textarea ---- Textarea Input for multiline text, not for rich text entry. ## Basic The textarea is fixed as two lines default, similear to the `AtInput` component. :::demo ```html <at-textarea v-model="inputValue" placeholder="Please input..."></at-textarea> ``` ::: ## Disabled To make textarea as disabled, a...
{ "pile_set_name": "Github" }