text
stringlengths
11
99.8k
meta
dict
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="INFO" name="carrera" monitorInterval="60" shutdownHook="disable"> <Appenders> <Console name="stdout" target="SYSTEM_OUT"> <PatternLayout pattern="%d{ABSOLUTE} %5p %c{1}:%L - %m%n"/> </Console> <RollingRandomAccessFile ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "repos_lan@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CommandLine</class> <widget class="QWidget" name="commandLine"> <property name="minimumSize"> <size> <width>120</width> <height>400</height> </size> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Mi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifi...
{ "pile_set_name": "Github" }
{% load i18n %} {% include 'authentication/_access_key_modal.html' %} <div class="row border-bottom"> <nav class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyright an...
{ "pile_set_name": "Github" }
--- name: Jérôme Petazzoni organization: Docker github: jpetazzo ---
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <!-- 默认时的图片 --> <item android:color ="#6DCAEC" android:state_checked="false"/> <!-- 选择时的图片 --> <item android:color="#fffffb" android:state_checked="true"/> </selector>
{ "pile_set_name": "Github" }
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": false, "noImplicitAny": false, "sourceMap": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "dom", "es5", "scripthost", "es2015" ], "experimentalDecorators": true, "types...
{ "pile_set_name": "Github" }
{ "name": "jsprim", "version": "1.4.1", "description": "utilities for primitive JavaScript types", "main": "./lib/jsprim.js", "repository": { "type": "git", "url": "git://github.com/joyent/node-jsprim.git" }, "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", "json-schema": "0.2.3", "ve...
{ "pile_set_name": "Github" }
# Event 20 - task_0 ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|LoggingChannelName|UnicodeString|None|`None`| |TBD|ActivityName|UnicodeString|None|`None`| ## Tags * etw_level_Verbose * etw_keywords_K_ActivityLogging * et...
{ "pile_set_name": "Github" }
<script src="https://code.highcharts.com/highcharts.js"></script> <div id="container" style="height: 400px; min-width: 300px; max-width: 700px; margin: 0 auto;"></div>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.Http.WebHost</name> </assembly> <members> <member name="T:System.Web.Http.GlobalConfiguration"> <summary> Provides a global <see cref="T:System.Web.Http.HttpConfiguration" /> for ASP.NET applications. </summary> </...
{ "pile_set_name": "Github" }
import { extend } from '../../core/util'; import PROJ4326 from './Projection.EPSG4326'; /** * For CGCS2000 * * @class * @category geo * @protected * @memberOf projection * @name EPSG4490 * @mixes projection.EPSG4326 * @mixes measurer.WGS84Sphere */ export default extend({}, PROJ4326, /** @lends projection.EP...
{ "pile_set_name": "Github" }
{ "comments": [], "story": { "body": null, "comments": [], "commentsCount": 0, "id": "9052187", "points": 5, "source": "caltech.edu", "submitted": "19 minutes ago", "submitter": "ascertain", "tag": null, "title": "A Visual Approach to Calculus Problems (2000)", "url": "ht...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>39--Ice_Skating_39_Ice_Skating_Ice_Skating_39_13.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <n...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Pla...
{ "pile_set_name": "Github" }
defmodule Example.ConnCase do @moduledoc """ This module defines the test case to be used by tests that require setting up a connection. Such tests rely on `Phoenix.ConnTest` and also import other functionality to make it easier to build and query models. Finally, if the test case interacts with the dat...
{ "pile_set_name": "Github" }
<ui> <menubar> <menu name="Edit" action="EditAction"> <placeholder name="EditSelectedPlaceholder"> <menuitem name="EditEditInvoice" action="EditEditInvoiceAction"/> <menuitem name="EditDuplicateInvoice" action="EditDuplicateInvoiceAction"/> <menuitem name="EditPostInvoice" action="Ed...
{ "pile_set_name": "Github" }
PREHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) PREHOOK: type: CREATETABLE PREHOOK: Output: database:default PREHOOK: Output: default@part_table_n1 POSTHOOK: query: CREATE TABLE part_table_n1(key string, value string) PARTITIONED BY (partitionId int) POSTHOOK: type:...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: NoiseBall2 m_Shader: {fileID: 4800000, guid: dd34056461ef98446a6f7fec54e04bd7, type: 3} m_ShaderKeywords: m_LightmapFla...
{ "pile_set_name": "Github" }
# Reviewed by [your name here] dataset: hayes_roth description: None yet. See our contributing guide to help us add one. source: None yet. See our contributing guide to help us add one. publication: None yet. See our contributing guide to help us add one. task: classification keywords: - - target: type: categoric...
{ "pile_set_name": "Github" }
--- title: Custom Mechanism order: 9 --- This document will introduce custom mechanism in G6, including custom node, custom edge, custom behavior, custom layout. All of them are mounted on global G6, called by `G6.registerXXX`. ## G6.registerNode(nodeName, options, extendedNodeName) When the built-in nodes cannot sa...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:CNGridView Example.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <gl_extension name="GLES_EXT_shader_non_constant_global_initializers" reg_no="264"> </gl_extension>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Food Tracker | Home</title> <link href="https://fonts.googleapis.com/css?family=Oswald|Ubuntu:400,700" rel="stylesh...
{ "pile_set_name": "Github" }
'use strict'; `\00`;
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | WeiPHP [ 公众号和小程序运营管理系统 ] // +---------------------------------------------------------------------- // | Copyright (c) 2017 http://www.weiphp.cn All rights reserved. // +----------------------------------------------------------------...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/mainDrawerLayout" android:layout_width="match_parent" android:layout_height="match_parent" an...
{ "pile_set_name": "Github" }
@import "../common/actionsheet.less"; @import "base.less"; // ActionSheet .km-blackberry .km-shim.km-actionsheet-root > .k-animation-container { top: 0; right: 0; left: auto !important; height: 100% !important; width: 80% !important; } .km-blackberry.km-pane div.km-actionsheet-wrapper { top: ...
{ "pile_set_name": "Github" }
{ "data": [ { "account_id": "260608571309741", "id": "act_260608571309741" } ], "paging": { "cursors": { "before": "MjM4NDI5OTEyNDQ4MjA0NzYZD", "after": "MjM4NDI5OTEyNDQ4MjA0NzYZD" } } }
{ "pile_set_name": "Github" }
from .system import SystemCompleter __all__ = ["SystemCompleter"]
{ "pile_set_name": "Github" }
{ "word": "Omnipotence", "definitions": [ "The quality of having unlimited or very great power." ], "parts-of-speech": "Noun" }
{ "pile_set_name": "Github" }
<robot name="blob398"> <link name="random_obj_398"> <contact> <lateral_friction value="1.0"/> <rolling_friction value="0.0"/> <inertia_scaling value="3.0"/> <contact_cfm value="0.0"/> <contact_erp value="1.0"/> </contact> <inertial> <origin rpy="0 0 0" xyz="0 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "0610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" buildImplicitDependencies = "YES"> <BuildActionEntries> <BuildActionEntry buildForTesting = "YES" buildForRunning = "YES" ...
{ "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"/> <title>LocalRVL: RVL::QuaternaryLocalFunctionObjectConstEval&lt; DataType &gt;...
{ "pile_set_name": "Github" }
########################################################################### # LibreCNC ########################################################################### - name: librecnc_core_ar71xx_generic_packages type: repository desc: libreCNC current/core/ar71xx/generic/packages family: librecnc # XXX minpackage...
{ "pile_set_name": "Github" }
<template> <exception-page type="500" /> </template> <script> import { ExceptionPage } from '../../components' export default { components: { ExceptionPage } } </script> <style scoped> </style>
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("rxjs-compat/add/operator/takeWhile"); //# sourceMappingURL=takeWhile.js.map
{ "pile_set_name": "Github" }
# Copyright (C) 2010 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 writ...
{ "pile_set_name": "Github" }
* { border-color: #800080 !important; } a { color: #5f87af !important; } a:visited { color: #87af87 !important; } body { background-color: #262626 !important; color: #bcbcbc !important; } html { background-color: #262626 !important; } input, textarea { background-color: #272727 !important; color: #bcbcb...
{ "pile_set_name": "Github" }
[package] name = "bip_dht" version = "0.6.0" description = "Implementation of the bittorrent mainline DHT" authors = ["Andrew <amiller4421@gmail.com>"] homepage = "https://github.com/GGist/bip-rs" repository = "https://github.com/GGist/bip-rs/tree/master/bip_dht" documentation = "https:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes a...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ascender</key> <integer>1500</integer> <key>capHeight</key> <integer>1500</integer> <key>descender</key> <integer>-460...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.ilm.sandwich" android:installLocation="auto" android:versionCode="51" android:versionName="2.4.11"> <uses-feature android:glEsVersion="0x00020000" android:require...
{ "pile_set_name": "Github" }
{ "version": "1.0.0-*", "dependencies": { }, "frameworks" : { } }
{ "pile_set_name": "Github" }
'use strict'; const build = require('@microsoft/node-library-build'); // This project doesn't have unit tests and GCB's Mocha doesn't play nice with Node 14, so disable Mocha build.mocha.enabled = false; build.instrument.enabled = false; build.initialize(require('gulp'));
{ "pile_set_name": "Github" }
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. namespace Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets { using System.Management.Automation; /// <summary> /// <para type="synopsis">Creates...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
{ "pile_set_name": "Github" }
{ "x" : 40, "y" : 40, "z" : 0 }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <plurals name="hs__csat_rating_value"> <item quantity="other">ਤੁਸੀਂ ਸੇਵਾ ਨੂੰ %d ਸਟਾਰ ਦਿੱਤੇ।</item> <item quantity="one">ਤੁਸੀਂ ਸੇਵਾ ਨੂੰ 1 ਸਟਾਰ ਦਿੱਤਾ।</item> </plurals> <plurals name="hs__notification_content_title"> <item quantity="ot...
{ "pile_set_name": "Github" }
var locale = { locale: 'kn_IN', today: 'ಇಂದು', now: 'ಈಗ', backToToday: 'ಇಂದು ಹಿಂದಿರುಗಿ', ok: 'ಸರಿ', clear: 'ಸ್ಪಷ್ಟ', month: 'ತಿಂಗಳು', year: 'ವರ್ಷ', timeSelect: 'ಸಮಯ ಆಯ್ಕೆಮಾಡಿ', dateSelect: 'ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ', weekSelect: 'ಒಂದು ವಾರದ ಆರಿಸಿ', monthSelect: 'ಒಂದು ತಿಂಗಳು ಆಯ್ಕೆಮಾಡಿ', yearSelect...
{ "pile_set_name": "Github" }
layui.define(['jquery'],function(exports){ var $ = layui.jquery; var self = { elem:null, barTimer:0, barWidth:0, config:{ color:'#5a8bff', errorColor:'#FF5722', height:2, } } function randomNum(minNum,maxNum){ ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <P...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="?attr/colorControlNormal" android:pathData="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" />...
{ "pile_set_name": "Github" }
[ // ********************************************************************************* { "name" : "OMA", "type" : "Service" }, // ********************************************************************************* { "name" : "QMI Client OMA", "type" : "Client" }, // ******************...
{ "pile_set_name": "Github" }
{ "parameters": { "id": { "type": "integer", "format": "int64", "in": "path", "required": true }, "tag": { "type": "string", "in": "query", "required": false }, "query": { "$ref": "#/parameters/tag" } }, "paths": { "/cars/{id}": { "...
{ "pile_set_name": "Github" }
$el.on('click', fn) .appendTo('body');
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>test_css</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type...
{ "pile_set_name": "Github" }
// // Input groups // -------------------------------------------------- // Base styles // ------------------------- .input-group { position: relative; // For dropdowns display: table; border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="ssdk_oks_share">Share</string> <string name="ssdk_oks_sharing">Sharing operation is working in the background…</string> <string name="ssdk_oks_share_failed">Operation failed</string> <string name="ssdk_oks_share_completed">Operation succee...
{ "pile_set_name": "Github" }
{include file='header.tpl'} <main class="content"> <div class="container"> <div class="row"> <div class="col-lg-4 col-lg-push-4 col-sm-6 col-sm-push-3"> <section class="content-inner"> <div class="card"> <div class="card-main"> <div class="card-header"> <div class="card-i...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = ["fuzzer.go"], importpath = "k8s.io/kubernetes/pkg/apis/auditregistration/fuzzer", visibility = ["//visibility:public"], deps = [ "//pkg/apis/auditregistration:go_default_library", "...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2019, 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/lice...
{ "pile_set_name": "Github" }
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RandomIdPage.aspx.cs" Inherits="Wa45Aspx.RandomIdPage" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>RandomIdPageTitle</title> </head> <body> <form id="form1" runat="server"> <div style="height: 389px"...
{ "pile_set_name": "Github" }
[{ "http://example.org/input": [{ "@graph": [{ "http://example.org/value": [{"@value": "x"}] }], "@index": "ndx" }] }]
{ "pile_set_name": "Github" }
 { "client" : { "version" : "0.1", "url" : "http://wepieces.cn/unity/zero/demo/zero.exe" }, "netResRoot" : "http://wepieces.cn/unity/zero/demo/res", "startupResGroups" : [ "/" ], "startupParams" : { "host" : "0.0.0.0", "port" : "9999" } }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:include sch...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Tests\Commands\Upgrade\Databases\V6_13_0\Migrations; use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateConsolesTable extends Migration { /** * Run the migrations. * * ...
{ "pile_set_name": "Github" }
op { name: "DatasetToSingleElement" input_arg { name: "dataset" type: DT_VARIANT } output_arg { name: "components" type_list_attr: "output_types" } attr { name: "output_types" type: "list(type)" has_minimum: true minimum: 1 } attr { name: "output_shapes" type: "li...
{ "pile_set_name": "Github" }
{ "index_name": "avaloniaui", "start_urls": [ "https://avaloniaui.net/docs/" ], "stop_urls": [], "selectors": { "lvl0": { "selector": ".treeview.active > a:first-child", "global": true, "default_value": "Documentation" }, "lvl1": ".content-header h1", "lvl2": ".content h1...
{ "pile_set_name": "Github" }
[options="header",cols="10%,10%,10%,70%"] |====== | Property | Mandatory | Type | Description | autoPurge | false | boolean | Flag which controls the global setting for the auto purge mechanism. The setting can be overriden by the schema &#x27;autoPurge&#x27; flag. Default: true |======
{ "pile_set_name": "Github" }
import { UNDEFINED_INJECT_ANNOTATION } from "../constants/error_msgs"; import * as METADATA_KEY from "../constants/metadata_keys"; import { interfaces } from "../interfaces/interfaces"; import { Metadata } from "../planning/metadata"; import { tagParameter, tagProperty } from "./decorator_utils"; export type Ser...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> <Breakpoints> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActio...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <entity_risk> <risk id="None" name="None"/> <risk id="Low" name="Low"/> <risk id="Medium" name="Medium"/> <risk id="High" name="High"/> </entity_risk>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mocha Tests</title> <link id="mocha-css" href="../node_modules/mocha/mocha.css" rel="stylesheet" /> <link href="html-inspector-test.css" rel="stylesheet" /> <script id="script-placement-test"> function parseHTML(string) { va...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
<?php namespace Oro\Bundle\ApiBundle\Provider; use Oro\Component\Config\Cache\ConfigCache as Cache; use Oro\Component\Config\Cache\ConfigCacheStateInterface; use Symfony\Component\Config\ConfigCacheInterface; /** * The factory to create an object is used to store API configuration cache. */ class ConfigCacheFactor...
{ "pile_set_name": "Github" }
The ``sequence`` animation ------------------------------ ``sequence`` .. bp-code-block:: footer shape: [64, 7] animation: typename: $bpa.matrix.Text.ScrollText text: 'Animations'
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style> html,body{margin:0px; padding:0px; width:100%; height:100%;} body{background-color:#404040;} canvas{border:0px solid green;} div{display:flex; width:100%; height:100%; align-items:center; justify-content:center;} #lblFPS{position:absolute; top:0px; left:0px; width...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 11e8148c59b63433db9e2b1006915080 timeCreated: 1534195675 licenseType: Pro TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mip...
{ "pile_set_name": "Github" }
/*! * jQuery UI Draggable 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license */ .ui-draggable-handle { -ms-touch-action: none; touch-action: none; }
{ "pile_set_name": "Github" }
import { on } from '@ember/object/evented'; import { next, debounce } from '@ember/runloop'; import Component from '@ember/component'; import { get, set, observer } from '@ember/object' import layout from './template'; import C from 'shared/utils/constants'; import $ from 'jquery'; const EXISTS = 'Exists' const DOES_N...
{ "pile_set_name": "Github" }
package sarama import "testing" var ( aclCreateRequest = []byte{ 0, 0, 0, 1, 3, // resource type = group 0, 5, 'g', 'r', 'o', 'u', 'p', 0, 9, 'p', 'r', 'i', 'n', 'c', 'i', 'p', 'a', 'l', 0, 4, 'h', 'o', 's', 't', 2, // all 2, // deny } ) func TestCreateAclsRequest(t *testing.T) { req := &CreateAclsR...
{ "pile_set_name": "Github" }
import { Label, TextInput } from '@hospitalrun/components' import { shallow } from 'enzyme' import React from 'react' import TextInputWithLabelFormGroup from '../../../../shared/components/input/TextInputWithLabelFormGroup' describe('text input with label form group', () => { describe('layout', () => { it('shou...
{ "pile_set_name": "Github" }
# Generic Hexacopter in T configuration [info] key = "6t" description = "Generic Hexacopter in T configuration" [rotor_default] axis = [0.0, 0.0, -1.0] Ct = 1.0 Cm = 0.05 [[rotors]] name = "front_right_top" position = [0.729, 0.684, 0.1] direction = "CW" [[rotors]] name = "front_right_...
{ "pile_set_name": "Github" }
{ "name": "core-util-is", "version": "1.0.1", "description": "The `util.is*` functions introduced in Node v0.12.", "main": "lib/util.js", "repository": { "type": "git", "url": "git://github.com/isaacs/core-util-is" }, "keywords": [ "util", "isBuffer", "isArray", "isNumber", "is...
{ "pile_set_name": "Github" }
var baseClone = require('./_baseClone'); /** Used to compose bitmasks for cloning. */ var CLONE_DEEP_FLAG = 1, CLONE_SYMBOLS_FLAG = 4; /** * This method is like `_.cloneWith` except that it recursively clones `value`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to...
{ "pile_set_name": "Github" }
# Generated from 'kubernetes-resources' group from https://raw.githubusercontent.com/coreos/kube-prometheus/master/manifests/prometheus-rules.yaml # Do not change in-place! In order to change this file first read following link: # https://github.com/helm/charts/tree/master/stable/prometheus-operator/hack {{- if and .Va...
{ "pile_set_name": "Github" }
{% load i18n static %}<!DOCTYPE html> <html> <head><title>{% trans 'Popup closing...' %}</title></head> <body> <script type="text/javascript" id="django-admin-popup-response-constants" src="{% static "admin/js/popup_response.js" %}" data-popup-response="{{ popup_response_data...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: name: cassandra labels: provider: cassandra heritage: helm spec: ports: - name: internode port: 7000 - name: internodessl port: 7001 - name: jmx port: 7199 - name: client port: 9042 - name: thrift port: 9160 selector: provider: cas...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../../libc/type.blksize_t.html"> </head> <body> <p>Redirecting to <a href="../../../../../libc/type.blksize_t.html">../../../../../libc/type.blksize_t.html</a>...</p> <script>location.replace("../../../../../libc/type...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders nothing and adds tags to headTags context array 1`] = `"<div>Yes render</div>"`; exports[`renders nothing and adds tags to headTags context array 2`] = ` Array [ <title data-rh="" > Title </title>, <style data-rh="" > body {} </st...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <regress-exe> <test> <default> <files>Prototype.js</files> <baseline>Prototype.baseline</baseline> </default> </test> <test> <default> <files>Prototype2.js</files> <baseline>Prototype2.baseline</baseline> </default> </test> <test> ...
{ "pile_set_name": "Github" }
/** * Metro configuration for React Native * https://github.com/facebook/react-native * * @format */ const path = require("path"); const resolvers = { "react-navigation-shared-element": "..", "@react-navigation/core": "../node_modules", "@react-navigation/native": "../node_modules", "@react-navigation/st...
{ "pile_set_name": "Github" }
/* @flow */ import Tooltip from '../../../../../library/Tooltip'; import { PLACEMENT } from '../../../../../library/Tooltip/constants'; import joinQuoted from '../../../utils/joinQuoted'; import type { ComponentPropDocs } from '../../../pages/ComponentDoc/types'; const propDocs: ComponentPropDocs = { children: { ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2489eb73bccf2204e91f9e9e82a43ffd MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }