text
stringlengths
2
99.9k
meta
dict
// 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 language import ( "bytes" "fmt" "sort" "strconv" "golang.org/x/text/internal/tag" ) // findIndex tries to find the given tag in idx and returns ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2012 MoSync AB 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 the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even th...
{ "pile_set_name": "Github" }
.. index:: maybe .. _maybe/0: .. rst-class:: right **object** ``maybe`` ========= Types and predicates for type-checking and handling optional terms. Inspired by Haskell. | **Author:** Paulo Moura | **Version:** 0:6:0 | **Date:** 2019-11-26 | **Compilation flags:** | ``static, context_switching_calls`` | **P...
{ "pile_set_name": "Github" }
/* * This file is part of Apparat. * * Copyright (C) 2010 Joa Ebert * http://www.joa-ebert.com/ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of...
{ "pile_set_name": "Github" }
/* Copyright 2005-2007 Adobe Systems Incorporated 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). See http://opensource.adobe.com/gil for most recent version inclu...
{ "pile_set_name": "Github" }
// mksyscall.pl syscall_linux.go syscall_linux_amd64.go // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build amd64,linux package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func Linkat(olddirfd int, oldpath string, newdirfd ...
{ "pile_set_name": "Github" }
Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 ### # # /* # * $Id$ # * It is part of the SolidOpt Copyright Policy (see Copyright.txt) # * For further details see the nearest License.txt # */ # ### NOTE THIS FILE IS AUTOMATICALLY GENERATED. # # @VAR_Solution_Projects@Global Gl...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames/bind'; import styles from './Row.module.scss'; import { wrappedOnClickForItem, wrappedOnKeyDownForItem, wrappedEventCallback, } from './utils'; const cx = classNames.bind(styles); const propTypes = { /** * The...
{ "pile_set_name": "Github" }
import Service from '@atlas.js/service' import Hook from '@atlas.js/hook' import { Atlas } from '..' class ServiceApi {} class DummyService extends Service {} class DummyHook extends Hook { static observes = 'atlas' } describe('Atlas::start()', () => { let atlas let options beforeEach(() => { DummyServ...
{ "pile_set_name": "Github" }
# V1K8sResourceType ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | | [optional] **schema** | [**V1K8sResourceSchema**](V1K8sResourceSchema.md) | | [optional] **is_requested** | **bool** | | [optional] [[Back to Model list]](../RE...
{ "pile_set_name": "Github" }
require File.expand_path('../../../spec_helper', __FILE__) describe "IO#fdatasync" do it "needs to be reviewed for spec completeness" end
{ "pile_set_name": "Github" }
/** * Name: segregationAgents * Author: * Description: A model showing the segregation of the people just by putting a similarity wanted parameter using agents * to represent the individuals * Tags: grid */ model segregation //import the Common Schelling Segregation model import "../include/Common Schelling Segreg...
{ "pile_set_name": "Github" }
package com.jme3.system.jopenvr; import com.sun.jna.Pointer; import com.sun.jna.Structure; import com.sun.jna.ptr.ShortByReference; import java.util.Arrays; import java.util.List; /** * <i>native declaration : headers\openvr_capi.h:1578</i><br> * This file was autogenerated by <a href="http://jnaerator.google...
{ "pile_set_name": "Github" }
/* * The MIT License * * Copyright 2016 feature[23] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2015-2018 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
package org.bukkit.event.block; import org.bukkit.block.Block; import org.bukkit.event.Cancellable; import org.bukkit.event.HandlerList; /** * Called when a block is destroyed as a result of being burnt by fire. * <p> * If a Block Burn event is cancelled, the block will not be destroyed as a * result of being bur...
{ "pile_set_name": "Github" }
//===-- StringRef.cpp - Lightweight String References ---------------------===// // // 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" }
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. #include <algorithm> #include <stdint.h> #include "leveldb/comparator.h" #include "leveldb/slice.h" #in...
{ "pile_set_name": "Github" }
/** mldb-1225-rowname-generator-explain.cc Mathieu Marquis Bolduc, 25 April 2016 Copyright (c) 2016 mldb.ai inc. All rights reserved. This file is part of MLDB. Copyright 2016 mldb.ai inc. All rights reserved. Test of sql expression transform method */ #include "mldb/sql/sql_expression.h" #include "...
{ "pile_set_name": "Github" }
// Copyright 2004 The Trustees of Indiana University. // 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) // Authors: Douglas Gregor // Andrew Lumsdaine #ifndef BOOST_GRAPH_KAMADA_KAWAI_SPRING_LAYOUT_HPP...
{ "pile_set_name": "Github" }
obj-m := procinfo.o KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules clean: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean rm -rf Module.markers modules.order Module.symvers
{ "pile_set_name": "Github" }
--TEST-- Test strncmp() function: usage variations - double quoted strings --FILE-- <?php /* Prototype : int strncmp ( string $str1, string $str2, int $len ); * Description: Binary safe case-sensitive string comparison of the first n characters * Source code: Zend/zend_builtin_functions.c */ /* Test strncmp() funct...
{ "pile_set_name": "Github" }
<?php namespace Royalcms\Component\WeChat\Message; /** * Class DeviceEvent. * * @property string $media_id */ class DeviceEvent extends AbstractMessage { /** * Message type. * * @var string */ protected $type = 'device_event'; /** * Properties. * * @var array */...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and 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 by applic...
{ "pile_set_name": "Github" }
#version 460 core #extension GL_NV_ray_tracing : enable #extension GL_GOOGLE_include_directive : enable #include "raycommon.glsl" layout(location = 3) callableDataInNV rayLight cLight; layout(push_constant) uniform Constants { vec4 clearColor; vec3 lightPosition; float lightIntensity; vec3 lightDirection; ...
{ "pile_set_name": "Github" }
Here is a list of some papers that have recently (as of mid-2016) used ASTRAL or ASTRAL-II. For complete citations, see one of these entries in google scholar: [ASTRAL-I](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=16059877702267304090), [ASTRAL-II](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=1186...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2015 Zhang Hai <Dreaming.in.Code.ZH@Gmail.com> * All Rights Reserved. */ package me.zhanghai.android.materialprogressbar; import android.content.res.ColorStateList; import android.graphics.ColorFilter; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; import android...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>require.js: Optimizing Packages Test</title> <script type="text/javascript" src="../../doh/runner.js"></script> <script type="text/javascript" src="../../doh/_browserRunner.js"></script> <script type="text/javascript" data-main="main" src="../../../require.js"></scri...
{ "pile_set_name": "Github" }
=pod =head1 NAME SSL_CTX_set_info_callback, SSL_CTX_get_info_callback, SSL_set_info_callback, SSL_get_info_callback - handle information callback for SSL connections =head1 SYNOPSIS #include <openssl/ssl.h> void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*callback)()); void (*SSL_CTX_get_info_callback(const ...
{ "pile_set_name": "Github" }
/* * SonarQube JavaScript Plugin * Copyright (C) 2011-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3...
{ "pile_set_name": "Github" }
/* Copyright (C) 2010-2017 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (bintree.c). * --------------------------------------------------------------------------------------- * * Permissi...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2009--2010 Red Hat, Inc. * * This software is licensed to you under the GNU General Public License, * version 2 (GPLv2). There is NO WARRANTY for this software, express or * implied, including the implied warranties of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. You should have rece...
{ "pile_set_name": "Github" }
tbarzic@chromium.org
{ "pile_set_name": "Github" }
/* Copyright 2019 The Knative Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
{ "pile_set_name": "Github" }
# Maintainer: ArchStrike <team@archstrike.org> buildarch=220 pkgname='lanmap2-git' pkgver=r127.1197999 pkgrel=6 epoch=1 pkgdesc="Builds database/visualizations of LAN structure from passively sifted information." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') url='http://github.com/rflynn/lanmap2' license=('GPL')...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """Virtually every Python programmer has used Python for wrangling disk contents, and ``fileutils`` collects solutions to some of the most commonly-found gaps in the standard library. """ from __future__ import print_function import os import re import sys import stat import errno import fnmat...
{ "pile_set_name": "Github" }
@interface NSMenu (Additions) - (NSMenuItem*)parentMenuItem; @end
{ "pile_set_name": "Github" }
%graphs contains the graph definitions, it is indexed on the graph name. The information stored for each graph is used for both showing data source values and for printing the graph configuration. Each graph follows the followingformat: $graph{NAME} => { config => { # The global attributes for this graph ...
{ "pile_set_name": "Github" }
// -*- Mode: Java -*- // // ForwardGoalRecord.java /* +---------------------------- BEGIN LICENSE BLOCK ---------------------------+ | | | Version: MPL 1.1/GPL 2.0/LGPL 2.1 | | ...
{ "pile_set_name": "Github" }
__author__ = 'shikun' # -*- coding: utf-8 -*- import unittest from appium import webdriver from common.variable import GetVariable as common import os from selenium import webdriver as web from seleniumrequests import Chrome from testBLL import apkBase from selenium.webdriver.common.desired_capabilities import Desir...
{ "pile_set_name": "Github" }
# Default SQL scheme for DB img::temp #MYTABLE="modules" MYCOL="id pkg_groups_link_id project_id jail_id version size installed install_date deleted task_id" id="INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL" pkg_groups_link_id="integer DEFAULT '0' NULL" project_id="integer DEFAULT '0' NULL" jail_id="integer DEFAULT '0'...
{ "pile_set_name": "Github" }
# TensorFlow-LiveLessons **Note that the second edition of this video series is now available [here](https://github.com/jonkrohn/DLTFpT/). The second edition contains all of the content from this (first) edition plus quite a bit more, as well as updated library versions.** This repository is home to the code that acc...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`VersionCommand --exact updates existing exact versions 1`] = ` "v1.0.1 HEAD -> master, tag: v1.0.1 diff --git a/lerna.json b/lerna.json index SHA..SHA 100644 --- a/lerna.json +++ b/lerna.json @@ -2 +2 @@ - \\"version\\": \\"1.0.0\\", + \\"version\\": \\"1.0.1\\",...
{ "pile_set_name": "Github" }
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This code was translated into a form compatible with 6a from the public // domain sources in SUPERCOP: https://bench.cr.yp.to/supercop.html #define REDMASK5...
{ "pile_set_name": "Github" }
/** * \file * * \brief Assembler abstraction layer and utilities * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condi...
{ "pile_set_name": "Github" }
// Go support for Protocol Buffers - Google's data interchange format // // Copyright 2016 The Go Authors. All rights reserved. // https://github.com/golang/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
--- title: Plugins --- ## Finding plugins You can find [community plugins](https://www.npmjs.com/browse/keyword/breakdance) on npm (`https://www.npmjs.com/browse/keyword/breakdance`). If you author a breakdance plugin, be sure to add the keyword `breakdance` to your project's package.json. ## Authoring plugins **W...
{ "pile_set_name": "Github" }
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%; } h1 { text-align:center; font-size:180%; } h2 { border-bottom:2px solid #CCC; margin:1em 0 0.4em 0; } h3 { margin-bottom:0.4em; } p { margin:0 0 1em 1em; text-align:justify; } ol { margin:0 0 1.2em 1em; padding:0; list-style-type:none; } ol ...
{ "pile_set_name": "Github" }
/** * Copyright &copy; 2012-2016 <a href="https://gitee.com/JeeHuangBingGui/jeeSpringCloud">JeeSpring</a> All rights reserved. */ package com.jeespring.modules.act.service; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodin...
{ "pile_set_name": "Github" }
/* * This file is part of Skript. * * Skript is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Skript is distr...
{ "pile_set_name": "Github" }
--- title: TypeScript配置文件tsconfig简析 date: 2017/02/21 14:47:11 --- ## 0、前言 在使用VsCode编写TypeScript时,VsCode提供了一个tsconfig.json辅助我们设置TypeScript的配置项,另外使用gulp-typescript或者是webpack编译ts文件时,都可以用到这个配置项来确定如何生成最终的js文件。 那tsconfig.json到底有哪些常用属性,它们又起到什么作用呢?下文将为你一一揭晓。 ## 1、tsconfig.json ### 1.1、compilerOptions tsconfig.json文件中的 ``...
{ "pile_set_name": "Github" }
print("Michael") print("Jordan")
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentat...
{ "pile_set_name": "Github" }
# encoding: utf-8 Gem::Specification.new do |s| s.name = 'transition-events-js' s.version = '0.2.1' s.platform = Gem::Platform::RUBY s.authors = ['Andrey "A.I" Sitnik'] s.email = ['andrey@sitnik.ru'] s.homepage = 'https://github.com/ai/transition-events' s.summary = 'jQuery...
{ "pile_set_name": "Github" }
<?php /** * Copyright 2014 Facebook, Inc. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to * use, copy, modify, and distribute this software in source code or binary * form for use in connection with the web services and APIs provided by * Facebook. * * As with any software that in...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * ALSA driver for AK4524 / AK4528 / AK4529 / AK4355 / AK4358 / AK4381 * AD and DA converters * * Copyright (c) 2000-2004 Jaroslav Kysela <perex@perex.cz>, * Takashi Iwai <tiwai@suse.de> */ #include <linux/io.h> #include <linux/delay.h> #include <linux/interr...
{ "pile_set_name": "Github" }
<?php /** * Autoloader definition for the Document component. * * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License * @version 1.3.1 * @filesource * @package Document */ return array( 'ezcDocumentException' ...
{ "pile_set_name": "Github" }
{ "mod": "biomesoplenty", "tree_scanners": [ { "type": "default", "trunk": "biomesoplenty:bamboo", "leaf": { "name": "biomesoplenty:leaves_0", "properties": { "variant": "bamboo" } }, ...
{ "pile_set_name": "Github" }
243f0fc5c4e586d1a3daa54c981b6f34e9ab1085
{ "pile_set_name": "Github" }
import contextlib import re import subprocess from pathlib import Path from typing import Iterator, TextIO ANSI_CONTROL = "\x1b\\[" ANSI_SUB_SEQ = re.compile( ANSI_CONTROL + r"(\d+[ABCDEFGJKSTm]|\d+;\d+[fH]|5i|4i|6n|s|u)" ) @contextlib.contextmanager def mod_file(path: Path) -> Iterator[TextIO]: """ Open...
{ "pile_set_name": "Github" }
#!/usr/bin/env python import argparse import urlparse import boto import sys parser = argparse.ArgumentParser(description="View or remove incomplete S3 multipart uploads", prog="s3-mp-cleanup") parser.add_argument("uri", type=str, help="The S3 URI to operate on") parser.add_argument("-c", "--cancel", help="Upl...
{ "pile_set_name": "Github" }
/* ***************************************************************************** * A.L.E (Arcade Learning Environment) * Copyright (c) 2009-2013 by Yavar Naddaf, Joel Veness, Marc G. Bellemare and * the Reinforcement Learning and Artificial Intelligence Laboratory * Released under the GNU General Public Lice...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2017 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundat...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////// ///@system 新一代交易所系统 ///@company 上海期货信息技术有限公司 ///@file ThostFtdcTraderApi.h ///@brief 定义了客户端接口 ///@history ///20060106 赵鸿昊 创建该文件 ///////////////////////////////////////////////////////////////////////// #if !defined(THOST_FTDCTRADERAPI_H) #defi...
{ "pile_set_name": "Github" }
/* Paraíso (dark) Created by Jan T. Sott (http://github.com/idleberg) Inspired by the art of Rubens LP (http://www.rubenslp.com.br) */ /* Paraíso Comment */ .hljs-comment, .hljs-title { color: #8d8687; } /* Paraíso Red */ .hljs-variable, .hljs-attribute, .hljs-tag, .hljs-regexp, .ruby .hljs-constant, .x...
{ "pile_set_name": "Github" }
\ @(#) c_struct.fth 98/01/26 1.2 \ STRUCTUREs are for interfacing with 'C' programs. \ Structures are created using :STRUCT and ;STRUCT \ \ This file must be loaded before loading any .J files. \ \ Author: Phil Burk \ Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom \ \ Permission to use, copy, modify, an...
{ "pile_set_name": "Github" }
%% DEMO 7: Algorithms 02. SART % % % In this demo the usage of the algorithms on the SART family among with % their options are presented. % % %-------------------------------------------------------------------------- %-------------------------------------------------------------------------- % This file...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework (http://framework.zend.com/) * * @link http://github.com/zendframework/zf2 for the canonical source repository * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
// jsobjtests.cpp - Tests for jsobj.{h,cpp} code // /** * Copyright (C) 2008 10gen Inc. * Copyright (C) 2013 Tokutek Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free S...
{ "pile_set_name": "Github" }
//***************************************************************************** // Copyright 2017-2020 Intel Corporation // // 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://w...
{ "pile_set_name": "Github" }
<?php /** * @copyright 2009-2020 Vanilla Forums Inc. * @license Proprietary */ namespace Vanilla\QnA\Models; use Vanilla\Forum\Search\CommentSearchType; /** * Search record type for a answer */ class AnswerSearchType extends CommentSearchType { /** * @inheritdoc */ public function getKey(): st...
{ "pile_set_name": "Github" }
Miscellaneous ############# .. _macro_notes: General notes regarding convenience macros ========================================== pybind11 provides a few convenience macros such as :func:`PYBIND11_DECLARE_HOLDER_TYPE` and ``PYBIND11_OVERLOAD_*``. Since these are "just" macros that are evaluated in the preprocessor ...
{ "pile_set_name": "Github" }
function(eth_apply TARGET REQUIRED) find_package (Cpuid QUIET) eth_show_dependency(CPUID Cpuid) if (CPUID_FOUND) target_include_directories(${TARGET} SYSTEM PUBLIC ${CPUID_INCLUDE_DIRS}) target_link_libraries(${TARGET} ${CPUID_LIBRARIES}) target_compile_definitions(${TARGET} PUBLIC ETH_CPUID) elseif (...
{ "pile_set_name": "Github" }
# # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source # file to this component. This file merely indirects to the real make file # that is shared by all the components of NT OS/2 # !INCLUDE $(NTMAKEENV)\makefile.def
{ "pile_set_name": "Github" }
<?php namespace Faker\Provider\pl_PL; class Address extends \Faker\Provider\Address { protected static $streetAddressFormats = array( '{{streetName}} {{buildingNumber}}' ); protected static $addressFormats = array( '{{streetAddress}}, {{postcode}} {{city}}', ); protected static $b...
{ "pile_set_name": "Github" }
--yul-optimizations is invalid if Yul optimizer is disabled
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerc...
{ "pile_set_name": "Github" }
/* * Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com * The software in this package is published under the terms of the CPAL v1.0 * license, a copy of which has been included with this distribution in the * LICENSE.txt file. */ package org.mule.runtime.module.license.api.exception; pub...
{ "pile_set_name": "Github" }
<?php /** * Pi Engine (http://piengine.org) * * @link http://code.piengine.org for the Pi Engine source repository * @copyright Copyright (c) Pi Engine http://piengine.org * @license http://piengine.org/license.txt BSD 3-Clause License */ namespace Module\System\Controller\Admin; use Mo...
{ "pile_set_name": "Github" }
ATR = 10 MA = 10 Sell_ATR_Multiplier = 0.5 BUY_ATR_Multiplier = 0.5
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> HTTP HTTP GET multi </keywords> </info> <reply> <data mode="text"> HTTP/1.1 404 Badness Date: Thu, 09 Nov 2010 14:49:00 GMT ETag: "21025-dc7-39462498" Content-Length: 6 Content-Type: text/html Funny-head: yesyes hejsan </data> <data1> HTTP/1.1 200 Fine Date: Thu, 09 Nov 2010 14:49:00 GMT ...
{ "pile_set_name": "Github" }
/** * 笔记列表 */ #noteAndEditor { position: absolute; bottom: 0; top: 0; right: 0; left: @leftNotebookWidth; } #noteList { position: absolute; bottom: 0; top: 0; width: @noteListWidth; border-right: 1px solid @noteListBorderColor; border-left: 1px solid @noteListBorderColor; z-index: 333; // 为...
{ "pile_set_name": "Github" }
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> * Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero> * Copyright (C) 2011-2016 Nostalrius <https://nostalrius.org> * Copyright (C) 2016-2017 Elysium Project <https://github.com/elysium-project> * * This program is free software; you can ...
{ "pile_set_name": "Github" }
// Copyright (C) 2014-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
Page({ data: { }, onLoad (option) { }, onShow() { }, next () { wx.navigateTo({ url: '/subPackages/packageA/pages/dog/index' }) } });
{ "pile_set_name": "Github" }
<?php defined('C5_EXECUTE') or die("Access Denied."); ?> <div class="form-group"> <?php if ($view->supportsLabel()) { ?> <label class="control-label" for="<?=$view->getControlID()?>"><?=$view->getLabel()?></label> <?php } ?> <?php if ($view->isRequired()) { ?> <span class="text-muted small...
{ "pile_set_name": "Github" }
// Copyright 2014 The ql 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 driver registers a QL sql/driver named "ql" and a memory driver named "ql-mem". See also [0], [1] and [3]. Usage A skeleton program using ql/drive...
{ "pile_set_name": "Github" }
using NUnit.Framework; using Rubberduck.CodeAnalysis.Inspections.Concrete; using Rubberduck.CodeAnalysis.QuickFixes; using Rubberduck.CodeAnalysis.QuickFixes.Concrete; using Rubberduck.Parsing.VBA; namespace RubberduckTests.QuickFixes { [TestFixture] public class ReplaceWhileWendWithDoWhileLoopQuickFixTests :...
{ "pile_set_name": "Github" }
var express = require('express'); var router = express.Router(); var Comment = require('../models/comment'); // POST comment router.post('/', function (req, res, next) { user = req.user; post = req.body; Comment.create(user, post, function (err, comment) { if (err) throw err; res.redirect('/event/' + ...
{ "pile_set_name": "Github" }
account-monitoring: coreCount: Core minutes failedTask: Failed task nodeStates: Node states taskStates: Task states currentNodeStates: Current node states notARM: Account monitoring is only enabled for ARM batch accounts aggregatedOver: Aggregated over {interval} interval
{ "pile_set_name": "Github" }
rendering renderAddOn: html html anchor url: '#'; " append a new row to the table " onClick: (html jQuery ajax script: [ :script | script add: ((script jQuery: 'table') append: [ :renderer | renderer tableRow: [ self renderRowEdit: CTReportItem new action: [ :item | self items add: item ]...
{ "pile_set_name": "Github" }
/** * 滚动渲染,以优化的方式渲染表格 * 计算规则: * top --> Space * --> visibleStart * --> renderSize * --> offsetSize * table --> visibleIndex * --> offsetSize * bottom --> Space */ const ScrollHandle = { reload () { return function (isReload) { return this.$nextTick().then(() =...
{ "pile_set_name": "Github" }
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. if(CMAKE_CXX_COMPILER_FORCED) # The compiler configuration was forced by the user. # Assume the user has configured all compiler information. set(CMAKE_CXX_COMPILE...
{ "pile_set_name": "Github" }
# # FolderChooser # FolderChooser.new.title=\u5efa\u7acb\u65b0\u76ee\u9304 FolderChooser.new.folderName=\u8f38\u5165\u65b0\u76ee\u9304\u540d\uff1a FolderChooser.delete.title=\u78ba\u8a8d\u522a\u9664\u76ee\u9304 FolderChooser.delete.header=\u60a8\u771f\u7684\u8981\u522a\u9664\u9078\u4e2d\u7684\u76ee\u9304\u55ce\uf...
{ "pile_set_name": "Github" }
;----------------------------------------------------------------- ; NCL User Guide Example: NUG_panel_plot.ncl ; ; KMF 30.10.14 ;----------------------------------------------------------------- load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl" load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl" ;-----...
{ "pile_set_name": "Github" }
using System; using System.Windows; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Reflection; using System.Threading.Tasks; using System.Windows.Controls; using log4net; usin...
{ "pile_set_name": "Github" }
# Contributing to shapefile ## Reporting issues Our issue tracker is hosted at GitHub: https://github.com/phpmyadmin/shapefile/issues Please search for existing issues before reporting new ones. ## Working with Git checkout The dependencies are managed by Composer, to get them all installed (or update on conseque...
{ "pile_set_name": "Github" }