text stringlengths 2 99.7k | meta dict |
|---|---|
<UserControl
x:Class="CodeShow.CS.Shared.PropertyBindingDemo"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:CodeShow.CS.Shared"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="ht... | {
"pile_set_name": "Github"
} |
import sys
import xbmcaddon
__addon__ = sys.modules[ "__main__" ].__addon__
class settings():
def __init__( self, *args, **kwargs ):
self.readxml()
self.addon = xbmcaddon.Addon()
def readxml(self):
self.bridge_ip = __addon__.getSetting("bridge_ip")
self.bridge_user = __... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
package httpguts
import (
"net"
"strings"
"unicode/utf8"
"golang.org/x/net/idna"
)
var isTokenTable = [127]bool{
'!': true,
'#': true,
'$': true,
... | {
"pile_set_name": "Github"
} |
/**
* @file <argos3/plugins/simulator/sensors/ground_rotzonly_sensor.h>
*
* @author Carlo Pinciroli - <ilpincy@gmail.com>
*/
#ifndef GROUND_ROTZONLY_SENSOR_H
#define GROUND_ROTZONLY_SENSOR_H
#include <string>
#include <map>
namespace argos {
class CGroundRotZOnlySensor;
class CGroundSensorEquippedEntity;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDLjCCAhagAwIBAgIBATANBgkqhkiG9w0BAQUFADA3MREwDwYDVQQLDAhTZWN1
cml0eTEUMBIGA1UEAwwLTkRHIFRlc3QgQ0ExDDAKBgNVBAoMA05ERzAeFw0xNTAx
MjExNDMzMThaFw0yMDAxMjAxNDMzMThaMDcxETAPBgNVBAsMCFNlY3VyaXR5MRQw
EgYDVQQDDAtOREcgVGVzdCBDQTEMMAoGA1UECgwDTkRHMIIBIjANBgkqhkiG9w0B
AQEFAAOCAQ8AMIIBCgKCAQEArq4QKUTR... | {
"pile_set_name": "Github"
} |
(ns zest.docs.registry
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [reagent.core :as reagent]
[cljs.core.async :as async]))
(defn get-so-root []
(let [electron (.require js/window "electron")
path (.require js/window "path")]
(.join path
(.getPath (.-app (... | {
"pile_set_name": "Github"
} |
(**************************************************************************)
(* Lablgtk - Examples *)
(* *)
(* There is no specific licensing policy, but you may freely *)
(* take i... | {
"pile_set_name": "Github"
} |
.class public final Lcom/facebook/R$attr;
.super Ljava/lang/Object;
# static fields
.field public static final actionBarDivider:I = 0x7f01004e
.field public static final actionBarItemBackground:I = 0x7f01004f
.field public static final actionBarPopupTheme:I = 0x7f010048
.field public static final actionBarSize:I =... | {
"pile_set_name": "Github"
} |
{
"tag": "body",
"children": [
{
"tag": "div",
"children": [
{
"tag": "div",
"content": {
"size": [
20,
20
],
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFl... | {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "ArrowFunctionExpression",
"id": null,
"params": [
{
"type": "ObjectPattern",
... | {
"pile_set_name": "Github"
} |
val base_a : bool = true
val base_b : bool = true
val base_c : bool = true
val base_d : bool = true
val base_e : bool = true
val base_f : bool = true
val base_g : bool = true
val base_h : bool = true
val base_i : bool = true
val base_j : bool = true
val base_k : bool = true
val base_l : bool = true
val base_m : bool = ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using Musoq.Schema.DataSources;
namespace Musoq.Schema.Time
{
public class TimeSource : RowSourceBase<DateTimeOffset>
{
private readonly string _resolution;
private readonly RuntimeContext _communicator;
... | {
"pile_set_name": "Github"
} |
module.exports = {
'castArray': require('./castArray'),
'clone': require('./clone'),
'cloneDeep': require('./cloneDeep'),
'cloneDeepWith': require('./cloneDeepWith'),
'cloneWith': require('./cloneWith'),
'conformsTo': require('./conformsTo'),
'eq': require('./eq'),
'gt': require('./gt'),
'gte': requir... | {
"pile_set_name": "Github"
} |
(module Wifi_Module_ESP8266_WRL-13678 (layer F.Cu) (tedit 5A047D93)
(fp_text reference REF** (at 3.98 -18.36 180) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value Wifi_Module_ESP8266_WRL-13678 (at 3.25 5.56 180) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
... | {
"pile_set_name": "Github"
} |
using System;
using System.Web.Http.Filters;
using Umbraco.Core;
using Umbraco.Core.Models;
using Umbraco.Web.Composing;
namespace Umbraco.Web.WebApi.Filters
{
/// <summary>
/// Appends a custom response header to notify the UI that the current user data has been modified
/// </summary>
public sealed ... | {
"pile_set_name": "Github"
} |
#include "ui/menudef.h"
#include "ui/menumacros.h"
#define DEFAULT_TEXT_SCALE 0.25
#define ORIGIN_QUICKMESSAGE 10 10
#define QM_MENU_GRADIENT_START_OFFSET
#define QM_MENU_START( WINDOWNAME ) \
\
menuDef { \
name WINDOWNAME \... | {
"pile_set_name": "Github"
} |
package com.frameworkset.common.ecs;
import java.util.ArrayList;
public class TD extends BaseElement{
private Integer colSpan;
private Integer rowSpan;
private String align;
private boolean noWrap;
private Object width;
protected boolean tdtype = true;
public TD() {
subelements = new ArrayList<Ba... | {
"pile_set_name": "Github"
} |
function rebuild(obj)
%REBUILD Rebuild the internal data structures of a DagNN object
% REBUILD(obj) rebuilds the internal data structures
% of the DagNN obj. It is an helper function used internally
% to update the network when layers are added or removed.
varFanIn = zeros(1, numel(obj.vars)) ;
varFanOut = zero... | {
"pile_set_name": "Github"
} |
//
// TextureWrapPluginFilter.m
// TextureWrapPlugin
//
// Created by Zakk on 8/2/14.
// Copyright (c) 2014 Zakk. All rights reserved.
//
#import "TextureWrapPluginFilter.h"
#import <Foundation/Foundation.h>
#import <ApplicationServices/ApplicationServices.h>
@implementation TextureWrapPluginFilter
static CIKern... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.6" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<NonVisualComponents>
<Component class="wsattacker.main.Preferences" name="preferences">
<AuxValues>
<AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDazCCAlOgAwIBAgIJAKJCGQYLxWT1MA0GCSqGSIb3DQEBBQUAMEwxFzAVBgNV
BAMMDlN3aWZ0bWFpbGVyIENBMRQwEgYDVQQKDAtTd2lmdG1haWxlcjEOMAwGA1UE
BwwFUGFyaXMxCzAJBgNVBAYTAkZSMB4XDTEzMTEyNzA4MzkxMFoXDTE3MTEyNjA4
MzkxMFowTDEXMBUGA1UEAwwOU3dpZnRtYWlsZXIgQ0ExFDASBgNVBAoMC1N3aWZ0
bWFpbGVyMQ4wDAYDVQQHDAVQYXJpczEL... | {
"pile_set_name": "Github"
} |
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.Routing;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.AspNetCore.Razor.TagHelpers;
using SportsStore.Models.ViewModels;
using System.Collections.Generic;
namespace SportsStore.Infrastructure {
... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
package htmlindex
import (
"golang.org/x/text/encoding"
"golang.org/x/text/encoding/charmap"
"golang.org/x/text/encoding/internal/identifier"
"golang.org/x... | {
"pile_set_name": "Github"
} |
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using System;
namespace SixLabors.ImageSharp.Metadata.Profiles.Icc
{
/// <summary>
/// The purpose of this tag is to identify the colorants used in
/// the profile by a unique name and set of PCSXYZ or PCSLAB values
/// t... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#import <X... | {
"pile_set_name": "Github"
} |
/*
* MGSwipeTableCell is licensed under MIT license. See LICENSE.md file for more information.
* Copyright (c) 2016 Imanol Fernandez @MortimerGoro
*/
#import "MGSwipeButton.h"
@class MGSwipeTableCell;
@implementation MGSwipeButton
+(instancetype) buttonWithTitle:(NSString *) title backgroundColor:(UIColor *) col... | {
"pile_set_name": "Github"
} |
<UserControl
x:Class="AppStudio.Uwp.Samples.FlickrHelp"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compat... | {
"pile_set_name": "Github"
} |
(require 'ert)
(require 'auto-complete)
(require 'auto-complete-config)
;; Move this into test case or setup macro once we start testing with
;; non-default config.
(ac-config-default)
(defmacro ac-test-with-common-setup (&rest body)
(declare (indent 0) (debug t))
`(save-excursion
(with-temp-buffer
(... | {
"pile_set_name": "Github"
} |
package org.wikidata.query.rdf.updater;
import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_NULL;
import java.time.Instant;
import javax.annotation.Nullable;
import org.wikidata.query.rdf.tool.change.events.EventsMeta;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jac... | {
"pile_set_name": "Github"
} |
Feature: Change function signature
Background:
And I have a project "example" in "tmp"
And I have a clojure-file "tmp/src/example/core.clj"
When I open file "tmp/src/example/core.clj"
And I clear the buffer
And I press "M->"
Scenario: Change parameter in function definition
When I insert:
... | {
"pile_set_name": "Github"
} |
# Spring Boot 整合 Redis
<nav>
<a href="#一项目说明">一、项目说明</a><br/>
<a href="#11-项目结构">1.1 项目结构</a><br/>
<a href="#12-基本依赖">1.2 基本依赖</a><br/>
<a href="#二整合-Redis">二、整合 Redis</a><br/>
&... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2014 Quentin Mathe
Date: October 2014
License: MIT (see COPYING)
*/
#import "COMetamodel.h"
#import "COAttachmentID.h"
#import "COObject.h"
#import "COLibrary.h"
#include <objc/runtime.h>
/**
* Extends the FM3 metamodel with data/blob and attachment as attribute types.
*/
void COR... | {
"pile_set_name": "Github"
} |
package ec2
import (
"bytes"
"encoding/json"
"fmt"
"github.com/awslabs/goformation/v4/cloudformation/policies"
)
// NetworkInterfaceAttachment AWS CloudFormation Resource (AWS::EC2::NetworkInterfaceAttachment)
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-network-interfac... | {
"pile_set_name": "Github"
} |
//
// RadialGradientView.m
// GradientSample
//
// Created by Hiroshi Hashiguchi on 11/06/27.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
#import "RadialGradientView.h"
@implementation RadialGradientView
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {... | {
"pile_set_name": "Github"
} |
{
"SourceFileNode": {
"statementList": [
{
"InlineHtml": {
"scriptSectionEndTag": null,
"text": null,
"scriptSectionStartTag": {
"kind": "ScriptSectionStartTag",
"textLengt... | {
"pile_set_name": "Github"
} |
const COLORS = {
'white' : '#ffffff',
'red-50' : '#ffebee',
'red-100' : '#ffcdd2',
'red-200' : '#ef9a9a',
'red-300' : '#e57373',
'red-400' : '#ef5350',
'red-500' : '#f44336',
'red-600' : '#... | {
"pile_set_name": "Github"
} |
AWSTemplateFormatVersion: "2010-09-09"
Parameters:
TablePrefix:
Description: Table prefix to prepend all table names with
Type: String
Default: jg
MinLength: '1'
AllowedPattern: "[a-zA-Z0-9]+"
EdgestoreReadCapacity:
Description: Read capacity of the edgestore table
Type: Number
Defau... | {
"pile_set_name": "Github"
} |
{
"CreateMessageSuccess" : {
"_info" : {
"comment" : "",
"filledwith" : "testeth 1.6.0-alpha.0-11+commit.978e68d2",
"lllcversion" : "Version: 0.5.0-develop.2018.11.9+commit.9709dfe0.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stTransactionTest/CreateMe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Extension Component" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_recorded_property_dict</string> </key>
<value>
<persis... | {
"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"
} |
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_comment_view_post_detail_activity"
android:orderInCategory="1"
android:title="@string/action_add_comm... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.directory.multi.config">
<extension target="org.nuxeo.ecm.directory.multi.MultiDirectoryFactory"
point="directories">
<directory name="multiOptional">
<schema>schema3</schema>
<idField>uid</idField>
<passwordField>thepass</passwordField>... | {
"pile_set_name": "Github"
} |
using Spect.Net.SpectrumEmu.Abstraction.Devices;
namespace Spect.Net.SpectrumEmu.Devices.Ports
{
/// <summary>
/// This class represents the port device used by the Spectrum +3 virtual machine
/// </summary>
public class SpectrumP3PortDevice : GenericPortDeviceBase
{
private readonly Spect... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
@import "../core/index-noreset.scss";
@import "scss/mixin";
@import "scss/variable";
.#{$css-prefix}message {
@include box-sizing;
@include message-bounding();
animation-duration: $motion-duration-standard;
animation-timing-function: $motion-ease-in-out;
.#{$css-prefix}message-... | {
"pile_set_name": "Github"
} |
/*******************************
Container
*******************************/
/*-------------------
Element
--------------------*/
/* Minimum Gutter is used to determine the maximum container width for a given device */
@maxWidth: 100%;
/* Devices */
@mobileMinimumGutter: 0em;
@mobileWidth: auto;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ssdk_weibo_oauth_regiseter">应用授权</string>
<string name="ssdk_website">http://www.mob.com</string>
<string name="ssdk_weibo_upload_content">分享图片</string>
<string name="ssdk_wechat_client_inavailable">目前您的微信版本过低或未安装微信,需要安装微信才能使用</string>
... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/nls/nls_cp437.c
*
* Charset cp437 translation tables.
* Generated automatically from the Unicode and charset
* tables from the Unicode Organization (www.unicode.org).
* The Unicode to charset table has only exact mappings.
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/stri... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DanmakuWid</class>
<widget class="QWidget" name="DanmakuWid">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>764</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI CSS Framework 1.12.0
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Sego... | {
"pile_set_name": "Github"
} |
(module RF_ISM_Module_MRF89XAM9A (layer F.Cu) (tedit 5D28962A)
(attr smd)
(fp_text reference REF** (at 0 -15.25) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RF_ISM_Module_MRF89XAM9A (at 0 15.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (... | {
"pile_set_name": "Github"
} |
<script src="<%= application.getContextPath() %>/js/spagobi/social/analysis/tabs/social-jquery-locale.js"></script>
<script src="<%= application.getContextPath() %>/js/spagobi/social/analysis/tabs/tabs-locale.js"></script>
<script src="<%= application.getContextPath() %>/js/spagobi/social/analysis/tabs/summary-... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioUserFile
ProjectType="Visual C++"
Version="9.00"
ShowAllFiles="false"
>
<Configurations>
<Configuration
Name="Debug|Win32"
>
<DebugSettings
Command="$(TargetPath)"
WorkingDirectory="..\demo"
CommandArguments="-p skin -i skin\i... | {
"pile_set_name": "Github"
} |
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:DescribeAccountAttributes",
"ec2:DescribeInstances",
"ec2:DescribeInternetGateways",
"ec2:DescribeRegions",
"ec2:DescribeRouteTables",
"ec2:DescribeSecurityGroups",
... | {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "BinaryExpression",
"operator": "!==",
"left": {
"type": "Identifier",
"name": "x",
... | {
"pile_set_name": "Github"
} |
// <auto-generated />
using System;
using Blog.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
namespace Blog.Data.M... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Localization;
using Microsoft.Extensions.Logging;
using OrchardCore.ContentLocalization.Handlers;
using OrchardCore.ContentLocalization.Models;
using OrchardCore.ContentLocalization.Records;
using... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
... | {
"pile_set_name": "Github"
} |
using SDKPackage.Facade;
using SDKPackage.Utils;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace SDKPackage.PJPackage
{
public partial class SelectGameVersionList : System.Web.UI.Pag... | {
"pile_set_name": "Github"
} |
[
{
"method": "json",
"object": {
"fill_ter": "t_floor",
"furniture": {
"#": "f_chair",
"&": "f_toilet",
"H": "f_sofa",
"S": "f_sink",
"T": "f_table",
"^": "f_indoor_plant",
"a": "f_counter",
"b": "f_chair",
"e": "f_chair",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="FloatField" module="Products.Formulator.StandardFields"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_delivery_ratio</string... | {
"pile_set_name": "Github"
} |
{
"type": "Program",
"body": [
{
"type": "ExpressionStatement",
"expression": {
"type": "Literal",
"value": 6.02214179e+23,
"raw": "6.02214179e+23",
"range": [
0,
14
... | {
"pile_set_name": "Github"
} |
//
// MRListView.m
// Coding_iOS
//
// Created by Ease on 15/10/23.
// Copyright © 2015年 Coding. All rights reserved.
//
#import "MRListView.h"
#import "ODRefreshControl.h"
#import "SVPullToRefresh.h"
#import "Coding_NetAPIManager.h"
#import "MRPRListCell.h"
@interface MRListView ()<UITableViewDataSource, UITable... | {
"pile_set_name": "Github"
} |
// Code generated by radius-dict-gen. DO NOT EDIT.
package rfc3576
import (
"strconv"
"layeh.com/radius"
. "layeh.com/radius/rfc2865"
)
const (
ErrorCause_Type radius.Type = 101
)
func init() {
ServiceType_Strings[ServiceType_Value_AuthorizeOnly] = "Authorize-Only"
}
const (
ServiceType_Value_AuthorizeOnly... | {
"pile_set_name": "Github"
} |
.textbox {
position: relative;
border: 1px solid #000;
background-color: #fff;
vertical-align: middle;
display: inline-block;
overflow: hidden;
white-space: nowrap;
margin: 0;
padding: 0;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;... | {
"pile_set_name": "Github"
} |
<RCC>
<qresource prefix="/Webcamoid">
<file>share/themes/WebcamoidTheme/qmldir</file>
<file>share/themes/WebcamoidTheme/ApplicationWindow.qml</file>
<file>share/themes/WebcamoidTheme/BusyIndicator.qml</file>
<file>share/themes/WebcamoidTheme/Button.qml</file>
<file>share/them... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<workflow name="wheat" production_system="intensive_farming" variety="triticum_aestivum">
<procedure name="plowing" month="11" average_speed_value="0.84" average_speed_unit="hectare_per_hour">
<doer name="driver" />
<tool name="tractor" />
<tool name="plow" />
</procedure>
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
// Copyright (c) 2001-2011 Joel de Guzman
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.lslboost.org/LICENSE_1_0.txt)
#if !defined(SPIRIT_KARMA_SEQUENCE_FEB_28_2007_0247PM)
#define SPIRIT_KA... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:background="@android:color/white" android:layout_height="match_parent">
<LinearLayout
... | {
"pile_set_name": "Github"
} |
{
"chat.chatting_with": "與<span id=\"chat-with-name\"></span>聊天",
"chat.placeholder": "在這裡輸入聊天訊息,按返回鍵發送",
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
"chat.send": "發送",
"chat.no_active": "暫無聊天",
"chat.user_typing": "%1 正在輸入……",
"chat... | {
"pile_set_name": "Github"
} |
Sphinx==1.8.3 \
--hash=sha256:429e3172466df289f0f742471d7e30ba3ee11f3b5aecd9a840480d03f14bcfe5 \
--hash=sha256:c4cb17ba44acffae3d3209646b6baec1e215cad3065e852c68cc569d4df1b9f8
recommonmark==0.5.0 \
--hash=sha256:c85228b9b7aea7157662520e74b4e8791c5eacd375332ec68381b52bf10165be \
--hash=sha256:a520b8d2507... | {
"pile_set_name": "Github"
} |
package org.bouncycastle.jce.provider.test;
import java.security.MessageDigest;
import java.security.Security;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.bouncycastle.util.encoders.Hex;
import org.bouncycastle.util.test.SimpleTest;
public class KeccakTest
extends SimpleTest
{
final... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Ethan
serializedVersion: 5
m_AnimatorParameters: []
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMach... | {
"pile_set_name": "Github"
} |
using UnityEngine.Experimental.Rendering;
using UnityEngine.Experimental.Rendering.RenderGraphModule;
namespace UnityEngine.Rendering.HighDefinition
{
public partial class HDRenderPipeline
{
Material m_DepthResolveMaterial;
// Need to cache to avoid alloc of arrays...
GBufferOutput m_GB... | {
"pile_set_name": "Github"
} |
.grid {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
.grid .g-u {
display: inline-block;
zoom: 1;
*display: inline;
/* IE < 8: fake inline-block */
letter-spacing: normal;
word-spacing: normal;
vertica... | {
"pile_set_name": "Github"
} |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#> .
@prefix nif: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://... | {
"pile_set_name": "Github"
} |
24800: 표의 문자
24801:
24802: 표의 문자
24803: 표의 문자
24804: 표의 문자
24805: 표의 문자
24806: 표의 문자
24807: 표의 문자
24808:
24809:
2480A:
2480B: 표의 문자
2480C: 표의 문자
2480D: 표의 문자판
2480E: 표의 문자
2480F:
24810: 표의 문자
24811: 표본 해역 CJK : 라우 4
24812: 통계표
24813: 표의 문자 xī
24814:
24815:
24816: 표의 xi
24817:
24818: 표의 삽화
24819: 표의 문자 jiā
2481A: 표의 문자
... | {
"pile_set_name": "Github"
} |
<catel:DataWindow x:Class="Orc.Controls.LogFilterGroupEditorWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
#top-github-link, #body #breadcrumbs {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.button, .button-secondary {
displ... | {
"pile_set_name": "Github"
} |
1 Utxi el mb ubmrhx em qzh phaxbby.
2 Ytmehu ybnha qb qzh ztuujti.
3 Xl Utxi em qzh phaxbby? mb 1
4 Otmaxt ybnha qb qzh phaxbby.
5 Otmaxt el em qzh ptqzxbby.
6 Xl Ytmehu em qzh ptqzxbby? mb 2
7 Ytmehu el mbq em qzh ztuujti.
8 Ytmehu el em qzh bsseoh.
9 Xl Otmaxt em qzh bsseoh? mb 5
10 Otmaxt jhmq qb qzh phaxbby.
11 ... | {
"pile_set_name": "Github"
} |
<?php
/**
* File form base class.
*
* @method File getObject() Returns the current form's model object
*
* @package crew
* @subpackage form
* @author Your name here
*/
abstract class BaseFileForm extends BaseFormPropel
{
public function setup()
{
$this->setWidgets(array(
'id' ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Reflection.Primitives</name>
</assembly>
<members>
<member name="T:System.Reflection.CallingConventions">
<summary>Definisce le convenzioni di chiamata valide per un metodo.</summary>
</member>
<member name="F:System.Refle... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
... | {
"pile_set_name": "Github"
} |
<Minsky xmlns="http://minsky.sf.net/minsky">
<schemaVersion>3</schemaVersion>
<minskyVersion>2.19.0-rc.2</minskyVersion>
<wires>
<Wire>
<id>102</id>
<from>47</from>
<to>2</to>
</Wire>
<Wire>
<id>103</id>
<from>0</from>
<to>25</to>
</Wire>
<Wire>
<id>104</id>
<from>2... | {
"pile_set_name": "Github"
} |
#if UNITY_EDITOR
using UnityEngine;
using System.Collections;
using UnityEditor;
namespace RVP
{
[CustomEditor(typeof(Wheel))]
[CanEditMultipleObjects]
public class WheelEditor : Editor
{
bool isPrefab = false;
static bool showButtons = true;
static float radiusMargin = 0;
... | {
"pile_set_name": "Github"
} |
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using GitDiffMargin.Git;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Text;
namespace GitDiffMargin.Core
{
public class DiffUpdateBackgroundParser : BackgroundParser
... | {
"pile_set_name": "Github"
} |
--- !tapi-tbd-v2
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
flags: [ flat_namespace, not_app_extension_safe ]
install-name: /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
current-version: 1
compatibility-version: 1
objc-constrai... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<?grc format='1' created='3.7.12'?>
<flow_graph>
<timestamp>Tue Aug 4 09:55:54 2015</timestamp>
<block>
<key>options</key>
<param>
<key>author</key>
<value>Daniel Estevez</value>
</param>
<param>
<key>window_size</key>
<value>1280,2048<... | {
"pile_set_name": "Github"
} |
.dw-trans .dw-persp {
overflow: hidden;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px;
}
.dw-trans .dw,
.dw-trans .dwo {
-webkit-animation-fill-mode: forwards;
-webkit-animation-duration: 200ms;
-moz-animation-fill-mode: forwards;
-moz-animation-duration: 200... | {
"pile_set_name": "Github"
} |
<metadata>
<attr path="/api/package[@name='androidx.work']" name="managedName">AndroidX.Work</attr>
<remove-node path="/api/package[contains(@name,'androidx.work.impl')]" />
<attr path="/api/package[@name='androidx.work']/class[@name='WorkRequest.Builder']/method[@name='build']" name="return">androidx.wo... | {
"pile_set_name": "Github"
} |
package com.xxmassdeveloper.mpchartexample;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.WindowManager;
import android.widget.Toast;
import com.github.mikephil.charting.animation.Easing;
import com.github.mikephil.charting.cha... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2015-2019 Pierre-Olivier Latour <info@pol-online.net>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any late... | {
"pile_set_name": "Github"
} |
using System.Linq;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Testura.Code.Builders.Base;
using Testura.Code.Builders.BuildMembers;
using Testura.Code.Generators.Class;
using Testura.Code.Models;
namespace Testura.Code.Builders
{
/// <summary>
/// Provides a builder... | {
"pile_set_name": "Github"
} |
<?php
return [
'issue-1627-A' => [
'ua' => 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4',
'properties' => [
'Comment' => 'Eudora Open Source Edition',
'Browser' => 'Eudora OSE',
'Browser_Type' => 'Email Client',
... | {
"pile_set_name": "Github"
} |
//
// MMHandwritingTemplateView.m
// LooseLeaf
//
// Created by Adam Wulf on 4/5/17.
// Copyright © 2017 Milestone Made, LLC. All rights reserved.
//
#import "MMHandwritingTemplateView.h"
#import "MMScrapViewState.h"
#import "MMScrapBackgroundView.h"
#import "NSFileManager+DirectoryOptimizations.h"
#import "UIView... | {
"pile_set_name": "Github"
} |
-- Valkyrie no Bouken stuffs
-- This game sucks, don't play it
-- Lovingly based off of 4matsy's SMB code, and then mutilated and mamed as required
-- Xkeeper 2008, September 12th
require("x_functions");
x_requires(4);
-- *****************************************************************... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' ?>
<Cmdlet FullName='Pscx.Commands.Database.GetOleDbDataSet'>
<Description>
Executes a sql query, and returns a System.Data.DataSet containing the result set.
</Description>
<DetailedDescription>
Get-OleDbDataSet provides an easy way to query a database via ADO.Net 2.0, using an O... | {
"pile_set_name": "Github"
} |
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.Extensions.DependencyInjection;
using Volo.CmsKit.Admin.Web.Menus;
using Volo.Abp.AspNetCore.Mvc.Localization;
using Volo.Abp.Modularity;
using Volo.Abp.UI.Navigation;
using Volo.Abp.VirtualFileSystem;
using Volo.CmsKit.Localization;
using Volo.CmsKit.Web;
na... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<map xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
xs:noNamespaceSchemaLocation="urn:magento:module:Magento_DataMigrationTool:etc/map.xsd">
<source>
<... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.