text stringlengths 11 99.8k | meta dict |
|---|---|
{
"name": "descriptor:command1",
"hidden": false,
"usage": [
"descriptor:command1",
"alias1",
"alias2"
],
"description": "command 1 description",
"help": "command 1 help",
"definition": {
"arguments": [],
"options": []
}
}
| {
"pile_set_name": "Github"
} |
import "hash"
rule n3ed_5913c5a6ddab1b32
{
meta:
copyright="Copyright (c) 2014-2017 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.2.2 divinorum/0.99 icewater/0.3.01"
viz_url="http://icewater.io/en/cluster/query?h64=n3ed.5913c5a6ddab1b32"
cluster="n3ed.5913c5a6ddab1b32"
... | {
"pile_set_name": "Github"
} |
name: Kubernetes Javascript Client - Validation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '10' ]
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v2
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0910"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value="android.support.annotation.NonNull" />
<option name="myNullables">
<value>
... | {
"pile_set_name": "Github"
} |
hubot:
image: easypi/hubot-arm
ports:
- "8080:8080"
volumes:
- ./data:/home/hubot/scripts
environment:
- HUBOT_SLACK_TOKEN=xoxb-xxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxx
- HUBOT_AUTH_ADMIN=UXXXXXXXX
restart: unless-stopped
| {
"pile_set_name": "Github"
} |
{
"description": "Top 1000 U.S. cities by population (2016 estimates)",
"source": "US Census American Community Survey 2016 5-year Data",
"cities": [
{
"city": "New York",
"state": "New York",
"population": 8461961
},
{
"city": "Los Angeles",
"state": "California",
... | {
"pile_set_name": "Github"
} |
var breakpoints = require('./mediaQuery');
var stylus = require('stylus');
var nodes = stylus.nodes;
module.exports = function() {
return function(style) {
for (var key in breakpoints) {
style.define(key, (function(key) {
return function() {
return new nodes.... | {
"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 class... | {
"pile_set_name": "Github"
} |
/*
Language: Bash
Author: vah <vahtenberg@gmail.com>
*/
hljs.LANGUAGES.bash = function(){
var BASH_LITERAL = {'true' : 1, 'false' : 1};
var VAR1 = {
className: 'variable',
begin: '\\$([a-zA-Z0-9_]+)\\b'
};
var VAR2 = {
className: 'variable',
begin: '\\$\\{(([^}])|(\\\\}))+\\}',
contains: [h... | {
"pile_set_name": "Github"
} |
hg = require 'mercury'
Promise = require 'bluebird'
{h} = hg
listeners = []
log = (msg) -> #console.log(msg)
{TreeView, TreeViewItem, TreeViewUtils} = require './TreeView'
gotoBreakpoint = (breakpoint) ->
atom.workspace.open(breakpoint.script, {
initialLine: breakpoint.line
initialColumn: 0
activatePa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="WorklistDefinition" module="Products.DCWorkflow.Worklists"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>global</s... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Template String</title>
<meta name="description" content="Simple templating using the most barebones interpolation method, ES6 template strings"></meta>
<meta property="og:image" content="https://raw.githubusercontent.com/supermedium/superframe/master/components/templa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
* This file is part of Nanomite.
*
* Nanomite 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 License, or
* (at your option) any... | {
"pile_set_name": "Github"
} |
<%#
Copyright 2009 Timothy Fisher
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<entity_scene>
<!-- Keep the example
<scene id="The_iPods_Nano">
<name>The iPods Nano</name>
</scene>
-->
</entity_scene>
| {
"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 (1.8.0_222) on Wed Aug 14 11:24:50 AEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.rdf4j.sail.spi... | {
"pile_set_name": "Github"
} |
{
"name": "yuque-hexo",
"version": "1.6.5",
"description": "A downloader for articles from yuque",
"main": "index.js",
"scripts": {
"clean": "rimraf coverage",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
... | {
"pile_set_name": "Github"
} |
<div class="loading_flag" style="display:none;">{{ rsa_check_r['error'] }}</div>
<style type="text/css">
.error-show{
text-align: center;
}
</style>
<div class="layui-container" style="width:100%;">
<div class="layui-row" style="margin-top:28%;">
{% if rsa_check_r['error'] %}
<div cl... | {
"pile_set_name": "Github"
} |
module VirtualBox
module COM
module Interface
module Version_4_1_X
class VirtualBox < AbstractInterface
IID_STR = "c28be65f-1a8f-43b4-81f1-eb60cb516e66"
property :version, WSTRING, :readonly => true
property :revision, T_UINT64, :readonly => true
property :pa... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
| {
"pile_set_name": "Github"
} |
# -*- python -*-
load(
"@drake//tools/skylark:drake_cc.bzl",
"drake_cc_library",
"drake_cc_package_library",
)
load("//tools/lint:lint.bzl", "add_lint_tests")
package(default_visibility = ["//visibility:public"])
# This should encompass every cc_library in this package, except for items that
# should onl... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('functions', require('../functions'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
#######################################################
#
# ruboto/util/toast.rb
#
# Utility methods for doing a toast.
#
#######################################################
Java::android.content.Context.class_eval do
def toast(text, duration=Java::android.widget.Toast::LENGTH_SHORT)
Java::android.widget.Toa... | {
"pile_set_name": "Github"
} |
<%@ include file="taglib.jsp" %>
<html>
<head>
<title>Login Page</title>
<style>
.errorblock {
color: #ff0000;
background-color: #ffEEEE;
border: 3px solid #ff0000;
padding: 8px;
margin: 16px;
}
</style>
</head>
<body>
<h3>Login Page</h3>
<c:if test="${not empty error}">
<div class="errorbl... | {
"pile_set_name": "Github"
} |
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));
INSERT INTO "list" ("id", "value") VALUES (E'az', E'الأذربيجانية');
INSERT INTO "list" ("id", "value") VALUES (E'az_AZ', E'الأذربيجانية (أذربيجان)');
INSERT INTO "list" ("id", "value") VALUES (E'az_Cyrl_AZ', E'الأذربيجانية (السيري... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GraphicsCanvasBubble</string>
<string name="bubble_desc">Bubble</string>
</resources>
| {
"pile_set_name": "Github"
} |
var Immutable = require('immutable');
var Summary = require('../../../models/summary');
var File = require('../../../models/file');
describe('mergeAtLevel', function() {
var mergeAtLevel = require('../mergeAtLevel');
var summary = Summary.createFromParts(File(), [
{
articles: [
... | {
"pile_set_name": "Github"
} |
; Packaging information for cis
name = "CIS 2.x"
description = "Online Course Information System"
exclusive = "1"
core = "7.x"
elmslndefaulttitle = "CIS"
elmslntype = "authority"
; ----------
; ELMSLN Core Dependencies
; ----------
; Core
dependencies[] = block
dependencies[] = contextual
dependencies[] = field
depend... | {
"pile_set_name": "Github"
} |
{
"webp": [
{
"format": "webp",
"width": 90,
"height": 90,
"url": "/img/avatars/twitter/45d5c4f1-90.webp",
"sourceType": "image/webp",
"srcset": "/img/avatars/twitter/45d5c4f1-90.webp 90w",
"outputPath": "img/avatars/twitter/45d5c4f1-90.webp",
"size": 1756
}
]... | {
"pile_set_name": "Github"
} |
---
title: 'API: head 方法'
description: Nuxt.js 使用了 vue-meta 更新应用的头部标签和html属性。
menu: head
category: pages
position: 23
---
# head 方法
> Nuxt.js 使用了 [`vue-meta`](https://github.com/nuxt/vue-meta) 更新应用的 `头部标签(Head)` 和 `html 属性`。
- **类型:** `Object` 或 `Function`
使用 `head` 方法设置当前页面的头部标签。
在 `head` 方法里可通过 `this` 关键字来获取组件的数... | {
"pile_set_name": "Github"
} |
/* =============================================================
* flatui-checkbox v0.0.3
* ============================================================ */
!function ($) {
/* CHECKBOX PUBLIC CLASS DEFINITION
* ============================== */
var Checkbox = function (element, options) {
this.init(elemen... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script>
customElements.define("custom-element", class extends HTMLElement {
constructor() {
super();
const template = document.getElementById("template");
const shadowRoot = this.at... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<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>Visibly.js shim demo</title>
<script src="visibly.js"></script>
</head>
<body>
<script type="text/javascript">
visibl... | {
"pile_set_name": "Github"
} |
simulateModel("Buildings.Controls.OBC.UnitConversions.Validation.From_gal", method="dassl", stopTime=10, tolerance=1e-06, resultFile="From_gal");
createPlot(id=1, position={20, 10, 900, 650}, subPlot=1, y={"add.y"}, range={0.0, 1800.0, -0.2, 0.12}, grid=true, colors={{0,0,0}});
createPlot(id=1, position={20, 10, 900, ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" et-al-min="3" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" initialize="false" page-range-format="expanded" demote-non-dropping-particle="never" default-locale="fr-FR">
<info>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Lottie.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
---
title: "mapatei"
date: "2019-09-22"
series: conlangs
tags:
- mapatei
- protolang
---
# mapatei
I've been working on a project in the [Conlang Critic][conlangcritic] Discord with some friends for a while now, and I'd like to summarize what we've been doing and why here. We've been working on creating a constru... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "Random::DEFAULT" do
it "returns a Random instance" do
Random::DEFAULT.should be_an_instance_of(Random)
end
it "changes seed on reboot" do
seed1 = ruby_exe('p Random::DEFAULT.seed', options: '--disable-gems')
seed2 = ruby_exe('p Random::DEFAULT.seed', op... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "fresh@0.5.0",
"scope": null,
"escapedName": "fresh",
"name": "fresh",
"rawSpec": "0.5.0",
"spec": "0.5.0",
"type": "version"
},
"/var/www/html/star/node_modules/send"
]
],
"_from": "fresh@0.5.0",
"_id": "f... | {
"pile_set_name": "Github"
} |
{
"openapi": "3.0.0",
"servers": [
{
"url": "http://xkcd.com/"
}
],
"info": {
"description": "Webcomic of romance, sarcasm, math, and language.",
"title": "XKCD",
"version": "1.0.0",
"x-apisguru-categories": [
"media"
],
"x-logo": {
"url": "http://imgs.xkcd.com/... | {
"pile_set_name": "Github"
} |
<button mat-fab (click)="toggleActions()" cdk-overlay-origin class="notadd-speed-dial-fab-trigger">
<mat-icon class="mat-18" [@fabToggle]="fabTriggerState">add</mat-icon>
</button>
<ng-template cdk-portal #notaddSpeedDialFabActionsTemplate="cdkPortal">
<div [@speedDialStagger] fxLayout="column nowrap" fxLayoutA... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
body {
width: 180px;
font-family: sans-serif;
font-size: 13px;
background: #f5fff5;
}
a {
color: #00acfc;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
... | {
"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"
} |
module.exports = {
'countBy': require('./countBy'),
'each': require('./each'),
'eachRight': require('./eachRight'),
'every': require('./every'),
'filter': require('./filter'),
'find': require('./find'),
'findLast': require('./findLast'),
'flatMap': require('./flatMap'),
'flatMapDeep': require('./flatM... | {
"pile_set_name": "Github"
} |
import Vue from "vue";
import App from "./Index.vue";
import vuetifyService from "@/options/plugins/vuetify";
import { EModule, EAction } from "@/interface/enum";
import { IRequest } from "@/interface/common";
import Extension from "@/service/extension";
const extension = new Extension();
class Debugger {
private ... | {
"pile_set_name": "Github"
} |
module.exports = function(hljs) {
var FILTER = {
className: 'filter',
begin: /\|[A-Za-z]+:?/,
keywords:
'truncatewords removetags linebreaksbr yesno get_digit timesince random striptags ' +
'filesizeformat escape linebreaks length_is ljust rjust cut urlize fix_ampersands ' +
'title float... | {
"pile_set_name": "Github"
} |
/dts-v1/;
/ {
property = label: "foo" label:;
};
| {
"pile_set_name": "Github"
} |
/**
* External dependencies
*/
import { isNil, isEmpty } from 'lodash';
import classnames from 'classnames';
/**
* Internal dependencies
*/
import BlockIframePreview from './block-iframe-preview';
const TemplateSelectorItem = ( props ) => {
const {
id,
value,
onSelect,
label,
useDynamicPreview = false,... | {
"pile_set_name": "Github"
} |
<?php
return [
"play" => "Ascolta Stream",
"stop" => "Ferma Stream",
"loading" => "Caricamento...",
"options" => "Più Opzioni",
"links" => [
"direct" => "Link Diretto Stream",
"m3u" => "File di Stream.m3u",
"pls" => "File di Stream .pls",
"help" => "?"
],
"dj" => "DJ",
"listeners" => "Ascoltatori",
"l... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<title>Sticky positioned element should be observable by offsetTop and offsetLeft</title>
<link rel="help" href="https://www.w3.org/TR/css-position-3/#sticky-pos" />
<meta name="assert" content="This test checks that a sticky positioned element
should be observable by offsetTop/offsetLeft." />
<script ... | {
"pile_set_name": "Github"
} |
{
"host" : "farmer.cloudmqtt.com",
"locatorDisplacement" : 200,
"subTopic" : "",
"usepolicy" : false,
"validatecertificatechain" : false,
"ignoreStaleLocations" : 0,
"cleanSession" : false,
"locked" : false,
"url" : "",
"usePassword" : true,
"positions" : 50,
"mode" : 0,
"tls" : false,
"will... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<div>
<div class="card">
<h1>Profile 1</h1>
<div>
<form>
<div>
<label for="name">Name</label>
<input type="text" name="name" id="name" value=""/>
</div>
</form>
</div>
</div>
<div class="card">
<h1>Profile 2</h1>
<div>
... | {
"pile_set_name": "Github"
} |
<!doctype html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="style.css">
<title>ProGuard Downloads</title>
</head>
<body>
<h2>Downloa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.fangxuele.tool.push.ui.form.msg.MaSubscribeMsgForm">
<grid id="27dc6" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="fals... | {
"pile_set_name": "Github"
} |
/*
* Skin: Purple
* ------------
*/
@import "../../bootstrap-less/mixins.less";
@import "../../bootstrap-less/variables.less";
@import "../variables.less";
@import "../mixins.less";
.skin-purple-light {
//Navbar
.main-header {
.navbar {
.navbar-variant(@purple; #fff);
.sidebar-toggle {
c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Gallery xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gallery"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:spacing="1dip" />
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
#
# Copyright (c) Bo Peng and the University of Texas MD Anderson Cancer Center
# Distributed under the terms of the 3-clause BSD License.
import keyword
import re
from typing import Callable, List
SOS_TARGETS_OPTIONS = [
'group_by', 'paired_with', 'pattern', 'group_with', 'for_each',
... | {
"pile_set_name": "Github"
} |
.sidebar-menu {
display: table-cell;
position: relative;
width: @sidebar-width;
background: @sidebar-background;
z-index: 1;
.logo-env {
padding: @default-padding (@double-margin + @sidebar-horizontal-link-padding);
border-bottom: 1px solid @sidebar-menu-border;
&:extend(.clearfix all);
.logo {
fl... | {
"pile_set_name": "Github"
} |
Moves up and down the hierarchy of imported layers
| {
"pile_set_name": "Github"
} |
var ImageDialog = {
preInit : function() {
var url;
tinyMCEPopup.requireLangPack();
if (url = tinyMCEPopup.getParam("external_image_list_url"))
document.write('<script language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></script>');
},
... | {
"pile_set_name": "Github"
} |
'use strict'
const { describe, it } = require('mocha')
const { expect } = require('chai')
const createProxyAclPage = require('../../../../add-on/src/pages/proxy-acl/page')
const { objToAcl } = require('../../../helpers/acl')
const createMockI18n = require('../../../helpers/mock-i18n')
describe('pages/proxy-acl/page', ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<block>
<name>Burst Type Filter</name>
<key>gsm_burst_type_filter</key>
<import>import grgsm</import>
<make>grgsm.burst_type_filter($selected_burst_types)</make>
<param>
<name>Selected burst types</name>
<key>selected_burst_types</key>
<value>[0,1,2,3,4,5,6,7]</value>
<t... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "icon_read.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icon_read@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
... | {
"pile_set_name": "Github"
} |
[
{ "mask": "+247-####", "cc": "AC", "name_en": "Ascension", "desc_en": "", "name_ru": "Остров Вознесения", "desc_ru": "" },
{ "mask": "+376-###-###", "cc": "AD", "name_en": "Andorra", "desc_en": "", "name_ru": "Андорра", "desc_ru": "" },
{ "mask": "+971-5#-###-####", "cc": "AE", "name_en": "United Arab Emirates", "... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('flatten', require('../flatten'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">org.... | {
"pile_set_name": "Github"
} |
@mixin gz-make-unit ($width: 100%) {
// Required for offset/push/pull
position: relative;
// By default, all columns should be 100% wide (mobile-first).
@include gz-unit-width($width);
// border-box forces the browser to include padding and borders when calculating the width.
box-sizing: border-box;
}
@mix... | {
"pile_set_name": "Github"
} |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, des... | {
"pile_set_name": "Github"
} |
import holodeck
import numpy as np
from tests.utils.equality import almost_equal
import uuid
base_cfg = {
"name": "test_rotation_sensor",
"world": "TestWorld",
"main_agent": "sphere0",
"agents": [
{
"agent_name": "sphere0",
"agent_type": "SphereAgent",
"sens... | {
"pile_set_name": "Github"
} |
{
"nome": "Corio",
"codice": "001094",
"zona": {
"codice": "1",
"nome": "Nord-ovest"
},
"regione": {
"codice": "01",
"nome": "Piemonte"
},
"provincia": {
"codice": "001",
"nome": "Torino"
},
"sigla": "TO",
"codiceCatastale": "D008",
"cap": [
"10070"
],
"popolazione": 3330
}
| {
"pile_set_name": "Github"
} |
{
"os": {
"discovery": {
"devices": [
{
"sysName": "",
"sysObjectID": ".1.3.6.1.4.1.2509.11.1.1.8",
"sysDescr": null,
"sysContact": null,
"version": "2.7.0.11.4349-WTM4100",
... | {
"pile_set_name": "Github"
} |
<div style="max-width: 450px; padding-bottom: 50px">
<h4 class="table-example-popin-title">Mobile Mode</h4>
<table fd-table [popIn]="true" [noBorderX]="true" [noBorderY]="true">
<thead fd-table-header>
<tr fd-table-row>
<th fd-table-cell>Fruit Description</th>
<th fd-tabl... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>29A-101.04</num>
<reaso... | {
"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>angle</key>
<real>90</real>
<key>angleVariance</key>
<real>360</real>
<key>blendFuncDestination</key>
<integer>1</integer>
<key>blendFunc... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/**
* @path ch15/15.2/15.2.3/15.2.3.3/15.2.3.3-4-138.js
* @description Object.getOwnPropertyDescriptor returns data desc for functions on built-ins (Date.prototype.setFullYear)
*/
function testcase() {
var desc = Object.getOwnPropertyDescriptor(Da... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDVBTTuning xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DVBTTuning>
<Frequency>562000</Frequency>
<BandWidth>8</BandWidth>
<Offset>125</Offset>
</DVBTTuning>
<DVBTTuning>
<Frequency>65800... | {
"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-activity {
display: block;
position: fixed;
z-index: 2000;
top: 0;
... | {
"pile_set_name": "Github"
} |
[android-components](../../index.md) / [mozilla.components.concept.engine.permission](../index.md) / [PermissionRequest](index.md) / [reject](./reject.md)
# reject
`abstract fun reject(): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) [(source)](https://github.com/mozilla-mobile/andro... | {
"pile_set_name": "Github"
} |
/* @generated */
digraph cfg {
"main.fad58de7366495db4650cfefac2fcd61_1" [label="1: Start main\nFormals: \nLocals: honda:Car* \n " color=yellow style=filled]
"main.fad58de7366495db4650cfefac2fcd61_1" -> "main.fad58de7366495db4650cfefac2fcd61_6" ;
"main.fad58de7366495db4650cfefac2fcd61_2" [label="2: Exit main \n ... | {
"pile_set_name": "Github"
} |
import subprocess
from jadi import component
from aj.plugins.services.api import ServiceManager, Service
@component(ServiceManager)
class SystemdServiceManager(ServiceManager):
id = 'systemd'
name = 'systemd'
@classmethod
def __verify__(cls):
return subprocess.call(['which', 'systemctl']) ==... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<Title>EAStdC</title>
<link type="text/css" rel="stylesheet" href="UTFDoc.css">
<meta name="author" content="Paul Pedriana">
</head>
<body bgcolor="#FFFFFF">
<h1>EAStdC<... | {
"pile_set_name": "Github"
} |
<android.support.v7.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "Icon-Small.png",
"size": "29x29",
"scale": "1x",
"idiom": "iphone"
},
{
"filename": "Icon-Small@2x.png",
"size": "29x29",
"scale": "2x",
"idiom": "iphone"
},
{
"filename": "Icon-87@3x.png",
"size": "29x29",
... | {
"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="M20,4L4,4c-1.1,0 -1.99,0.9 -1.99,2L2,18c0,1.... | {
"pile_set_name": "Github"
} |
import {GraphQLObjectType} from 'graphql'
import {GQLContext} from '../graphql'
import ReflectPrompt from './ReflectPrompt'
import StandardMutationError from './StandardMutationError'
const MoveReflectTemplatePromptPayload = new GraphQLObjectType<any, GQLContext>({
name: 'MoveReflectTemplatePromptPayload',
fields:... | {
"pile_set_name": "Github"
} |
---
order: 4
zh-CN:
title: disable状态
en-US:
title: Disable status
---
```jsx
import { NumberInput } from 'zent';
ReactDOM.render(
<div>
<NumberInput value={3} disabled />
<NumberInput value={3} disabled showStepper />
<NumberInput value={3} disabled showCounter/>
</div>
, mountNode
);
```
| {
"pile_set_name": "Github"
} |
.tundra .dijitTitlePaneTitle {
background: #cccccc;
background:#fff url("images/titleBar.png") repeat-x bottom left;
border:1px solid #bfbfbf;
padding:3px 4px;
}
.tundra .dijitTitlePaneTitleHover {
background: #f8fafd url("images/accordionItemHover.gif") bottom repeat-x;
}
.tundra .dijitTitlePane .dijitArrowNode... | {
"pile_set_name": "Github"
} |
@import '~less/global-variables';
/**
* Editor
*/
// Our own customizations
.tr-editor {
border: 0;
background: transparent;
box-shadow: none;
height: auto;
resize: none;
margin: 0;
padding: 0;
cursor: text;
min-height: 100px;
&:hover {
background: fade(@brand-primary, 10%);
}
&:focus {
... | {
"pile_set_name": "Github"
} |
<style type="text/css">
foo-bar2 {
}
</style>
<foo-<caret>bar2></foo-bar2> | {
"pile_set_name": "Github"
} |
{
"jest": {
"rootDir": "./",
"transform": {
"^.+\\.(ts|js)$": "<rootDir>/TypescriptPreprocessor.js"
},
"testRegex": "/__tests__/.*\\.(ts|tsx|js)$",
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"dependencies": {
"typescript": "^... | {
"pile_set_name": "Github"
} |
import { Key, Path, pathToRegexp } from './path-to-regex';
import { MatchOptions, MatchResults } from '../global/interfaces';
import { valueEqual } from './location-utils';
interface CompileOptions {
end: boolean;
strict: boolean;
}
let cacheCount = 0;
const patternCache: {[key: string]: any } = {};
const cacheLi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: db45ebb17de411646b06393269da2e79
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"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 class... | {
"pile_set_name": "Github"
} |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tutorialproject"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sd... | {
"pile_set_name": "Github"
} |
<?php
/**
* The main site settings page
*/
return array(
/**
* Settings page title
*
* @type string
*/
'title' => 'Site Settings',
/**
* The edit fields array
*
* @type array
*/
'edit_fields' => array(
'site_name' => array(
'title' => 'Site Name',
'type' => 'text',
'limit' => 50,
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Body>
<Title>湖北二广高速路大客车翻覆34人受伤</Title>
<ReportTime type="absTime">2011-10-13 14:31:05</ReportTime>
<Content>
<Paragraph>
<Sentence>
<Event eid="e1" type="thoughtevent">
<Participant sid="s1">中新网</Participant>
<Location lid="l1">荆门</Location>
<Time ... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"import os\n",
"import time\n",
"searchPath=os.path.abspath('..')\n",
"sys.path.append(searchPath)"
]
},
{
"cell_type": "code",
"execution_count": 2,
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.