text stringlengths 11 99.8k | meta dict |
|---|---|
{
"images" : [
{
"idiom" : "universal"
},
{
"idiom" : "universal",
"scale" : "1x",
"filename" : "increment_highlighted_1x.png"
},
{
"idiom" : "universal",
"scale" : "2x",
"filename" : "increment_highlighted_2x.png"
},
{
"idiom" : "universal",... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Type=Application
Exec=@SHORTPRODUCTNAME@
Name=Robomongo
GenericName=MongoDB management tool
Icon=@ICONNAME@
Terminal=false
Categories=Development;IDE;mongodb;
| {
"pile_set_name": "Github"
} |
{
"name": "zikula/foomodule-module",
"version": "2.0.0-beta",
"description": "A foo module.",
"type": "zikula-module",
"license": ["MIT", "LGPL"],
"authors": [
{
"name": "Zikula Team",
"homepage": "https://ziku.la/",
"email": "admin@example.com",
"role": "lead"
},
{
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ERP5 Form" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<kla... | {
"pile_set_name": "Github"
} |
<div class="blade-static __bottom" ng-include="'$(Platform)/Scripts/common/templates/ok-cancel.tpl.html'"></div>
<div class="blade-content">
<div class="blade-inner">
<div class="inner-block">
<div class="sub-t">{{ 'platform.blades.account-roles.labels.select-roles' | translate }}</div>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Set and unset dir="auto"</title>
<style>
textarea { resize: none; }
</style>
</head>
<body>
<div><input type="text" value="ABC אבג" dir="ltr"></div>
<div><span dir="ltr">ABC אבג</span></div>
<div><textarea dir="ltr">ABC א... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=333673
-->
<head>
<title>Test for Bug 333673</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_... | {
"pile_set_name": "Github"
} |
<?php
$field=array (
0 =>
array (
'id' => '9',
'field_name' => 'username',
'use_name' => '姓名',
'field_type' => 'text',
'field_value' => '',
'field_length' => '255',
'form_id' => '5',
'field_info' => '',
'is_disable' => '0',
'form_order' => '1',
'is_empty' => '0',
),
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
workspace(name = "com_google_dimsum")
http_archive(
name = "com_google_googletest",
urls = ["https://github.com/google/googletest/archive/master.zip"],
strip_prefix = "googletest-master",
)
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('forInRight', require('../forInRight'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
using System;
using NetOffice;
using NetOffice.Attributes;
namespace NetOffice.OutlookApi.Enums
{
/// <summary>
/// SupportByVersion Outlook 12, 14, 15, 16
/// </summary>
///<remarks> MSDN Online Documentation: http://msdn.microsoft.com/en-us/en-us/library/office/ff867485.aspx </remarks>
[SupportByVersion("Ou... | {
"pile_set_name": "Github"
} |
Parameters:
TagValueParam:
Type: String
Default: value
Resources:
MyApiWithStageTags:
Type: "AWS::Serverless::Api"
Properties:
StageName: Prod
Tags:
TagKey1: TagValue1
TagKey2: ""
TagKey3:
Ref: TagValueParam
TagKey4: "123"
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="no" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="0" resname="label_previous">
<source>label_previous</source>
<target>For... | {
"pile_set_name": "Github"
} |
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>tall background-size: auto 32px; for nonpercent-width-nonpercent-height.svg</title>
<link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
<... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "PullToRefresh_012.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "PullToRefresh_012@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"v... | {
"pile_set_name": "Github"
} |
<?php
/**
* @copyright Copyright (C) 2015 AIZAWA Hina
* @license https://github.com/fetus-hina/stat.ink/blob/master/LICENSE MIT
* @author AIZAWA Hina <hina@fetus.jp>
*/
namespace app\actions\site;
use DirectoryIterator;
use Yii;
use cebe\markdown\GithubMarkdown as Markdown;
use yii\helpers\Html;
class LicenseAc... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>HTMLDocument (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="org.w3c.dom.html.HTMLDocument interface">
<meta name="keywords" content="getTit... | {
"pile_set_name": "Github"
} |
define(function (require) {
var zrUtil = require('zrender/core/util');
var defaultOption = {
show: true,
zlevel: 0, // 一级层叠
z: 0, // 二级层叠
// 反向坐标轴
inverse: false,
// 坐标轴名字,默认为空
name: '',
// 坐标轴名字位置,支持'start'... | {
"pile_set_name": "Github"
} |
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: {{ include "flowing-retail.fullname" . }}
labels:
app: {{ include "flowing-retail.name" . }}
chart: {{ include "flowing-retail.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount... | {
"pile_set_name": "Github"
} |
{
"title": "Exiting multiple loops",
"postscript": "",
"reviewType": "multipleSelection",
"question": "Which of these statements about multiple loops are true?",
"hint": "Exiting multiple loops is done by using <code>break<\/code> with a loop label.",
"syntaxHighlighting": false,
"correct": ... | {
"pile_set_name": "Github"
} |
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
},
"geometry":{
"type":"LineString",
"coordinates":[
[
-58.4003789,
-34.8024187
],
[
... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyright an... | {
"pile_set_name": "Github"
} |
import { Button, HtmlElement, TextField, Checkbox, Grid, DataProxy, Rescope } from 'cx/widgets';
import { Content, Controller, LabelsLeftLayout, KeySelection, computable } from 'cx/ui';
import {Md} from '../../../components/Md';
import {CodeSplit} from '../../../components/CodeSplit';
import {CodeSnippet} from '../../.... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!47 &1
QualitySettings:
m_ObjectHideFlags: 0
serializedVersion: 5
m_CurrentQuality: 0
m_QualitySettings:
- serializedVersion: 2
name: Good
pixelLightCount: 2
shadows: 2
shadowResolution: 3
shadowProjection: 1
shadowCascades: 1
shadowDi... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
/* Vertical menus and submenus */
.yui3-skin-sam .yui3-menu-content,
.yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content {
font-size: 93%; /*... | {
"pile_set_name": "Github"
} |
export default {
CREATE: 'item.create',
DELETE: 'item.delete',
DESTROY: 'item.destroy',
EXPLODE: 'item.explode',
EXPORT: 'item.export',
INSERT: 'item.insert',
IMPORT: 'item.import',
IMPLODE: 'item.implode',
LOAD: 'item.load',
MERGE: 'item.merge',
OPEN: 'item.open',
REMOVE: 'item.remove',
RESTO... | {
"pile_set_name": "Github"
} |
[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "TCP/IP server for JSON-RPC"
documentation = "https://docs.rs/jsonrpc-tcp-server/"
edition = "2018"
homepage = "https://github.com/paritytech/jsonrpc"
license = "MIT"
name = "jsonrpc-tcp-server"
repository = "https://github.com/paritytech/jsonr... | {
"pile_set_name": "Github"
} |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2015, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Custom Properties IE11 Test</title>
<script>window.MSInputMethodContext && document.documentMode && document.write('<script src="../ie11CustomProperties.js"><\x2fscript>');</script>
<body>
<a href="https://github.com/nuxodin/ie11CustomPropertie... | {
"pile_set_name": "Github"
} |
package volume
// ----------------------------------------------------------------------------
// DO NOT EDIT THIS FILE
// This file was generated by `swagger generate operation`
//
// See hack/swagger-gen.sh
// ----------------------------------------------------------------------------
// VolumesCreateBody volumes ... | {
"pile_set_name": "Github"
} |
describe("less.js error tests", function() {
testLessErrorsInDocument();
});
| {
"pile_set_name": "Github"
} |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
$font-path: '/media/fonts';
$image-path: '/media/protocol/img';
@import '../../../protocol/css/includes/lib';
@impor... | {
"pile_set_name": "Github"
} |
import { Capacitor } from '@capacitor/core'
import h from 'mithril/hyperscript'
import settings from '../settings'
import Gesture from '../utils/Gesture'
import { viewportDim } from './helper'
import * as menu from './menu'
import MenuView from './menu/menuView'
import gamesMenu from './gamesMenu'
import newGameForm fr... | {
"pile_set_name": "Github"
} |
---
name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.continue-on-error }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
django-version: [
'Django~=1.11.0',
'Django~=2.2.0',
'Django~=3.0.0',
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 2d9942e581e72d445b76449a9b3efc10
timeCreated: 1521514016
licenseType: Pro
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faSyringe: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatures... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components';
const StyledFieldset = styled.fieldset`
margin: 0;
padding: 0;
border: 0;
position: relative;
box-sizing: border-box;
`;
export default StyledFieldset;
| {
"pile_set_name": "Github"
} |
{
"translatorID": "01322929-5782-4612-81f7-d861fb46d9f2",
"label": "Atlanta Journal Constitution",
"creator": "Sebastian Karcher",
"target": "^https?://(www\\.|blogs\\.)?ajc\\.com",
"minVersion": "2.1.9",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/**
* @author sunag / http://www.sunag.com.br/
*/
import { Node } from './Node.js';
function VarNode( type, value ) {
Node.call( this, type );
this.value = value;
}
VarNode.prototype = Object.create( Node.prototype );
VarNode.prototype.constructor = VarNode;
VarNode.prototype.nodeType = "Var";
VarNode.protot... | {
"pile_set_name": "Github"
} |
- name: Kubesphere | Getting minio installation files
copy:
src: "{{ item }}"
dest: "{{ kubesphere_dir }}/"
loop:
- "minio-ha"
- name: Kubesphere | Creating manifests
template:
src: "{{ item.file }}.j2"
dest: "{{ kubesphere_dir }}/{{ item.file }}"
with_items:
- { name: custom-values-mi... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('takeWhile', require('../takeWhile'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"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 (9.0.1) on Tue Oct 23 23:20:02 IST 2018 -->
<title>org.apache.kafka.common (kafka 2.0.0 API)</title>
<meta http-equiv="Content-Type" content="text/htm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LIC... | {
"pile_set_name": "Github"
} |
/* Class = "NSTextFieldCell"; placeholderString = "/Users/Shared/munki_repo"; ObjectID = "25F-Lj-I0v"; */
"25F-Lj-I0v.placeholderString" = "/Users/Shared/munki_repo";
/* Class = "NSButtonCell"; title = "Enable MunkiSetDefaultCatalog preprocessor"; ObjectID = "B41-Jj-tN4"; */
"B41-Jj-tN4.title" = "Habilitar preprocesa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
@model Animal
@{
ViewData["Title"] = "Details";
}
<h2>Details</h2>
<div>
<h4>Animal</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.Name)
</dt>
<dd>
@Html.DisplayFor(model => model.Name)
</dd>
<dt>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0" xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:msg="or... | {
"pile_set_name": "Github"
} |
<html><head><title>S_CustMenu12</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../../sakura.css">
<meta http-equiv="Content-type" content="text/html; charset=UTF-8">
</head>
<small>
Sakura-Editor Macro Reference
</small>
<h2>S_CustMenu12</h2>
<dl>
<dt>機能</dt>
<dd>カスタムメニュー12</dd>
<dt>構文</dt>
<dd><i>void S_... | {
"pile_set_name": "Github"
} |
//! moment.js locale configuration
//! locale : afrikaans (af)
//! author : Werner Mollentze : https://github.com/wernerm
import moment from '../moment';
export default moment.defineLocale('af', {
months : 'Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember'.split('_'),
... | {
"pile_set_name": "Github"
} |
require "rexml/dtd/elementdecl"
require "rexml/dtd/entitydecl"
require "rexml/comment"
require "rexml/dtd/notationdecl"
require "rexml/dtd/attlistdecl"
require "rexml/parent"
module REXML
module DTD
class Parser
def Parser.parse( input )
case input
when String
parse_helper input
... | {
"pile_set_name": "Github"
} |
table_create Values TABLE_NO_KEY
[[0,0.0,0.0],true]
column_create Values value COLUMN_SCALAR Int16
[[0,0.0,0.0],true]
load --table Values
[
{"value":-1}
]
[[0,0.0,0.0],1]
select Values --filter true --output_columns '_id,_score' --scorer '_score = max(value)'
[[0,0.0,0.0],[[[1],[["_id","UInt32"],["_score","Int32"... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M10,9h4L14,6h3l... | {
"pile_set_name": "Github"
} |
/**
* @author mrdoob / http://mrdoob.com/
* @author Mugen87 / https://github.com/Mugen87
*/
THREE.BabylonLoader = function ( manager ) {
this.manager = ( manager !== undefined ) ? manager : THREE.DefaultLoadingManager;
};
THREE.BabylonLoader.prototype = {
constructor: THREE.BabylonLoader,
load: function ( u... | {
"pile_set_name": "Github"
} |
---
title: "707 - HttpSendStop"
ms.date: "03/30/2017"
ms.assetid: 5c8a607a-be7a-4e36-a885-67746f03cae6
---
# 707 - HttpSendStop
## Properties
|||
|-|-|
|ID|707|
|Keywords|HTTP|
|Level|Verbose|
|Channel|Microsoft-Windows-Application Server-Applications/Debug|
## Description
This event is emitted w... | {
"pile_set_name": "Github"
} |
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=300000,AVERAGE-BANDWIDTH=300000,CODECS="avc1.42c015,mp4a.40.2",FRAME-RATE=25.000
chunklist-b300000.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=600000,AVERAGE-BANDWIDTH=600000,CODECS="avc1.42c015,mp4a.40.2",FRAME-RATE=25.000
chunklist-b600000.m3u8
#EXT-... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>this.$router 和 $route 的区别</title>
<meta name="description" content="">
<meta name="keywords" content="">
<script type="text/javascript" src='js/vue.min.js'></script>
<script type="text/jav... | {
"pile_set_name": "Github"
} |
---
name: "Netty"
metadata:
categories:
- "web"
status: "stable"
unlisted: true
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# This script is based on a git-svn tree.
BOOST=$1
mkdir -p src/include/firebird/impl
bcp --boost=$BOOST --namespace=FirebirdImpl preprocessor/seq src/include/firebird/impl
find src/include/firebird/impl/boost -type f -exec sed -i 's/BOOST_/FB_BOOST_/g' {} \;
find src/include/firebird/impl/boost -type f -ex... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: df9bfb5c080dac24cbbc6c9f595ed413
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
| {
"pile_set_name": "Github"
} |
import _ from 'lodash';
import createScrollHelper from '../../../helpers/dragScrollHelper';
/* @ngInject */
function customFilterList(
authentication,
dispatchers,
networkActivityTracker,
Filter,
gettextCatalog,
notification,
filterModal,
confirmModal,
eventManager
) {
return {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<write><data>UUUUUUUU</data></write>
<read><delim>\x0a</delim><match><data>What is your name?\x0a</data></match></read>
<write><data>User\x0a</data></write>
<read><delim>\x0a... | {
"pile_set_name": "Github"
} |
{
"name": "thread",
"doc_namespace": "xmlns.http://moyaproject.com",
"doc_class": "tag",
"references": [
"doc.index",
"tags.index"
],
"data": {
"name": "thread",
"lib": null,
"namespace_slug": "moyaproject_dot_com",
"defined": "/home/will/projects/... | {
"pile_set_name": "Github"
} |
<?php
namespace app\assets;
use yii\web\AssetBundle;
/**
* CodeMirrorAsset groups assets for code editing areas
*/
class CodeMirrorAsset extends AssetBundle
{
public $sourcePath = '@bower/codemirror';
public $js = [
'lib/codemirror.js',
// langs to highlight in markdown blocks
'... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"pile_set_name": "Github"
} |
/**
* 颜色
*/
@import "../var.scss";
//面板
.mt-tag{
display: inline-block;
padding: 2px 5px;
} | {
"pile_set_name": "Github"
} |
/**
* Created by azu on 2014/04/29.
* LICENSE : MIT
*/
"use strict";
var growl = require('node-notifier');
var EventEmitter = require('events').EventEmitter;
var download = require('download-cache');
var notificationEvent = new EventEmitter();
var __CLICK_EVENT = "GROWL__CLICK_EVENT";
function addClickCallback(call... | {
"pile_set_name": "Github"
} |
{
"status_code": 200,
"data": {
"DBCluster": {
"MasterUsername": "custodian",
"ReaderEndpoint": "test-sg-fail-cluster.cluster-ro-ci3evidtom6k.ca-central-1.rds.amazonaws.com",
"ReadReplicaIdentifiers": [],
"VpcSecurityGroups": [
{
... | {
"pile_set_name": "Github"
} |
---
layout: text/textblock
---
[Measuring service performance](https://www.dta.gov.au/standard/measuring-performance/)
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Tue Jun 12 18:19:51 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
Uses of Class org.apache.com... | {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.apache.spark:spark-core_2.11:2.0.1">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/spark/spark-core_2.11/2.0.1/spark-core_2.11-2.0.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/org/apache/spark/spark-co... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
xmlns:... | {
"pile_set_name": "Github"
} |
{
"images": [
{
"filename": "ic_contacts_white.png",
"idiom": "universal",
"scale": "1x"
},
{
"filename": "ic_contacts_white_2x.png",
"idiom": "universal",
"scale": "2x"
},
{
"filename": "ic_c... | {
"pile_set_name": "Github"
} |
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{% trans "Back up Home - CyberPanel" %}{% endblock %}
{% block content %}
{% load static %}
{% get_current_language as LANGUAGE_CODE %}
<!-- Current language: {{ LANGUAGE_CODE }} -->
<div class="container">
<div id="page-title">
<h2>{% trans... | {
"pile_set_name": "Github"
} |
Author URL Directive
====================
.. highlight:: python
This adds a link to the author name in postmeta.
Simply add it to your extensions in ``conf.py``: ::
# Add other Sphinx extensions here
extensions = [..., 'authorurl-directive']
and specify a default URL: ::
author_url = 'http://www.yoursite.com... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- animate the translationZ property of a view when pressed -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<set>
<objectAnimator android:propertyName="translationZ"
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/utils/math/math.js - sceneGraph.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="styl... | {
"pile_set_name": "Github"
} |
.oof { background-image: url('./images/png/sprite.png'); background-position: 0 0; width: 150px; height: 12px; }
.rab { background-image: url('./images/png/sprite.png'); background-position: 0 -12px; width: 150px; height: 24px; }
.tset { background-image: url('./images/png/sprite.png'); background-position: 0 -36px; wi... | {
"pile_set_name": "Github"
} |
digraph G{
margin="0"
node[shape=record]
s[label="('', ananym)"];
sl[label="('', ananym)"];
sr[label="(a, nanym)"];
s->sl[label="fail"];
s->sr[label="match"];
sll[label="('', ananym)"];
slr[label="(a, ananym)"];
sl->sll[label="fail"];
sl->slr[label="match"];
srl[label="('', ana... | {
"pile_set_name": "Github"
} |
---
id: bad87fee1248bd9aedf08824
title: Add Different Margins to Each Side of an Element
challengeType: 0
videoUrl: ''
localeTitle: Añadir diferentes márgenes a cada lado de un elemento
---
## Descripción
<section id="description"> A veces querrá personalizar un elemento para que tenga un <code>margin</code> diferente... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ModuleDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Fields>
<FieldDefinition>
<FieldName>autoTorque</FieldName>
</FieldDefinition>
</Fields>
<Methods>
<MethodDefinition>
<... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Elsevier, generated from "elsevier" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>Anaerobe</title>
<id>http://www.zotero.org/styles/anaerobe</i... | {
"pile_set_name": "Github"
} |
400 Bad Request
Date: Mon, 06 Apr 2020 13:54:27 GMT
Content-Type: text/html
Content-Length: 636
Retry-Count: 0
| {
"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="de">
<head>
<!-- Generated by javadoc (1.8.0_231) on Sun Nov 17 02:10:20 CET 2019 -->
<title>org.deidentifier.arx.framework.lattice Class Hierarchy</title>
<meta name="date" content=... | {
"pile_set_name": "Github"
} |
```
USAGE:
RUST_LOG=info pdfutil [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --input <input file>
-o, --output <output file>
SUBCOMMANDS:
compress Compress PDF document
decompress ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" data-navbar="/account/navbar-profiles.html">
<head>
<meta charset="utf-8" />
<title translate="yes">Направите профил</title>
<link href="/public/pure-min.css" rel="stylesheet">
<link href="/public/content.css" rel="stylesheet">
<link href="/public/content-additional.css" rel="... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.
W3C liability, trademark and document use rules apply.
http://www.w3.org/Consortium/Legal/ipr-notice
... | {
"pile_set_name": "Github"
} |
page {
background: #f6f6f6;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.list {
margin-top: 40rpx;
height: auto;
width: 100%;
background: #fff;
padding: 0 40rpx;
border: 1px solid rgba(0, 0, 0, 0.1);
border-left: none;
border-right: none;
transition: all 300ms ease;
... | {
"pile_set_name": "Github"
} |
import pytest
from django.urls import reverse
from ...models import SocialAuthProvider
admin_link = reverse("misago:admin:settings:socialauth:edit", kwargs={"pk": "twitter"})
@pytest.fixture
def provider(db):
return SocialAuthProvider.objects.create(
provider="twitter", is_active=True, order=0
)
... | {
"pile_set_name": "Github"
} |
<p align="center">
<a href="https://wpscan.org/">
<img src="https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/images/wpscan_logo.png" alt="WPScan logo">
</a>
</p>
<h3 align="center">WPScan</h3>
<p align="center">
WordPress Security Scanner
<br>
<br>
<a href="https://wpscan.org/" title="home... | {
"pile_set_name": "Github"
} |
/* ------------------------------------------------------------------------------
*
* # Dimple.js - multiple horizontal lines
*
* Demo of multiple line chart. Data stored in .tsv file format
*
* Version: 1.0
* Latest update: August 1, 2015
*
* ---------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
import { createFilterStructure } from "@saleor/discounts/components/VoucherListPage";
import { VoucherListUrlFilters } from "@saleor/discounts/urls";
import { date } from "@saleor/fixtures";
import {
DiscountStatusEnum,
VoucherDiscountType
} from "@saleor/types/globalTypes";
import { getFilterQueryParams } from "@s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- 填充颜色 -->
<solid android:color="@color/ios_dialog_button_press"></solid>
<!-- 矩形的圆角半径 -->
<corners
android:topRightRadius="11dp"
android:topLeftRad... | {
"pile_set_name": "Github"
} |
'use strict';
const fs = require('fs');
const path = require('path');
const fastGlob = require('fast-glob');
const gitIgnore = require('ignore');
const pify = require('pify');
const slash = require('slash');
const DEFAULT_IGNORE = [
'**/node_modules/**',
'**/bower_components/**',
'**/flow-typed/**',
'**/coverage/*... | {
"pile_set_name": "Github"
} |
<span class="green"><%= @room.name %></span> (<%= @room.x %>, <%= @room.y %>, layer: <%= @room.map_layer %>)
<%= Format.underline(@room.name) %>
<%= @room |> description() %>
<br />
<span class="white">Who</span>: <%= @room |> who(@conn) %>
<span class="white">Items</span>: <%= @room |> items(@conn) %>
<%= @room |> li... | {
"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_172) on Wed Mar 13 10:37:29 EDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UnhandledParameterTypeExcep... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.