text
stringlengths
2
99.9k
meta
dict
/* * Viry3D * Copyright 2014-2019 by Stack - stackos@qq.com * * 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 applicabl...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.springframework.cloud:spring-cloud-bus:1.3.0.RELEASE"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/org/springframework/cloud/spring-cloud-bus/1.3.0.RELEASE/spring-cloud-bus-1.3.0.RELEASE.jar!/" /> </CLASSES> <JAVADOC> <root ur...
{ "pile_set_name": "Github" }
// This file is part of libigl, a simple c++ geometry processing library. // // Copyright (C) 2013 Alec Jacobson <alecjacobson@gmail.com> // // 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 htt...
{ "pile_set_name": "Github" }
<?php namespace Kirby\Database; use Kirby\Exception\InvalidArgumentException; use PHPUnit\Framework\TestCase; use ReflectionProperty; /** * @coversDefaultClass Kirby\Database\Db */ class DbTest extends TestCase { public function setUp(): void { Db::connect([ 'database' => ':memory:', ...
{ "pile_set_name": "Github" }
JSON backend ------------ .. toctree:: :maxdepth: 2 .. automodule:: cork.json_backend :members: :inherited-members: :undoc-members:
{ "pile_set_name": "Github" }
好奇心原文链接:[魅蓝也出了全面屏手机,但看上去和之前一个模版_智能_好奇心日报-张智伟](https://www.qdaily.com/articles/49328.html) WebArchive归档链接:[魅蓝也出了全面屏手机,但看上去和之前一个模版_智能_好奇心日报-张智伟](http://web.archive.org/web/20180131040811/http://www.qdaily.com:80/articles/49328.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3ybpy9x2bj30u03ufkjl)
{ "pile_set_name": "Github" }
/* @flow */ /* eslint-disable no-console */ import type DOMRenderer from '../../../flowtypes/DOMRenderer' function addClassNameSorting(renderer: DOMRenderer) { const existingRenderRule = renderer.renderRule.bind(renderer) renderer.renderRule = (...args) => { const className = existingRenderRule(...args) r...
{ "pile_set_name": "Github" }
<?php /** * Mockery * * 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://github.com/padraic/mockery/blob/master/LICENSE * If you did not receive a copy of the licen...
{ "pile_set_name": "Github" }
package docker import ( "github.com/containers/image/v5/docker/reference" "github.com/containers/image/v5/types" ) // bicTransportScope returns a BICTransportScope appropriate for ref. func bicTransportScope(ref dockerReference) types.BICTransportScope { // Blobs can be reused across the whole registry. return ty...
{ "pile_set_name": "Github" }
// Copyright (c) 2013, Suryandaru Triandana <syndtr@gmail.com> // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Package capability provides utilities for manipulating POSIX capabilities. package capability type Capabilities interface...
{ "pile_set_name": "Github" }
'use strict'; const url = require('url'); const got = require('got'); const registryUrl = require('registry-url'); const registryAuthToken = require('registry-auth-token'); const semver = require('semver'); module.exports = (name, opts) => { const scope = name.split('/')[0]; const regUrl = registryUrl(scope); const...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright David Abrahams 2003-2004 // // 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) // // Preprocessed version of "boost/mpl/map/map10.hpp" header // -- DO NOT mod...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This file is automatically generated by Visual Studio .Net. It is used to store generic object data source configuration information. Renaming the file extension or editing the content of this file may cause the file to be unrecognizable by the pro...
{ "pile_set_name": "Github" }
// Copyright 2020 The Cockroach Authors. // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. // // As of the Change Date specified in that file, in accordance with // the Business Source License, use of this software will be governed // by the Apache License, ...
{ "pile_set_name": "Github" }
<div class="content-wrapper"> <section class="content-header"> <h1>Kotak Pesan</h1> <ol class="breadcrumb"> <li><a href="<?= site_url('hom_sid')?>"><i class="fa fa-home"></i> Home</a></li> <li class="active">Kotak Pesan</li> </ol> </section> <section class="content" id="maincontent"> <form id="mainform...
{ "pile_set_name": "Github" }
require('../../modules/es6.object.get-own-property-descriptor'); var $Object = require('../../modules/_core').Object; module.exports = function getOwnPropertyDescriptor(it, key) { return $Object.getOwnPropertyDescriptor(it, key); };
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in D:\Android\sdk/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # http://developer.and...
{ "pile_set_name": "Github" }
:030000000219FDE5 :03000B000200AA46 :03002B0002015679 :03005B000202E8B6 :030073000202D5B1 :1000800002030406080C10182030406080040608A3 :100090000C10182030406080A0C00003070F1F0D17 :1000A0000D0403060D0502030202C2AFC0D0C0E07A :1000B000206214E5256009E473E525F4F58AD2622F :1000C000D0E0D0D0D2AF3285268AC262E526F46075 :1000D0002...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2016 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 conditi...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
{ "culture": "ar", "texts": { "ThisFieldIsRequired": "الحقل مطلوب", "MaxLenghtErrorMessage": "اقصى طول للحقل '{0}' حرف" } }
{ "pile_set_name": "Github" }
package mods.eln.node; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import mods.eln.misc.Direction; import net.minecraft.client.gui.GuiScreen; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; import java.io.DataInputStream; public interface I...
{ "pile_set_name": "Github" }
/* * $Id: TestRequestUtilsPopulate.java 471754 2006-11-06 14:55:09Z husted $ * * 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...
{ "pile_set_name": "Github" }
@model MonitoringWebApp.Models.ChangePasswordViewModel @{ ViewBag.Title = "Change Password"; } <h2>@ViewBag.Title.</h2> @using (Html.BeginForm("ChangePassword", "Manage", FormMethod.Post, new { @class = "form-horizontal", role = "form" })) { @Html.AntiForgeryToken() <h4>Change Password Form</h4> <hr ...
{ "pile_set_name": "Github" }
(ns restql.core.statement.resolve-chained-values-test (:require [clojure.test :refer :all] [restql.core.statement.resolve-chained-values :refer [resolve-chained-values]])) (deftest resolve-chained-values-test (testing "Do nothing if theres no with chained" (is (= {:from :resource-name :with {:id 1}...
{ "pile_set_name": "Github" }
// Package buffer implements a buffer for serialization, consisting of a chain of []byte-s to // reduce copying and to allow reuse of individual chunks. package buffer import ( "io" "sync" ) // PoolConfig contains configuration for the allocation and reuse strategy. type PoolConfig struct { StartSize int // Minim...
{ "pile_set_name": "Github" }
using Models.Produce.NH; using NHibernate; using NHibernate.Cfg; namespace Sample_WebApi.Controllers { public static class ProduceNHConfig { private static Configuration _configuration; private static ISessionFactory _sessionFactory; static ProduceNHConfig() { ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Crown Copyright * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
{ "pile_set_name": "Github" }
#!/home/architect/.virtualenvs/asciivmssconsole3/bin/python3.6 import os import sys import platform our_version = "python" + str(sys.version_info.major) + "." + str(sys.version_info.minor) our_abs_path = os.path.dirname(os.path.abspath(__file__)) #Linux or Windows? oursystem = platform.system(); if (oursystem == "L...
{ "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 !gccgo #include "textflag.h" // // System call support for AMD64, OpenBSD // // Just jump to package syscall's implementation for all these functio...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_RATIONAL_C_HPP_INCLUDED #define BOOST_MPL_RATIONAL_C_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // See http://www.boost.org/li...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <link href="/css/video-js.css" rel="stylesheet"> <!-- If you'd like to support IE8 --> <script src="/js/videojs-ie8.min.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?i...
{ "pile_set_name": "Github" }
var expect = require("chai").expect; module.exports = function(helpers) { var widget = helpers.mount(require.resolve("./index"), {}); expect(widget.getEl("foo").className).to.equal("foo"); expect(widget.getEl("bar").className).to.equal("bar"); expect(widget.getEl("foo-bar").className).to.equal("foo-bar"); };
{ "pile_set_name": "Github" }
/* * Summary: interface for the encoding conversion functions * Description: interface for the encoding conversion functions needed for * XML basic encoding and iconv() support. * * Related specs are * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies * [ISO-10646] UTF-8 and UTF-16 i...
{ "pile_set_name": "Github" }
// Copyright 2018 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" }
// Copyright 2017 The CrunchyCrypt 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 o...
{ "pile_set_name": "Github" }
VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download location on <> and can be verified by doing the following: 1. Download the following <https://k...
{ "pile_set_name": "Github" }
/* * Copyright 2013-2020 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2009 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
{ "pile_set_name": "Github" }
// warning: This file is auto generated by `npm run build:tests` // Do not edit by hand! process.env.TZ = 'UTC' var expect = require('chai').expect var ini_set = require('../../../../src/php/info/ini_set') // eslint-disable-line no-unused-vars,camelcase var ini_get = require('../../../../src/php/info/ini_get') // eslin...
{ "pile_set_name": "Github" }
# Up and Running One can get up and running with endpoints in several ways. #### Using npm The primary way to use endpoints is to install it as an npm package. `npm install endpoints` endpoints uses semantic versioning. Major breaking API changes will only happen on major version releases. #### Using the github r...
{ "pile_set_name": "Github" }
## SPDX-License-Identifier: GPL-2.0-only # ----------------------------------------------------------------- entries # ----------------------------------------------------------------- # Status Register A # ----------------------------------------------------------------- # Status Register B # -----------------------...
{ "pile_set_name": "Github" }
"use strict"; module.exports = PermissionsClient; /** * Used to access Jira REST endpoints in '/rest/api/2/permissions' * * @param {JiraClient} jiraClient * @constructor PermissionsClient */ function PermissionsClient(jiraClient) { this.jiraClient = jiraClient; /** * Returns all permissions that ar...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2012 JetBrains s.r.o. * * 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 agre...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Mirakel is an Android App for managing your ToDo-Lists ~ ~ Copyright (c) 2013-2015 Anatolij Zelenin, Georg Semmler. ~ ~ This program is free software: you can redistribute it and/o...
{ "pile_set_name": "Github" }
{% extends 'events/registration/emails/registration_creation_to_managers.html' %} {% block registration_body %}{% endblock %} {% block subject_message -%} Registration {{ registration.state.title|lower }} {%- endblock %} {% block registration_header_text %} The registration {{ render_registration_info() }} ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #include "pch.h" #include "TestCommon.h" #include <AppInstallerRuntime.h> #include <winget/Settings.h> #include <winget/UserSettings.h> #include <AppInstallerErrors.h> #include <filesystem> #include <string> #include <chrono> using namespace ...
{ "pile_set_name": "Github" }
// mksysnum_darwin.pl /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sys/syscall.h // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT // +build 386,darwin package unix const ( SYS_SYSCALL = 0 SYS_EXIT ...
{ "pile_set_name": "Github" }
// -*- C++ -*- // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator. // Copyright (C) 1999-2003 Forgotten // Copyright (C) 2004 Forgotten and the VBA development team // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis...
{ "pile_set_name": "Github" }
var jwt = require ('./jwt'); /** * Adds ID token validation to Passport verification process. * * Parent passport-oauth2 library handles the verifier based on the number * of arguments and changes the order if passReqToCallback is passed * in with the strategy options. This wrapper will make the length of * a...
{ "pile_set_name": "Github" }
# contrib Stuff that is not part of the package distribution, but can be useful in special cases.
{ "pile_set_name": "Github" }
/* * Copyright 2014 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }
# Copyright 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
{ "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: AssemblyTitle("Te...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- This file is automatically generated by Visual Studio .Net. It is used to store generic object data source configuration information. Renaming the file extension or editing the content of this file may cause the file to be unrecognizable by the pro...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <react/components/view/ViewProps.h> #include <react/core/propsConversions.h> #include <react/graphics/Color....
{ "pile_set_name": "Github" }
/* * Dummy C program to hand to g-ir-scanner for finding the * Activatable classes. * */ # include <girepository.h> # include "astroid_activatable.h" int main (int argc, char ** argv) { GOptionContext *ctx; GError *error = NULL; ctx = g_option_context_new (NULL); g_option_context_add_group (ctx, g_irep...
{ "pile_set_name": "Github" }
<p>{{myData
{ "pile_set_name": "Github" }
/** * Range.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function(ns) { // Range constructor function Range(dom) { var t = this, doc = dom.doc, ...
{ "pile_set_name": "Github" }
# ms.js: miliseconds conversion utility ```js ms('2 days') // 172800000 ms('1d') // 86400000 ms('10h') // 36000000 ms('2.5 hrs') // 9000000 ms('2h') // 7200000 ms('1m') // 60000 ms('5s') // 5000 ms('100') // 100 ``` ```js ms(60000) // "1m" ms(2 * 60000) // "2m" ms(ms('...
{ "pile_set_name": "Github" }
<?php namespace ManaPHP\Exception; use ManaPHP\Exception; class RuntimeException extends Exception { }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "CryptThreading.h" #include "threads/Thread.h" #include "utils/log.h" #include <openssl/crypto.h> //! @todo Remove su...
{ "pile_set_name": "Github" }
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \ // RUN: | FileCheck %s --check-prefix=CHECK-ERROR // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2016 chronicle.software ~ ~ 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-...
{ "pile_set_name": "Github" }
import BuildArtifacts import RunnerModels import SimulatorPoolModels public struct RuntimeDumpApplicationTestSupport: Hashable { /** Path to hosting application*/ public let appBundle: AppBundleLocation /** Path to Fbsimctl to run simulator*/ public let simulatorControlTool: SimulatorControlTool ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2014, Michael Ellerman, IBM Corp. */ #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include "ebb.h" /* * Tests a cpu event vs an EBB - in that order. The EBB ...
{ "pile_set_name": "Github" }
# Folio-UI-Collection UI components and live documentation for Folio iOS app <img src="https://user-images.githubusercontent.com/40610/44827008-1aaf7b00-ac4c-11e8-83ba-c5fa4572b6e2.png" width=320> <img src="https://user-images.githubusercontent.com/40610/44827011-1c793e80-ac4c-11e8-888b-b72330f669c1.png" width=320> ...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
/* * board initialization should put one of these into dev->platform_data * and place the isp1760 onto platform_bus named "isp1760-hcd". */ #ifndef __LINUX_USB_ISP1760_H #define __LINUX_USB_ISP1760_H struct isp1760_platform_data { unsigned is_isp1761:1; /* Chip is ISP1761 */ unsigned bus_width_16:1; /* 16/32-...
{ "pile_set_name": "Github" }
/* Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger <aj@suse.de>, 1999 and Jakub Jelinek <jakub@redhat.com>, 2000. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser G...
{ "pile_set_name": "Github" }
@rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem https://www.apache.org/licenses/LICENSE-2.0 @rem @...
{ "pile_set_name": "Github" }
<?php use Illuminate\Http\Request; use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | API Routes |-------------------------------------------------------------------------- | | Here is where you can register API routes for your application. These | r...
{ "pile_set_name": "Github" }
/* * Copyright (c) Enalean, 2019 - Present. All Rights Reserved. * * This file is a part of Tuleap. * * Tuleap 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2010 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 ...
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`) { --skip Need normal protocol } # The main testing script --source suite/opt_trace/include/subquery.inc
{ "pile_set_name": "Github" }
class AssignContentHostToSmartProxies < ActiveRecord::Migration[4.2] def up SmartProxy.reset_column_information SmartProxy.all.each do |proxy| content_host = ::Katello::System.where(:name => proxy.name).order("created_at DESC").first if content_host proxy.content_host_id = content_host.i...
{ "pile_set_name": "Github" }
package org.bndtools.core.editors.pkginfo; import org.bndtools.core.editors.BndResourceMarkerAnnotationModel; import org.eclipse.core.resources.IFile; import org.eclipse.jface.text.source.IAnnotationModel; import org.eclipse.ui.editors.text.TextFileDocumentProvider; public class PackageInfoDocumentProvider extends Te...
{ "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" }
/* * 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" }
#!/usr/local/bin/perl &doit(100,"Pentium 100 32",0.0195,0.1000,0.6406,4.6100); # pentium-100 &doit(200,"PPro 200 32",0.0070,0.0340,0.2087,1.4700); # pentium-100 &doit( 25,"R3000 25 32",0.0860,0.4825,3.2417,23.8833); # R3000-25 &doit(200,"R4400 200 32",0.0137,0.0717,0.4730,3.4367); # R4400 32bit &doit(1...
{ "pile_set_name": "Github" }
/* * Ample SDK - JavaScript GUI Framework * * Copyright (c) 2012 Sergey Ilinsky * Dual licensed under the MIT and GPL licenses. * See: http://www.amplesdk.com/about/licensing/ * */ var cXULElement_menu = function(){}; cXULElement_menu.prototype = new cXULElement("menu"); cXULElement_menu.prototype....
{ "pile_set_name": "Github" }
sprite $certificatemanager [66x57/16] { 00CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC0 0CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CCCCC9779CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC CCCC700007CC...
{ "pile_set_name": "Github" }
package config import ( "bytes" "fmt" "testing" ) func testConfig(cfg *Config, t *testing.T) { if v, err := cfg.GetBool("a"); err != nil { t.Fatal(err) } else if v != true { t.Fatal(v) } checkInt := func(t *testing.T, cfg *Config, key string, check int) { if v, err := cfg.GetInt(key); err != nil { t....
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; public class MyDict<S,T> { public void Add (S key, T value) { S[] sa = new S[1]; T[] ta = new T[1]; sa[0] = key; ta[0] = value; } } public abstract class FastFunc<S,T> { public abstract S Invoke (T bla); } public class StringFastFunc : FastFunc<string,...
{ "pile_set_name": "Github" }
body.forest_page_index { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; text-align: center; color: #333; header { position: absolute; top: 0; left: 0; right: 0; padding: 10px 20px; z-index: 10; } #logo a { floa...
{ "pile_set_name": "Github" }
import * as React from 'react'; import { shallow } from 'enzyme'; import { Heading } from './../../src/elements/Heading'; describe('Heading', () => { it('should render a p with .heading', () => { const component = shallow(<Heading>My Heading</Heading>); expect(component.contains(<p className='head...
{ "pile_set_name": "Github" }
#include "parse_c_type.c" #include "realize_c_type.c" #define CFFI_VERSION_MIN 0x2601 #define CFFI_VERSION_MAX 0x27FF typedef struct FFIObject_s FFIObject; typedef struct LibObject_s LibObject; static PyTypeObject FFI_Type; /* forward */ static PyTypeObject Lib_Type; /* forward */ #include "ffi_obj.c" #i...
{ "pile_set_name": "Github" }
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const Modem = require("docker-modem"); const container_1 = require("./container"); const image_1 = require("./image"); const volume_1 = require("./volume"); const network_1 = require("./network"); const node_1 = require("./node"); const plugin...
{ "pile_set_name": "Github" }
/* Fontname: -Misc-Fixed-Medium-R-Normal--7-70-75-75-C-50-ISO10646-1 Copyright: Public domain font. Share and enjoy. Glyphs: 191/1848 BBX Build Mode: 0 */ const uint8_t u8g2_font_5x7_tf[1677] U8G2_FONT_SECTION("u8g2_font_5x7_tf") = "\277\0\2\2\3\3\3\4\4\5\7\0\377\6\377\6\0\1\22\2/\6p \5\0\275\1!\6\261\261" ...
{ "pile_set_name": "Github" }
{if in_array('state', $optionalFields)} <script> var stateNotRequired = true; </script> {/if} <script type="text/javascript" src="{$BASE_PATH_JS}/StatesDropdown.js"></script> {if $registrationDisabled} {include file="$template/includes/alert.tpl" type="error" msg=$LANG.registerCreateAccount|cat:' ...
{ "pile_set_name": "Github" }
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?). Doom 3 Source Code is free software: you can redistribute it and/or modify...
{ "pile_set_name": "Github" }
require 'spec_helper' describe NodeGroup, :type => :model do describe "associations" do before { @node_group = build(:node_group) } it { should have_many(:node_classes).through(:node_group_class_memberships) } it { should have_many(:nodes).through(:node_group_memberships) } end describe "when destro...
{ "pile_set_name": "Github" }
/* Copyright 2013 KLab Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>CMSIS-DSP: arm_pid_...
{ "pile_set_name": "Github" }
package com.ullink.slack.simpleslackapi; import lombok.Data; @Data public class SlackTeam { private final String id; private final String name; private final String domain; }
{ "pile_set_name": "Github" }
/*++ Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be fou...
{ "pile_set_name": "Github" }
gcr.io/google_containers/hyperkube-arm:v1.16.2
{ "pile_set_name": "Github" }
package pcap import ( "io" "github.com/brimsec/zq/pkg/nano" "github.com/brimsec/zq/pkg/ranger" "github.com/brimsec/zq/pkg/slicer" ) func NewSlicer(seeker io.ReadSeeker, index Index, span nano.Span) (*slicer.Reader, error) { slices, err := GenerateSlices(index, span) if err != nil { return nil, err } return...
{ "pile_set_name": "Github" }