text stringlengths 11 99.8k | meta dict |
|---|---|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.shadow.image.transparent.1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></... | {
"pile_set_name": "Github"
} |
& when (@toasts-enabled) {
.toasts-container {
bottom: @toasts-bottom-spacing;
min-width: @toasts-min-width;
position: fixed;
right: @toasts-right-spacing;
z-index: @z-index-toasts;
li:before {
display: none;
}
}
}
| {
"pile_set_name": "Github"
} |
import DiGenerator from './DiGenerator';
export default {
__init__: [ 'diGenerator' ],
diGenerator: [ 'type', DiGenerator ]
}; | {
"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="#FF000000"
android:pathData="M10,18h4v-2h-4v2zM3,6v2h18L21,6L3,6zM6,13h12... | {
"pile_set_name": "Github"
} |
# Generated by Django 2.0.5 on 2018-07-11 10:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('django_netjsonconfig', '0031_updated_mac_address_validator'),
]
operations = [
migrations.AlterField(
model_name='device',
... | {
"pile_set_name": "Github"
} |
---
alias: yaeco6ieth
description: Authentication & Authorization
---
# Authentication & Authorization
In this section, you'll learn how you can migrate your authentication functionality from the Graphcool Framework to Prisma.
## Authentication & Authorization with the Graphcool Framework
With the Graphcool Framewo... | {
"pile_set_name": "Github"
} |
[
{
"isMain": true,
"isLib": false,
"name": "Test13",
"nodes": [
"$hxClasses",
"Test13",
"haxe_iterators_ArrayIterator"
],
"exports": {
"$hxClasses": true
},
"shared": {
"a_$b_Exposed": true
},
"imports": {}
},
{
"isMain": false,
"isLib... | {
"pile_set_name": "Github"
} |
'use strict';
describe('The main view', function () {
var page;
beforeEach(function () {
browser.get('http://localhost:3000/index.html');
page = require('./main.po');
});
it('should include jumbotron with correct data', function() {
expect(page.h1El.getText()).toBe('\'Allo, \'Allo!');
expect(... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "square_daren_icon@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "square_daren_icon@3x.png",
"scale" : "3x"
}
],
"info" : {
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'contextmenu', 'fa', {
options: 'گزینههای منوی زمینه'
} );
| {
"pile_set_name": "Github"
} |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class AddForeignKeysToDojoPassesTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('dojo_passes', function(Blueprint $table)
... | {
"pile_set_name": "Github"
} |
// JavaScript Document
var GIVe = (function (give) {
'use strict'
give.MetaDataEntries = function (url) {
this.url = url || give.MetaDataEntries.defaultUrl
this.entries = {}
this.DataPromise = give.postAjax(this.url, null, 'text', 'GET')
.then(res => this._responseHandler(res))
.catch(e => ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Loader</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="/js/loader/css/style.css">
</head>
<body>
<div aria-busy="true" aria-la... | {
"pile_set_name": "Github"
} |
terraform {
required_version = ">= 0.12"
}
| {
"pile_set_name": "Github"
} |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sortObject = sortObject;
exports.createHash = createHash;
exports.stringifyObject = stringifyObject;
exports.extendedToString = extendedToString;... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - Test Markdown</title>
<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>
<body style="overflow: auto;">
<div id="qunit"></div>
<div id="qunit-fixture"></div>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../custom.c... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Array(String)</span><span class="path">setting.async.</span>autoParam</h2>
<h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3>
<div class="desc">
<p></p>
<div class="longdesc">
<p>During asynchronous loa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-3... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
<file t3:id="1520862805" source-language="en" datatype="plaintext" original="EXT:adminpanel/Resources/Private/Language/locallang_info.xlf" date="2018-03-12T13:52:01Z" product-name="adminpanel">
<header/>
... | {
"pile_set_name": "Github"
} |
define( [
"../var/rnothtmlwhite"
], function( rnothtmlwhite ) {
"use strict";
// Strip and collapse whitespace according to HTML spec
// https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace
function stripAndCollapse( value ) {
var tokens = value.match( rnothtmlwhite ) || [];
... | {
"pile_set_name": "Github"
} |
import {AfterViewInit, Component, ElementRef} from '@angular/core';
import {IOption} from 'ng-select';
declare var hljs: any;
import {OptionService} from '../../services/option.service';
@Component({
selector: 'select-method',
templateUrl: './select-method.component.html'
})
export class SelectMethod implement... | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: Q mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="../../addon/edit/matchbrackets.js"></script>
<script src="q.js"></script>
<styl... | {
"pile_set_name": "Github"
} |
---
name: cljs.core/float
see also:
---
## Summary
## Details
## Examples
| {
"pile_set_name": "Github"
} |
{
"name": "wcstamp",
"homepage": "https://github.com/jcgregorio/stamp",
"authors": [
"Joe Gregorio <joe@bitworking.org>"
],
"description": "A fast and simple templating library using the web components 'template' element.",
"main": "src/stamp.js",
"moduleType": [],
"keywords": [
"webcomponents",... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewControll... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ts_plot.R
\name{ts_save}
\alias{ts_save}
\title{Save Previous Plot}
\usage{
ts_save(
filename = tempfile(fileext = ".pdf"),
width = 10,
height = 5,
device = NULL,
open = TRUE
)
}
\arguments{
\item{filename}{filename}
\item{width}{w... | {
"pile_set_name": "Github"
} |
---
title: Introducing the New Login Modal and Idle Session Timeout
author: admin
type: post
date: 2016-06-13T18:31:02+00:00
url: /introducing-the-new-login-modal-and-idle-session-timeout/
sf_thumbnail_type:
- none
sf_thumbnail_link_type:
- link_to_post
sf_detail_type:
- none
sf_page_title:
- 1
sf_page_title_st... | {
"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><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.7"/>
<link rel="stylesheet" type="text/css" href="search.... | {
"pile_set_name": "Github"
} |
'use strict'
const resources = require('../resources')
module.exports = {
method: 'POST',
path: '/api/v0/shutdown',
...resources.shutdown
}
| {
"pile_set_name": "Github"
} |
<%@ page import='java.util.*,com.doublechaintech.retailscm.*,com.doublechaintech.retailscm.employeeskill.EmployeeSkill'%>
<%@ page language="java" contentType="text/plain; charset=utf-8"%>
<%@ page isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="fmt" uri="http:/... | {
"pile_set_name": "Github"
} |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/checkData.R
\name{checkData}
\alias{checkData}
\title{check input data type and format and coerce to the desired output type}
\usage{
checkData(
x,
method = c("xts", "zoo", "data.frame", "matrix", "vector"),
na.rm = TRUE,
quiet = TRUE... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;*</Extensions>
<UniqueIdentifier>{56F9A5EA-1486-4EE7-8BA0-B1BF57D0E43C}</Un... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkApplicationWindow" id="window1">
<property name="title" translatable="yes">Builder Basics</property>
<property name="default_width">320</property>
<property name="default_height">240</property>
... | {
"pile_set_name": "Github"
} |
.ListItem {
display: flex;
flex-shrink: 0;
align-items: center;
width: 100%;
min-height: 48px;
border-bottom: var(--border);
}
| {
"pile_set_name": "Github"
} |
'use strict';
var _unambiguous = require('eslint-module-utils/unambiguous');
var _docsUrl = require('../docsUrl');
var _docsUrl2 = _interopRequireDefault(_docsUrl);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/**
* @fileOverview Report modules that could parse i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<LanguageData>
<!-- EN: decree failed -->
<DecreeFailed.stages.decree_failed.label>указ не исполнен</DecreeFailed.stages.decree_failed.label>
<!-- EN: My noble authority has not been respected as it should be. -->
<DecreeFailed.stages.decree_failed.description>Моё знат... | {
"pile_set_name": "Github"
} |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="@dimen/widget_margin">
<LinearLayout
android:i... | {
"pile_set_name": "Github"
} |
{
"aggregate":
{
"name": "newname",
"availability_zone": "nova2"
}
} | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:49.231626",
"description": "rbenv plugin to Run a command across all installed rubies.",
"fork": false,
"full_name": "chriseppstein/rbenv-each",
"language": "Shell",
"updated_at": "2015-02-27T23:43:25.963483"
} | {
"pile_set_name": "Github"
} |
'use strict';
var React = require('react');
var classNames = require('classnames');
var ClassNameMixin = require('./mixins/ClassNameMixin');
var AvgGrid = require('./AvgGrid');
var omit = require('object.omit');
var Thumbnails = React.createClass({
mixins: [ClassNameMixin],
propTypes: {
classPrefix: React.Pr... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resizimg plugin | Trumbowyg</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../../css/main.css">
</head>
<body class="documentation-body">
<... | {
"pile_set_name": "Github"
} |
(function() {
"use strict";
var Assert = YUITest.Assert;
YUITest.TestRunner.add(new YUITest.TestCase({
name: "Outline:none Errors",
"Using outline: none should result in a warning": function() {
var result = CSSLint.verify(".foo { outline: none; }", { "outline-none": 1 });
... | {
"pile_set_name": "Github"
} |
module.exports = {
up: function(migration, DataTypes, done) {
migration.addColumn(
'TwitterUsers',
'deactivatedAt',
DataTypes.DATE
);
done()
},
down: function(migration, DataTypes, done) {
migration.removeColumn(
'TwitterUsers',
'deactivatedAt');
done()
}
}
| {
"pile_set_name": "Github"
} |
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"admission.go",
"config.go",
],
importpath = "k8s.io/kubernetes/plugin/pkg/admission/podtolerationrestriction",
visibility = ["//visibility:public"],
deps = [
"//vendor... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app />
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 93acd980342222e4a99a3bb483f4332c
timeCreated: 1469677997
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
.artwork-metadata-stub
include ./templates/didactics
include ./templates/contact
| {
"pile_set_name": "Github"
} |
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Type: Enhancement'
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like*... | {
"pile_set_name": "Github"
} |
{
"compilers": {
"less": {
"autoPrefix": "",
"cssComb": "none",
"ieCompat": true,
"strictMath": false,
"strictUnits": false,
"relativeUrls": true,
"rootPath": "",
"sourceMapRoot": "",
"sourceMapBasePath": "",
"sourceMap": false
},
"sass": {
... | {
"pile_set_name": "Github"
} |
export default Ember.ObjectController.extend({
actions: {
saveSettings: function () {
var controller = this;
controller.get('model').save().then(function () {
controller.send('notify', 'success', 'Settings saved!');
controller.send('buildSignal');
});
}
}
});
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_05"
android:background="@color/comment_line" />
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 37cb9e3c68c881e458e3d738e5c69343
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 10
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestR... | {
"pile_set_name": "Github"
} |
test_number=002
description="fail when missing required params"
$bin >/dev/null 2>&1
if [ $? -eq 0 ]; then
test_status $test_number 0 "$description" FAIL
else
test_status $test_number 0 "$description" PASS
fi
| {
"pile_set_name": "Github"
} |
---
author:
name: Linode
email: docs@linode.com
deprecated: yes
description: 'Securely copying files to and from your Linode with Filezilla, a free and open source file transfer client for Linux desktop systems.'
keywords: ["filezilla", "ftp", "linux scp", "sftp", "linux sftp program", "linux ftp"]
tags: ["ubuntu"]... | {
"pile_set_name": "Github"
} |
{
"dependencies": {
"connect": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/connect/-/connect-3.4.1.tgz",
"from": "connect@3.4.1",
"dependencies": {
"debug": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz",... | {
"pile_set_name": "Github"
} |
<?php
$customers = array(array(
'id'=>1,
'name'=>'Bread Barn',
'phone'=>'8436-365-256'
), array(
'id'=>2,
'name'=>'Icecream Island',
'phone'=>'8452-389-719'
), array(
'id'=>3,
'name'=>'Pizza Palace',
'phone'=>'9378-255-743'
)
);
if (is... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.pl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ttFont ttLibVersion="2.5">
<post>
<formatType value="3.0"/>
<italicAngle value="0.0"/>
<underlinePosition value="-45"/>
<underlineThickness value="30"/>
<isFixedPitch value="0"/>
<minMemType42 value="0"/>
<maxMemType42 value="0"/>
<minMemType1 v... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" xmlns:aapt="http://schemas.android.com/aapt">
<item android:state_focused="true" android:drawable="@draw... | {
"pile_set_name": "Github"
} |
---
title: Metabase
linkTitle: Metabase
description: Metabase
block_indexing: true
menu:
v1.3:
identifier: metabase
parent: ecosystem-integrations
weight: 576
isTocNested: true
showAsideToc: true
---
[Metabase](https://www.metabase.com/) is an extremly easy-to-use Business Intelligence (BI) tool. It bill... | {
"pile_set_name": "Github"
} |
package base_types
type ServiceDocument struct {
DocumentVersion int64 `json:"documentVersion,omitempty"`
DocumentEpoch int64 `json:"documentEpoch,omitempty"`
DocumentKind string `json:"documentKind,omitempty"`
DocumentSelfLink string `json:"documen... | {
"pile_set_name": "Github"
} |
[android-components](../../index.md) / [mozilla.components.lib.crash.service](../index.md) / [CrashTelemetryService](index.md) / [record](./record.md)
# record
`abstract fun record(crash: `[`UncaughtExceptionCrash`](../../mozilla.components.lib.crash/-crash/-uncaught-exception-crash/index.md)`): `[`Unit`](https://kot... | {
"pile_set_name": "Github"
} |
import * as cli from '../cli';
import { compileInMemory } from './utils';
describe('metadata test', () => {
let namespaces: string;
beforeAll(async () => {
namespaces = await cli.buildTypeScriptFromSources([
`
syntax = "proto3";
package test;
service Service {
rpc Sin... | {
"pile_set_name": "Github"
} |
{
"name": "mean-angular2-registration-login-example-server",
"version": "1.0.0",
"description": "Server for MEAN Stack with Angular 2 User Registration and Login Example",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/mean-angular2-registration-login-example.git... | {
"pile_set_name": "Github"
} |
// Mixins
// --------------------------
.fa-icon() {
display: inline-block;
font: normal normal normal @fa-font-size-base/1 FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws thing... | {
"pile_set_name": "Github"
} |
goog.provide('ghostwheel.utils');
goog.require('cljs.core');
goog.require('clojure.walk');
goog.require('cljs.env');
goog.require('orchestra_cljs.spec.test');
ghostwheel.utils.ghostwheel_default_config = cljs.core.PersistentHashMap.fromArrays([new cljs.core.Keyword("ghostwheel.core","report-output","ghostwheel.core/rep... | {
"pile_set_name": "Github"
} |
"""@package docstring
Provides the models used by the application.
"""
from google.appengine.ext import db
from google.appengine.ext import search
import datetime
import markdown
class Secret(db.Model):
name = db.StringProperty()
value = db.StringProperty()
class Radar(search.SearchableModel):
# This fir... | {
"pile_set_name": "Github"
} |
import { IntrospectionResultData } from 'apollo-cache-inmemory';
declare global {
const __INTROSPECTION__: IntrospectionResultData;
// tslint:disable-next-line:interface-name
interface Window {
__API__: string;
}
}
| {
"pile_set_name": "Github"
} |
import React from 'react'
import { Link } from 'react-static'
import { Message } from 'semantic-ui-react'
import ComponentExample from 'docs/src/components/ComponentDoc/ComponentExample'
import ExampleSection from 'docs/src/components/ComponentDoc/ExampleSection'
const TransitionablePortalUsageExamples = () => (
<E... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android" >
<set
android:ordering="sequentially" >
<objectAnimator
android:duration="100"
android:propertyName="rotation"
android:valueFrom="0.0"
android:v... | {
"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>SchemeUserState</key>
<dict>
<key>YoutubePlayerDemo.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
</dict>
</dic... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>DAY Function</title>
</head>
<body>
<h1><code>DAY</code> Function</h1>
<p>Returns the day-of-month part of a date/time string. </p>
<h2>Syntax</h2>
<blockquote>
<code>DAY(<i>date</i>)</code>
</blockquote>
<h2... | {
"pile_set_name": "Github"
} |
$( document ).ready(function() {
// Shift nav in mobile when clicking the menu.
$(document).on('click', "[data-toggle='wy-nav-top']", function() {
$("[data-toggle='wy-nav-shift']").toggleClass("shift");
$("[data-toggle='rst-versions']").toggleClass("shift");
});
// Close menu when you click ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#block1, #block2 {
height: 20px;
background-color: green;
}
#block1 {
margin-bottom: 10px;
}
#block2 {
margin-top: 10px;
}
#table {
display: table;
}
#caption {
display: table-caption;
caption-side: top;
height: 20px;
margin: 20px 0;
background-color: blue... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="midiclock"
ProjectGUID="{9B448D22-EC7E-4BD8-A552-B268D843CC3C}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
... | {
"pile_set_name": "Github"
} |
{
"Commands:": "명령:",
"Options:": "옵션:",
"Examples:": "예시:",
"boolean": "여부",
"count": "개수",
"string": "문자열",
"number": "숫자",
"array": "배열",
"required": "필수",
"default:": "기본:",
"choices:": "선택:",
"aliases:": "별칭:",
"generated-value": "생성된 값",
"Not enough non-option arguments: got %s, need a... | {
"pile_set_name": "Github"
} |
/// <reference path="../fourslash.ts"/>
// @allowNonTsExtensions: true
// @Filename: jsDocCallback.js
//// /**
//// * @callback FooCallback
//// * @param {string} eventName - What even is the navigation bar?
//// */
//// /** @type {FooCallback} */
//// var t;
verify.navigationBar([
{
"text": "<global... | {
"pile_set_name": "Github"
} |
'use strict';
const fs = require('fs');
const path = require('path');
const crypto = require('crypto');
const isStream = require('is-stream');
const {Worker} = (() => {
try {
return require('worker_threads');
} catch (_) {
return {};
}
})();
let worker; // Lazy
let taskIdCounter = 0;
const tasks = new Map();
... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
@font-face {
font-family: "socicon";
src:url("../fonts/socicon.eot");
src:url("../fonts/socicon.eot?#iefix") format("embedded-opentype"),
url("../fonts/socicon.woff") format("woff"),
url("../fonts/socicon.ttf") format("truetype"),
url("../fonts/socicon.svg#socicon") format("svg");
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "game_snake_resume@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
{
"package": "com.xiaoenai.app",
"verified": false,
"authors": [
"zhxhwyzh14"
],
"last_update": {
"timestamp": 1573909761
},
"recommendation": "@recommended",
"behaviors": [
"@abuse"
]
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion=... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>file</title>
</head>
<body>
<h1>{{ file_item['title'] }}</h1>
<p>{{ file_item['created_time'] }}</p>
<p>{{ file_item['content'] }}</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<doi_batch xmlns="http://www.crossref.org/schema/4.4.0" xmlns:ai="http://www.crossref.org/AccessIndicators.xsd" xmlns:rel="http://www.crossref.org/relations.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.4.0" xsi:schemaLocation="http://www.crossref.org/schem... | {
"pile_set_name": "Github"
} |
<project name="external/yocto/github.com.DaveGamble.cJSON" remote="base" path="layers/meta-iot-cloud-dl/git/github.com.DaveGamble.cJSON.git" bare="True"/>
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e7058442d03f84c478514e226306c883
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
| {
"pile_set_name": "Github"
} |
/*!
* Bootstrap Table of Contents v0.4.1 (http://afeld.github.io/bootstrap-toc/)
* Copyright 2015 Aidan Feldman
* Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */
/* modified from https://github.com/twbs/bootstrap/blob/94b4076dd2efba9af71f0b18d4ee4b163aa9e0dd/docs/assets/css/s... | {
"pile_set_name": "Github"
} |
'use strict';
const EventEmitter = require('events');
const crypto = require('crypto');
const http = require('http');
const url = require('url');
const PerMessageDeflate = require('./permessage-deflate');
const extension = require('./extension');
const constants = require('./constants');
const WebSocket = r... | {
"pile_set_name": "Github"
} |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<LinearLayout
android:layout_width... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="JavaScriptCore"
ProjectGUID="{011D10F1-B656-4A1B-A0C3-3842F02122C5}"
RootNamespace="JavaScriptCore"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</To... | {
"pile_set_name": "Github"
} |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
<title>Documenting code in Apache 2.4 - Apache HTTP Server Version 2.4</title>
<link href="../style/css/manual-zip.css" rel="stylesheet" media="all" type="text/css" title="Main ... | {
"pile_set_name": "Github"
} |
{
"appName": {
"message": "VkOpt"
},
"appDesc": {
"message": "Improve your VK.com. Official site and support: http://vkopt.net/"
}
} | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<style>
body { writing-mode: vertical-lr; text-orientation: sideways-right; }
#outer { height: 450px; }
#inner { font-size: 12px; width: 100%; height: 100%; }
</style>
<div id="outer">
<div id="inner">Inflated?
| {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en-us">
<head>
<title>Users</title>
<link rel="stylesheet" href="assets/css/screen.css" />
</head>
<body>
<div class="site">
<div class="site-bd" role="main">
Users
<div class="user">
<p>Monica Curtis</p>
</div>
<div class="user">
<p>Sheppard Williams</p>
</div>
<d... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = ["storage_storage.go"],
tags = ["automanaged"],
deps = [
"//pkg/api:go_default_library",
"//pkg/ap... | {
"pile_set_name": "Github"
} |
<template>
<div class="row row-grid justify-content-between align-items-center mt-lg">
<div class="col-lg-5">
<h3 class="h4 text-success font-weight-bold mb-4">Progress bars</h3>
<base-progress :value="40" label="Task completed"></base-progress>
<base-progress type="prima... | {
"pile_set_name": "Github"
} |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!--
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... | {
"pile_set_name": "Github"
} |
{
"data": [
{
"author": "Edward Norton",
"quote": "I've always thought of acting as more of an exercise in empathy, which is not to be confused with sympathy. You're trying to get inside a certain emotional reality or motivational reality and try to figure out what that's about so yo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.