text
stringlengths
2
99k
meta
dict
/* * Copyright (C) 2012, Google Inc. and others * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0 which is available at * https://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: BSD-3-Clause */ package org.ecl...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics; using System.Reflection; using System.Reflection.Emit; namespace LinFu.DynamicProxy { internal class DefaultyProxyMethodBuilder : IProxyMethodBuilder { private IMethodBodyEmitter _emitter; public DefaultyProxyMethodBuild...
{ "pile_set_name": "Github" }
/** Used as references for various `Number` constants. */ var MAX_SAFE_INTEGER = 9007199254740991; /** Used to detect unsigned integer values. */ var reIsUint = /^(?:0|[1-9]\d*)$/; /** * Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=M...
{ "pile_set_name": "Github" }
0 i NULL 0 I 0 E NULL 0 e 0 O NULL 0 o 0 U NULL 0 u 0 W NULL 0 @' 0 Y NULL 0 y 0 R NULL 0 r 0 * NULL 0 r 0 ** NULL 0 r 0 l/2 NULL 0 l 0 c NULL 0 k 0 J NULL 0 g 0 Q NULL 0 G 0 w NULL 0 v
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>script.aculo.us Unit test file</title> <meta http-equiv="content-type" content="text/html; charset=utf-8...
{ "pile_set_name": "Github" }
type=item items=minecraft:rotten_flesh texture=./l2.png nbt.display.Name=ipattern:*Revenant Horror II* weight=2
{ "pile_set_name": "Github" }
*> \brief \b SLAQR2 performs the orthogonal similarity transformation of a Hessenberg matrix to detect and deflate fully converged eigenvalues from a trailing principal submatrix (aggressive early deflation). * * =========== DOCUMENTATION =========== * * Online html documentation available at * http://www.n...
{ "pile_set_name": "Github" }
package diagnostics import ( "errors" clientcmdapi "k8s.io/kubernetes/pkg/client/unversioned/clientcmd/api" "github.com/openshift/origin/pkg/cmd/cli/config" clientdiagnostics "github.com/openshift/origin/pkg/diagnostics/client" "github.com/openshift/origin/pkg/diagnostics/types" ) // determine if we even have ...
{ "pile_set_name": "Github" }
"""The bom component."""
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2014 Christoph Hellwig. */ #include "xfs.h" #include "xfs_shared.h" #include "xfs_format.h" #include "xfs_log_format.h" #include "xfs_trans_resv.h" #include "xfs_mount.h" #include "xfs_inode.h" #include "xfs_trans.h" #include "xfs_bmap.h" #include "xfs_iomap.h" ...
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
<!-- GENERATED FROM SOURCE --> # vjs.CoreObject __DEFINED IN__: [src/js/core-object.js#L52](https://github.com/videojs/video.js/blob/master/src/js/core-object.js#L52) Core Object/Class for objects that use inheritance + contstructors To create a class that can be subclassed itself, extend the CoreObject class. ...
{ "pile_set_name": "Github" }
package com.doublechaintech.retailscm.accountingsubject; import com.doublechaintech.retailscm.CommonTokens; import java.util.Map; public class AccountingSubjectTokens extends CommonTokens{ static final String ALL="__all__"; //do not assign this to common users. static final String SELF="__self__"; static final Str...
{ "pile_set_name": "Github" }
/* * PROJECT: ReactOS Spooler API * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) * PURPOSE: Main functions * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #include "precomp.h" // Global Variables HANDLE hProcessHeap; HINSTANCE hinstWinSpool = NULL; CRITICAL_SECTION rtl...
{ "pile_set_name": "Github" }
;(function() { if (typeof window === 'undefined' || window.WeinreServerURL) { return; } window.WeinreServerURL = '$WEINRE_PATH'; var head = document.head || document.getElementsByTagName('head')[0] || document.documentElement; var script = document.createElement('script'); script.async = true; script...
{ "pile_set_name": "Github" }
package actor.proto.fixture import actor.proto.PID import actor.proto.RestartStatistics import actor.proto.Supervisor import actor.proto.SupervisorStrategy class DoNothingSupervisorStrategy : SupervisorStrategy { override fun handleFailure(supervisor: Supervisor, child: PID, rs: RestartStatistics, reason: Excepti...
{ "pile_set_name": "Github" }
var t = require('../test-lib/test.js'); var assert = require('assert'); var _ = require('@sailshq/lodash'); describe('Urls', function() { this.timeout(t.timeout); var apos; var start; after(function(done) { return t.destroy(apos, done); }); it('should exist on the apos object', function(done) { ...
{ "pile_set_name": "Github" }
>Mycoplasma_agalactiae_5632_FP671138_gi|290752464|emb|CBH40436.1| MKHKQAKLVKNSLGFDSNLYVYQDKEMFNYSVDTIMLGNFVFLNHKIKRMLEIGTNNGALSIFISERSKN LKIDAIEIQEKAAKLATDNVIINNKQEQINVIQADFNDFYKEHTKLVKPKYEAIVCNPPFYVYDKSKISK KISEEVLIATHEVKLNLEQIISGSAKIIEQKGYLTLVIPAERLVDCFCLMRQYKFEPKRVQFMIPRVYDK PKLVLVEARYQAGWGIHFLPNLYLHDPNDPLNHDYLPEIKN...
{ "pile_set_name": "Github" }
// *********************************************************** // This example support/index.js is processed and // loaded automatically before your test files. // // This is a great place to put global configuration and // behavior that modifies Cypress. // // You can change the location of this file or turn off // au...
{ "pile_set_name": "Github" }
//+build !go1.9 package reflect2 import ( "unsafe" ) //go:linkname makemap reflect.makemap func makemap(rtype unsafe.Pointer) (m unsafe.Pointer) func makeMapWithSize(rtype unsafe.Pointer, cap int) unsafe.Pointer { return makemap(rtype) }
{ "pile_set_name": "Github" }
# # specifying flor # # Wed May 18 13:58:27 JST 2016 # require 'spec_helper' describe 'Flor unit' do before :each do @unit = Flor::Unit.new('envs/test/etc/conf.json') @unit.conf['unit'] = 'u' @unit.storage.delete_tables @unit.storage.migrate @unit.start end after :each do @unit.shu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- /////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may ob...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 The WebM 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
{ "pile_set_name": "Github" }
<map id="Range Plot" name="Range Plot"> <area shape="rect" id="node2" href="$group__plot_animation.html" title="Plot properties that can be animated using Core Animation. " alt="" coords="6,5,58,35"/> </map>
{ "pile_set_name": "Github" }
Saved My Ass: Moving back to WordPress from Jekyll ---------- Welcome to week 24 of [52-technology-in-2016](https://github.com/shekhargulati/52-technologies-in-2016) blog series. This week I will share how I moved my organization's official blog from Jekyll to WordPress. A year back, I had moved the official blog from...
{ "pile_set_name": "Github" }
export PATH=/android/sdk/platform-tools:$PATH export PATH=/android/sdk/build-tools/29.0.2:$PATH export GRADLE_HOME=/android/gradle-5.4.1 export PATH=$PATH:$GRADLE_HOME/bin zipalign -v -p 4 /android/workspace/AppListViewDemo6/build/outputs/apk/release/AppListViewDemo6-release-unsigned.apk C:\android\workspace\AppListVie...
{ "pile_set_name": "Github" }
// MIT License - Copyright (c) Callum McGing // This file is subject to the terms and conditions defined in // LICENSE, which is part of this source code package using LibreLancer.Ini; namespace LibreLancer.Data.Equipment { public class Tractor : AbstractEquipment { [Entry("max_length")] public float M...
{ "pile_set_name": "Github" }
// Copyright 2018 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. // Flags: --allow-natives-syntax --opt --noalways-opt // Known receivers abstract equality. (function() { const a = {}; const b = {}; function f...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9fb7b27df5bd33c4e8205bcfb818f6ae MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
function write_matrices_cfg(varargin) % Write a configuration file for the doasvm_classification MHA plug-in. % % WRITE_MATRICES_CFG() will load the MAT file localisation_matlab/modelData.mat % and write MHA configuration data into the file matrices.cfg. % % WRITE_MATRICES_CFG(IN_FILE) will load the MAT file IN_FILE an...
{ "pile_set_name": "Github" }
#ifndef NO_MSSQL BOOL mssql(char *target, void* conn,EXINFO exinfo); #endif
{ "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 may ...
{ "pile_set_name": "Github" }
<?php /************************************************************************* Generated via "php artisan localization:missing" at 2018/04/26 11:05:24 *************************************************************************/ return array ( //==================================== Translations ====================...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2015, NVIDIA CORPORATION. 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 retain the above copyright // notice, this list of con...
{ "pile_set_name": "Github" }
# # Main Makefile. This is basically the same as a component makefile. #
{ "pile_set_name": "Github" }
namespace XSharp.Assembler.x86.SSE { [XSharp.Assembler.OpCode("CVTSD2SS")] public class ConvertSD2SS : InstructionWithDestinationAndSource { } }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <!-- 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/. --> <body> <table border=1 cellspacing=5 cellpadd...
{ "pile_set_name": "Github" }
#!/usr/bin/env ruby # frozen_string_literal: true require 'one_gadget/cli' exit OneGadget::CLI.work(ARGV.dup)
{ "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" }
# core/vil/CMakeLists.txt project(vil) doxygen_add_library(core/vil DEPENDS core/vnl core/vsl PACKAGE core DESCRIPTION "Core image library" ) # By default, vil contains wrappers around various image readers. # Setting this flag to OFF enables a version to be built which # does not include any third-party I/O fu...
{ "pile_set_name": "Github" }
{ "type": "bundle", "id": "bundle--775be96d-edfc-441c-8e89-4185bc52a7d7", "spec_version": "2.0", "objects": [ { "id": "relationship--04e4f0d1-32a9-4d64-a733-3316b0bf2740", "created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "description": "A mo...
{ "pile_set_name": "Github" }
// (C) Copyright Tobias Schwinger // // Use modification and distribution are subject to the boost Software License, // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt). //------------------------------------------------------------------------------ // no include guards, this file is intended for multiple in...
{ "pile_set_name": "Github" }
local_slide( { "name" : "586E8B76-4C2C-44E2-9602-998AF80790A1", "json" : { "assets" : { "74829008F6987ABB62743752E8D0A8A5" : { "type" : "texture", "index" : 4, "assetRequest" : { "type" : "slide", "state" : "contents", "slide" : "none" }, ...
{ "pile_set_name": "Github" }
function [tp, fp, p, n, perm, varargin] = vl_tpfp(labels, scores, varargin) % VL_TPFP Compute true positives and false positives % This is an helper function used by VL_PR(), VL_ROC(), VL_DET(). % % See also: VL_PR(), VL_ROC(), VL_DET(), VL_HELP(). % Author: Andrea Vedaldi % Copyright (C) 2007-12 Andrea Vedaldi an...
{ "pile_set_name": "Github" }
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7 | FileCheck %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:6...
{ "pile_set_name": "Github" }
### Localization for Server-side strings of Firefox Screenshots ### Please don't localize Firefox, Firefox Screenshots, or Screenshots ## Global phrases shared across pages, prefixed with 'g' gMyShots = لقطاتي gHomeLink = البداية gNoShots = .alt = لم يُعثر على لقطات gScreenshotsDescriptionServerless = لقطات الشا...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import os, signal import pygtk pygtk.require('2.0') import pynotify import sys import fcntl def handler(signum, frame): pass os.system("touch ~/.cache/system-config/notification-manager.pid") pidf = open(os.path.expanduser("~/.cache/system-config/notification-manager.pid"), "r+") try: f...
{ "pile_set_name": "Github" }
ALTER TABLE `m_savings_account` ADD COLUMN `total_fees_charge_derived` DECIMAL(19,6) NULL DEFAULT NULL AFTER `total_withdrawal_fees_derived`, ADD COLUMN `total_penalty_charge_derived` DECIMAL(19,6) NULL DEFAULT NULL AFTER `total_fees_charge_derived`;
{ "pile_set_name": "Github" }
-- Ice Heart Jormungar Feeder SAI SET @ENTRY := 26358; -- NPC entry SET @SPELL1 := 47447; -- Corrosive Spit UPDATE `creature_template` SET `AIName`='SmartAI', `ScriptName`='' WHERE `entry`=@ENTRY; DELETE FROM `creature_ai_scripts` WHERE `creature_id`=@ENTRY; DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `ent...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\Model\Test\Unit\ResourceModel\Type\Db; use Magento\Framework\App\ResourceConnection\ConnectionAdapterInterface; use Magento\Framework\Model\ResourceModel\Type\Db\ConnectionFactory; use Ma...
{ "pile_set_name": "Github" }
// Copyright 2017 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 http2 // A list of the possible cipher suite ids. Taken from // https://www.iana.org/assignments/tls-parameters/tls-parameters.txt const ( cipher_TLS...
{ "pile_set_name": "Github" }
CRLF would be replaced by LF in 'more-lf-utf8bom'
{ "pile_set_name": "Github" }
<?php use Twig\TokenParser\AbstractTokenParser; class_exists('Twig\TokenParser\AbstractTokenParser'); if (\false) { class Twig_TokenParser extends AbstractTokenParser { } }
{ "pile_set_name": "Github" }
/** * @file include/retdec/llvmir2hll/ir/deref_op_expr.h * @brief A dereference operator. * @copyright (c) 2017 Avast Software, licensed under the MIT license */ #ifndef RETDEC_LLVMIR2HLL_IR_DEREF_OP_EXPR_H #define RETDEC_LLVMIR2HLL_IR_DEREF_OP_EXPR_H #include "retdec/llvmir2hll/ir/unary_op_expr.h" #include "retdec/l...
{ "pile_set_name": "Github" }
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/chjj/marked */ ;(function() { /** * Block-Level Grammar */ var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^( *[-*_]){3,} *(?:\n+|$)/, heading: /^ *(#{1,6}...
{ "pile_set_name": "Github" }
:github_url: https://github.com/XavierBerger/RPi-Monitor/blob/develop/docs/source/35_external.rst :wip: Non standard configuration ========================== Use it with my own Web Server ----------------------------- In this example I will use the **nginx** server. You could use the same tactic with your preferred...
{ "pile_set_name": "Github" }
<?php class HelperArray { /** * Overwrites old array with new */ const MERGE_OVERWRITE = 0; /** * Merges old array with new with array_merge() * String keys replaced, numeric keys renumbered */ const MERGE_PHP = 1; /** * Merges old array with new with array_merge_recursive() * String k...
{ "pile_set_name": "Github" }
map_data = {} -- The number of rows, and columns that compose the map map_data.num_tile_cols = 32 map_data.num_tile_rows = 24 -- The tilesets definition files used. map_data.tileset_filenames = {} map_data.tileset_filenames[1] = "data/tilesets/mountain_house_exterior.lua" map_data.tileset_filenames[2] = "data/tileset...
{ "pile_set_name": "Github" }
/* Copyright (C) 2003 - 2018 by David White <dave@whitevine.net> Part of the Battle for Wesnoth Project https://www.wesnoth.org/ 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 ...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ /** * The definitions of objects ...
{ "pile_set_name": "Github" }
<html><head><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"> <param name="Keyword" value="Reverse"> </object><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title></title><link rel="StyleSheet" href="../../../default.css"></head> <body> <H1>Метод Re...
{ "pile_set_name": "Github" }
#ifndef __FM_MULTIVECTOR_H__ #define __FM_MULTIVECTOR_H__ /* * Copyright 2014 Open Connectome Project (http://openconnecto.me) * Written by Da Zheng (zhengda1936@gmail.com) * * This file is part of FlashMatrix. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file excep...
{ "pile_set_name": "Github" }
<template> <div class="c-sidebar__profile" :class="{ 'c-sidebar__profile--active': active }" @click="setActive(index)"> {{ initial }} </div> </template> <script> export default { props: ['data', 'index'], computed: { active: function () { if (this.index === this.$store.state.profiles.activeProfil...
{ "pile_set_name": "Github" }
//Neighborhood Page 1 ^Info^ 2 ^Top 10 Properties^ 3 ^Top 10 Sims^ 4 ^Mayor^ 5 ^Close^ 6 ^Center on Neighborhood^ 7 ^Bulletin Board^ 8 ^Neighborhood Description^ 9 ^Scroll Up^ 10 ^Scroll Down^ 11 ^Properties available for purchase!^ 12 ^Properties reserved for M.O.M.I.^ 13 ^#%s in Activity^ 14 ^No Town Hall prope...
{ "pile_set_name": "Github" }
/** Used to escape characters for inclusion in compiled string literals. */ var stringEscapes = { '\\': '\\', "'": "'", '\n': 'n', '\r': 'r', '\u2028': 'u2028', '\u2029': 'u2029' }; /** * Used by `_.template` to escape characters for inclusion in compiled string literals. * * @private * @param {string}...
{ "pile_set_name": "Github" }
module.exports = projectInfos => ({ type: 'input', message: '💡 Project name', name: 'projectName', default: projectInfos.name })
{ "pile_set_name": "Github" }
read(str)
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 Red Hat, Inc. and/or its affiliates. * * 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 ...
{ "pile_set_name": "Github" }
#ifndef _LIBMF_H #define _LIBMF_H #include <string> #include <utility> #ifdef __cplusplus extern "C" { namespace mf { #endif typedef float mf_float; typedef double mf_double; typedef int mf_int; typedef long long mf_long; enum {P_L2_MFR=0, P_L1_MFR=1, P_KL_MFR=2, P_LR_MFC=5, P_L2_MFC=6, P_L1_MFC=7, P_ROW_BPR...
{ "pile_set_name": "Github" }
describe("hx-ext attribute", function() { var ext1Calls, ext2Calls, ext3Calls; beforeEach(function () { ext1Calls = ext2Calls = ext3Calls = 0; this.server = makeServer(); clearWorkArea(); htmx.defineExtension("ext-1", { onEvent : function(name, evt) { ...
{ "pile_set_name": "Github" }
package aws import ( "fmt" "io" docker "github.com/fsouza/go-dockerclient" ) func (p *Provider) FilesDelete(app, pid string, files []string) error { return fmt.Errorf("unimplemented") } func (p *Provider) FilesDownload(app, pid string, file string) (io.Reader, error) { log := p.logger("FilesDownload").Append("...
{ "pile_set_name": "Github" }
// Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing import DummyModule return d } self] = i> { typealias C { return ") } } get { } } func b: C { return b: String)(array: a { private class func compose() ...
{ "pile_set_name": "Github" }
<?php namespace Gettext\Languages\Exporter; class Html extends Exporter { /** * @see Exporter::toStringDo */ protected static function toStringDo($languages) { return self::buildTable($languages, false); } protected static function h($str) { return htmlspecialchars($st...
{ "pile_set_name": "Github" }
#!/usr/bin/env python ''' Stonehouse uses the "CURVE" security mechanism. This gives us strong encryption on data, and (as far as we know) unbreakable authentication. Stonehouse is the minimum you would use over public networks, and assures clients that they are speaking to an authentic server, while allowing a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <EditText android:id="@+id/...
{ "pile_set_name": "Github" }
# frozen_string_literal: true module Doorkeeper module OAuth class CodeResponse < BaseResponse include OAuth::Helpers attr_reader :pre_auth, :auth, :response_on_fragment def initialize(pre_auth, auth, options = {}) @pre_auth = pre_auth @auth = auth @response_on_fragmen...
{ "pile_set_name": "Github" }
{ "variants": { "type=bottom": { "model": "biomesoplenty:block/mud_brick_slab" }, "type=top": { "model": "biomesoplenty:block/mud_brick_slab_top" }, "type=double": { "model": "biomesoplenty:block/mud_bricks" } } }
{ "pile_set_name": "Github" }
StartChar: uni0750.medi_KafBaaInit Encoding: 66813 -1 1561 Width: 219 Flags: HW AnchorPoint: "TashkilAbove" 24 801 basechar 0 AnchorPoint: "TashkilBelow" 98 -327 basechar 0 LayerCount: 3 Fore Refer: 243 -1 N 1 0 0 1 40 -215 2 Refer: 94 -1 N 1 0 0 1 0 0 3 EndChar
{ "pile_set_name": "Github" }
import Foundation class MixinSessionStore: SessionStore { private let lock = NSLock() func loadSession(for address: SignalAddress) -> (session: Data, userRecord: Data?)? { guard let session = SessionDAO.shared.getSession(address: address.name, device: Int(address.deviceId)) else { return ...
{ "pile_set_name": "Github" }
package com.akkafun.user.context; import com.akkafun.base.event.constants.EventType; import com.akkafun.common.event.config.EventConfiguration; import com.akkafun.common.event.config.InitBindProducer; import com.akkafun.common.scheduler.config.SchedulerConfiguration; import com.akkafun.common.spring.BaseConfiguration;...
{ "pile_set_name": "Github" }
/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ViewEncapsulation } from '@angular/core'; import { NotificationConfig, NzConfi...
{ "pile_set_name": "Github" }
= Testing Bloodhound Search plugin = == Overview == This plugin makes use of `setuptools` `test` command. Therefore all test-support libraries needed to run the test suite should be installed automatically (... considering the fact that they are listed in `tests_require` and `install_requires` entries in `setup.i...
{ "pile_set_name": "Github" }
/*============================================================================ MetaIO Copyright 2000-2010 Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without ev...
{ "pile_set_name": "Github" }
package org.hswebframework.expands.office.word; import org.hswebframework.expands.office.word.api.poi.POIWordApi; import org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter; import org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner; import java.io.InputSt...
{ "pile_set_name": "Github" }
{ "@context": "http://www.w3.org/ns/activitystreams#", "type": "Undo", "actor": { "type": "Person", "id": "http://example.org/sally", "name": "Sally" }, "object": { "type": "Like", "actor": { "type": "Person", "id": "http://example.org/sally", "name": "Sally" }, "...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S11.8.3_A3.1_T2.7; * @section: 11.8.3; * @assertion: Operator x <= y returns ToNumber(x) <= ToNumber(y), if Type(Primitive(x)) is not String or Type(Primitive(y)) is no...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS t1; CREATE TABLE t1 (a <INT_COLUMN> PRIMARY KEY, b <CHAR_COLUMN> ) ENGINE=<STORAGE_ENGINE> <CUSTOM_TABLE_OPTIONS>; SHOW KEYS IN t1; Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment t1 0 PRIMARY 1 a # # NULL NULL # # INS...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # # Copyright 2009 Google Inc. 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 retain the above copyright # notice, this list of...
{ "pile_set_name": "Github" }
// 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. using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly:...
{ "pile_set_name": "Github" }
import React from 'react'; import styled, { css } from 'styled-components'; import { Tooltip } from '../globals'; /* eslint no-eval: 0 */ export const InlineSvg = styled.svg` position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; color: inherit; fill: currentColor; `; ...
{ "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 ...
{ "pile_set_name": "Github" }
import { HttpClientTestingModule, HttpTestingController, TestRequest, } from '@angular/common/http/testing'; import { TestBed } from '@angular/core/testing'; import { CMS_COMPONENT_NORMALIZER } from '../../../cms/connectors/component/converters'; import { CmsStructureConfigService } from '../../../cms/services'; ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # encoding: utf-8 # Jérôme Carretero, 2013 (zougloub) """ reStructuredText support (experimental) Example:: def configure(conf): conf.load('rst') if not conf.env.RST2HTML: conf.fatal('The program rst2html is required') def build(bld): bld( features = 'rst', type = 'rst2htm...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Tokens version="1.0"> <File path="Classes/MBFilesystemOperationQueue.html"> <Token> <TokenIdentifier>//apple_ref/occ/cl/MBFilesystemOperationQueue</TokenIdentifier> <Abstract type="html">A singleton NSOperationQueue intended to be used for performing general filesyste...
{ "pile_set_name": "Github" }
<?php if (class_exists('ParagonIE_Sodium_Crypto', false)) { return; } /** * Class ParagonIE_Sodium_Crypto * * ATTENTION! * * If you are using this library, you should be using * ParagonIE_Sodium_Compat in your code, not this class. */ abstract class ParagonIE_Sodium_Crypto { const aead_chacha20poly1305...
{ "pile_set_name": "Github" }
/* vi: set sw=4 ts=4: */ /* * Mini dirname implementation for busybox * * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org> * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ /* BB_AUDIT SUSv3 compliant */ /* http://www.opengroup.org/onlinepubs/007904975/utilities/dirname....
{ "pile_set_name": "Github" }
.. _id.step_matcher.use_optional_part: ============================================================================== Use Optional Part in Step Definitions ============================================================================== .. index:: optional part It is a common case that optional parts occur in steps an...
{ "pile_set_name": "Github" }
Drag and drop is a classic, natural way of interacting with content such as images and files. Once implemented, drag and drop works seamlessly in all directions, including app-to-app, app-to-desktop, and desktop-to app. The Drag & Drop feature provides a wrapper service over the [standard UWP drag and drop functional...
{ "pile_set_name": "Github" }
'use strict'; var RFB = require('rfb'); var io = require('socket.io'); var Png = require('./node_modules/node-png/build/Release/png').Png; var express = require('express'); var http = require('http'); var clients = []; var Config = { HTTP_PORT: 8090 }; function encodeFrame(rect) { var rgb = new Buffer(rect.widt...
{ "pile_set_name": "Github" }