text stringlengths 2 99.9k | meta dict |
|---|---|
export default [
{
type: 'number',
input: true,
key: 'validate.minSelectedCount',
label: 'Minimum checked number',
tooltip: 'Minimum checkboxes required before form can be submitted.',
weight: 250
},
{
type: 'number',
input: true,
key: 'validate.maxSelectedCount',
label: 'M... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1102 &-5722947490951230615
AnimatorState:
serializedVersion: 5
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: fadeIn
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: -... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... | {
"pile_set_name": "Github"
} |
import shortid from 'shortid';
import {
CommonAction,
BaseRouter,
PartialState,
NavigationState,
DefaultRouterOptions,
Router,
Route,
} from '@react-navigation/core';
export type TabActionType = {
type: 'JUMP_TO';
payload: { name: string; params?: object };
source?: string;
target?: string;
};
e... | {
"pile_set_name": "Github"
} |
TLTiltHighlightView
===================
`TLTiltHighlightView` is a `UIView` subclass with a horizontal gradient which adjusts its appearance based on the positional attitude of the device. The movement of the gradient when re-orientating the device is *subtle* – it's meant to augment keylines. This mimics the iOS 6 Mu... | {
"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/. */
import com.adobe.test.Assert;
// var SECTION = "RegExp";
// var VERSION = "as3";
// var TITLE = "htt... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 53b039c6c4008c7459056e31318bb5bc
timeCreated: 1432701084
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Copyright (c) 2009, Giampaolo Rodola'. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""
Test utilities.
"""
from __future__ import print_function
import atexit
import contextlib
import ctypes
import errno
import ... | {
"pile_set_name": "Github"
} |
#include <metal_stdlib>
#include <simd/simd.h>
using namespace metal;
struct Inputs {
};
struct Outputs {
float4 sk_FragColor [[color(0)]];
};
fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _fragCoord [[position]]) {
Outputs _outputStruct;
thread Outputs* _... | {
"pile_set_name": "Github"
} |
#version 330 core
// please send comments or report bug to: liangliang.nan@gmail.com
//#extension GL_EXT_geometry_shader4 : enable
layout(points) in;
layout(triangle_strip, max_vertices=4) out;
uniform mat4 MV;
uniform mat4 PROJ;
uniform float sphere_radius;
uniform bool clippingPlaneEnabled = false;
uniform ... | {
"pile_set_name": "Github"
} |
/***************************************************************************
Copyright 2015 Ufora Inc.
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/licen... | {
"pile_set_name": "Github"
} |
CREATE EXTENSION pgstattuple;
--
-- It's difficult to come up with platform-independent test cases for
-- the pgstattuple functions, but the results for empty tables and
-- indexes should be that.
--
create table test (a int primary key, b int[]);
select * from pgstattuple('test'::text);
table_len | tuple_count | tupl... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"de.",
"du."
],
"DAY": [
"vas\u00e1rnap",
... | {
"pile_set_name": "Github"
} |
File.file?("input.txt")
File.file?("/input.txt")
File.directory?("docs")
File.directory?("/docs")
| {
"pile_set_name": "Github"
} |
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
NAME=tempesta-fw
DEB_NAME=$(NAME)-dkms
VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)
%:
dh $@ --with dkms --with systemd
override_dh_auto_install:
dh_install tempesta_fw usr/src/$(NAME)-$(VER... | {
"pile_set_name": "Github"
} |
/** @file Rect.h
@author Jukka Jylänki
This work is released to Public Domain, do whatever you want with it.
*/
#pragma once
#include <vector>
struct RectSize
{
int width;
int height;
};
struct Rect
{
int x;
int y;
int width;
int height;
};
/// Performs a lexicographic compare on (rect short side, rect lon... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
*/
#import <OfficeImport/OfficeImport-Structs.h>
#import <OfficeImport/EDSheet.h>
#import <OfficeImport/EDChartSheet.h>
@class CHDChart;
__attribute__((visibility("hidden")))
@in... | {
"pile_set_name": "Github"
} |
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the li... | {
"pile_set_name": "Github"
} |
'use strict';
// http://www.ecma-international.org/ecma-262/5.1/#sec-9.11
module.exports = require('is-callable');
| {
"pile_set_name": "Github"
} |
<div class="modal fade" id="device_borrow_confirm">
<div class="modal-dialog">
<div class="modal-content modal-dialog-alert-middle">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h4 class=... | {
"pile_set_name": "Github"
} |
---
- name: post_workload Tasks Complete
debug:
msg: "Pre-Software checks completed successfully - Removed"
- name: Remove user from developer group - (remove ability to create projects)
command: "oadm groups remove-users {{item}} {{ocp_username}}"
register: groupadd_register
with_items: "{{ocp_user_groups... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import {StatelessAccordion, Panel} from 'baseui/accordion';
export default () => {
const [expanded, setExpanded] = React.useState<React.Key[]>([
'L1',
'L2',
]);
return (
<StatelessAccordion
expanded={expanded}
onChange={({key, expanded}) => {
consol... | {
"pile_set_name": "Github"
} |
<!--
Description: entry summary contains onmouseup
Expect: not bozo and entries[0]['summary'] == u'<img src="http://www.ragingplatypus.com/i/cam-full.jpg" />'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<entry>
<summary type="text/html" mode="escaped"><img src="http://www.ragingplatypus.com/i/cam-... | {
"pile_set_name": "Github"
} |
#include "../csg_sun3"
CSG_SUN3(tsun15,doc.ic.ac.uk,tsunfs.doc.ic.ac.uk,gould.doc.ic.ac.uk)
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
using System;
using FlaxEditor.Windows;
using FlaxEditor.Windows.Assets;
using FlaxEngine;
namespace FlaxEditor.Content
{
/// <summary>
/// A <see cref="ParticleEmitterFunction"/> asset proxy object.
/// </summary>
/// <seealso cref="Flax... | {
"pile_set_name": "Github"
} |
/* crypto/rc5/rc5speed.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercia... | {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... | {
"pile_set_name": "Github"
} |
Michael Crosby <michael@docker.com> (@crosbymichael)
| {
"pile_set_name": "Github"
} |
// @flow
import universal from 'react-universal-component';
import { ErrorState, Loading } from '../../../../components';
export default universal(() => import('./ByTotalDevelopers'), {
loading: Loading,
error: ErrorState,
});
| {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows
package ipv4
import (
"net"
"golang.org/x/net/bpf"
"golang.org/x/net/... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
/*
* Conexant cx24123/cx24109 - DVB QPSK Satellite demod/tuner driver
*
* Copyright (C) 2005 Steven Toth <stoth@linuxtv.org>
*
* Support for KWorld DVB-S 100 by Vadim Catana <skystar@moldova.cc>
*
* Support for CX24123/CX24113-NIM by Patrick Boettcher <pb@linuxtv.org>
*
* This program is free softwar... | {
"pile_set_name": "Github"
} |
Byte Buddy is a code generation and manipulation library for creating and modifying Java
classes during the runtime of a Java application and without the help of a compiler.
Copyright 2014 Rafael Winterhalter
| {
"pile_set_name": "Github"
} |
<html>
<head>
<title>Vorbisfile - API Overview</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=tiny>vorbis... | {
"pile_set_name": "Github"
} |
<?php
// php-reverse-shell - A Reverse Shell implementation in PHP
// Copyright (C) 2007 pentestmonkey@pentestmonkey.net
//
// This tool may be used for legal purposes only. Users take full responsibility
// for any actions performed using this tool. The author accepts no liability
// for damage caused by this tool. ... | {
"pile_set_name": "Github"
} |
#brick {
width: 40px;
height: 20px;
background: #EE6B47;
position: relative;
cursor: pointer;
}
#path {
outline: 1px solid #E8C48E;
width: 540px;
height: 20px;
} | {
"pile_set_name": "Github"
} |
#!/bin/bash
READ_STDIN=0
LANGUAGE=`detect-language`
BUILDER=0
while getopts ":sl:b" opt; do
case ${opt} in
s )
READ_STDIN=1
;;
l )
LANGUAGE=$OPTARG
;;
b )
BUILDER=1
;;
: )
echo "Invalid option: $OPTARG requires an argument"
exit 1
;;
\? )
... | {
"pile_set_name": "Github"
} |
custom: https://www.buymeacoffee.com/dastergon
| {
"pile_set_name": "Github"
} |
#ifndef __UIEVENTTYPE_H__
#define __UIEVENTTYPE_H__
#include "FairyGUIMacros.h"
NS_FGUI_BEGIN
class UIEventType
{
public:
static const int Enter = 0;
static const int Exit = 1;
static const int Changed = 2;
static const int Submit = 3;
static const int TouchBegin = 10;
static... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
package blocksconvert;
option go_package = "blocksconvert";
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
option (gogoproto.marshaler_all) = true;
option (gogoproto.unmarshaler_all) = true;
service Scheduler {
// Returns next plan that builder should work on.
rpc NextPlan(NextPlanR... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# encoding: utf-8
"""
@version: ??
@author: liangliangyy
@license: MIT Licence
@contact: liangliangyy@gmail.com
@site: https://www.lylinux.net/
@software: PyCharm
@file: build_search_words.py
@time: 2019/9/23 6:58 下午
"""
from django.core.management.base import BaseCommand
from blog.models import ... | {
"pile_set_name": "Github"
} |
/*
* cdjpeg.h
*
* This file was part of the Independent JPEG Group's software:
* Copyright (C) 1994-1997, Thomas G. Lane.
* It was modified by The libjpeg-turbo Project to include only code relevant
* to libjpeg-turbo.
* For conditions of distribution and use, see the accompanying README file.
*
* This file co... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<body style="background:white;">
<div style="width:140px; height:100px; background:black;"></div>
</body>
</html>
| {
"pile_set_name": "Github"
} |
Highcharts.chart('container', {
chart: {
type: 'column'
},
title: {
text: 'Data input as column arrays'
},
data: {
columns: [
[null, 'Apples', 'Pears', 'Oranges'], // categories
['Ola', 1, 4, 3], // first series
['Kari', 5, 4, 2] // seco... | {
"pile_set_name": "Github"
} |
package client // import "github.com/docker/docker/client"
import (
"context"
"io"
"net/url"
"github.com/docker/docker/api/types"
)
// ImageLoad loads an image in the docker host from the client host.
// It's up to the caller to close the io.ReadCloser in the
// ImageLoadResponse returned by this function.
func ... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: head
uri: https://acme-staging.api.letsencrypt.org/acme/new-reg
body:
encoding: US-ASCII
string: ''
headers:
User-Agent:
- Acme::Client v0.3.7 (https://github.com/unixcharles/acme-client)
Accept:
- "*/*"
response:
status... | {
"pile_set_name": "Github"
} |
/*namespace PokemonUnity.Saving.SerializableClasses
{
using System;
using System.Collections.Generic;
using PokemonUnity.Inventory;
using PokemonUnity.Monster;
using PokemonUnity.Utility;
[System.Serializable]
public struct SeriPlayer
{
#region Variables
/// <summary>
/// Please use th... | {
"pile_set_name": "Github"
} |
[tox]
envlist = py35,py36,py37,py38
skip_missing_interpreters = True
skipsdist = True
minversion = 3.14.1
[testenv]
usedevelop = True
deps = -rtest_requirements.txt
whitelist_externals =
find
sh
passenv = COVERAGE_FILE
commands =
pytest {posargs}
py36,py37,py38: black --check .
isort --recursive -... | {
"pile_set_name": "Github"
} |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 the original author or authors.
*
* 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 applica... | {
"pile_set_name": "Github"
} |
# =========================================================================
# This makefile was generated by
# Bakefile 0.2.9 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
include ../../build/msw... | {
"pile_set_name": "Github"
} |
{
"nome": "Isola Rizza",
"codice": "023041",
"zona": {
"codice": "2",
"nome": "Nord-est"
},
"regione": {
"codice": "05",
"nome": "Veneto"
},
"provincia": {
"codice": "023",
"nome": "Verona"
},
"sigla": "VR",
"codiceCatastale": "E358",
"cap": [
"37050"
],
"popolazione": 3255
}
| {
"pile_set_name": "Github"
} |
var common = require('../common');
var formidable = common.formidable;
var http = require('http');
var assert = require('assert');
var testData = {
numbers: [1, 2, 3, 4, 5],
nested: { key: 'value' }
};
var server = http.createServer(function(req, res) {
var form = new formidable.IncomingForm();
form.pars... | {
"pile_set_name": "Github"
} |
import { module, test, skip } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';
import { gte } from 'ember-compatibility-helpers';
module('Integration | Component | pretty color', function(hooks) {
setupRenderingTest(hooks);
test('it renders properly [cu... | {
"pile_set_name": "Github"
} |
{
"id": "blend",
"groupName": "blend",
"params": {
"mode": {
"value": "multiply"
},
"x": {
"value": "0%"
},
"y": {
"value": "0%"
},
"width": {
"value": "100%"
},
"height":{
"value": "100%"
},
"in": {
"value": "SourceGraphic"
},
... | {
"pile_set_name": "Github"
} |
/*
---------------------------------------------------------------------------
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
Copyright (c) 2006-2019, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require_relative '../feature_helper'
require 'quality/quality_checker'
describe Quality::QualityChecker do
it 'has an example feature spec' do
expect(exec_io('echo test')).to eq("test\n")
end
end
| {
"pile_set_name": "Github"
} |
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RxReachability_Example' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for RxReachability
pod "RxReachability", :git => "https://github.com/RxSwiftCommunity/RxRe... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Create a new openwrt tree with symlinks pointing at the current tree
# Usage: ./scripts/symlink-tree.sh <destination>
FILES="
BSDmakefile
config
Config.in
LICENSE
Makefile
README
dl
feeds.conf.default
include
package
rules.mk
scripts
target
toolchain
tools"
OPTIONAL_FILES="
.git"... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1992-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 3 of the License, ... | {
"pile_set_name": "Github"
} |
/*
* format - Haxe File Formats
*
* Copyright (c) 2008-2009, The Haxe Project Contributors
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must... | {
"pile_set_name": "Github"
} |
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include <iostream>
#include <opencv2/core.hpp>
#include <opencv2/core/ocl.hpp>
#ifndef DUMP_CONFIG_PROPERTY
#define DUMP_C... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<met... | {
"pile_set_name": "Github"
} |
class FileException(Exception):
pass
class SubclassNotFound(FileException):
pass
class VersionNotFoundError(FileException):
pass
class FileNodeCheckedOutError(FileException):
"""
This is to be raised if a fileNode (file or folder) is checked
out, or if any of its children is checked out
... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import NodeTriggerActionType from './NodeTriggerActionType';
import NodeTriggerList from './NodeTriggerList';
class NodeTriggerActionMatchActions extends Component {
constructor(props) {
super(props);
this.changeType = this.changeType.bind(this);
t... | {
"pile_set_name": "Github"
} |
/**
* Plugin Manager
*/
var PluginManager = function(less) {
this.less = less;
this.visitors = [];
this.preProcessors = [];
this.postProcessors = [];
this.installedPlugins = [];
this.fileManagers = [];
};
/**
* Adds all the plugins in the array
* @param {Array} plugins
*/
PluginManager.prot... | {
"pile_set_name": "Github"
} |
[core]
backend=fbdev-backend.so
| {
"pile_set_name": "Github"
} |
body {
width:50em;
padding: 5em;
font-family: 'IM Fell English', serif;
}
h1 {
font-size: 175%;
text-align: center;
}
#code {
# padding: 20px;
# font-family: 'IM Fell English', serif;
# font-style: italic;
#}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
from optparse import OptionParser
import pygtk
pygtk.require("2.0")
import gobject,gtk,gtk.glade
import sys,pickle,os,glob
import scipy
from pylab import *
import sqlite3
import ocrolib
from ocrolib import dbtables,common
from ocrolib import Record
def TODO():
print """
accept-selectio... | {
"pile_set_name": "Github"
} |
var baseCompareAscending = require('./baseCompareAscending');
/**
* Used by `_.sortByOrder` to compare multiple properties of a value to another
* and stable sort them.
*
* If `orders` is unspecified, all valuess are sorted in ascending order. Otherwise,
* a value is sorted in ascending order if its corresponding... | {
"pile_set_name": "Github"
} |
-define(APP, partisan).
-define(PEER_IP, {127, 0, 0, 1}).
-define(PEER_PORT, 9090).
-define(PEER_SERVICE_SERVER, partisan_peer_service_server).
-define(FANOUT, 5).
-define(CACHE, partisan_connection_cache).
-define(CONNECTION_JITTER, 1000).
-define(TRACING, false).
-define(RELAY_TTL, 5).
-define(MEMBERSHIP_PROTOCOL_CHA... | {
"pile_set_name": "Github"
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | {
"pile_set_name": "Github"
} |
--
-- Copyright (c) 2008 Red Hat, Inc.
--
-- This software is licensed to you under the GNU General Public License,
-- version 2 (GPLv2). There is NO WARRANTY for this software, express or
-- implied, including the implied warranties of MERCHANTABILITY or FITNESS
-- FOR A PARTICULAR PURPOSE. You should have received a ... | {
"pile_set_name": "Github"
} |
/** Used as references for various `Number` constants. */
var MAX_SAFE_INTEGER = 9007199254740991;
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeFloor = Math.floor;
/**
* The base implementation of `_.repeat` which doesn't coerce arguments.
*
* @private
* @para... | {
"pile_set_name": "Github"
} |
/**
*
* ListHeader
*
*/
import React from 'react';
import PropTypes from 'prop-types';
import { ListHeader as StyledListHeader } from '@buffetjs/styles';
import Button from '../Button';
import Flex from '../Flex';
import Padded from '../Padded';
import Text from '../Text';
import BaselineAlignement from './Baselin... | {
"pile_set_name": "Github"
} |
# 在这里添加项目的代码混淆规则
# 混淆规则请参考:http://proguard.sourceforge.net/index.html#manual/usage.html
##################### 一般使用默认 #####################
# 不使用大小写混合类名,混淆后的类名为小写
-dontusemixedcaseclassnames
# 混淆第三方库
-dontskipnonpubliclibraryclasses
# 混淆时记录日志,有助于排查错误
-verbose
# 代码混淆使用的算法.
-optimizations !code/simplification/arithmetic... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
__attribute__((visibility("hidden")))
@interface NSFileCoordinatorAccessorBlockCompletion : NSObject
{
C... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace MartinGeorgiev\Doctrine\ORM\Query\AST\Functions;
/**
* Implementation of PostgreSql JSONB_EXISTS().
*
* @see https://www.postgresql.org/docs/9.4/static/functions-json.html
* @since 0.1
*
* @author Martin Georgiev <martin.georgiev@gmail.com>
*/
class JsonbExists extends... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ppapi/cpp/private/video_source_private.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/private/ppb_video_source_private.h"
#include "pp... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
Spec::Runner.configuration.global_fixtures = :people
describe ExplicitHelper, :type => :helper do
include ExplicitHelper
it "should not require naming the helper if describe is passed a type" do
method_in_explicit_helper.should match(/text from a method/)
helper.method_in_explicit_... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
.nh
.TH "X86-VALIGND-VALIGNQ" "7" "May 2019" "TTMO" "Intel x86-64 ISA Manual"
.SH NAME
VALIGND-VALIGNQ - ALIGN DOUBLEWORD-QUADWORD VECTORS
.TS
allbox;
l l l l l
l l l l l .
\fB\fCOpcode/Instruction\fR \fB\fCOp/En\fR \fB\fC64/32 bit Mode Support\fR \fB\fCCPUID Feature Flag\fR \fB\fCDescription\fR
T{
EVEX.128.66.0F3A.W0... | {
"pile_set_name": "Github"
} |
<?php
/**
* cURL HTTP transport
*
* @package Requests
* @subpackage Transport
*/
/**
* cURL HTTP transport
*
* @package Requests
* @subpackage Transport
*/
class Requests_Transport_cURL implements Requests_Transport {
const CURL_7_10_5 = 0x070A05;
const CURL_7_16_2 = 0x071002;
/**
* Raw HTTP data
*
... | {
"pile_set_name": "Github"
} |
// Copyright 2017-2020 @polkadot/app-explorer authors & contributors
// SPDX-License-Identifier: Apache-2.0
import React, { useCallback, useState } from 'react';
import styled from 'styled-components';
import { Button, FilterOverlay, Input } from '@polkadot/react-components';
import { isHex } from '@polkadot/util';
i... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and s... | {
"pile_set_name": "Github"
} |
/*
Highcharts JS v3.0.6 (2013-10-04)
MooTools adapter
(c) 2010-2013 Torstein Hønsi
License: www.highcharts.com/license
*/
(function(){var e=window,h=document,f=e.MooTools.version.substring(0,3),i=f==="1.2"||f==="1.1",j=i||f==="1.3",g=e.$extend||function(){return Object.append.apply(Object,arguments)};e.Highcharts... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup github 1.0
PortGroup python 1.0
github.setup nltk nltk 3.4.5
name py-nltk
categories-append textproc
platfor... | {
"pile_set_name": "Github"
} |
# created by tools/tclZIC.tcl - do not edit
if {![info exists TZData(Asia/Dhaka)]} {
LoadTimeZoneFile Asia/Dhaka
}
set TZData(:Asia/Dacca) $TZData(:Asia/Dhaka)
| {
"pile_set_name": "Github"
} |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
-->
<dimen name="activity_horizontal_margin">128dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm... | {
"pile_set_name": "Github"
} |
---
title: "IDebugGenericFieldDefinition::ConstructInstantiation | Microsoft Docs"
ms.date: 11/15/2016
ms.prod: "visual-studio-dev14"
ms.technology: "vs-ide-sdk"
ms.topic: reference
helpviewer_keywords:
- "ConstructInstantiation"
- "IDebugGenericFieldDefinition::ConstructInstantiation"
ms.assetid: ef8ae261-a98b-4d... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:startColor="#4D892F" android:endColor="#8CC054"
android:type="linear" android:angle="90" />
<corners android:radius="8dp" />
</shape> | {
"pile_set_name": "Github"
} |
MKPATH=../../../mk/
include $(MKPATH)buildsys.mk
DATA = 8x8.png flvr-xxx.prf graf-xxx.prf xtra-xxx.prf
PACKAGE = tiles/old
| {
"pile_set_name": "Github"
} |
//
// NSLayoutConstraint+MASDebugAdditions.m
// Masonry
//
// Created by Jonas Budelmann on 3/08/13.
// Copyright (c) 2013 Jonas Budelmann. All rights reserved.
//
#import "NSLayoutConstraint+MASDebugAdditions.h"
#import "MASConstraint.h"
#import "MASLayoutConstraint.h"
@implementation NSLayoutConstraint (MASDebu... | {
"pile_set_name": "Github"
} |
# example
A new Flutter project.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zziptest", "zzcat.vcproj", "{FCEF4E99-72DB-4422-95BB-3C83673B66E9}"
ProjectSection(ProjectDependencies) = postProject
{CB440073-2ED3-48CE-A1A1-B6EACB3A44BD} = {CB440073-2ED3-48CE-... | {
"pile_set_name": "Github"
} |
// Copyright 2019 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "test/wasm-api-tests/wasm-api-test.h"
namespace v8 {
namespace internal {
namespace wasm {
using ::wasm::FUNCREF;
using ::wasm::Limits;
using... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
package org.rocksdb;
/**
* Similar to {@link LRUCache}, ... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/ebs/model/GetSnapshotBlockRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/http/URI.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
#include <util... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.