text
stringlengths
2
99.9k
meta
dict
/* * Copyright 2019 Xilinx, 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...
{ "pile_set_name": "Github" }
/** * Pimcore * * This source file is available under two different licenses: * - GNU General Public License version 3 (GPLv3) * - Pimcore Enterprise License (PEL) * Full copyright and license information is available in * LICENSE.md which is distributed with this source code. * * @copyright Copyright (c) Pim...
{ "pile_set_name": "Github" }
--- title: Date Ranges signature: | npm install moment-range --- If you need to work with date ranges, you can use Gianni Chiappetta's plugin `moment-range`. Documentation can be found on the homepage [github.com/rotaready/moment-range](https://github.com/rotaready/moment-range). And it is also available for the ...
{ "pile_set_name": "Github" }
/* Copyright (C) 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licen...
{ "pile_set_name": "Github" }
parameters: - name: build_number type: string - name: scenario type: string - name: ansible_version type: string default: ">=2.9,<2.10" - name: python_version type: string default: 3.6 jobs: - job: Test_PyTests displayName: Run pytests on ${{ parameters.scenario }} timeoutInMinutes: 120 steps: - t...
{ "pile_set_name": "Github" }
package validator import ( "github.com/vektah/gqlparser/v2/ast" . "github.com/vektah/gqlparser/v2/validator" ) func init() { AddRule("NoUnusedFragments", func(observers *Events, addError AddErrFunc) { inFragmentDefinition := false fragmentNameUsed := make(map[string]bool) observers.OnFragmentSpread(func(wa...
{ "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"); yo...
{ "pile_set_name": "Github" }
{ "css": { "properties": { "scale": { "__compat": { "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scale", "support": { "chrome": { "version_added": false }, "chrome_android": { "version_added": false ...
{ "pile_set_name": "Github" }
---------------------------------------------------------------- -- ZLib for Ada thick binding. -- -- -- -- Copyright (C) 2002-2004 Dmitriy Anisimkov -- -- ...
{ "pile_set_name": "Github" }
// // DDSetting.m // Duoduo // // Created by 独嘉 on 14-3-25. // Copyright (c) 2014年 zuoye. All rights reserved. // #import "DDSetting.h" static NSString* const kSettingVersionKey = @"SettingVersion"; @interface DDSetting(privateAPI) - (void)checkUpdateToRestoreSetting; @end static NSString* kTopKey = @"TopSess...
{ "pile_set_name": "Github" }
The Future Of Paste =================== Introduction ------------ Paste has been under development for a while, and has lots of code in it. Too much code! The code is largely decoupled except for some core functions shared by many parts of the code. Those core functions are largely replaced in `WebOb <http://pytho...
{ "pile_set_name": "Github" }
"""Add TestGroup.num_leaves Revision ID: 4640ecd97c82 Revises: 48a922151dd4 Create Date: 2013-11-08 13:11:18.802332 """ # revision identifiers, used by Alembic. revision = '4640ecd97c82' down_revision = '48a922151dd4' from alembic import op import sqlalchemy as sa def upgrade(): ### commands auto generated by...
{ "pile_set_name": "Github" }
(function() { var escope, esprima, expect, harmony; expect = require('chai').expect; esprima = require('esprima'); harmony = require('../third_party/esprima'); escope = require('..'); describe('global increment', function() { return it('becomes read/write', function() { var ast, globalScope, ...
{ "pile_set_name": "Github" }
source 'http://rubygems.org' gem 'rake' gemspec
{ "pile_set_name": "Github" }
/* * Part of the CCNx Java Library. * * Copyright (C) 2008, 2009, 2011 Palo Alto Research Center, Inc. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation. * This librar...
{ "pile_set_name": "Github" }
/** * This module implements some stubs for the voice call service unit tests. * * Copyright (C) Sierra Wireless Inc. * */ #include "legato.h" #include "interfaces.h" //-------------------------------------------------------------------------------------------------- /** * le_audio_OpenModemVoiceTx() stub. * ...
{ "pile_set_name": "Github" }
// // things.edf // // EDF for Eternity Engine v3.40.50 // // thingtypes define monsters, fireballs, decorations, etc. // thingtypes may be defined elsewhere, and order is unimportant. // User-defined thing types should use DoomEd numbers greater than 20000, and // DeHackEd numbers greater than 10000 in all cases, to...
{ "pile_set_name": "Github" }
package com.dianrong.common.uniauth.server.synchronous.hr.service; import com.dianrong.common.uniauth.common.bean.InfoName; import com.dianrong.common.uniauth.common.bean.dto.HrSynchronousLogDto; import com.dianrong.common.uniauth.common.bean.dto.PageDto; import com.dianrong.common.uniauth.common.util.StringUtil; impo...
{ "pile_set_name": "Github" }
<?php class Excellence_Custom_Block_Custom_Order extends Mage_Core_Block_Template{ public function getCustomVars(){ $model = Mage::getModel('custom/custom_order'); return $model->getByOrder($this->getOrder()->getId()); } public function getOrder() { return Mage::registry('current_order'); } }
{ "pile_set_name": "Github" }
name = "disable"; group = "breakpoints"; shortDescription = "Disable breakpoint(s)"; longDescription = "disable <breakpoint-id> : Disables the breakpoint with the given id."; seeAlso = [ "enable", "delete", "ignore" ]; function execute() { if (arguments.length == 0) { // disable all breakpo...
{ "pile_set_name": "Github" }
const normalize = require('./normalize') const dot = require('./dot') /** * Get the angle between two 3D vectors * @param {vec3} a - the first operand * @param {vec3} b - the second operand * @returns {Number} the angle in radians */ const angle = (a, b) => { const tempA = normalize(a) const tempB = normalize...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2018. ~ ~ This file is part of MoneyWallet. ~ ~ MoneyWallet 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 Lic...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg1252\cocoartf1334 {\fonttbl} {\colortbl;\red255\green255\blue255;} }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>ExpansionFulfillmentStyle Enumeration Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" de...
{ "pile_set_name": "Github" }
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | ...
{ "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 `type_id` fn in crate `std`."> <meta name="keywords" conten...
{ "pile_set_name": "Github" }
/** * @file path路径相关的工具集 * @author houyu(houyu01@baidu.com) */ export const pathResolver = (originPath, path, errorCb) => { const segs = (originPath + '/' + path).split('/'); return segs.reduce((resStack, seg) => { if (seg !== '' && seg !== '.') { if (seg === '..') { if (...
{ "pile_set_name": "Github" }
/*! * jQuery Validation Plugin v1.14.0 * * http://jqueryvalidation.org/ * * Copyright (c) 2015 Jörn Zaefferer * Released under the MIT license */ (function( factory ) { if ( typeof define === "function" && define.amd ) { define( ["jquery", "./jquery.validate"], factory ); } else { factory( jQuery ); } }(f...
{ "pile_set_name": "Github" }
index.md welcome.md documentation.md style_guide.md benchmarks.md
{ "pile_set_name": "Github" }
<?php namespace Tests; use Illuminate\Contracts\Console\Kernel; trait CreatesApplication { /** * Creates the application. * * @return \Illuminate\Foundation\Application */ public function createApplication() { $app = require __DIR__.'/../bootstrap/app.php'; $app->make...
{ "pile_set_name": "Github" }
package intercept import ( "bufio" "bytes" "io/ioutil" "net/http" "net/http/httputil" "strconv" "github.com/empijei/cli/lg" "github.com/empijei/wapty/ui/apis" ) //ResponseQueue represents the queue of the response to requests that have been intercepted var ResponseQueue chan *pendingResponse func init() { ...
{ "pile_set_name": "Github" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #ifndef STORAGE_LEVELDB_PORT_PORT_H_ #define STORAGE_LEVELDB_PORT_PORT_H_ #include <string.h> // Incl...
{ "pile_set_name": "Github" }
namespace Volo.Blogging.Tagging { public class TagConsts { /// <summary> /// Default value: 64 /// </summary> public static int MaxNameLength { get; set; } = 64; /// <summary> /// Default value: 512 /// </summary> public static int MaxDescription...
{ "pile_set_name": "Github" }
package se.ansman.kotshi /** * Annotation to be placed on enum an enum value or sealed class subclass to indicate that it is the default value if * an unknown or missing entry is encountered. * * Only one value can be annotated. * * If no entry is annotated the adapter will throw an exception if an unknown value...
{ "pile_set_name": "Github" }
{ "name": "@taskbotjs/example", "description": "An example project for TaskBotJS.", "license": "MIT", "repository": "github:eropple/taskbotjs", "version": "0.9.1-wip", "main": "dist", "files": [ "*" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "precommit": "npm run test", ...
{ "pile_set_name": "Github" }
rule k2318_37124aadc6210b12 { meta: copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved." engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4" viz_url="http://icewater.io/en/cluster/query?h64=k2318.37124aadc6210b12" cluster="k2318.37124aadc6210b12" cluster_size...
{ "pile_set_name": "Github" }
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE OverloadedStrings #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} -- | -- Module : Network.Google.ServiceBroker.Types.Sum -- Copyright : (c) 2015-2016 B...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="NewModuleRootManager" inherit-compiler-output="true"> <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> </content> <orderEntry ...
{ "pile_set_name": "Github" }
<?php /** * @package AlecadddPlugin */ namespace Inc\Api\Callbacks; use Inc\Base\BaseController; class AdminCallbacks extends BaseController { public function adminDashboard() { return require_once( "$this->plugin_path/templates/admin.php" ); } public function adminCpt() { return require_once( "$this->p...
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHP-FFmpeg. * * (c) Alchemy <info@alchemy.fr> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace FFMpeg\Exception; class RuntimeException extends \RuntimeException implements ExceptionInter...
{ "pile_set_name": "Github" }
#include <QtWidgets> #include "projectdialog.h" ProjectDialog::ProjectDialog(QWidget *parent) : QDialog(parent) { setupUi(this); projectA->addItem("Giosue Carducci"); projectA->addItem("Eyvind Johnson"); projectA->addItem("Sally Prudhomme"); projectA->addItem("Henryk Sienkiewicz"); projec...
{ "pile_set_name": "Github" }
int warningInHeader() { } void myfun() { int i = 0; if (i = 3) {} } errorInHeader;
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.UnitTest * @subpackage Github * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ /** * Test class for JGithubPulls. * * @package Joomla.UnitTest * @subp...
{ "pile_set_name": "Github" }
using System; using Raven.Server.Documents.Indexes.Static.Spatial; namespace Raven.Server.Documents.Queries { public class QueryBuilderFactories { public Func<string, SpatialField> GetSpatialFieldFactory { get; set; } public Func<string, System.Text.RegularExpressions.Regex> GetRegexFa...
{ "pile_set_name": "Github" }
// go generate gen.go // GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). package iana // import "golang.org/x/net/internal/iana" // Differentiated Services Field Codepoints (DSCP), Updated: 2013-06-25 const ( Di...
{ "pile_set_name": "Github" }
from __future__ import absolute_import import six class Model(dict): """ for complex type: models """ # access dict like object __getattr__ = dict.__getitem__ __setattr__ = dict.__setitem__ def __init__(self): """ constructor """ super(Model, self).__init__() def ...
{ "pile_set_name": "Github" }
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 9.0.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or existe...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * dat.c - NILFS disk address translation. * * Copyright (C) 2006-2008 Nippon Telegraph and Telephone Corporation. * * Written by Koji Sato. */ #include <linux/types.h> #include <linux/buffer_head.h> #include <linux/string.h> #include <linux/errno.h> #include "nilfs.h" #inc...
{ "pile_set_name": "Github" }
/** * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER within this package. */ #ifndef __PATCHWIZ_H__ #define __PATCHWIZ_H__ #include <winapifamily.h> #include <_mingw_unicode.h> #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) #include <windows.h> #in...
{ "pile_set_name": "Github" }
import Distribution.Simple main = defaultMain
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: arena01_tower001_crystal_d m_Shader: {fileID: 10, guid: 0000000000000000f000000000000000...
{ "pile_set_name": "Github" }
var mkdirp = require('../'); var path = require('path'); var fs = require('fs'); var exists = fs.exists || path.exists; var test = require('tap').test; var _0777 = parseInt('0777', 8); var _0755 = parseInt('0755', 8); test('implicit mode from umask', function (t) { t.plan(5); var x = Math.floor(Math.random() *...
{ "pile_set_name": "Github" }
/* eslint-disable import/no-extraneous-dependencies */ import { AppPage } from './app.po'; import 'jasmine'; describe('ng5test App', () => { let page: AppPage; beforeEach(() => { page = new AppPage(); }); it('should display welcome message', () => { page.navigateTo(); expect(page.getParagraphText...
{ "pile_set_name": "Github" }
int32 x = 123 int32 y = 234 int32 z = 345 float32 a= 1.0 float32 b= 2.0 float32 pi = 3.14159
{ "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_ISIZE_INIT` constant in crate `core`."> <meta name=...
{ "pile_set_name": "Github" }
category FileFormat [[lib:yaml]] のバックエンドライブラリです。libyaml ベースで作成されてお り、YAML バージョン 1.1 を扱う事ができます。 #@# 上記、libyaml が更新される事があれば、記述の変更をお願いします。 === 概要 Psych を用いると YAML のパースと出力ができます。 これらの機能は libyaml [[url:http://pyyaml.org/wiki/LibYAML]] を用いて 実装されています。さらに Ruby の大半のオブジェクトと YAML フォーマットの データの間を相互に変換することができます。 === 基本的な使いかた ...
{ "pile_set_name": "Github" }
<?php /** * @file classes/notification/NotificationSettingsDAO.inc.php * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2000-2020 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @class NotificationSettingsDAO * @ingroup notification * @see No...
{ "pile_set_name": "Github" }
const webpack = require('webpack'); const merge = require('webpack-merge'); const base = require('./base'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const helpers = require('../../helpers'); module.exports = merge(base, { mode: 'production', output: { path: helpers.resolveFromRootPath('...
{ "pile_set_name": "Github" }
/* * 3D Canvas for GCode Visualizer. * * Created on Jan 29, 2013 */ /* Copywrite 2013-2016 Will Winder This file is part of Universal Gcode Sender (UGS). UGS 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 S...
{ "pile_set_name": "Github" }
en_text= ''' The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex.s Complex is better than complicated. 9 Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Althou...
{ "pile_set_name": "Github" }
!gaf-version: 2.1 database prot0 prot0 GO:0000001 GO_REF:0000001 IDA C protein taxon:9606 20190917 user set([]) database prot1 prot1 GO:0000001 GO_REF:0000001 IDA C protein taxon:9606 20190917 user set([]) database prot2 prot2 GO:0000003 GO_REF:0000001 IDA C protein taxon:9606 20190917 user set([]) datab...
{ "pile_set_name": "Github" }
glabel func_80B3487C /* 00BCC 80B3487C 44802000 */ mtc1 $zero, $f4 ## $f4 = 0.00 /* 00BD0 80B34880 27BDFFA0 */ addiu $sp, $sp, 0xFFA0 ## $sp = FFFFFFA0 /* 00BD4 80B34884 AFB00030 */ sw $s0, 0x0030($sp) /* 00BD8 80B34888 AFBF0034 */ sw $ra, 0x0034($sp) /...
{ "pile_set_name": "Github" }
// // ASAsciiArtBoxCreator.mm // Texture // // Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. // Changes after 4/13/2017 are: Copyright (c) Pinterest, Inc. All rights reserved. // Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #import <AsyncDisplayKit/ASAsciiArtB...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol _UISearchControllerPresenting <NSObject> @required - (UIPresentationController<_UISearchControllerPresenting> *)adaptivePresentationController; - (bool)animatorShouldLayoutPresentationViews; - (unsigned long long)edgeForHidingNavigationBar; - (struct CGRect { struct CGPo...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing if true{}}protocol A{ enum a:a typealias e:a class a<T:a func a
{ "pile_set_name": "Github" }
on: push: tags: - "v*" name: Test and Release jobs: npm-test: name: JavaScript Tests runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Install Node uses: actions/setup-node@v1 - name: Install depdencies run: yarn ...
{ "pile_set_name": "Github" }
# 對話框 對話框是在告知使用者緊急的訊息,要求使用者做出決定,或者在一個分散的過程中包裝成多個任務。由於對話框是一種中斷性突然顯示並且停止使用者當前的任務和需要關注對話框裏的內容。並非每個選擇、設定或者細節都是像中途中斷或是明顯的方式。 可替代對話框的元件包含簡易的菜單或者當前內容區域內擴展內容。這兩種方法提供訊息或者同時保持當前內文與比較少破壞性的選擇。 ## 內容 對話框的內容可以有廣泛的變化,不過典型的做法是通常包含內文或者 UI 控制元件在特定的任務或程序,就像確認項目的刪除或是選擇一種設定。 使用對話框的內容區域可揭露更多的訊息或者更進階的內容。避免從對話框裡面又打開對話框。 全螢幕的對話框可能會打開更多的對...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Stupidedi module Versions module ThirtyFifty module SegmentDefs s = Schema e = ElementDefs r = ElementReqs PLD = s::SegmentDef.build(:PLD, "Pallet Information", "To specify pallet information including quantity, exchange, and ...
{ "pile_set_name": "Github" }
[Desktop Entry] Encoding=UTF-8 Type=Directory Name=Arcade Icon=applications-games-arcade #TRANSLATIONS_DIR=translations # Translations Name[ms]=Arked
{ "pile_set_name": "Github" }
<!-- Converted by db4-upgrade version 1.1 --> <article xmlns="http://docbook.org/ns/docbook" version="5.0"> <info> <abstract> <para><emphasis role="strong">Note:</emphasis> This document lists changes only since the 1.78.1 release. If you instead want a record of the complete list of ...
{ "pile_set_name": "Github" }
/** @file The header <errno.h> defines several macros, all relating to the reporting of error conditions. The ISO/IEC 9899 specification requires that these be macros. The macros expand to integral constant expressions with distinct nonzero values, suitable for use in #if preprocessing directives;...
{ "pile_set_name": "Github" }
.status { width: 10px; height: 10px; background: #c0392b; display: block; margin: 8px 10px 0 0; float: left; border-radius: 50%; &.checked-in { background: #2ecc71; } }
{ "pile_set_name": "Github" }
#include <vector> #include "caffe/sgd_solvers.hpp" namespace caffe { #ifndef CPU_ONLY template <typename Dtype> void adagrad_update_gpu(int N, Dtype* g, Dtype* h, Dtype delta, Dtype local_rate); #endif template <typename Dtype> void AdaGradSolver<Dtype>::ComputeUpdateValue(int param_id, Dtype rate) { CHECK(Ca...
{ "pile_set_name": "Github" }
Dear Sirs, Please take into consideration our below DMCA claim to cease and desist from hosting the below infringing repositories in their entirety with all their files, content and materials listed under URLs: https://github.com/ipenn/PyMT4ManagerAPI https://github.com/ipenn/MT4-Manager-API-1 https://github.com/...
{ "pile_set_name": "Github" }
// // AnyObserver.swift // RxSwift // // Created by Krunoslav Zaher on 2/28/15. // Copyright © 2015 Krunoslav Zaher. All rights reserved. // /// A type-erased `ObserverType`. /// /// Forwards operations to an arbitrary underlying observer with the same `Element` type, hiding the specifics of the underlying observe...
{ "pile_set_name": "Github" }
.media { margin-bottom: 25px; .media-body { color: #777; font-size: 13px; .media-heading { font-size: 16px; font-weight: bold; color: #333; } } }
{ "pile_set_name": "Github" }
### “郑州毒王”隐瞒旅游史 全球近4万人受影响 ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安卓版...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2010-2020 SAP and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * * Contributors: * SA...
{ "pile_set_name": "Github" }
/* * Copyright 2019 WeBank * * 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 writi...
{ "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"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsof...
{ "pile_set_name": "Github" }
package cn.rongcloud.im.model.qrcode; public class QRUserInfo { private String userId; public void setUserId(String userId) { this.userId = userId; } public String getUserId() { return userId; } }
{ "pile_set_name": "Github" }
// This is a generated file from running the "createIcons" script. This file should not be updated manually. import React, { forwardRef } from "react"; import { SVGIcon, SVGIconProps } from "@react-md/icon"; export const AccessibleSVGIcon = forwardRef<SVGSVGElement, SVGIconProps>( function AccessibleSVGIcon(props, ...
{ "pile_set_name": "Github" }
/** * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * * The Apereo Foundation licenses this file to you under the Educational * Community License, Version 2.0 (the ...
{ "pile_set_name": "Github" }
#!/bin/bash -e # The -e option will make the bash stop if any command raise an error ($? != 0) ln -s $TRAVIS_BUILD_DIR /var/lib/domogik/domogik_packages/plugin_$DMG_PLUGIN ls -l /var/lib/domogik/domogik_packages/plugin_$DMG_PLUGIN/
{ "pile_set_name": "Github" }
/* * Copyright © 2014-2016 Cask Data, 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 agr...
{ "pile_set_name": "Github" }
#anaconda-spoke-selector-title { font-weight: bold; font-size: large; }
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/iot/model/StartOnDemandAuditTaskResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/utils/StringUtils.h> #include <a...
{ "pile_set_name": "Github" }
![Gomega: Ginkgo's Preferred Matcher Library](http://onsi.github.io/gomega/images/gomega.png) [![Build Status](https://travis-ci.org/onsi/gomega.svg)](https://travis-ci.org/onsi/gomega) Jump straight to the [docs](http://onsi.github.io/gomega/) to learn about Gomega, including a list of [all available matchers](http:...
{ "pile_set_name": "Github" }
package com.jege.spring.boot.exception; /** * @author JE哥 * @email 1272434821@qq.com * @description:自定义异常类 */ public class ServiceException extends RuntimeException { public ServiceException(String msg) { super(msg); } }
{ "pile_set_name": "Github" }
/* This file is part of TON Blockchain Library. TON Blockchain 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 your option) any later ver...
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * jclossls.c * * Copyright (C) 1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the control logic for the lossless JPEG compressor. */ #define JPEG_INTERNALS #include "jinclu...
{ "pile_set_name": "Github" }
namespace XSharp.Assembler.x86.SSE { [XSharp.Assembler.OpCode("addpd")] public class AddPD : InstructionWithDestinationAndSource { } }
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Pod metadata: name: "{{ include "postfacto.fullname" . }}-test-connection" labels: {{ include "postfacto.labels" . | nindent 4 }} annotations: "helm.sh/hook": test-success spec: containers: - name: wget image: busybox command: ['wget'] args: ['{{ include "postfact...
{ "pile_set_name": "Github" }
<?php
{ "pile_set_name": "Github" }
all: manyboxplots.js hypo.json manyboxplots.js: manyboxplots.coffee coffee -c manyboxplots.coffee hypo.json: R/grab_data.R R/F2.mlratio.hypo.RData cd R;R CMD BATCH grab_data.R web: all scp index.html manyboxplots.coffee manyboxplots.css manyboxplots.js hypo.json broman-2.biostat.wisc.edu:public_html/D3/manyboxpl...
{ "pile_set_name": "Github" }
; REQUIRES: object-emission ; RUN: %llc_dwarf -generate-dwarf-pub-sections=Enable -filetype=obj -o %t.o < %s ; RUN: llvm-dwarfdump -debug-dump=pubnames %t.o | FileCheck %s ; ModuleID = 'dwarf-public-names.cpp' ; ; Generated from: ; ; struct C { ; void member_function(); ; static int static_member_function(); ; s...
{ "pile_set_name": "Github" }
#import "RuntimeRepository.h" #import "RuntimeInstance.h" #import "RuntimeContainer.h" #import "MissingRuntimeInstance.h" NSString *const LRRuntimesDidChangeNotification = @"LRRuntimesDidChangeNotification"; @interface RuntimeRepository () @end @implementation RuntimeRepository { NSMutableDictionary *_ins...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`tabs color property 1`] = ` <div class="wv-tabs wv-tabs--line"> <div class="wv-tabs__wrap wv-hairline--top-bottom"> <div class="wv-tabs__nav wv-tabs__nav--line" style="border-color: red;"> <div class="wv-tabs__line" style="background-color: red; width: 0p...
{ "pile_set_name": "Github" }
var Vector2 = function (x,y) { this.x= x || 0; this.y = y || 0; }; Vector2.prototype = { reset: function ( x, y ) { this.x = x; this.y = y; return this; }, toString : function (decPlaces) { decPlaces = decPlaces || 3; var scalar = Math.pow(10,decPlaces); return "[" + Math.round (this.x...
{ "pile_set_name": "Github" }