text
stringlengths
2
99.7k
meta
dict
import StringIO, sys from xml import sax from xml.sax import handler, saxutils, xmlreader RDF_NS = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#' class RDFFilter (saxutils.XMLFilterBase): def __init__ (self, *args): saxutils.XMLFilterBase.__init__(self, *args) self.in_rdf_stack = [False] def s...
{ "pile_set_name": "Github" }
/* Firefox Quantum userChrome.css tweaks ************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/ @media (prefers-reduced-motion: reduce) { ....
{ "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" }
import time from binascii import hexlify, unhexlify from copy import copy from tempfile import TemporaryDirectory import pytest from ledger.compact_merkle_tree import CompactMerkleTree from ledger.merkle_verifier import MerkleVerifier from ledger.hash_stores.hash_store import HashStore from ledger.tree_hasher import ...
{ "pile_set_name": "Github" }
<?php /** * Implementation of hook_views_default_views(). */ function views_block_views_default_views() { $view = new view; $view->name = 'blocks'; $view->description = ''; $view->tag = ''; $view->view_php = ''; $view->base_table = 'blocks'; $view->is_cacheable = FALSE; $view->api_version = 2; $vie...
{ "pile_set_name": "Github" }
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput.PlatformSpecific; namespace UnityStandardAssets.CrossPlatformInput { public static class CrossPlatformInputManager { public enum ActiveInputMethod { Hardware, Touch } private static VirtualInput activeInput; private stat...
{ "pile_set_name": "Github" }
using System; using UnityEngine; using UnityStandardAssets.CrossPlatformInput.PlatformSpecific; namespace UnityStandardAssets.CrossPlatformInput { public static class CrossPlatformInputManager { public enum ActiveInputMethod { Hardware, Touch } private static VirtualInput activeInput; private stat...
{ "pile_set_name": "Github" }
%TITLE% DYS 040430/2000 LEVEL HGHT TEMP DWPT WDIR WSPD ------------------------------------------------------------------- %RAW% 959.70, 437.30, 22.14, 19.01, 27.15, 8.51 957.40, 458.20, 21.74, 18.94, 28.74, 6.87 952.80, 500.10, ...
{ "pile_set_name": "Github" }
module Quickbooks module Model class CompanyInfo < BaseModel XML_COLLECTION_NODE = "CompanyInfo" XML_NODE = "CompanyInfo" REST_RESOURCE = 'companyinfo' xml_name XML_NODE xml_accessor :id, :from => 'Id' xml_accessor :sync_token, :from => 'SyncToken', :as => Integer xml_ac...
{ "pile_set_name": "Github" }
// // MGTwitterEngine.m // MGTwitterEngine // // Created by Matt Gemmell on 10/02/2008. // Copyright 2008 Instinctive Code. // #import "MGTwitterEngine.h" #import "MGTwitterHTTPURLConnection.h" #import "OAuthConsumer.h" #import "NSData+Base64.h" #ifndef USE_LIBXML // if you wish to use LibXML, add USE_LIBXML=1 ...
{ "pile_set_name": "Github" }
local Parallel, parent = torch.class('nn.Parallel', 'nn.Container') function Parallel:__init(inputDimension,outputDimension) parent.__init(self) self.modules = {} self.inputDimension = inputDimension self.outputDimension = outputDimension end function Parallel:updateOutput(input) local nModule=input:si...
{ "pile_set_name": "Github" }
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "NSWindowController.h" @class DVTBorderedView, DVTStackView_ML, IDEAssistant, IDEAssistantContext, NSBox, NSButton, NSImageView, NSMutableArray, NSString, NSTextField, N...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Fragment> <UI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> <shape android:shape="rectangle"> <corners android:radius="@dimen/com_facebook_button_corner_radius" /> <solid android:color="@color/com_...
{ "pile_set_name": "Github" }
'use strict'; import { getAbsolutUrl } from "chord/base/node/url"; import { ISong } from "chord/music/api/song"; import { ILyric } from 'chord/music/api/lyric'; import { IAlbum } from "chord/music/api/album"; import { IArtist } from "chord/music/api/artist"; import { ITag } from "chord/music/api/tag"; import { IColle...
{ "pile_set_name": "Github" }
package freeslick.profile import com.typesafe.slick.testkit import com.typesafe.slick.testkit.tests._ import com.typesafe.slick.testkit.util._ import freeslick.{MSSQLServerProfile, MSJDBCSQLServerProfile} import freeslick.testkit.{UUIDTest, FreeslickGroupByTest, MSSQLServerPlainSQLTest} import org.junit.runner.RunWith...
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Game Framework // Copyright © 2013-2019 Jiang Yin. All rights reserved. // Homepage: http://gameframework.cn/ // Feedback: mailto:jiangyin@gameframework.cn //------------------------------------------------------------ using GameFramework.Event; using ...
{ "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="Archive"> <UniqueIdentifier>{7d9da2eb-7f82-4431-934e-835f450cce89}</UniqueIdentifier> </Filter> <Filter Include="Archive\Header Files"> ...
{ "pile_set_name": "Github" }
0 : 0 : 0B : 0 B : 0 B 1 : 1 : 1B : 1 B : 1 B 123 : 123 : 123B : 123 B : 123 B 18446744073709551615 : 1844674407370955161...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:redefine schemaLocation="../../Data/etc/types.xsd"> <xs:complexType name="argumentType" abstract="tru...
{ "pile_set_name": "Github" }
using Nemerle.Collections; using Nemerle.Imperative; using Nemerle.Text; using Nemerle.Utility; using System; using System.Text.RegularExpressions; using System.IO; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Xml.Linq; namespace RincMetadataGenerator { ...
{ "pile_set_name": "Github" }
use crate::parser::types::{FragmentDefinition, InlineFragment, Name}; use crate::validation::visitor::{Visitor, VisitorContext}; use crate::Positioned; #[derive(Default)] pub struct FragmentsOnCompositeTypes; impl<'a> Visitor<'a> for FragmentsOnCompositeTypes { fn enter_fragment_definition( &mut self, ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <versionRange>2.8</versionRange> <goals> <goal...
{ "pile_set_name": "Github" }
#ifndef __IRODS_NETWORK_OBJECT_HPP__ #define __IRODS_NETWORK_OBJECT_HPP__ // =-=-=-=-=-=-=- #include "irods_first_class_object.hpp" // =-=-=-=-=-=-=- // irods includes #include "rcConnect.h" // =-=-=-=-=-=-=- // boost includes #include <boost/shared_ptr.hpp> namespace irods { // =-=-=-=-=-=-=- // network object bas...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; namespace Hangfire.HttpJob { internal enum OperatorSys { Unknown = 0, Windows = 1, Unix = 2, MacOSX = 3, } internal static class TimeZoneInfoHelper { private static readonly Dictionary<strin...
{ "pile_set_name": "Github" }
using System; using System.Linq; using Coevery.Localization; using Coevery.Messaging.Events; using Coevery.Messaging.Models; using Coevery.ContentManagement; using Coevery.Settings; using Coevery.Users.Models; namespace Coevery.Users.Handlers { public class UserMessagesAlteration : IMessageEventHandler { ...
{ "pile_set_name": "Github" }
ss://YWVzLTI1Ni1jZmI6ZUlXMERuazY5NDU0ZTZuU3d1c3B2OURtUzIwMXRRMERAMjA5LjU4LjE4OC4xMjo4MDk3#翻墙党420.09中国 ss://YWVzLTI1Ni1jZmI6ZUlXMERuazY5NDU0ZTZuU3d1c3B2OURtUzIwMXRRMERAMjA5LjU4LjE4OC4xNTc6ODA5OQ==#翻墙党222.70中国 ss://YWVzLTI1Ni1jZmI6YlR1SzVJSnI5aHpsQDIxMS4yMS4yMTQuMjM0OjIxOTcx#翻墙党68.25中国 ss://cmM0LW1kNTpjaHQxOTk3Li4uLy8vQH...
{ "pile_set_name": "Github" }
#ifndef NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h #define NCNN_INCLUDE_GUARD_squeezenet_v1_1_id_h namespace squeezenet_v1_1_param_id { const int LAYER_data = 0; const int BLOB_data = 0; const int LAYER_conv1 = 1; const int BLOB_conv1 = 1; const int LAYER_relu_conv1 = 2; const int BLOB_conv1_relu_conv1 = 2; const int LAYE...
{ "pile_set_name": "Github" }
package com.ctrip.platform.dal.daogen.dao; import com.ctrip.platform.dal.dao.DalHints; import com.ctrip.platform.dal.dao.DalRowMapper; import com.ctrip.platform.dal.dao.DalTableDao; import com.ctrip.platform.dal.dao.StatementParameters; import com.ctrip.platform.dal.dao.helper.DalDefaultJpaMapper; import com.ctrip.pla...
{ "pile_set_name": "Github" }
Module(body=[ClassDef(name='Stuff', bases=[], body=[FunctionDef(name='__init__', args=arguments(args=[Name(id='self', ctx=Param())], ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Perforce::Internal::PendingChangesDialog</class> <widget class="QDialog" name="Perforce::Internal::PendingChangesDialog"> <property name="windowTitle"> <string>P4 Pending Changes</string> </property> <layout class="QVBoxLayout"> <property na...
{ "pile_set_name": "Github" }
define(["exports", "require", "../../lit-element/lit-element.js", "../haxcms-elements/lib/core/HAXCMSLitElementTheme.js", "../haxcms-elements/lib/core/utils/HAXCMSThemeParts.js", "../haxcms-elements/lib/core/utils/HAXCMSMobileMenu.js", "../haxcms-elements/lib/core/haxcms-site-store.js", "../../mobx/lib/mobx.module.js",...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <CONFIG> <ProjectSession> <PathDelim Value="\"/> <Version Value="9"/> <BuildModes Active="Default"/> <Units Count="2"> <Unit0> <Filename Value="BIOSInfo.lpr"/> <IsPartOfProject Value="True"/> <UnitName Value="BIOSInfo"/> <IsVisible...
{ "pile_set_name": "Github" }
1 [intro] 1.1 [intro.scope] 1.2 [intro.refs] 1.3 [intro.defs] 1.3.1 [defns.argument] 1.3.2 [defns.cond.supp] 1.3.3 [defns.diagnostic] 1.3.4 [defns.dynamic.type] 1.3.5 [defns.ill.formed] 1.3.6 [defns.impl.defined] 1.3.7 [defns.impl.limits] 1.3.8...
{ "pile_set_name": "Github" }
using System; using System.Threading.Tasks; using Coravel.Scheduling.Schedule; using Coravel.Scheduling.Schedule.Mutex; using UnitTests.Scheduling.Stubs; using Xunit; using static UnitTests.Scheduling.Helpers.SchedulingTestHelpers; namespace UnitTests.Scheduling.IntervalTests { public class SchedulerEveryTenMinute...
{ "pile_set_name": "Github" }
.timeline { position: relative; padding: 20px 0 20px; list-style: none; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background-color: #eeeeee; } .timeline > li { position: relative; margin-bot...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <!-- Copyright 2007 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <title>Graphics Advanced Coordinates Demo Page - Using Percentage Based Surface Size</title> <style t...
{ "pile_set_name": "Github" }
// // NSObject+MJProperty.h // MJExtensionExample // // Created by MJ Lee on 15/4/17. // Copyright (c) 2015年 小码哥. All rights reserved. // #import <Foundation/Foundation.h> #import "MJExtensionConst.h" @class MJProperty; /** * 遍历成员变量用的block * * @param property 成员的包装对象 * @param stop YES代表停止遍历,NO代表继续遍历 */...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http.Headers; using System.Text; using System.Threading; using System.Threading.Tasks; using Discussion.Core.Data; using Discussion.Core.FileSystem; using Discussion.Core.Models; using Discussion.Core.Time; using Micros...
{ "pile_set_name": "Github" }
testConstructorMessageCause(org.apache.commons.math.FunctionEvaluationExceptionTest) testConstructorMessage(org.apache.commons.math.FunctionEvaluationExceptionTest) testConstructor(org.apache.commons.math.FunctionEvaluationExceptionTest) testConstructorCause(org.apache.commons.math.MathConfigurationExceptionTest) testC...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &121552 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 6 m_Component: - component: {fileID: 424484} - component: {fileID: 3300962} - component: {fileID: 2306090} - comp...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Web Page" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Access_contents_information_Permission</string> </key> <value> <t...
{ "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/. --> <!ENTITY cutCmd.label "Cut"> <!ENTITY cutCmd.accesskey "t"> <!ENTITY copyCmd.label "Copy"> <!ENTITY copyCmd...
{ "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>id</string> </key> <value> <string>my_text_area_field</string> </v...
{ "pile_set_name": "Github" }
[ { "date": "20121212", "summary": [ { "activity": "walking", "group": "walking", "duration": 3333, "distance": 3333, "steps": 3333, "calories": 300 }, { ...
{ "pile_set_name": "Github" }
{ "tag": "body", "children": [ { "tag": "div", "children": [ { "tag": "div", "children": [ { "size": [ 80, 2...
{ "pile_set_name": "Github" }
<%@ Page Language="C#" MasterPageFile="~/Manage/ManagePage.Master" AutoEventWireup="true" Codebehind="TaskGoBack.aspx.cs" Inherits="Song.Site.Manage.Common.TaskGoBack" Title="无标题页" %> <%@ Register Src="../Utility/toolsBar.ascx" TagName="toolsBar" TagPrefix="uc1" %> <%@ Register Src="../Utility/Pager.ascx" TagName...
{ "pile_set_name": "Github" }
Marks: суда & ошибки smdID: 0000001811376056505653-65535 U-labels: суда---ошибки, суда--ошибки, суда-и-ошибки, суда-иошибки, суда-ошибки, судаи-ошибки, судаиошибки, судаошибки notBefore: 2013-08-09 15:55:05 notAfter: 2017-07-24 00:00:00 -----BEGIN ENCODED SMD----- PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="Start" href="index.html"> <link ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <FinalDraft DocumentType="Script" Template="Yes" Version="2"> <Content> <Paragraph Alignment="Center" FirstIndent="0.00" Leading="Regular" LeftIndent="1.50" RightIndent="7.50" SpaceBefore="0" Spacing="1" StartsNewPage="No" Type="Scene Heading"> <Scene...
{ "pile_set_name": "Github" }
/* This file is "#include"d from dos-video.c and svga-video.c */ typedef struct { uint8 p; uint8 i; uint8 v; } vgareg; vgareg v256x224_103[25] = { { 0xc2, 0x0, 0xe7}, { 0xd4, 0x0, 0x45}, { 0xd4, 0x1, 0x3f}, { 0xd4, 0x2, 0x40}, { 0xd4, 0x3, 0x86}, { 0xd4, 0x4, 0x3f...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Threading; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Renci.SshNet.Channels; using Renci.SshNet.Common; using Renci.SshNet.Messages.Connection; namespace Renci.SshNet.Tests.Classes.Channels { [TestClass] public class Channe...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Image" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Access_contents_information_Permission</string> </key> <value> <tupl...
{ "pile_set_name": "Github" }
// // Generated by Bluespec Compiler, version 2019.05.beta2 (build a88bf40db, 2019-05-24) // // // // // Ports: // Name I/O size props // m_near_mem_io_addr_base O 64 const // m_near_mem_io_addr_size O 64 const // m_near_mem_io_addr_lim O 64 const // m_plic_addr_b...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Web Script" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Access_contents_information_Permission</string> </key> <value> ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 from jinja2 import Environment, FileSystemLoader import os try: from scripts.reactutils import REACTutils from scripts.react_mapping import rs_mapping env = Environment(loader=FileSystemLoader('scripts/templates')) except: from response.atc_react.scripts.reactutils imp...
{ "pile_set_name": "Github" }
(*===-- llvm_scalar_opts.ml - LLVM Ocaml Interface -------------*- OCaml -*-===* * * The LLVM Compiler Infrastructure * * This file is distributed under the University of Illinois Open Source * License. See LICENSE.TXT for details. * *===-------------------------------------------------------...
{ "pile_set_name": "Github" }
(ns com.fulcrologic.fulcro.algorithms.do-not-use "Some misc. utility functions. These are primarily meant for internal use, and are subject to relocation and removal in the future. You have been warned. Changes to this ns (or its complete removal) will not be considered breaking changes to the library, and no ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Diagnostics.Contracts; using System.Globalization; using System.Linq; using System.Web.Http.OData.Properties; using Microsoft.Data.Edm; using Microsoft.Data.OData; namespa...
{ "pile_set_name": "Github" }
package jsoniter import ( "unicode/utf8" ) // htmlSafeSet holds the value true if the ASCII character with the given // array position can be safely represented inside a JSON string, embedded // inside of HTML <script> tags, without any additional escaping. // // All values are true except for the ASCII control char...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <iLifeKit/iLifeKit.h> @class ArchiveController, BackgroundColorView, NSMutableArray, NSTextField, NSWindow; @protocol EventInt...
{ "pile_set_name": "Github" }
/*! * jQuery UI CSS Framework 1.12.1 * 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=Treb...
{ "pile_set_name": "Github" }
; RUN: opt -S -basicaa -loop-vectorize < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind define void @foo(double* noalias nocapture %a, double* noalias nocapture readonly %b, double* noalias nocapture readonly %c) #0 { entry: br lab...
{ "pile_set_name": "Github" }
{ "SourceFileNode": { "statementList": [ { "InlineHtml": { "scriptSectionEndTag": null, "text": null, "scriptSectionStartTag": { "kind": "ScriptSectionStartTag", "textLengt...
{ "pile_set_name": "Github" }
-----BEGIN PRIVATE KEY----- MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC6iFGoRI4W1kH9 braIBjYQPTwT2erkNUq07PVoV2wke8HHJajg2B+9sZwGm24ahvJr4q9adWtqZHEI eqVap0WH9xzVJJwCfs1D/B5p0DggKZOrIMNJ5Nu5TMJrbA7tFYIP8X6taRqx0wI6 iypB7qdw4A8Njf1mCyuwJJKkfbmIYXmQsVeQPdI7xeC4SB+oN9OIQ+8nFthVt2Za qn4CkC86exCABiTMHGyXrZZhW7filhLA...
{ "pile_set_name": "Github" }
var _nativePage; function initializeUI() { // // (1) Build the native UI in JavaScript rather than markup: // _nativePage = new ace.Page(); var appbar = new ace.CommandBar(); var button1 = new ace.AppBarButton(); var button2 = new ace.AppBarButton(); var button3 = new ace.AppBa...
{ "pile_set_name": "Github" }
use Test::Nginx::Socket; use Cwd qw(cwd); plan tests => repeat_each() * (blocks() * 4); my $pwd = cwd(); $ENV{TEST_NGINX_RESOLVER} = '8.8.8.8'; $ENV{TEST_COVERAGE} ||= 0; our $HttpConfig = qq{ lua_package_path "$pwd/lib/?.lua;/usr/local/share/lua/5.1/?.lua;;"; error_log logs/error.log debug; init_by_lu...
{ "pile_set_name": "Github" }
<RCC> <qresource prefix="/logos"> <file alias="placeholder">assets/logos/png/media-optical-symbolic.png</file> <file alias="folder">assets/logos/png/icon_folder.png</file> <file alias="workstation">assets/logos/png/workstation-logo_color.png</file> <file alias="server">assets/logos/p...
{ "pile_set_name": "Github" }
"""Constants and membership tests for ASCII characters""" NUL = 0x00 # ^@ SOH = 0x01 # ^A STX = 0x02 # ^B ETX = 0x03 # ^C EOT = 0x04 # ^D ENQ = 0x05 # ^E ACK = 0x06 # ^F BEL = 0x07 # ^G BS = 0x08 # ^H TAB = 0x09 # ^I HT = 0x09 # ^I LF = 0x0a # ^J NL =...
{ "pile_set_name": "Github" }
package pholcus_lib import ( _ "github.com/henrylee2cn/pholcus_lib/IJGUC" _ "github.com/henrylee2cn/pholcus_lib/alibaba" _ "github.com/henrylee2cn/pholcus_lib/baidunews" _ "github.com/henrylee2cn/pholcus_lib/baidusearch" _ "github.com/henrylee2cn/pholcus_lib/car_home" _ "github.com/henrylee2cn/pholcus_lib/chinan...
{ "pile_set_name": "Github" }
.class public final Landroid/support/v4/media/b; .super Ljava/lang/Object; # instance fields .field private final a:Landroid/os/Bundle; # direct methods .method public constructor <init>()V .locals 1 invoke-direct {p0}, Ljava/lang/Object;-><init>()V new-instance v0, Landroid/os/Bundle; invoke-dir...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
{ "pile_set_name": "Github" }
Content-Type: text/xml; subtype="gml/3.2.1"; charset=UTF-8 <?xml version='1.0' encoding="UTF-8" ?> <wfs:ValueCollection xmlns:ms="http://mapserver.gis.umn.edu/mapserver" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc...
{ "pile_set_name": "Github" }
{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "foo", "range": [ ...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Web Page" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Access_contents_information_Permission</string> </key> <value> <t...
{ "pile_set_name": "Github" }
using System; using Robust.Client.Animations; using Robust.Client.GameObjects.Components.Animations; using Robust.Client.Interfaces.GameObjects.Components; using Robust.Shared.Animations; using Robust.Shared.GameObjects; using Robust.Shared.Interfaces.GameObjects.Components; using Robust.Shared.Maths; namespace Conten...
{ "pile_set_name": "Github" }
"Resource/UI/econ/ComboBoxBackpackOverlayDialogBase.res" { "ComboBoxBackpackOverlayDialogBase" { "fieldName" "ComboBoxBackpackOverlayDialogBase" "visible" "1" "enabled" "1" "xpos" "c-140" "ypos" "105" "wide" "280" "tall" "240" "bgcolor_override" "DarkGrey" "paintbackgroundt...
{ "pile_set_name": "Github" }
using System; using System.Threading; using AutoCSer.Extension; namespace AutoCSer.CacheServer.MessageQueue { /// <summary> /// 消息队列 客户端消费者 处理器 /// </summary> /// <typeparam name="valueType">数据类型</typeparam> internal sealed class ConsumerProcessor<valueType> : Abstract.ConsumerProcessor<valueType>...
{ "pile_set_name": "Github" }
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.AspNetCore.SignalR.Client; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Options; using Newtonsoft.Json; using VirtoCommerce.Platform.Core.PushNotifications; namespace Vi...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="Start" href="index.html"> <link ...
{ "pile_set_name": "Github" }
.sidebar-menu { display: table-cell; position: relative; width: @sidebar-width; background: @sidebar-background; z-index: 1; .logo-env { padding: @default-padding (@double-margin + @sidebar-horizontal-link-padding); border-bottom: 1px solid @sidebar-menu-border; &:extend(.clearfix all); .logo { fl...
{ "pile_set_name": "Github" }
// RUN: %target-swift-frontend -disable-objc-attr-requires-foundation-module -typecheck -verify -import-cf-types -I %S/Inputs/custom-modules %s // REQUIRES: objc_interop import CoreCooling import CFAndObjC func assertUnmanaged<T>(_ t: Unmanaged<T>) {} func assertManaged<T: AnyObject>(_ t: T) {} func test0(_ fridge:...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Misc/Attribute.h" #include "Layout/Visibility.h" #include "Layout/Margin.h" #include "Styling/SlateColor.h" #include "Input/Reply.h" #include "Widgets/DeclarativeSyntaxSupport.h" #include "Widgets/SWidget.h" #...
{ "pile_set_name": "Github" }
/* noto-sans-hk-100normal - latin */ @font-face { font-family: 'Noto Sans HK'; font-style: normal; font-display: swap; font-weight: 100; src: local('Noto Sans HK Thin '), local('Noto Sans HK-Thin'), url('./files/noto-sans-hk-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('....
{ "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>id</string> </key> <value> <string>my_default_address_region</stri...
{ "pile_set_name": "Github" }
<layout> <data> <variable name="model" type="com.commonsware.android.signature.dump.MainActivity.DetailModel" /> </data> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:la...
{ "pile_set_name": "Github" }
; RUN: opt < %s -O0 -S | FileCheck %s ; RUN: opt < %s -O1 -S | FileCheck %s ; RUN: opt < %s -O2 -S | FileCheck %s ; RUN: opt < %s -O3 -S | FileCheck %s ; RUN: opt < %s -passes='default<O0>' -S | FileCheck %s ; RUN: opt < %s -passes='default<O1>' -S | FileCheck %s ; RUN: opt < %s -passes='default<O2>' -S | FileCheck %s ...
{ "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/. --> <!ENTITY savedLogins.title "Shranjene prijave"> <!ENTITY closebutton.label ...
{ "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>_Add_portal_content_Permission</string> </key> <value> <tuple> ...
{ "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>_Add_portal_content_Permission</string> </key> <value> <tuple> ...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using CsQuery.Utility; using CsQuery.ExtensionMethods; using CsQuery.ExtensionMethods.Internal; using CsQuery.Engine; using CsQuery.Implementation; namespace CsQuery { public partial class CQ { ...
{ "pile_set_name": "Github" }
package xlsx import ( "encoding/xml" ) type xlsxTypes struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/package/2006/content-types Types"` Overrides []xlsxOverride `xml:"Override"` Defaults []xlsxDefault `xml:"Default"` } type xlsxOverride struct { PartName string `xml:",attr"` ContentTyp...
{ "pile_set_name": "Github" }
.class public Lcom/m/ac/aa; .super Ljava/lang/Object; # static fields .field public static final aa:Ljava/lang/String; .field public static final ab:Ljava/lang/String; .field public static final ac:Ljava/lang/String; .field public static final ad:Ljava/lang/String; .field public static final ae:Ljava/lang/String;...
{ "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" }
{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "Literal", "value": 42, "raw": "42", "range": [ 3, 5 ], ...
{ "pile_set_name": "Github" }
using System; using System.Transactions; using Abp.Data; using Abp.Dependency; using Abp.Domain.Uow; using Abp.EntityFrameworkCore; using Abp.Extensions; using Abp.MultiTenancy; using Microsoft.EntityFrameworkCore; namespace Abp.Zero.EntityFrameworkCore { public abstract class AbpZeroDbMigrator<TDbContext> : IAbp...
{ "pile_set_name": "Github" }
client dev tun proto tcp remote ro.windscribe.com 1194 nobind auth-user-pass /config/openvpn-credentials.txt resolv-retry infinite auth SHA512 cipher AES-256-CBC comp-lzo verb 2 mute-replay-warnings remote-cert-tls server persist-key persist-tun key-direction 1 <ca> -----BEGIN CERTIFICATE----- MIIF3DCCA8SgAwIBAgIJA...
{ "pile_set_name": "Github" }
package acmpca import ( "bytes" "encoding/json" "fmt" "github.com/awslabs/goformation/v4/cloudformation/policies" ) // CertificateAuthorityActivation AWS CloudFormation Resource (AWS::ACMPCA::CertificateAuthorityActivation) // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; using System.Linq; using System.Web; using System.Xml.Linq; namespace Microsoft.TestCommon { /// <summary> /// Assert class that compares two ...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeGen...
{ "pile_set_name": "Github" }