text stringlengths 11 99.8k | meta dict |
|---|---|
{
"title": "Right-to-left Styling",
"url": "https://myurl.com/",
"description": "An extensive guide on how to style for RTL in CSS",
"feed": {
"subtitle": "An extensive guide on how to style for RTL in CSS",
"filename": "feed.xml",
"path": "/feed/feed.xml",
"url": "https://myurl.com/feed/feed.xm... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c50d77affeb31e14c9c062c282f13fc8
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
import { html, css } from 'lit-element/lit-element.js';
/**
* Adds basic properties to all chart elements.
* @polymer
* @mixinFunction
*/
export const ChartPropertyMixin = function(superClass) {
return class extends superClass {
static get properties() {
return {
chart: Object,
data: Ob... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:info="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/kg_common_background"
android:f... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--ShapeButton-->
<declare-styleable name="ShapeTextView">
<!--Button圆角-->
<attr name="shapeRadius" format="dimension"></attr>
<!--边框宽度-->
<attr name="shapeStrokeWidth" format="dimension"></attr>
<!--边框颜色-->
<att... | {
"pile_set_name": "Github"
} |
group("cpu") {
deps = [
"//src/cpu/colun",
"//src/cpu/control_tester",
"//src/cpu/hamaji",
"//src/cpu/inosendo",
"//src/cpu/kantoku",
"//src/cpu/mayah",
"//src/cpu/munetoshi",
"//src/cpu/peria",
"//src/cpu/ryumas",
"//src/cpu/sample",
... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: |
If Result.type is break and Result.target is in the current
label set, return (normal, Result.value, empty)
es5id: 12.11_A1_T3
description: Using case with null, NaN... | {
"pile_set_name": "Github"
} |
{
"_from": "escape-html@^1.0.3",
"_id": "escape-html@1.0.3",
"_inBundle": false,
"_integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
"_location": "/escape-html",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "escape-html@^1.0.3",
"name": "escape-html",
... | {
"pile_set_name": "Github"
} |
(function() {
Sheet.Cell.prototype.addDependency = function(cell) {
if (cell === undefined || cell === null) return;
if (cell.type !== Sheet.Cell) {
throw new Error('Wrong Type');
}
if (this.dependencies.indexOf(cell) < 0 && this !== cell) {
cell.trace = cell.trace || [];
cell.trace.push(this);
... | {
"pile_set_name": "Github"
} |
<proxy xmlns="http://ws.apache.org/ns/synapse" name="iterateWithNullNamespaceForExpressionTestProxy" transports="http"
startOnLoad="true" trace="disable">
<target>
<inSequence>
<iterate id="iterator" expression="//m1:getQuote/m1:request"
preservePayload="true" attachP... | {
"pile_set_name": "Github"
} |
{
"accessors" : [
{
"bufferView" : 0,
"componentType" : 5123,
"count" : 612,
"max" : [
335
],
"min" : [
0
],
"type" : "SCALAR"
},
{
"bufferView" :... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<style>
body { margin: 0; width:100%%; height:100%%; background-color:#000; }
html { width:100%%; height:100%%; background-color:#000; }
.container iframe, .container object, .container embed { position: absolute;top: 0; left: 0; width: 100%% !important; height:... | {
"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-inactive {
display: none;
}
.pace .pace-progress {
background: #eb7a55;
po... | {
"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"
} |
<!--
---
name: Sixfab XBee Shield V2
class: board
type: com
formfactor: pHAT
manufacturer: Sixfab
description: Use XBee modules with the Raspberry Pi
url: http://sixfab.com/product/xbee-shield/
buy: http://sixfab.com/product/xbee-shield/
image: 'sixfab-xbee-shield-v2.png'
pincount: 40
eeprom: no
power:
'2':
ground:
... | {
"pile_set_name": "Github"
} |
# aws_db_subnet_group
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
No requirements.
## Providers
| Name | Version |
|------|---------|
| aws | n/a |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| create | Whether to create ... | {
"pile_set_name": "Github"
} |
package v02
import (
"encoding/json"
"net/url"
"reflect"
"strings"
"time"
)
// Event implements the the CloudEvents specification version 0.2
// https://github.com/cloudevents/spec/blob/v0.2/spec.md
type Event struct {
// SpecVersion is a mandatory property
// https://github.com/cloudevents/spec/blob/v0.2/spec... | {
"pile_set_name": "Github"
} |
{
"name": "@curi-example/data-loading-react",
"private": true,
"description": "Prefetch data before navigating",
"main": "index.js",
"keywords": [
"curi",
"prefetch",
"data",
"loading"
],
"author": "Paul Sherman",
"license": "MIT",
"dependencies": {
"@curi/react-dom": "2.0.3",
... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.styles.fruity
~~~~~~~~~~~~~~~~~~~~~~
pygments version of my "fruity" vim theme.
:copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.style import Style
from pygments.token import Token, Co... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "NPIShareWeChatF@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
/**
* Random Password
* @description Base64 随机密码串
*
* @param {Number} size 密码长度
* @return {String}
*
*/
export const randomPassword = (size) => {
const seed = new Array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','P','Q','R','S','T','U','V','W','X','Y','Z', 'a','b','c','d','e','f','g','h','i','j... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace MVCTaxonomyPickerWeb
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource... | {
"pile_set_name": "Github"
} |
describe("module:ng.directive:ngChecked", function() {
var rootEl;
beforeEach(function() {
rootEl = browser.rootEl;
browser.get("./examples/example-example7/index-jquery.html");
});
it('should check both checkBoxes', function() {
expect(element(by.id('checkSlave')).getAttribute('checked')).toBeFa... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../javascript/javascript"), require("../css/css"),... | {
"pile_set_name": "Github"
} |
{
"name": "@datafire/azure_servicebus",
"version": "4.0.0",
"main": "index.js",
"description": "DataFire integration for ServiceBusManagementClient",
"repository": {
"type": "git",
"url": "git+https://github.com/DataFire/integrations.git"
},
"author": "DataFire",
"license": "MIT",
"bugs": {
... | {
"pile_set_name": "Github"
} |
[package]
name = "completion"
version = "0.1.0"
authors = ["Nick Cameron <ncameron@mozilla.com>"]
[dependencies]
| {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="filename-pre... | {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Local File Inclusion Test... | {
"pile_set_name": "Github"
} |
<?php
return [
'recurring' => 'განმეორებადი',
'every' => 'ყოველი',
'period' => 'პერიოდი',
'times' => 'დრო',
'daily' => 'ყოველდღე',
'weekly' => 'ყოველკვირა',
'monthly' => 'ყოველთვე',
... | {
"pile_set_name": "Github"
} |
/**
* @license AngularJS v1.2.13
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc overview
* @name angular.mock
* @description
*
* Namespace from 'angular-mocks.js' which contains testing related code.
*/
angular.mock = {}... | {
"pile_set_name": "Github"
} |
export default {
plugins: ['~/plugins/missing.js']
}
| {
"pile_set_name": "Github"
} |
function WPATH(s) {
var index = s.lastIndexOf("/");
var path = -1 === index ? "com.foo.widget/" + s : s.substring(0, index) + "/com.foo.widget/" + s.substring(index + 1);
return 0 !== path.indexOf("/") ? "/" + path : path;
}
module.exports = [ {
isApi: true,
priority: 1000.0001,
key: "TableView... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>supplychainpy.bot package — supplychai... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"doc.go",
"strategy.go",
],
importpath = "k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler",
dep... | {
"pile_set_name": "Github"
} |
<%= render :partial => "/tr8n/admin/common/header" %>
<div class="section_title">
<span style="font-size:12px; color:grey; float:right; padding-top:5px;">
<% unless Tr8n::Config.enable_client_sdk? %>
<span style="color:red">Make sure that JS Client SDK is enabled!</span>
<% end %>
</span>
Tr8n J... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<cobra document="https://github.com/wufeifei/cobra">
<name value="get_headers导致的SSRF"/>
<language value="php"/>
<match mode="function-param-controllable"><![CDATA[get_headers]]></match>
<level value="7"/>
<test>
<case assert="true"><![CDATA[
... | {
"pile_set_name": "Github"
} |
version = $(shell git describe --dirty || echo dev)
curl=no
ifneq ($(curl),no)
flags=-DUSE_CURL -lcurl
else
flags=
endif
all: push.so
push.so: push.cpp
CXXFLAGS="$(CXXFLAGS) -DPUSHVERSION=\"\\\"$(version)\\\"\" $(flags)" LIBS="$(LIBS) $(flags)" \
znc-buildmod push.cpp
install: push.so
mkdir -p $(HOME)/.znc/m... | {
"pile_set_name": "Github"
} |
lib/udev/rules.d/*.rules
| {
"pile_set_name": "Github"
} |
{
"done": {
"variables": {
"lives": {
"op": "equal",
"reference": -1
}
}
},
"reward": {
"variables": {
"score": {
"reward": 1
}
}
}
} | {
"pile_set_name": "Github"
} |
import { convertObjectsToCSV, convertCSVToJSON } from './convert';
describe('Convert', () => {
describe('Object to CSV conversion', () => {
it('conversion with various parameter options', () => {
const objects: object[] = [
{ name: 'user1', id: 123 },
{ name: 'user2', id: 234 },
];
... | {
"pile_set_name": "Github"
} |
MatrixXcf A = MatrixXcf::Random(4,4);
ComplexSchur<MatrixXcf> schur(4);
schur.compute(A);
cout << "The matrix T in the decomposition of A is:" << endl << schur.matrixT() << endl;
schur.compute(A.inverse());
cout << "The matrix T in the decomposition of A^(-1) is:" << endl << schur.matrixT() << endl;
| {
"pile_set_name": "Github"
} |
import React from 'react'
import PropTypes from 'prop-types'
import { Button, Form, Input, Message } from 'semantic-ui-react'
import { parcelType } from 'components/types'
import TxStatus from 'components/TxStatus'
import { t } from '@dapps/modules/translation/utils'
import {
isValidName,
isValidDescription,
MAX... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2019 Evolveum and contributors
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
-->
<c:objects xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
... | {
"pile_set_name": "Github"
} |
/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set sts=2 sw=2 et tw=80: */
"use strict";
add_task(async function test_clickData() {
let extension = ExtensionTestUtils.loadExtension({
manifest: {
browser_action: {},
},
background() {
function onClicked(tab, info) {
... | {
"pile_set_name": "Github"
} |
{
"name": "@middy/http-header-normalizer",
"version": "1.4.0",
"description": "Http header normalizer middleware for the middy framework",
"engines": {
"node": ">=10"
},
"engineStrict": true,
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "npm run test:typings && npm run tes... | {
"pile_set_name": "Github"
} |
[
{ "cc_library": {
"name" : "generator",
"cc_sources" : [ "generator.cc" ],
"cc_headers" : [ "generator.h" ],
"dependencies": [ "//common/log:log",
"//common/strings:strutil",
"//common/util:stl",
"//repobuild/distsource:dist_sou... | {
"pile_set_name": "Github"
} |
"use strict";
exports.__esModule = true;
var _getIterator2 = require("babel-runtime/core-js/get-iterator");
var _getIterator3 = _interopRequireDefault(_getIterator2);
exports.call = call;
exports._call = _call;
exports.isBlacklisted = isBlacklisted;
exports.visit = visit;
exports.skip = skip;
exports.skipKey = skip... | {
"pile_set_name": "Github"
} |
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: ur... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<com.mikepenz.crossfadedrawerlayout.view.CrossfadeDrawerLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/material_drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows... | {
"pile_set_name": "Github"
} |
Welcome to the Munin Guide
==========================
Contents:
.. toctree::
:maxdepth: 2
preface/index.rst
tutorial/index.rst
architecture/index.rst
installation/index.rst
advanced/index.rst
howtos/index.rst
develop/index.rst
develop/plugins/index.rst
reference/index.rst
others/i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
Copyright (c) 2000, 2020, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
http://oss.oracle.com/licenses/upl.
-->
<report-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.oracle.com/coherence/coherence-rep... | {
"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_10-ea) on Mon Apr 22 19:50:39 PDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>TypeNameIdResolv... | {
"pile_set_name": "Github"
} |
dojo.provide("dojox.lang.oo.Decorator");
(function(){
var oo = dojox.lang.oo,
D = oo.Decorator = function(value, decorator){
// summary:
// The base class for all decorators.
// description:
// This object holds an original function or another decorator
// object, and implements a special mixin algorit... | {
"pile_set_name": "Github"
} |
/**
* Module that checks if a given wikia exists
* in a user's native language (based on a Geo cookie)
* and displays a notification with a link.
*
* @author - Adam Karmiński <adamk@wikia-inc.com>
*/
require(
[
'jquery',
'mw',
'wikia.window',
'wikia.geo',
'wikia.cache',
'wikia.tracker',
'BannerNot... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Minimal skin, yellow
----------------------------------- */
.icheckbox_minimal-yellow,
.iradio_minimal-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(yellow.png) no-repeat;
b... | {
"pile_set_name": "Github"
} |
<a href='http://github.com/angular/angular.js/edit/master/docs/content/error/$sce/iequirks.ngdoc' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this doc</a>
<h1>Error: $sce:iequirks
<div><span class='hint'>IE8 in quirks mode is unsupported</span></div>
</h1>
<div>
<... | {
"pile_set_name": "Github"
} |
"use strict";
//////////////////////////////////////////
// Prey JS FileRetrieval
// (C) 2019 Prey, Inc.
// by Mauricio Schneider and Javier Acuña - http://preyproject.com
// GPLv3 Licensed
//////////////////////////////////////////
var fs = require('fs'),
path = require('path'),
needle =... | {
"pile_set_name": "Github"
} |
$(document).ready(function() {
$(document).on('click', '#task_difficulty_dropdown>li>a', function() {
var difficulty = $(this).attr('data-difficulty');
var options = {
url: base_url + "project/" + project_id + "/task/" + task_id + "/difficulty",
success: function(data){
osmtm.project.loadT... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.BindingListIterator.html">
</head>
<body>
<p>Redirecting to <a href="type.BindingListIterator.html">type.BindingListIterator.html</a>...</p>
<script>location.replace("type.BindingListIterator.html" + location.search + loc... | {
"pile_set_name": "Github"
} |
{
"parent": "item/generated",
"textures": {
"layer0": "thebetweenlands:items/nettle_soup"
}
}
| {
"pile_set_name": "Github"
} |
{{- if not .Values.statefulset.enabled }}
{{- if and .Values.nexusBackup.enabled (and .Values.nexusBackup.persistence.enabled (not .Values.nexusBackup.persistence.existingClaim)) }}
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: {{ template "nexus.fullname" . }}-backup
labels:
{{ include "nexus.labels" ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<code_scheme name="ORCID Codestyle">
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="25" />
<option name="RIGHT_MARGIN" value="170" />
<option name="JD_PARAM_DESCRIPTION_ON_NEW_LINE" value="true" />
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="tru... | {
"pile_set_name": "Github"
} |
// https://github.com/tc39/proposal-object-values-entries
var $export = require('./_export')
, $values = require('./_object-to-array')(false);
$export($export.S, 'Object', {
values: function values(it){
return $values(it);
}
}); | {
"pile_set_name": "Github"
} |
{
"name": "民用航空法",
"status": "實施",
"content": [
{
"num": 1,
"zh": "第一條",
"article": "為保障飛航安全,健全民航制度,符合國際民用航空標準法則,促進民用航空之發展,特制定本法。"
},
{
"num": 2,
"zh": "第二條",
"article": "本法用詞,定義如左:一、航空器:指飛機、飛艇、氣球及其他任何藉空氣之反作用力,得以飛航於大氣中之器物。二、航空站:指全部載卸客貨之設施與裝備,及用於航空器起降活動之區域。三、飛航:指航空器之... | {
"pile_set_name": "Github"
} |
vg.svg.Renderer = (function() {
var renderer = function() {
this._ctx = null;
this._el = null;
};
var prototype = renderer.prototype;
prototype.initialize = function(el, width, height, pad) {
this._el = el;
this._width = width;
this._height = height;
this._padding = pad;
// ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="NoActionBar" parent="@android:style/Theme.Holo.NoActionBar">
<!-- Inherits the Holo theme with no action bar; no other styles needed. -->
</style>
</resources> | {
"pile_set_name": "Github"
} |
# Generated by Django 2.2 on 2020-06-20 15:23
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = []
operations = [
migrations.CreateModel(
name="A",
fields=[
(
"id",
... | {
"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_35) on Tue Oct 16 22:49:40 ICT 2012 -->
<TITLE>
BlockViewport (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-16">
<LINK REL ="sty... | {
"pile_set_name": "Github"
} |
/* ---------- General Layout ---------- */
body,
input,
textarea,
select {
color: #000;
background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
width: 640px;
}
#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts {
display: non... | {
"pile_set_name": "Github"
} |
.selectMsg{ width:110px; margin-right: 15px; }
.msg_info,.msg_time,.msg_reply,.msg_opr{min-height:50px; text-align:center;}
.msg_info{text-align:left; position: relative; }
.msg_info>img{ position: absolute; left:10px; top:10px; cursor:pointer; }
.msg_info .user_info{ padding-left:55px; line-height:25px; }
.msg_info .... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
{
"Keys" : ["image/*"]
}
| {
"pile_set_name": "Github"
} |
<?xml version='1.0' ?>
<Plugin id='31326'>
<Command id='16' name='exitwindows'>
<Help>Performs logoff, reboot, shutdown or poweroff of the target computer.</Help>
<Input>
<Option name='logoff' optional='false' group='exittype'>
<Set data='type' value='1'/>
</Option>
... | {
"pile_set_name": "Github"
} |
import PropTypes from 'prop-types'
import get from 'lodash.get'
import React, { useEffect, useRef, useState } from 'react'
import { CSSTransition, TransitionGroup } from 'react-transition-group'
import { CopyToClipboard } from 'react-copy-to-clipboard'
import { clearAllBodyScrollLocks, disableBodyScroll } from 'body-sc... | {
"pile_set_name": "Github"
} |
<?php
/**
* @file
* Test organic groups access module.
*/
/**
* Test OG access.
*/
class OgAccessTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
'name' => 'Organic groups access',
'description' => 'Test the visibility of nodes that are handled by organic ... | {
"pile_set_name": "Github"
} |
import * as fs from 'fs'
import * as path from 'path'
import * as express from 'express'
import * as LRU from 'lru-cache'
import waitParcel from './configs/wait-parcel'
const favicon = require('serve-favicon')
const compression = require('compression')
const microcache = require('route-cache')
const Mute = require('mu... | {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// date: 2015-03-24
// This file contains normalization information for date words.
"monday","1"
"tuesday","2"
"wednesday","3"
"thursday","4"
"friday","5"
"saturday","6"
"sunday","7"
"Monday","1"
"Tuesday","2"
"Wednesday","3"
"Thursday","4"
"Friday","5"
"Satur... | {
"pile_set_name": "Github"
} |
// Generated by CoffeeScript 1.6.3
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jade: {
dev: {
options: {
pretty: true
},
files: {
'temp/_template.html': 'src/abn_tree_template.jade',
'test/tests_pag... | {
"pile_set_name": "Github"
} |
["do",
["`", "Utility Functions"],
["def", "_cmp_seqs", ["fn", ["a", "b"],
["if", ["not", ["=", ["count", "a"], ["count", "b"]]],
false,
["if", ["empty?", "a"],
true,
["if", ["equal?", ["get", "a", 0], ["get", "b", 0]],
["_cmp_seqs", ["rest", "a"], ["rest", "b"]],
false]]]]],
["d... | {
"pile_set_name": "Github"
} |
<?php
/**
* ThemeController.php
*
* PHP version 7
*
* @category Controllers
* @package App\Http\Controllers
* @author XE Developers <developers@xpressengine.com>
* @copyright 2020 Copyright XEHub Corp. <https://www.xehub.io>
* @license http://www.gnu.org/licenses/lgpl-3.0-standalone.html LGPL... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright 2016-2020 Open Food Facts
~
~ 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
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable ... | {
"pile_set_name": "Github"
} |
publishedPluginVersion=1.23.0
pluginVersion=1.24.0-pre2
pluginName=readonlyrest
| {
"pile_set_name": "Github"
} |
{
"type": "Feature",
"bbox": [-10.0, -10.0, 10.0, 10.0],
"properties": {
"foo": "hi",
"bar": "bye",
"stroke-width": 1
},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[ [100.0, 0.0], [101.0, 1.0] ],
[ [102.0, 2.0], [103.0, 3... | {
"pile_set_name": "Github"
} |
{
"name": "pause-stream",
"version": "0.0.11",
"description": "a ThroughStream that strictly buffers all readable events when paused.",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"stream-tester": "0.0.2",
"stream-spec": "~0.2.0"
},
"scripts": {
"test": ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/dcn_popup_closed_pressed" />
<item android:drawable="@drawable/dcn_popup_closed_normal" />
</selector> | {
"pile_set_name": "Github"
} |
@import: head
let-inline ctx \glueneg = inline-glue 0pt 0pt (0pt -' 100pt) in
document (|
title = {Glue Test};
author = {Takashi SUWA};
|) '<
+frame <
+p {
\glueneg;The quick brown fox jumps over the\glueneg;lazy dog.
}
>
>
| {
"pile_set_name": "Github"
} |
<template>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-xl-3 col-md-6">
<stats-card>
<div slot="header" class="icon-warning">
<i class="nc-icon nc-chart text-warning"></i>
</div>
<div slot="content">... | {
"pile_set_name": "Github"
} |
<?php
namespace Drupal\Core\Cache\Context;
use Drupal\Core\Cache\CacheableMetadata;
/**
* Defines the IsSuperUserCacheContext service, for "super user or not" caching.
*
* Cache context ID: 'user.is_super_user'.
*/
class IsSuperUserCacheContext extends UserCacheContextBase implements CacheContextInterface {
/... | {
"pile_set_name": "Github"
} |
module.exports = {
entry: {
index: './src/index.js',
indexVue: './src/vue/index.vue.js'
},
output: {
path: __dirname,
filename: '[name].js'
}
}
| {
"pile_set_name": "Github"
} |
.featured-domain-suggestion--is-placeholder {
min-height: 222px;
.domain-registration-suggestion__title,
.domain-registration-suggestion__progress-bar,
.domain-registration-suggestion__match-reasons,
.domain-suggestion__action {
animation: loading-fade 1.6s ease-in-out infinite;
background-color: var( --colo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectGuid>{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configurati... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Dokumentacja API</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link type... | {
"pile_set_name": "Github"
} |
name: application-layer
runtime: nodejs
description: Application layer for the aws-stackreference-architecture
template:
config:
aws:region:
description: The AWS region to deploy into.
default: us-west-2
networkingStack:
description: "(Required) The reference to the networking stack on which... | {
"pile_set_name": "Github"
} |
import {
compile,
execute,
getCompiler,
normalizeErrors,
readAsset,
} from './helpers';
describe('"mimetype" option', () => {
it('should work with unspecified value', async () => {
const compiler = getCompiler('simple.js');
const stats = await compile(compiler);
expect(
execute(readAsset... | {
"pile_set_name": "Github"
} |
{
"Data": {
"customer": {
"foo": "Freddy Freeman_Q3VzdG9tZXIKZDE="
}
},
"Errors": null,
"Extensions": null,
"ContextData": null
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article>
<title>Graph Tutorial 1</title>
<para>The GeoTools project strives to support as many geographical data
formats and opperations as possible.</pa... | {
"pile_set_name": "Github"
} |
#%RAML 1.0
title: Api
types:
MyType: |
{
"$schema":"http://json-schema.org/draft-04/schema",
"type":"object",
"properties":{
"child":{"$ref": "scheme.json#"}
},
"required": [ "child" ]
}
/resource:
get:
body:
application/json:
type: M... | {
"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_39) on Wed Mar 11 11:15:18 CST 2015 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
com.sina.weibo.sdk.api.share 类分层结... | {
"pile_set_name": "Github"
} |
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"declarationDir": "./dist",
"outDir": "./dist"
},
"include": ["src", "src/**/*.json", "statics/**/*.json", "./package.json", "lib"],
"exclude": ["node_modules", "**/*.spec.*"]
}
| {
"pile_set_name": "Github"
} |
[
"assert",
"buffer",
"child_process",
"cluster",
"console",
"constants",
"crypto",
"dgram",
"dns",
"domain",
"events",
"fs",
"http",
"https",
"module",
"net",
"os",
"path",
"process",
"punycode",
"querystring",
"readline",
"repl",
"stream",
"string_decoder",
"timers",
"tls",
"tty",
"url",
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.