text stringlengths 11 99.8k | meta dict |
|---|---|
// This file was procedurally generated from the following sources:
// - src/dstr-binding-for-await/obj-ptrn-id-init-fn-name-class.case
// - src/dstr-binding-for-await/default/for-await-of-async-func-const-async.template
/*---
description: SingleNameBinding assigns `name` to "anonymous" classes (for-await-of statement)... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang("codesnippet","pt-br",{button:"Inserir fragmento de código",codeContents:"Conteúdo do código",emptySnippetError:"Um fragmento de ... | {
"pile_set_name": "Github"
} |
---
title: "addition (+)"
date: 2019-04-06T12:19:22+02:00
description: "calculates the sum of a number sequence"
names: ["+"]
usage: "(+ form*)"
tags: ["math", "number"]
---
Takes a set of numbers and calculates their sum.
#### An Example
```scheme
(+ 9 10 23) ;; returns 42
(+ 50 12.6 34.8) ;; returns 97.4
(+... | {
"pile_set_name": "Github"
} |
name: Lepton
description: 'Open-source snippet manager powered by GitHub Gist.'
website: 'https://hackjutsu.com/Lepton/'
repository: 'https://github.com/hackjutsu/Lepton'
keywords:
- gist
- snippet
- github
- note
- markdown
- productivity
- code
- CodeMirror
license: MIT
category: Productivity
screensh... | {
"pile_set_name": "Github"
} |
Ext.BLANK_IMAGE_URL = BASE_URL + '/images/blank.gif';
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
Ext.Ajax.timeout = 30 * 60 * 1000;
Ext.form.BasicForm.prototype.timeout = 30 * 60;
// workaround for proper Ext.ProgressBar rendering u... | {
"pile_set_name": "Github"
} |
defaults_d.erb:
target: defaults_d.txt | {
"pile_set_name": "Github"
} |
<!doctype html>
<title>CodeMirror: ECL 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="ecl.js"></script>
<style>.CodeMirror {border: 1px solid black;}</style>
<div ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Decidim
module Elections
module Admin
# This controller allows the create or update questions for an election.
class QuestionsController < Admin::ApplicationController
helper_method :election, :questions, :question
def new
enforce_permis... | {
"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>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>2926F92F-9F81-4831-9C55-C26... | {
"pile_set_name": "Github"
} |
<?php
use Siberian\Hook;
$init = static function ($bootstrap) {
Hook::listen(
'cache.clear.cache',
'application_pre_init_cache',
static function () {
Application_Model_Cron::triggerRun();
});
};
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c49bb06d12adc1d46abed797f52ee25b
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"
} |
<?xml version='1.0' encoding='utf-8'?>
<nrml xmlns:gml="http://www.opengis.net/gml"
xmlns="http://openquake.org/xmlns/nrml/0.4">
<hazardMap sourceModelTreePath="b1|b3|b2" gsimTreePath="b1|b6" investigationTime="50.0" IMT="PGA" poE="0.1">
<node lon="-1.0" lat="1.0" iml="0.01" />
<node lon="1.0"... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097.3" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation=... | {
"pile_set_name": "Github"
} |
defmodule Serum.StructValidator.Project do
@moduledoc false
_moduledocp = "A module for validating Serum project configuration."
use Serum.StructValidator
define_validator do
key :title, required: true, rules: [is_binary: []]
key :description, rules: [is_binary: []]
key :base_url, required: true,... | {
"pile_set_name": "Github"
} |
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;
INSERT INTO `list` (`id`, `value`) VALUES ('af', 'Afrikaans');
INSERT INTO `list` (`id`, `value`) VALUES ('af_NA', 'Afrikaans (Namibia)');
INSERT INTO `list` (`id`... | {
"pile_set_name": "Github"
} |
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2008-2445",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
... | {
"pile_set_name": "Github"
} |
// Karma configuration
// Generated on Mon May 13 2013 10:01:17 GMT-0300 (ART)
// list of files / patterns to load in the browser
module.exports = function (config) {
config.set({
frameworks: ['jasmine', 'requirejs'],
// base path, that will be used to resolve files and exclude
basePath:... | {
"pile_set_name": "Github"
} |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace.pace-inactive .pace-progress {
display: none;
}
.pace .pace-progress {
posit... | {
"pile_set_name": "Github"
} |
'use strict';
const translators = require('../translators');
module.exports = {
meta: {
type: 'problem',
fixable: 'code',
docs: {
description: 'checks use of deprecated Translator Framework',
category: 'Possible Errors',
},
},
create: function (context) {
return {
Program: function (node) {
... | {
"pile_set_name": "Github"
} |
<form method="post" action="{$smarty.server.PHP_SELF}?action=bulkdomain" class="form-horizontal">
<input type="hidden" name="update" value="{$update}">
<input type="hidden" name="save" value="1">
{foreach from=$domainids item=domainid}
<input type="hidden" name="domids[]" value="{$domainid}" />
{/fo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Project version="2G - 1.7.5" name="{{name}}">
<Target name="Release" isCurrent="1">
<Device manufacturerId="9" manufacturerName="ST" chipId="882" chipName="STM32L053R8T6" boardId="" boardName=""/>
<BuildOption>
<Compile>
<Option name="Optim... | {
"pile_set_name": "Github"
} |
/*
* Table styles
*/
table.dataTable {
width: 100%;
margin: 0 auto;
clear: both;
border-collapse: separate;
border-spacing: 0;
/*
* Header and footer styles
*/
/*
* Body styles
*/
}
table.dataTable thead th,
table.dataTable tfoot th {
font-weight: bold;
}
table.dataTable thead th,
table.da... | {
"pile_set_name": "Github"
} |
[
"id",
"id",
"id",
"frag",
"foo",
"if",
"include",
"first",
"foo",
"after",
"field1",
"alias",
"field2",
"defer",
"User",
"id",
"foo",
"unless",
"skip",
"id",
"id",
"node",
"whoever123is",
"ComplexType",
"foo",
"Site",
"site",
"queryName",
"id",
"story",
"... | {
"pile_set_name": "Github"
} |
{
"nome": "Tufino",
"codice": "063085",
"zona": {
"codice": "4",
"nome": "Sud"
},
"regione": {
"codice": "15",
"nome": "Campania"
},
"provincia": {
"codice": "063",
"nome": "Napoli"
},
"sigla": "NA",
"codiceCatastale": "L460",
"cap": [
"80030"
],
"popolazione": 3785
}
| {
"pile_set_name": "Github"
} |
(function (App) {
'use strict';
var SCROLL_MORE = 0.7; // 70% of window height
var NUM_MOVIES_IN_ROW = 7;
var _this;
function elementInViewport(container, element) {
if (element.length === 0) {
return;
}
var $container = $(container),
$el = $(element... | {
"pile_set_name": "Github"
} |
/**
* GAS - Google Analytics on Steroids
*
* Multi-Domain Tracking Plugin
*
* Copyright 2011, Cardinal Path and Direct Performance
* Licensed under the GPLv3 license.
*
* @author Eduardo Cereto <eduardocereto@gmail.com>
*/
/**
* Private variable to store allowAnchor choice
*/
_gas._allowAnchor = false;
/**... | {
"pile_set_name": "Github"
} |
module.exports.hello = (event, context, callback) => {
const response = {
/* Status code required for default lambda integration */
statusCode: 200,
body: JSON.stringify({
message: 'Hi ⊂◉‿◉つ',
event: event,
}),
}
/** callback(error, response) */
return callback(null, response)
}
| {
"pile_set_name": "Github"
} |
import { NAME_BUTTON, NAME_BUTTON_GROUP } from '../../constants/components'
import Vue, { mergeData } from '../../utils/vue'
import { getComponentConfig } from '../../utils/config'
export const props = {
vertical: {
type: Boolean,
default: false
},
size: {
type: String,
default: () => getComponen... | {
"pile_set_name": "Github"
} |
namespace JexusManager.Features.Main
{
using System.ComponentModel;
using System.Windows.Forms;
partial class ServerPage
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
/// <summary>
/// Clean up an... | {
"pile_set_name": "Github"
} |
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"-------------------------------------------------... | {
"pile_set_name": "Github"
} |
<div class="ngb-track-header-action-buttons" layout="row" layout-align="start center">
<div class="ngb-track-header-action-button" ng-repeat="action in ctrl.actions">
<div ng-if="action.enabled()">
<div ng-if="action.type === 'checkbox'"
layout="row"
layout-alig... | {
"pile_set_name": "Github"
} |
[android-components](../../index.md) / [mozilla.components.concept.sync](../index.md) / [SyncableStore](./index.md)
# SyncableStore
`interface SyncableStore` [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/concept/sync/src/main/java/mozilla/components/concept/sync/Sync.kt#L48)
... | {
"pile_set_name": "Github"
} |
{% extends "pretixcontrol/event/base.html" %}
{% load i18n %}
{% block title %}
{% trans "Approve order" %}
{% endblock %}
{% block content %}
<h1>
{% trans "Approve order" %}
</h1>
<p>{% blocktrans trimmed %}
Do you really want to approve this order?
{% endblocktrans %}</p>
<fo... | {
"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>Node Url Shortener</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
... | {
"pile_set_name": "Github"
} |
dl {
padding-left: 0;
}
dt {
font-weight: bold;
margin-top: 10px;
}
dt:first-child {
margin-top: 0;
}
dd {
margin-left: 20px;
} | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import * as React from 'react';
import { landmarksAssessmentInstanceDetailsColumnRenderer } from 'assessments/landmarks/landmarks-instance-details-column-renderer';
import { LandmarksAssessmentProperties } from '../../../..... | {
"pile_set_name": "Github"
} |
{
"action": {
"environmental": {
"variety": [
"Power failure"
]
}
},
"actor": {
"external": {
"country": [
"Unknown"
],
"motive": [
"NA"
],
"region": [
"000000"
],
"variety": [
"Force majeure"
]
}
... | {
"pile_set_name": "Github"
} |
<template>
<div class="md-tabs">
<md-tab-bar
ref="tabBar"
:items="menus"
:value="currentName"
:has-ink="hasInk"
:ink-length="inkLength"
:immediate="immediate"
@change="$_handleTabClick"
/>
<div class="md-tabs-content">
<slot></slot>
</div>
</div>
</tem... | {
"pile_set_name": "Github"
} |
(function () {
var laroute = (function () {
var routes = {
absolute: $ABSOLUTE$,
rootUrl: Vars.public_url,
routes : $ROUTES$,
prefix: '$PREFIX$',
route : function (name, parameters, route) {
route = route || this.getByName(name)... | {
"pile_set_name": "Github"
} |
[[
"start",
["xml-pe.doctype.xml","<!"],
["xml-pe.doctype.xml","DOCTYPE"],
["text.whitespace.xml"," "],
["xml-pe.xml","html"],
["xml-pe.doctype.xml",">"]
],[
"start",
["meta.tag.punctuation.tag-open.xml","<"],
["meta.tag.tag-name.xml","html"],
["meta.tag.punctuation.tag-close.xml",">"]
],[
"sta... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--
#######################################
- THE HEAD PART -
######################################
-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-s... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2020 Lisk Foundation
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation,
* no part of this software, including this file, may be copied, modified,
* propagated... | {
"pile_set_name": "Github"
} |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>ssl::stream::next_layer</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<l... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# == Schema Information
#
# Table name: flashes
#
# id :bigint not null, primary key
# client_uuid :string not null
# data :json
# created_at :datetime not null
# updated_at :datetime not null
#
# Indexes
#
# index_flashes_on_clie... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="agency.tango.android.avatarview">
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>
| {
"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 `TCP_FASTOPEN` constant in crate `libc`.">
<meta name="keyw... | {
"pile_set_name": "Github"
} |
{% set name = "cansnper" %}
{% set version = "1.0.10" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 1
script: python -m pip install --no-deps --ignore-installed .
noarch: python
source:
url: https://github.com/adrlar/CanSNPer/archive/{{ version }}.tar.gz
sha256: a7a14315fa6ad... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>OCP Certificate Expiry Report</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" rel="styleshee... | {
"pile_set_name": "Github"
} |
-----------
# PersistentVolumeList v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | PersistentVolumeList
PersistentVolumeList is a list of PersistentVolume items.
Field | Description
------------ | -----------
items <br /> *[PersistentVolume](#persistentvolu... | {
"pile_set_name": "Github"
} |
//logs.js
const util = require('../../utils/util.js')
Page({
data: {
logs: []
},
onLoad: function () {
this.setData({
logs: (qq.getStorageSync('logs') || []).map(log => {
return util.formatTime(new Date(log))
})
})
}
})
| {
"pile_set_name": "Github"
} |
<style type="text/css">
.test{
margin: 20px 20px 20px 20px;
}
.test Button{
margin-bottom: 10px;
}
</style>
<template>
<div class="test">
<Button type="warning" @click="click()">test</Button>
<Button type="warning" @click="click2()">测试</Button>
<Input v-m... | {
"pile_set_name": "Github"
} |
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<!-- Standard Head Part -->
<head>
<title>NUnit - Ignore</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-US">
<link rel="stylesheet" typ... | {
"pile_set_name": "Github"
} |
{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "flannel-server",
"namespace": "kube-system",
"labels": {
"app": "flannel-server",
"version": "v0.1"
}
},
"spec": {
"volumes": [
{
"name": "varlog",
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Apr 02 19:24:20 PDT 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AsyncByteArrayFeeder... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2015 Hippo Seven
~
~ 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
~
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.ALT_DIGITS.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.ALT_DIGITS.html">../../../../libc/constant.ALT_DIGITS.html</a>...</p>
<script>location.replace("../../../../libc/c... | {
"pile_set_name": "Github"
} |
import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';
import PageObject from 'ember-cli-page-object';
import errorFormatterComponent from '../../pages/components/error-formatter';
import { AdapterError } from 'ember-data/adapters/errors';
import FriendlyError from 'code... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1811e84a50fce2d499508e560897172a
timeCreated: 1464866754
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
package example
import scalikejdbc._
object SetupJdbc {
def apply(driver: String, host: String, user: String, password: String): Unit = {
Class.forName(driver)
ConnectionPool.singleton(host, user, password)
}
}
| {
"pile_set_name": "Github"
} |
/**
* borderBottomRightRadius mixin
*/
var borderBottomRightRadius = function borderBottomRightRadius(value) {
value = value || '0';
var numRegex = /\d/gi;
var numWithoutValue = /(?:\s|^)(\.?\d+\.?\d*)(?![^(]*\)|\w|%|\.)/gi;
if (/^[^, ]*,/.test(value)) {
value = value.replace(/(?:,)(?![^(]*\))/g, '');
... | {
"pile_set_name": "Github"
} |
import logging
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext_lazy as _
from django.utils.http import urlencode
from horizon import exceptions
from horizon import tables
from openstack_dashboard import api
from ..users.tables import UsersTable
LOG = logging.getLogger(__n... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
<display-name>HelloWorld</display-na... | {
"pile_set_name": "Github"
} |
# defmodule Formex.TestModel.Article do
# use Formex.TestModel
# schema "articles" do
# field :title, :string
# field :content, :string
# field :visible, :boolean
# belongs_to :category, Formex.TestModel.Category
# belongs_to :user, Formex.TestModel.User
# many_to_many :tags, Formex.TestM... | {
"pile_set_name": "Github"
} |
TYPE='swap'
| {
"pile_set_name": "Github"
} |
// moment.js language configuration
// language : malayalam (ml)
// author : Floyd Pink : https://github.com/floydpink
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['moment'], factory); // AMD
} else if (typeof exports === 'object') {
module.exports = factory(r... | {
"pile_set_name": "Github"
} |
<!doctype html>
<head>
<!-- jQuery packaging changed for 2.1.0, so try to load both paths, one will work. -->
<script src="../../bower_components/jquery/dist/jquery.js"></script>
<script src="../../bower_components/jquery/jquery.js"></script>
<script src="../../bower_components/raphael/raphael-min.js"></script>... | {
"pile_set_name": "Github"
} |
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "techreborn:block/storage/titanium_storage_block_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "techreborn:block/storage/titanium_storage_block_wall_side",
"uvlock": true
}
},
{
"when": {
"... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { styles } from '../helpers';
import { TextInput } from 'react-native';
export default function SecureTextEntry() {
return (
<TextInput
defaultValue="abc"
numberOfLines={2}
secureTextEntry={true}
style={styles.textinput}
/>
);
}
| {
"pile_set_name": "Github"
} |
.scroll-view_H{
white-space:nowrap;
width: 100%;
background-color: rgba(255, 255, 255, 0.7);
}
.banner-scroll{
margin-top:2px;
}
.banner-scroll repeat{
margin-bottom:10px;
}
.nav-name{
display:inline-block;
margin:0 5px;
font-size:16px;
color: #2b2e33;
border-bottom: 2px solid... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var React = require('react');
var Router = require('react-router');
var { Map, Seq } = require('../../../../');
var defs = require('../.... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="../internal.js"></script>
<style type="text/css">
h... | {
"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: RobotoLightMultiplyDouble
m_Shader: {fileID: 4800000, guid: a341e5901a10a4ab2b8043aac6ff3b92, type: 3}
m_ShaderKeywords:
... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'toolbar', 'mn', {
toolbarCollapse: 'Collapse Toolbar', // MISSING
toolbarExpand: 'Expand Toolbar', // MISSING
toolbarGroups: {
document: 'Documen... | {
"pile_set_name": "Github"
} |
/* global FileReader */
import React from 'react'
import PropTypes from 'prop-types'
import { createMessage } from '../graphql/mutations'
import { getConvo } from '../graphql/queries'
import { graphql } from 'react-apollo'
import uuid from 'uuid/v4'
import { Popover, PopoverHeader, PopoverBody } from 'reactstrap'
impo... | {
"pile_set_name": "Github"
} |
{
"include": [
"src/l10n/*"
],
"compilerOptions": {
"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
"module": "commonjs", /* Specify module cod... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "loading_2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
directive @relation(name: String!) on FIELD_DEFINITION
directive @default(value: Int!) on FIELD_DEFINITION
type Post {
id: ID!
title: String!
publishedAt: Int!
likes: Int! @default(value: 0)
author: Author! @relation(name: "Posts")
blog: Blog @relation(name: "Posts")
}
type Author {
id: ID!
name: Stri... | {
"pile_set_name": "Github"
} |
# 一对一
一对一是一种 A 只包含一个 B 实例,而 B 只包含一个 A 实例的关系。
我们以`User`和`Profile`实体为例。
用户只能拥有一个配置文件,并且一个配置文件仅由一个用户拥有。
```typescript
import { Entity, PrimaryGeneratedColumn, Column } from "typeorm";
@Entity()
export class Profile {
@PrimaryGeneratedColumn()
id: number;
@Column()
gender: string;
@Column()
photo: string;... | {
"pile_set_name": "Github"
} |
---
description: "Extended Static Geometry Methods"
title: "Extended Static Geometry Methods | Microsoft Docs"
ms.custom: ""
ms.date: "03/14/2017"
ms.prod: sql
ms.prod_service: "database-engine, sql-database"
ms.reviewer: ""
ms.technology: t-sql
ms.topic: "language-reference"
dev_langs:
- "TSQL"
helpview... | {
"pile_set_name": "Github"
} |
{
"name": "University of Plymouth",
"displayName": "University of Plymouth",
"properties": [
"plymouth.ac.uk"
]
} | {
"pile_set_name": "Github"
} |
<div class="container">
<div class="row">
<div class="col s12 m9 l10">
<!-- Valign Section-->
<div id="valign" class="section scrollspy">
<h2 class="header">Alignment</h2>
<p class="caption">We have easy to use classes to help you align your content.</p>
<h5 class="light">V... | {
"pile_set_name": "Github"
} |
///
/// Multiverse by HTML5 UP
/// html5up.net | @n33co
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Panel */
.panel {
@include padding(4em, 4em);
@include vendor('transform', 'translateY(100vh)');
@include vendor('transition', 'transform #{_duration(panel)} e... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<simulation>
<project id="qmc_short_kspace_4_4" series="0">
<application name="qmcapp" role="molecu" class="serial" version="1.0"/>
</project>
<qmcsystem>
<simulationcell>
<parameter name="lattice" units="bohr">
3.37316115 3.37316115 0.... | {
"pile_set_name": "Github"
} |
<h1><?php echo erTranslationClassLhTranslation::getInstance()->getTranslation('system/timezone','Live Helper Chat update');?></h1>
<?php if (isset($updated) && $updated == 'done') : $msg = erTranslationClassLhTranslation::getInstance()->getTranslation('system/smtp','Settings updated'); ?>
<?php include(erLhcoreCla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="questionnaire-lookupQuestionnaire"/>
<url value="http://hl7.org/fhir/StructureDefinition/questionnaire-lookupQuestionnaire"/>
<name value="lookupQuestionnaire"/>
<status value="draft"/>
<date value="2013-07-04... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>shiro-example</artifactId... | {
"pile_set_name": "Github"
} |
page 20037 "APIV1 - Sales Quotes"
{
APIVersion = 'v1.0';
Caption = 'salesQuotes', Locked = true;
ChangeTrackingAllowed = true;
DelayedInsert = true;
EntityName = 'salesQuote';
EntitySetName = 'salesQuotes';
ODataKeyFields = Id;
PageType = API;
SourceTable = "Sales Quote Entity Buffer... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24.0dip" android:height="24.0dip"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path android:fillAlpha="0.3"
android:fillColor="@android:color/holo_blue_b... | {
"pile_set_name": "Github"
} |
<?php use_javascript(plugin_web_path('orangehrmRecruitmentPlugin', 'js/viewJobsSuccess')); ?>
<style type="text/css">
#content {
padding-top: 0;
}
pre {
overflow: auto;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla,... | {
"pile_set_name": "Github"
} |
/* eslint-disable func-names */
/**
* Webpack's `externals` equivalent object,
* listing dependencies that Frint packages use.
*/
import webpackRxJsExternals from './utils/webpackRxjsExternals';
export const rxjs = [webpackRxJsExternals()];
export const lodash = [
function (context, request, callback) {
if (... | {
"pile_set_name": "Github"
} |
{
"accountLinkingWhitelistedDomains": null,
"asin": "B01MEF6JVS",
"averageRating": 3.3,
"canDisable": true,
"capabilities": null,
"category": null,
"description": "Ever want a quick tip to make your life better? Better Life provides exactly that. Listen to short, proven tips for better living whenever you... | {
"pile_set_name": "Github"
} |
.cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/
.cm-s-twilight .CodeMirror-selected { background: #323232 !important; } /**/
.cm-s-twilight .CodeMirror-gutters { background: #222; border-right: 1px solid #aaa; }
.cm-s-twilight .CodeMirror-guttermarker { color: white; }
.cm-s-twilight .CodeMirro... | {
"pile_set_name": "Github"
} |
import {
UPDATE_ORDER_BOOK,
CLEAR_ORDER_BOOK
} from "modules/orders/actions/update-order-book";
import { RESET_STATE } from "modules/app/actions/reset-state";
const DEFAULT_STATE = {};
/**
* @param {Object} orderBooks
* @param {Object} action
*/
export default function(orderBooks = DEFAULT_STATE, { type, data }... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "//www.w3.org/TR/html4/strict.dtd">
<HTML style="overflow:auto;">
<HEAD>
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
<meta name="description" content="JDiff is a Javadoc doclet which gener... | {
"pile_set_name": "Github"
} |
import * as Lint from "tslint";
import * as ts from "typescript";
import { failure } from "../util";
// Same functionality as https://github.com/palantir/tslint/pull/1654, but simpler implementation.
// Remove when that PR is in.
export class Rule extends Lint.Rules.AbstractRule {
static metadata: Lint.IRuleMeta... | {
"pile_set_name": "Github"
} |
{{ partial "header.html" . }}
<div class="main-container">
<section class="space--xs ">
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="h2 inline-block">Articles & News</span>
<!--
<div class="typed-headline">
<span class="h... | {
"pile_set_name": "Github"
} |
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tile_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="@dimen/half_margin"
... | {
"pile_set_name": "Github"
} |
import makeStyles from '@material-ui/core/styles/makeStyles';
import githubBtnStyles from './githubBtn.styles';
const useGithubBtnStyles = makeStyles(githubBtnStyles);
export { githubBtnStyles, useGithubBtnStyles };
export { default } from './githubBtn.styles';
| {
"pile_set_name": "Github"
} |
<?php
return [
'runtimeWidgets' => [
'application.modules.contentblock.widgets.ContentBlock',
'application.modules.gallery.widgets.Gallery',
],
];
| {
"pile_set_name": "Github"
} |
var gulp = require('gulp');
var runSequence = require('run-sequence');
/**
* Run all tasks needed for a build in defined order
*/
gulp.task('build', function(callback) {
runSequence('delete', 'jekyll',
[
'styles',
'scripts',
'images',
'copy:fonts'
],
'base64',
callback);
});
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.