text stringlengths 11 99.8k | meta dict |
|---|---|
/*
* Copyright 2020 The Magma Authors.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
*... | {
"pile_set_name": "Github"
} |
/**
* Originally from: https://github.com/jorgeecardona/ansi-to-html
* Modified by jschorr: Add ability to repeat existing styles and not close them out automatically.
*/
angular.module('ansiToHtml', []).value('ansi2html', (function() {
// Define the styles supported from ANSI.
var STYLES = {
'ef0': 'color:... | {
"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"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
package alicloud
import (
"fmt"
"time"
"github.com/alibaba/terraform-provider/alicloud/connectivity"
"github.com/denverdino/aliyungo/common"
"github.com/denverdino/aliyungo/dns"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/helper/schema"
)
func resourceAlicloudDnsRecord() *... | {
"pile_set_name": "Github"
} |
# VGG 16-layer network convolutional finetuning
# Network modified to have smaller receptive field (128 pixels)
# and smaller stride (8 pixels) when run in convolutional mode.
#
# In this model we also change max pooling size in the first 4 layer
# from 2 to 3 while retaining stride = 2
# which makes it easier to exact... | {
"pile_set_name": "Github"
} |
defmodule Cog.Test.Commands.Group.Member.RemoveTest do
use Cog.CommandCase, command_module: Cog.Commands.Group
alias Cog.Commands.Group.Member
import Cog.Support.ModelUtilities,
only: [user: 1, group: 1, add_to_group: 2]
setup [:with_user, :with_group]
test "can be removed from a group", %{user: us... | {
"pile_set_name": "Github"
} |
<filters>
<item enabled="true">t=◎Bilibili_Block_List_Main_By_Jn_xyp_[0.7.048-Plus]</item>
<item enabled="true">t=◎Special_Thanks:Thiece__BlackGlory__deerchao</item>
<item enabled="true">t=◎Thanks:_章程__Incredible灵动__ssslos__知白Dive__点草丶麻花疼__食谱?D?铭__liuyuzhelyzlyz__445621607__LOOK冯</item>
<item enabled="true">t=◎... | {
"pile_set_name": "Github"
} |
// @flow
import styled from 'styled-components'
import * as React from 'react'
type Props = {
size: number,
src: string,
style?: Object,
className?: string,
color?: string,
}
const StyledAvater = styled.img`
user-select: none;
display: inline-flex;
align-items: center;
justify-content: center;
bor... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="avatar_width">80dp</dimen>
<dimen name="avatar_height">80dp</dimen>
<dimen name="appbar_layout_... | {
"pile_set_name": "Github"
} |
[
{
"op": "add",
"path": "/config/shipUpgrades/maxFuel",
"value": 10000
}
] | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="StorefrontCh... | {
"pile_set_name": "Github"
} |
Name: %{_cross_os}libxcrypt
Version: 4.4.16
Release: 1%{?dist}
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
License: LGPL-2.1-or-later
URL: https://github.com/besser82/libxcrypt
Source0: https://github.com/besser82/libxcrypt/archive/v%{version}/libxcrypt-%{version}.tar.gz
BuildRequires: %{... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<connectionStrings>
<add name="Raven" connectionString="Url=http://localh... | {
"pile_set_name": "Github"
} |
'use strict';
import Replace from './Replace';
import * as replaceOptions from './ReplaceOptions';
import { forEach } from 'min-dash';
/**
* This module is an element agnostic replace menu provider for the popup menu.
*/
export default function ReplaceMenuProvider(modeling) {
this._dsReplace = new Replace(model... | {
"pile_set_name": "Github"
} |
define(function (require, exports, module) {
var React = require('react')
var Todo = require('./todo')
var Todos = React.createClass({displayName: "Todos",
render: function() {
return (
React.createElement("ul", {id: "todo-list"},
this.props.todos.map(function(todo) {
return React.createElement(... | {
"pile_set_name": "Github"
} |
const { resolve } = require('path');
const webpack = require('webpack');
module.exports = {
context: __dirname,
entry: [
// 'react-hot-loader/patch',
// 'webpack/hot/only-dev-server',
'./src/index.tsx'
],
output: {
path: resolve(__dirname, 'build'),//打包后的文件存放的地方
f... | {
"pile_set_name": "Github"
} |
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
easyblock = 'ConfigureMake'
name = 'NLopt'
version = '2.4.2'
homepage = 'http://ab-initio.mit.edu/wiki/index.php/NLopt'
description ... | {
"pile_set_name": "Github"
} |
{
"@context": {
"@base": "http://example.com/",
"@vocab": "http://schema.org/",
"xml": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "a",
"@type": "Person",
"name": {
"@value": "A",
"@language": "en"
},
"age": [
{
"@value": "16",
"@type": "xml:int"
},
{
"@... | {
"pile_set_name": "Github"
} |
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
/... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
</body>
</html> | {
"pile_set_name": "Github"
} |
import React from 'react'
import {Form, ReformContext, WrapInput} from 'react-reform'
import defaultValidations from 'react-reform/opt/validations'
import defaultTheme from '../default-theme'
import RawDatePicker from 'react-datepicker'
import 'react-datepicker/dist/react-datepicker.css'
const DatePicker = props => (
... | {
"pile_set_name": "Github"
} |
"""
categories: Core,Functions
description: Unpacking function arguments in non-last position isn't detected as an error
cause: Unknown
workaround: The syntax below is invalid, never use it in applications.
"""
print(*(1, 2), 3)
| {
"pile_set_name": "Github"
} |
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"standard": {
"type": "secureObject",
"defaultValue": {
"deploymentId": null,
"searchServiceName": null,
"solrConnectionString": null
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>H5微信平台</title>
<style type="text/css">
.wxAuthSucBox{
width: 460px;
height: 380px;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: url($!... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c1ce0bf4df9fbb54ca8d0ed7bacb45c3
timeCreated: 1502385975
licenseType: Pro
ShaderImporter:
defaultTextures: []
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<!--
Copyright 2019 Google Inc. All rights reserved.
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 i... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 3</title>
</head>
<body text="#1C1C1C" bgcolor="#FFFFFF" link="#3584E4" vlink="#1B6ACB" alink="#3584E... | {
"pile_set_name": "Github"
} |
import { Icon, message, Modal, Upload } from "antd";
import React from "react";
import RequestFiles from 'utils/RequestFiles';
import Viewer from 'viewerjs';
import lodash from 'lodash'
function beforeUpload(file) {
console.log(file.type)
const isJPG = lodash.includes(file.type, 'image/');
if (!isJPG) {
... | {
"pile_set_name": "Github"
} |
module.exports = {
spec_dir: 'test/weex',
spec_files: [
'**/*[sS]pec.js'
],
helpers: [
require.resolve('@babel/register')
]
}
| {
"pile_set_name": "Github"
} |
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be... | {
"pile_set_name": "Github"
} |
+install(kernel-element-button)
.btn,
.btn-check,
.btn-radio,
.btn-file
-webkit-appearance: none
-moz-appearance: none
appearance: none
display: inline-flex
vertical-align: top
flex: 0 0 auto
max-width: 100%
min-width: $button-height-rem
height: $button-height-rem
font-s... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {filePathToUri, uriToFilePath} from '../utils';
describe('filePathToUri', () => {
it('should return URI wi... | {
"pile_set_name": "Github"
} |
{"type":"FeatureCollection","properties":{"kind":"state","state":"OK"},"features":[
{"type":"Feature","properties":{"kind":"county","name":"Blaine","state":"OK"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-98.4884,36.1623],[-98.2091,36.1623],[-98.2091,35.7241],[-98.3132,35.7241],[-98.3132,35.5489],[-98.5870,35... | {
"pile_set_name": "Github"
} |
{
"id": "42edcaf9-0847-47cc-8fb2-20c4a4f5d6f2",
"modelName": "GMSprite",
"mvc": "1.12",
"name": "spr_scrollbar_v_button_up",
"For3D": false,
"HTile": true,
"VTile": true,
"bbox_bottom": 15,
"bbox_left": 0,
"bbox_right": 15,
"bbox_top": 0,
"bboxmode": 0,
"colkind": 1,
... | {
"pile_set_name": "Github"
} |
[
{
"key": "group_5809dbd3c7d85",
"title": "date_picker-group",
"fields": [
{
"key": "field_5809dbd6472a8",
"label": "Date Picker",
"name": "date_picker",
"type": "date_picker",
"instructions": "Instr... | {
"pile_set_name": "Github"
} |
{
"kind": "TYPE_CAST_EXPRESSION",
"children": [
{
"kind": "LT_TOKEN"
},
{
"kind": "TYPE_CAST_PARAM",
"children": [
{
"kind": "LIST",
"children": [
{
"kind": "ANNOTATION",
"children": [
{
... | {
"pile_set_name": "Github"
} |
---
layout: "kubernetes"
page_title: "Kubernetes: kubernetes_persistent_volume_claim"
description: |-
This resource allows the user to request for and claim to a persistent volume.
---
# kubernetes_persistent_volume_claim
This resource allows the user to request for and claim to a persistent volume.
## Example Usa... | {
"pile_set_name": "Github"
} |
<v-select
v-show="!shouldHide"
:label="label"
:items="sourceList"
item-text="name"
item-value="proxyId"
:disabled="disabled"
:value="selection"
@input="setInternalValue"
></v-select>
| {
"pile_set_name": "Github"
} |
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="100%%" BGCOLOR="#ffffff"><TR><TD>
<B>Generated Source Files</B>
</TD></TR><TR></TR>
<tr><td><a href="ekfAHRS_c.html" onclick="if (top) if (top.tocHiliteMe) top.tocHiliteMe(window, this, false);" id="ekfAHRS_c.html" target="rtwreport_document_frame" name="rtwIdGen... | {
"pile_set_name": "Github"
} |
<wxs src="../wxs/utils.wxs" module="utils" />
<view class="custom-class van-card">
<view class="{{ utils.bem('card__header', { center: centered }) }}">
<view class="van-card__thumb" bind:tap="onClickThumb">
<image
wx:if="{{ thumb }}"
src="{{ thumb }}"
mode="{{ thumbMode }}"
... | {
"pile_set_name": "Github"
} |
section.code, section.code * {
-webkit-user-select: auto !important;
}
html,body{
margin:0;
padding:0;
height: 100%;
}
body {
font-family: Helvetica, Arial, sans-serif;
position: relative;
-webkit-font-smoothing: antialiased;
}
body.light {
background: #fff;
}
body.dark {
color: #F0F1F1;
background... | {
"pile_set_name": "Github"
} |
<div class="main flex vertical centered darkBackground">
<%- @Icon('full-logo', 'wizard-logo') %>
<form class="setup wizard js-agent">
<div class="wizard-slide">
<h2><%- @T('Invite Colleagues') %></h2>
<div class="wizard-body vertical justified js-agent-form"></div>
<div class="wizard-controls... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.left{
background:red;
}
.right{
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: fb7e2c1cde476854fb7067dcca74511a
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestRe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<fileVersion>1</fileVersion>
<configuration>
<name>Debug</name>
<toolchain>
<name>ARM</name>
</toolchain>
<debug>1</debug>
<settings>
<name>General</name>
<archiveVersion>3</archiveVersion>
<data>
... | {
"pile_set_name": "Github"
} |
@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to bui... | {
"pile_set_name": "Github"
} |
'use strict';
var test = require('tape');
var qs = require('../');
var utils = require('../lib/utils');
var iconv = require('iconv-lite');
var SaferBuffer = require('safer-buffer').Buffer;
test('stringify()', function (t) {
t.test('stringifies a querystring object', function (st) {
st.equal(qs.stringify({... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="op_department_1" model="op.department">
<field name="name">Department of Business Law</field>
<field name="code">D1</field>
</record>
<record id="op_department_2" model="op.department">
... | {
"pile_set_name": "Github"
} |
{
"parent": "block/cube_all",
"elements": [
{
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#all", "tintindex": 0, "cullface": "down" },
"up": { "texture": "#all", "tintindex": 0, "cullface": "up" },
... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c708c71dd76aca548a73cd2130d0e6b5
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
---
layout: tutorial
redirect_from: "/edge/custom_boot.html"
file_name: custom_boot
order:
---
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="section-1">
<td class="docs">
<div class="pilwrap">
<a class="pilcrow" href="#section-1">¶</a>
</div>
<p>If you want to customize... | {
"pile_set_name": "Github"
} |
'use strict';
const Delete = require('./reducers/delete');
const Details = require('./reducers/details');
const Groups = require('./reducers/groups');
const Permissions = require('./reducers/permissions');
const Redux = require('redux');
const User = require('./reducers/user');
module.exports = Redux.createStore(
... | {
"pile_set_name": "Github"
} |
//
// Typography
// --------------------------------------------------
// Body text
// -------------------------
p {
margin: 0 0 @baseLineHeight / 2;
}
.lead {
margin-bottom: @baseLineHeight;
font-size: @baseFontSize * 1.5;
font-weight: 200;
line-height: @baseLineHeight * 1.5;
}
// Emphasis & misc
// ---... | {
"pile_set_name": "Github"
} |
{
"price_rule": {
"id": 1213131,
"title": "BOGO",
"target_type": "line_item",
"target_selection": "all",
"allocation_method": "across",
"value_type": "percentage",
"value": -100,
"once_per_customer": true,
"usage_limit": null,
"customer_selection": "all",
"prerequisite_subt... | {
"pile_set_name": "Github"
} |
{
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
"id" : "http://json-schema.org/draft-01/hyper-schema#",
"properties" : {
"links" : {
"type" : "array",
"items" : {"$ref" : "http://json-schema.org/draft-01/links#"},
"optional" : true
},
"fragmentResolution" : {
"type" : "string",
... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
{
"raw": "qs@~6.3.0",
"scope": null,
"escapedName": "qs",
"name": "qs",
"rawSpec": "~6.3.0",
"spec": ">=6.3.0 <6.4.0",
"type": "range"
},
"D:\\Users\\aakash.h\\Desktop\\Ang5\\mat\\node_modules\\node-sass\\node_modules\\reques... | {
"pile_set_name": "Github"
} |
{
"name": "nolimits4web/swiper",
"license": [
"MIT"
],
"extra": {},
"authors": [
{
"homepage": "https://idangero.us",
"role": "Developer",
"name": "Vladimir Kharalmpidi",
"email": "nolimits4web@gmail.com"
}
],
"keywords"... | {
"pile_set_name": "Github"
} |
+++
title = "Shortcodes"
description = ""
date = "2017-04-24T18:36:24+02:00"
weight = 30
+++
A bunch of Shortcodes are available with this theme :
{{%children style="card" description="true" %}}
| {
"pile_set_name": "Github"
} |
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173">
<Objective-C-extensions>
<file>
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
<... | {
"pile_set_name": "Github"
} |
package configs
// Network defines configuration for a container's networking stack
//
// The network configuration can be omitted from a container causing the
// container to be setup with the host's networking stack
type Network struct {
// Type sets the networks type, commonly veth and loopback
Type string `json:... | {
"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:41 ICT 2012 -->
<TITLE>
ElementMapping (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-16">
<LINK REL ="st... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Mon Jun 29 06:45:50 CEST 2015 -->
<title>SelectorContainer (Apache Ant API)</title>
<meta name="date" content="2015-06-29">
<lin... | {
"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>Image</title>
<link type="text/css" rel="stylesheet" href="../fpdf.css">
</head>
<body>
<h1>Image</h1>
<code>Image(<b>string</b> file [, <b>float</b> x [... | {
"pile_set_name": "Github"
} |
// flex type
@mixin d-flex(){
display: flex;
}
@mixin d-inline-flex(){
display: inline-flex;
}
// flex-direction
@mixin flex-row(){
flex-direction: row;
}
@mixin flex-row-reverse(){
flex-direction: row;
}
@mixin flex-column(){
flex-direction: column;
}
@mixin flex-column-reverse(){
fl... | {
"pile_set_name": "Github"
} |
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>You can easily open an external file for editing, if you just drag it from the Explorer or Finder to the editor.</p>
<p class="image"><img src="images/dragToOpen.png"></p>
</body>
</html>
| {
"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">
<array>
<array>
<string>foreground</string>
<string>glyphs</string>
</array>
<array>
<string>background</string>
<string>glyphs.background</strin... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Wed May 03 07:08:46 PDT 2017 -->
<title>MemoryCache.ResourceRemovedListener (glide 3.8.0 API)</title>
<meta name="date" content=... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 8caca8a5b8fc29241857185d3e2fbaa6
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{"text": ["$", "cost", "looking", "for", "the", "next", "$", "ati", "$", "utx", "$", "do", "must", "have", "URL"], "created_at": "Sat May 31 09:24:59 +0000 2014", "user_id_str": "2535221254"}
| {
"pile_set_name": "Github"
} |
{
"multi":null,
"text":"@张杰 @林俊杰 @文章同學 ,这分明是一个缠绵悱恻,纠葛凄美的爱情故事啊,你爱我,我爱他,他爱你,你们这样真的好吗[偷笑]",
"user":{
"verified":false,
"description":true,
"gender":"f",
"messages":17993,
"followers":8522,
"location":"其他",
"time":1265870716,
"friends":374,
"verified_type":220
},
"has_url":false,
"comments":26,
"pics":3,
"source":"iPhone客户... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html >
<html>
<head>
<title>Weekday - org.saddle.time.Weekday</title>
<meta name="description" content="Weekday - org.saddle.time.Weekday" />
<meta name="keywords" content="Weekday org.saddle.time.Weekday" />
<meta http-equiv="content-type" content="text/html; c... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:orientation="horizontal"
>
<LinearLayout
android:gravity="cente... | {
"pile_set_name": "Github"
} |
:doctype: book
:idprefix:
:idseparator: -
:toc: left
:toclevels: 4
:tabsize: 4
:numbered:
:sectanchors:
:sectnums:
:icons: font
:hide-uri-scheme:
:docinfo: shared,private
:sc-ext: java
:project-full-name: Spring Cloud Vault
| {
"pile_set_name": "Github"
} |
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="DEFAULT_VEHTYPE" sigma="0"/>
<vehicle id="0" depart="0">
<route edges="beg middle end rend"/>
<route edges="beg middle end rend"/>
</vehicle>
</routes>
| {
"pile_set_name": "Github"
} |
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id></id>
... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import { LoadingOutlined } from '@ant-design/icons';
import { Steps, Button, message } from 'antd';
// TODO
// import Prompt from 'umi/prompt';
import { ICreateProgress } from '@/enums';
import ProjectContext from '@/layouts/ProjectContext';
import Terminal, { TerminalType } from '@/comp... | {
"pile_set_name": "Github"
} |
.pagination {
zoom: 1;
}
.pagination table {
float: left;
height: 30px;
}
.pagination td {
border: 0;
}
.pagination-btn-separator {
float: left;
height: 24px;
border-left: 1px solid #444;
border-right: 1px solid #777;
margin: 3px 1px;
}
.pagination .pagination-num {
border-width: 1px;
border-style... | {
"pile_set_name": "Github"
} |
angular.module('healthyGulpAngularApp', ['ui.router'])
.config(['$stateProvider', '$urlRouterProvider',
function($stateProvider, $urlRouterProvider) {
$urlRouterProvider.otherwise('/');
$stateProvider
.state('home', {
url: '/',
templateUrl: 'components... | {
"pile_set_name": "Github"
} |
import { Action } from '@ngrx/store';
import { IUserData } from './models';
import { tracklistIdForUserLikes, tracklistIdForUserTracks } from './utils';
export class UserActions {
static FETCH_USER_FAILED = 'FETCH_USER_FAILED';
static FETCH_USER_FULFILLED = 'FETCH_USER_FULFILLED';
static LOAD_USER = 'LOAD_USER... | {
"pile_set_name": "Github"
} |
//>>built
define("dojox/grid/enhanced/plugins/DnD", [
"dojo/_base/kernel",
"dojo/_base/declare",
"dojo/_base/connect",
"dojo/_base/array",
"dojo/_base/lang",
"dojo/_base/html",
"dojo/_base/json",
"dojo/_base/window",
"dojo/query",
"dojo/keys",
"dojo/dnd/Source",
"dojo/dnd/Avatar",
"../_Plugin",
"../../Enh... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class javax.sound.sampled.CompoundControl.Type (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../../styleshe... | {
"pile_set_name": "Github"
} |
{
"name": "氣象法",
"status": "實施",
"content": [
{
"num": 1,
"zh": "第一條",
"article": "為加強氣象業務,健全測報制度,特制定本法;本法未規定者,依其他法律規定。",
"reason": "本條未修正。"
},
{
"num": 2,
"zh": "第二條",
"article": "本法所用名詞,定義如下:一、氣象業務:指從事氣象、地震、海象等現象之觀測、資料蒐集與研判結果之發布。二、氣象:指大氣諸現象。三、地震:指地層發生錯動或火山活動... | {
"pile_set_name": "Github"
} |
<template>
<li>
<a href="#" @click.stop.prevent="$emit('clickByEvent')">
<img :src="item.profileImageUrl" style="max-width:30px;border-radius:30px;float:left;" />
<div class="menu-info" style="margin-left:45px;">
<h4 class="control-sidebar-subheading" style="font-size:16px;">
<span sty... | {
"pile_set_name": "Github"
} |
using Newtonsoft.Json;
namespace YouTrackSharp.AgileBoards
{
/// <summary>
/// A class that represents a YouTrack field used in the context of an agile board
/// </summary>
public class Field
{
/// <summary>
/// Gets or sets the name of the field
/// </summary>
[Jso... | {
"pile_set_name": "Github"
} |
--SKIPIF--
return !function_exists('hash_hmac');
--INI--
URI.Munge = "/redirect?s=%s&t=%t&r=%r&n=%n&m=%m&p=%p"
URI.MungeSecretKey = "foo"
URI.MungeResources = true
--HTML--
<a href="http://example.com">Link</a>
<img src="http://example.com" style="background-image:url(http://example.com);" alt="example.com" />
--EXPECT... | {
"pile_set_name": "Github"
} |
<template>
<div class="comments">
<div class="disqus" :class="{ ready: disqusReady }">
<client-only>
<lazy-component @show="disqusReady = true">
<vue-disqus shortname="nuepress-kmr-io" :identifier="article.slug" />
</lazy-component>
</client-only>
</div>
</div>
</templa... | {
"pile_set_name": "Github"
} |
<!--
doc/src/sgml/ref/delete.sgml
PostgreSQL documentation
-->
<refentry id="sql-delete">
<indexterm zone="sql-delete">
<primary>DELETE</primary>
</indexterm>
<refmeta>
<refentrytitle>DELETE</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
</refmeta>
<refname... | {
"pile_set_name": "Github"
} |
import React from 'react';
import PropTypes from 'prop-types';
const unitSymbols = {
USD: '$',
EUR: '€',
};
/**
* Price component that renders a price and a unit.
*/
export default function Price(props) {
let Host = 'span';
if (props.emphasize) {
Host = 'em';
}
return (
<Host>
{props.value}
{!props.... | {
"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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
| {
"pile_set_name": "Github"
} |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "../jquery.validate"], factory );
} else if (typeof module === "object" && module.exports) {
module.exports = factory( require( "jquery" ) );
} else {
factory( jQuery );
}
}(function( $ ) {
/*
* Translated default ... | {
"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>BuildMachineOSBuild</key>
<string>18E226</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "tv"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"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/.
---
loader: taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.release_deps:transforms
- taskg... | {
"pile_set_name": "Github"
} |
{
"types": "./datePicker.tsx"
} | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of Sulu.
*
* (c) Sulu GmbH
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Sulu\Bundle\MediaBundle\Tests\Functional\Controller;
use Prophecy\Argument;
use Sulu\Bundle\AdminBundle\Admin\Admin;
use Sulu\Bun... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Flat skin
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 20px;
height: 20px;
background: url(flat.png) no-repeat;
border: none;
cursor: pointer;... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Category" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base... | {
"pile_set_name": "Github"
} |
{
"index": 14,
"lineNumber": 1,
"column": 15,
"message": "Error: Line 1: Unexpected token -"
} | {
"pile_set_name": "Github"
} |
@keyframes scaleUp {
0% {
transform: scaleY(.8);
}
100% {
transform: scaleY(1);
}
}
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.