text
stringlengths
2
99.9k
meta
dict
<?php /* * This file is part of the php-code-coverage package. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CodeCoverage\Report\Xml; class Project e...
{ "pile_set_name": "Github" }
defmodule Accent.Project do use Accent.Schema schema "projects" do field(:name, :string) field(:main_color, :string) field(:logo, :string) field(:last_synced_at, :utc_datetime) field(:locked_file_operations, :boolean, default: false) field(:translations_count, :integer, virtual: true, defa...
{ "pile_set_name": "Github" }
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features: - Supports the OpenAPI Specification (versions 2 and 3) - Framework-agnostic - Utilities for parsing docstrings WWW: https://github.com/marshmallow-code/apispec
{ "pile_set_name": "Github" }
<template> <div class="components-default-style"> <div> <img class="default-style-img" src="../common/images/nodata.png" alt="" :style="{width: width, height: height}" /> <p class="gray">暂无数据</p> </div> </div> </template> <script> export default { name: "notFundData", props: { width: {...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using Essensoft.AspNetCore.Payment.Alipay.Response; namespace Essensoft.AspNetCore.Payment.Alipay.Request { /// <summary> /// alipay.eco.logistics.express.price.modify /// </summary> public class AlipayEcoLogisticsExpressPriceModifyRequest : IAlipayRequest<AlipayEcoLo...
{ "pile_set_name": "Github" }
--- archs: [ armv7, armv7s, arm64, arm64e ] platform: ios install-name: /usr/lib/libcoretls.dylib current-version: 167 compatibility-version: 1 exports: - archs: [ armv7, armv7s, arm64, arm64e ] symbols: [ _CipherSuiteCount, _CurvesCount, _Kn...
{ "pile_set_name": "Github" }
<?php //============================================================+ // File name : tcpdf_colors.php // Version : 1.0.004 // Begin : 2002-04-09 // Last Update : 2014-04-25 // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com // License : GNU-LGPL v3 (http://www.gnu.org/c...
{ "pile_set_name": "Github" }
package com.oney.gcm; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Intent; import android.content.IntentFilter; import android.content.SharedPreferences; import android.os.Build; import android.os.Bundle; import com.facebook.react.ReactInstanceManager; import com.face...
{ "pile_set_name": "Github" }
// // MLBCommonHeaderView.m // MyOne3 // // Created by meilbn on 2/26/16. // Copyright © 2016 meilbn. All rights reserved. // #import "MLBCommonHeaderView.h" @interface MLBCommonHeaderView () @property (strong, nonatomic) UILabel *commentsCountLabel; @property (strong, nonatomic) UIButton *rightButton; @end @i...
{ "pile_set_name": "Github" }
// Copyright 2013 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 ssh import ( "crypto" "crypto/ecdsa" "crypto/elliptic" "crypto/rand" "crypto/subtle" "errors" "io" "math/big" "golang.org/x/crypto/curve25519...
{ "pile_set_name": "Github" }
[remap] importer="texture" type="StreamTexture" path="res://.import/11.png-2f21e82f1775ebdc44bac4521423f996.stex" metadata={ "vram_texture": false } [deps] source_file="res://Assets/UI/Images/Animations/Cogs/Small/11.png" dest_files=[ "res://.import/11.png-2f21e82f1775ebdc44bac4521423f996.stex" ] [params] compress...
{ "pile_set_name": "Github" }
# -:- encoding: utf-8 -:- # This file is part of the MapProxy project. # Copyright (C) 2010 Omniscale <http://omniscale.de> # # 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.a...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import json import pytest import logging import pprint log = logging.getLogger(__name__) def test_ping(host): with host.sudo(): assert host.salt('test.ping', '--timeout=120') def test_target_python_version(host, target_python_version): with host.sudo(): ret = host.sa...
{ "pile_set_name": "Github" }
/* * Copyright 2018-2019 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 require...
{ "pile_set_name": "Github" }
/* * CODE GENERATED AUTOMATICALLY WITH github.com/stretchr/testify/_codegen * THIS FILE MUST NOT BE EDITED BY HAND */ package assert import ( http "net/http" url "net/url" time "time" ) // Condition uses a Comparison to assert a complex condition. func (a *Assertions) Condition(comp Comparison, msgAndArgs ...in...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com> // // 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 ca...
{ "pile_set_name": "Github" }
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Hosting; using OpenTracing.Contrib.NetCore.Internal; namespace OpenTracing.Contrib.NetCore { /// <summary> /// Starts and stops all OpenTracing instrumentation components. /// </summary> internal class Instru...
{ "pile_set_name": "Github" }
# In-Memory Columnar Storage Spark SQL可以将数据缓存到内存中,我们可以见到的通过调用cache table tableName即可将一张表缓存到内存中,来极大的提高查询效率。这就涉及到内存中的数据的存储形式,我们知道基于关系型的数据可以存储为基于行存储结构或者基于列存储结构,或者基于行和列的混合存储,即Row Based Storage、Column Based Storage、 PAX Storage。 Spark SQL 将数据加载到内存是以列的存储结构。称为In-Memory Columnar Storage。若直接存储Java Object会产生很大的内存开销,并且这样是基于Row的...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_LTRACE_ARCH_SUPPORTS bool default y if BR2_aarch64 default y if BR2_arm default y if BR2_i386 default y if BR2_mips default y if BR2_mipsel default y if BR2_powerpc default y if BR2_sparc default y if BR2_x86_64 default y if BR2_xtensa config BR2_PACKAGE_LTRACE bool "ltrace" depends on B...
{ "pile_set_name": "Github" }
#include "pch.h" #include "target_state.h" #include "common/start_visible.h" #include "keyboard_state.h" #include "common/shared_constants.h" TargetState::TargetState(int ms_delay) : // TODO: All this processing should be done w/o a separate thread etc. in pre_wnd_proc of winkey_popup to avoid // ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash #;**********************************************************************; # SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2017 - 2020, Intel Corporation # Copyright (c) 2018 - 2020, Fraunhofer SIT sponsored by Infineon Technologies AG # # All rights reserved. #;****************************...
{ "pile_set_name": "Github" }
#include "stdafx.h" #include <math.h> #include "Avx64CalcMat4x4Inv.h" //#define MAT_INV_DEBUG // Remove comment to enable extra printfs bool Mat4x4InvCpp(Mat4x4 m_inv, Mat4x4 m, float epsilon, bool* is_singular) { __declspec(align(32)) Mat4x4 m2; __declspec(align(32)) Mat4x4 m3; __declspec(align(32)) ...
{ "pile_set_name": "Github" }
// Copyright (c) The Libra Core Contributors // SPDX-License-Identifier: Apache-2.0 #![forbid(unsafe_code)] use rand::RngCore; use std::{ fs, io, path::{Path, PathBuf}, }; /// A simple wrapper for creating a temporary directory that is automatically deleted when it's /// dropped. Used in lieu of tempfile due...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0 all: TEST_PROGS := main.sh TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh include ../lib.mk clean:
{ "pile_set_name": "Github" }
package allen.test; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import org.springframework.core.io.FileSystemResource; import com.alipay.simplehbase.exception.SimpleHBaseException; /** * CachedFileSyste...
{ "pile_set_name": "Github" }
.so man2/utimes.2
{ "pile_set_name": "Github" }
.file "vpaes-x86.s" .text .align 6,0x90 L_vpaes_consts: .long 218628480,235210255,168496130,67568393 .long 252381056,17041926,33884169,51187212 .long 252645135,252645135,252645135,252645135 .long 1512730624,3266504856,1377990664,3401244816 .long 830229760,1275146365,2969422977,3447763452 .long 3411033600,2979783055,338...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]--> <head> <!-- Basic...
{ "pile_set_name": "Github" }
// // SavedLocationsManager.h // CycleStreets // // Created by Neil Edwards on 14/10/2014. // Copyright (c) 2014 CycleStreets Ltd. All rights reserved. // #import "FrameworkObject.h" #import "SynthesizeSingleton.h" @class SavedLocationVO; @interface SavedLocationsManager : FrameworkObject SYNTHESIZE_SINGLETON_FO...
{ "pile_set_name": "Github" }
#ifndef Renderer_HPP #define Renderer_HPP #include "FBO.hpp" #include "PresetFrameIO.hpp" #include "BeatDetect.hpp" #include <string> #include <pthread.h> #ifdef USE_GLES1 #include <GLES/gl.h> #else #ifdef __APPLE__ #include <OpenGL/gl.h> #include <OpenGL/glu.h> #else #include <GL/gl.h> #include <GL/glu.h> #endif #en...
{ "pile_set_name": "Github" }
Demo_mazak es un conjunto complejo de controladores HAL. Incluyen la tarjeta de movimiento Motenc-Lite, una tarjeta parport PMDX y una tarjeta IO ISA de propósito general. Esta configuración se usa para la Mazak V5 de Cardinal Engineering y se incluye aquí como un ejemplo de una manera de distribuir las habilidades HA...
{ "pile_set_name": "Github" }
int main() { int i; i=0; loop: assert(i<10); i++; if(i<10) goto loop; assert(i==10); }
{ "pile_set_name": "Github" }
package org.jboss.resteasy.test.providers.priority.resource; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import javax.annotation.Priority; import javax.ws.rs.ext.ParamConverter; import javax.ws.rs.ext.ParamConverterProvider; import javax.ws.rs.ext.Provider; @Provider @Priority(20) public c...
{ "pile_set_name": "Github" }
; RUN: %lli %s > /dev/null define i32 @foo(i32 %x, i32 %y, double %d) { entry: %d.int64 = bitcast double %d to i64 %d.top64 = lshr i64 %d.int64, 32 %d.top = trunc i64 %d.top64 to i32 %d.bottom = trunc i64 %d.int64 to i32 %topCorrect = icmp eq i32 %d.top, 3735928559 %bottomCorrect = icmp eq i32 %d.bottom,...
{ "pile_set_name": "Github" }
{% load i18n %}{% autoescape off %} {% blocktrans %}Password reset on {{ site_name }}{% endblocktrans %} {% endautoescape %}
{ "pile_set_name": "Github" }
import pytest from vyper import compiler from vyper.exceptions import FunctionDeclarationException, StructureException fail_list = [ ( """ @external def foo() -> int128: pass """, FunctionDeclarationException, ), ( """ @external def foo() -> int128: if False: re...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 5cdad5d030c1f2143a2fb2b8ee388911 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
require 'yajl' require 'securerandom' # SecureRandom.uuid require_relative 'oms_common' module OMS class AuditdPlugin def initialize(log) @log = log end def transform_and_wrap(event, hostname, time) if event.nil? @log.error "Transformation of Audi...
{ "pile_set_name": "Github" }
#! /bin/sh packageinfo='./packageinfo.sh' case "$#" in 2) case "$1" in -p|--packageinfo) packageinfo="$2" esac ;; 0) ;; *) echo "Usage: $0 [-p packageinfo.sh]" exit 1 ;; esac # This script must be executed from the TLD of the source tree... . "$packageinfo" NAME="$version" case "$re...
{ "pile_set_name": "Github" }
{ "description": "A list of vegetables.", "vegetables": [ "acorn squash", "alfalfa sprout", "amaranth", "anise", "artichoke", "arugula", "asparagus", "aubergine", "azuki bean", "banana squash", "basil", "bean sprout"...
{ "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" }
local e = {} local o = require "luci.dispatcher" local a = luci.util.execi( "/bin/busybox top -bn1 | grep 'pppd plugin rp-pppoe.so' | grep -v 'grep'") for t in a do local a, n, h, s, o = t:match( "^ *(%d+) +(%d+) +.+rp_pppoe_sess 1:+([A-Fa-f0-9]+:[A-Fa-f0-9]+:[A-Fa-f0-9]+...
{ "pile_set_name": "Github" }
<dc:title>{title}</dc:title>
{ "pile_set_name": "Github" }
/* * rt5631.c -- RT5631 ALSA Soc Audio driver * * Copyright 2011 Realtek Microelectronics * * Author: flove <flove@realtek.com> * * Based on WM8753.c * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by t...
{ "pile_set_name": "Github" }
$NetBSD: patch-ab,v 1.3 2000/11/17 07:36:34 rh Exp $ --- X11/xedit/xedit.h.orig Fri Nov 17 08:27:10 2000 +++ X11/xedit/xedit.h @@ -37,6 +37,8 @@ #include <X11/Xaw/Viewport.h> #include <X11/Xaw/Cardinals.h> +#include <stdio.h> + #ifndef BUFSIZ #define BUFSIZ 2048 #endif
{ "pile_set_name": "Github" }
// // VMime library (http://www.vmime.org) // Copyright (C) 2002 Vincent Richard <vincent@vmime.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 version 3 of // the License, or ...
{ "pile_set_name": "Github" }
package com.objectmentor.library.offline; import com.objectmentor.library.gateways.PatronGateway; import com.objectmentor.library.models.Patron; import java.util.*; public class InMemoryPatronGateway implements PatronGateway { private static int lastId = 0; Map patrons = new HashMap(); protected static class...
{ "pile_set_name": "Github" }
<?php namespace Biz\Marker\Dao; use Codeages\Biz\Framework\Dao\GeneralDaoInterface; interface QuestionMarkerDao extends GeneralDaoInterface { public function getMaxSeqByMarkerId($id); public function merge($sourceMarkerId, $targetMarkerId, $maxSeq); public function findByIds($ids); public function...
{ "pile_set_name": "Github" }
define( [ "../core", "../data/var/dataPriv", "../css/var/isHiddenWithinTree" ], function( jQuery, dataPriv, isHiddenWithinTree ) { "use strict"; var defaultDisplayMap = {}; function getDefaultDisplay( elem ) { var temp, doc = elem.ownerDocument, nodeName = elem.nodeName, display = defaultDisplayMap[ nodeNa...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x" }, { "idiom" : "universal", "filename" : "qh97_h_icon_13x13_@2x.png", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
#ifndef BOOST_SERIALIZATION_LEVEL_ENUM_HPP #define BOOST_SERIALIZATION_LEVEL_ENUM_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) # pragma once #endif /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // level_enum.hpp: // (C) Copyright 2002 Robert Ramey - htt...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
{ "pile_set_name": "Github" }
import numpy as np from . import _base from .so3 import SO3Matrix class SE3Matrix(_base.SEMatrixBase): """Homogeneous transformation matrix in :math:`SE(3)` using active (alibi) transformations. .. math:: SE(3) &= \\left\\{ \\mathbf{T}= \\begin{bmatrix} \\mathbf{C...
{ "pile_set_name": "Github" }
DROP TABLE IF EXISTS `transport_events`;
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head> <title>CURLMOPT_PIPELINING man page</title> <meta name="generator" content="roffit"> <STYLE type="text/css"> pre { overflow: auto; margin: 0; } P.level0, pre.level0 { padding-left: 2em; } P.level1...
{ "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. #ifndef V8_CODEGEN_TURBO_ASSEMBLER_H_ #define V8_CODEGEN_TURBO_ASSEMBLER_H_ #include <memory> #include "src/base/template-utils.h" #include "src/built...
{ "pile_set_name": "Github" }
md.dihedral -------------- .. rubric:: Overview .. py:currentmodule:: hoomd .. autosummary:: :nosignatures: md.dihedral.harmonic md.dihedral.opls md.dihedral.table .. rubric:: Details .. automodule:: hoomd.md.dihedral :synopsis: Dihedral potentials. :members:
{ "pile_set_name": "Github" }
# - Find BOARD # Find the native BOARD includes and library # This module defines # BOARD_INCLUDE_DIR, where to find jpeglib.h, etc. # BOARD_LIBRARIES, the libraries needed to use BOARD. # BOARD_FOUND, If false, do not try to use BOARD. # also defined, but not for general use are # BOARD_LIBRARY, where to find the ...
{ "pile_set_name": "Github" }
<div id="search-modal" class="modal"> <div class="modal-content"> <h4>Your handy pagefinder</h4> <p> Type anything you want below. It'll match page names (like the names of your characters, locations, and so on), but also anything you've typed in any of those pages' fields as well. For example, se...
{ "pile_set_name": "Github" }
// // TicketConstants.swift // 12306ForMac // // Created by fancymax on 16/9/10. // Copyright © 2016年 fancy. All rights reserved. // import Foundation //let cardTypeNameDic = ["二代身份证": "1", "一代身份证": "2", "港澳通行证": "C", "台湾通行证": "G", "护照": "B"] let SEAT_TYPE_ARRAY = ["商务座", "特等座", "一等座", "二等座", "高级软卧", "软卧", "硬卧",...
{ "pile_set_name": "Github" }
package com.avito.ci.steps import com.avito.cd.CdBuildConfig import com.avito.cd.CdBuildConfig.Deployment import com.avito.cd.cdBuildConfig import com.avito.plugin.qappsTaskProvider import org.gradle.api.Project import org.gradle.api.Task import org.gradle.api.tasks.TaskProvider import java.io.File @Suppress("Unstabl...
{ "pile_set_name": "Github" }
import System.Environment import System.Process import Data.Maybe main = do [ghc] <- getArgs info <- readProcess ghc ["+RTS", "--info"] "" let fields = read info :: [(String,String)] getGhcFieldOrFail fields "HostOS" "Host OS" getGhcFieldOrFail fields "WORDSIZE" "Word size" getGhcFieldOrFail fields "TARGE...
{ "pile_set_name": "Github" }
# Historically 'as' treats '.' as a reference to the current location in # arbitrary contexts. We don't support this in general. # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t # RUN: FileCheck -input-file %t %s # CHECK: invalid use of pseudo-symbol '.' as a label .: .long 0
{ "pile_set_name": "Github" }
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2020 - Raw Material Software Limited JUCE is an open source library subject to commercial or open-source licensing. The code included in this file is provided under ...
{ "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 not u...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 Ecma International. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: | Refer 12.6.3; The production IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement is evaluated as foll...
{ "pile_set_name": "Github" }
# Contributing to Ant Design Mobile The following is a set of guidelines for contributing to Ant Design Mobile. Please spend several minutes in reading these guidelines before you create an issue or pull request. Anyway, these are just guidelines, not rules, use your best judgment and feel free to propose changes to ...
{ "pile_set_name": "Github" }
changed in both base 100644 29c55f1e4398c37e27660f4ece9976cf551cd804 src/vs/platform/node/product.ts our 100644 dbb84fd473f8212ea96a20a8f12d66c5b703786a src/vs/platform/node/product.ts their 100644 c2d0ab485103b0decd8479198b2da31682ec534f src/vs/platform/node/product.ts @@ -36,7 +36,11 @@ }; extensionTi...
{ "pile_set_name": "Github" }
using System; using Mono.Cecil; using Mono.Tuner; namespace Xamarin.Linker { public class MobileRemoveAttributes : RemoveAttributesBase { protected virtual bool DebugBuild { get { return context.LinkSymbols; } } protected override bool IsRemovedAttribute (CustomAttribute attribute) { // note: this al...
{ "pile_set_name": "Github" }
<?php namespace Vinelab\NeoEloquent\Schema; use Closure; use Illuminate\Database\ConnectionInterface; use Illuminate\Database\Schema\Grammars\Grammar as IlluminateSchemaGrammar; use Illuminate\Support\Fluent; class Blueprint { /** * The label the blueprint describes. * * @var string */ pr...
{ "pile_set_name": "Github" }
[/ / Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) /] [section:InternetProtocol Internet protocol requirements] An internet protoc...
{ "pile_set_name": "Github" }
/* Copyright 2005-2006 Tim Fennell * * 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 t...
{ "pile_set_name": "Github" }
"""Vera tests.""" import pyvera as pv from homeassistant.core import HomeAssistant from .common import ComponentFactory, new_simple_controller_config from tests.async_mock import MagicMock async def test_binary_sensor( hass: HomeAssistant, vera_component_factory: ComponentFactory ) -> None: """Test functio...
{ "pile_set_name": "Github" }
// NOTE: cgo can't generate struct Stat_t and struct Statfs_t yet // Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_darwin.go // +build arm,darwin package unix const ( SizeofPtr = 0x4 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x4 SizeofLongLong = 0x8 ) type ( _C_short int1...
{ "pile_set_name": "Github" }
DEFINED_PHASES=install preinst pretend DESCRIPTION=Group for app-emulation/lxd EAPI=7 KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris SLO...
{ "pile_set_name": "Github" }
(function() { if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } var languages = { 'css': true, 'less': true, 'markup': { lang: 'markup', before: 'punctuation', inside: 'inside', root: Prism.languages.markup && Prism.languages.ma...
{ "pile_set_name": "Github" }
// Compiled by ClojureScript to Go 0.0-2411 // clojure.zip // Functional hierarchical zipper, with navigation, editing, // and enumeration. See Huet // Author: Rich Hickey package zip import cljs_core "github.com/hraberg/cljs2go/cljs/core" func init() { Zipper = func(zipper *cljs_core.AFn) *cljs_core.AFn { retur...
{ "pile_set_name": "Github" }
package deployer import ( "github.com/coinbase/step/aws" "github.com/coinbase/step/handler" "github.com/coinbase/step/machine" ) // StateMachine returns the StateMachine for the deployer func StateMachine() (*machine.StateMachine, error) { return machine.FromJSON([]byte(`{ "Comment": "Step Function Deployer",...
{ "pile_set_name": "Github" }
#include "CondFormats/RPCObjects/interface/RPCDCCLinkMap.h" RPCDCCLinkMap::RPCDCCLinkMap() {}
{ "pile_set_name": "Github" }
#!/bin/sh cleandig google-alias.example.com A hidettl cleandig google-alias.example.com AAAA hidettl cleandig google-alias.example.com A hidettl tcp cleandig google-alias.example.com AAAA hidettl tcp
{ "pile_set_name": "Github" }
package org.orcid.core.manager.read_only; import java.util.Optional; import org.orcid.jaxb.model.groupid_v2.GroupIdRecord; import org.orcid.jaxb.model.groupid_v2.GroupIdRecords; public interface GroupIdRecordManagerReadOnly { GroupIdRecord getGroupIdRecord(Long putCode); GroupIdRecords getGroupIdRecords(St...
{ "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 not...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import sys from io import StringIO from typing import Dict, Set, Type # noqa from django.test import TestCase from django_extensions.management.commands import shell_plus class AutomaticShellPlusImportsTestCase(TestCase): def setUp(self): super().setUp() sys.stdout = Stri...
{ "pile_set_name": "Github" }
"""Matplotlib Posterior predictive plot.""" import logging import platform import matplotlib.pyplot as plt import numpy as np from matplotlib import animation, get_backend from ....stats.density_utils import get_bins, histogram, kde from ...kdeplot import plot_kde from ...plot_utils import _scale_fig_size, make_label...
{ "pile_set_name": "Github" }
wakefield ============ [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/0.1.0/active.svg)](https://www.repostatus.org/#active) [![Build Status](https://travis-ci.org/trinker/wakefield.svg?branch=master)](https://travis-ci....
{ "pile_set_name": "Github" }
#ifndef sgb_h #define sgb_h #include "gb_struct_def.h" #include <stdint.h> #include <stdbool.h> typedef struct GB_sgb_s GB_sgb_t; typedef struct { uint8_t tiles[0x100 * 8 * 8]; /* High nibble not used*/ union { struct { uint16_t map[32 * 32]; uint16_t palette[16 * 4]; };...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
## @file # This library instance provides IP services upon EFI IPv4/IPv6 Protocols. # # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies ...
{ "pile_set_name": "Github" }
/* Copyright Rene Rivera 2008-2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef BOOST_PREDEF_COMPILER_GCC_XML_H #define BOOST_PREDEF_COMPILER_GCC_XML_H #include <boost/predef/version_number.h> #include <bo...
{ "pile_set_name": "Github" }
// Copyright (C) Christof Meerwald 2003 // Copyright (C) Dan Watkins 2003 // // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Digital Mars C++ compiler setup: #define BOOS...
{ "pile_set_name": "Github" }
.. This data file has been placed in the public domain. .. Derived from the Unicode character mappings available from <http://www.w3.org/2003/entities/xml/>. Processed by unicode2rstsubs.py, part of Docutils: <http://docutils.sourceforge.net>. .. |af| unicode:: U+02061 .. FUNCTION APPLICA...
{ "pile_set_name": "Github" }
'use strict'; exports.__esModule = true; exports.default = { el: { colorpicker: { confirm: 'OK', clear: 'Leeren' }, datepicker: { now: 'Jetzt', today: 'Heute', cancel: 'Abbrechen', clear: 'Leeren', confirm: 'OK', selectDate: 'Datum wählen', selectTime...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b6944b8ec29ad124c9ebbe7b111fdfd5 TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 1 linearTexture: 0 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap...
{ "pile_set_name": "Github" }
--- title: TaskRequestItem.CustomAction Event (Outlook) ms.prod: outlook api_name: - Outlook.TaskRequestItem.CustomAction ms.assetid: 1b4fbc87-6494-b85e-f5a6-c2a538a21078 ms.date: 06/08/2017 --- # TaskRequestItem.CustomAction Event (Outlook) Occurs when a custom action of an item (which is an instance of the parent ...
{ "pile_set_name": "Github" }
""" Python wrapper for libui. """ from pylibui import libui from .control import Control class BaseMultilineEntry(Control): def getText(self): """ Returns the text of the multiline entry. :return: string """ return libui.uiMultilineEntryText(self.control) def setT...
{ "pile_set_name": "Github" }
print('hi')
{ "pile_set_name": "Github" }
package com.github.anastr.speedviewapp; import android.os.Bundle; import android.text.SpannableString; import android.text.style.ForegroundColorSpan; import android.widget.CheckBox; import android.widget.CompoundButton; import android.widget.SeekBar; import android.widget.TextView; import androidx.appcompat.app.AppCo...
{ "pile_set_name": "Github" }
############# suite/perfschema/t/transaction.test #################### # # # Test processing of transaction events by the Performance Schema, # # including explicit/implicit transactions, access modes, isolation # # levels, statement counts and state...
{ "pile_set_name": "Github" }
1 Better estimate needed Better estimate needed Better estimate needed 1 1 1 Better estimate needed 7
{ "pile_set_name": "Github" }