text
stringlengths
2
99k
meta
dict
<StyleCopSettings Version="105"> <GlobalSettings> <StringProperty Name="MergeSettingsFiles">NoMerge</StringProperty> </GlobalSettings> <Analyzers> <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules"> <Rules> <Rule Name="PartialElementsMustBeDocumented"> <RuleSettings> ...
{ "pile_set_name": "Github" }
package org.yyx.netty.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.*; /** * 对象序列化工具 * <p> * create by 叶云轩 at 2018/3/3-下午1:43 * contact by tdg_yyx@foxmail.com */ public class ObjectSerializerUtils { /** * ObjectSerializerUtils 日志控制器 * Create by 叶云轩 at 2018/3/3 下午1:4...
{ "pile_set_name": "Github" }
require File.dirname(__FILE__) + "/../sample-app/sample_app" class AjaxTestEnvironment def run Thread.abort_on_exception = true @example_app = Thread.new { SampleApp.start("127.0.0.1", 4567) } poller = Selenium::WebDriver::SocketPoller.new("127.0.0.1", 4567, 60) unless poller.connected? raise "...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 The Android Open Source Project * * 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 app...
{ "pile_set_name": "Github" }
Type doesn't match prototype for parameter:2 on line 4 of input038.c
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
{ "pile_set_name": "Github" }
.TH SCITE 1 "2001 February 26" .SH NAME SciTE \- a programmers text editor .SH SYNOPSIS .br .B SciTE [file ..] .SH DESCRIPTION .B SciTE is a graphical GTK+ based editor. It has support for indenting, highlighting, and shortcuts in a myriad of languages and can be extended by editing object-oriented configuration files....
{ "pile_set_name": "Github" }
/* * Point-to-Point Tunneling Protocol for Linux * * Authors: Dmitry Kozlov <xeb@mail.ru> * * 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 * 2 of the License, or (at you...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2009 Christopher Schmidt 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) =========================================...
{ "pile_set_name": "Github" }
package com.bioxx.tfc.Blocks.Terrain; import net.minecraft.block.material.Material; import net.minecraft.util.IIcon; import com.bioxx.tfc.api.Constant.Global; public class BlockIgInCobble extends BlockCobble { public BlockIgInCobble(Material material) { super(material); names = Global.STONE_IGIN; ...
{ "pile_set_name": "Github" }
const PriceCheckEntry = require("./pricecheck-entry.js"); const CurrencyIcons = require("../../resource/icons/currencyIcons"); const BaseTypeIcons = require("../../resource/icons/baseTypeIcons"); const querystring = require("querystring"); const https = require("https"); class RareItemEntry extends PriceCheckEntry { ...
{ "pile_set_name": "Github" }
# 0.4.17 / 2017-04-22 * Updated typescript definition file to support Angular 2 AoT mode (#153 by @larssn) # 0.4.16 / 2017-04-22 * Added support for React Native (#150) * Changed iso8859-1 encoding to usine internal 'binary' encoding, as it's the same thing (#147 by @mscdex) * Fixed typo in Readme (#138 by @ji...
{ "pile_set_name": "Github" }
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="MoveUsings.cs" company="http://stylecop.codeplex.com"> // MS-PL // </copyright> // <license> // This source code is subject to terms and conditions of the Microsoft // Publ...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation \\/ M anipulation | -------------...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes 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, softw...
{ "pile_set_name": "Github" }
if (!Array.prototype.flat) { Object.defineProperty(Array.prototype, 'flat', { configurable: true, value: function flat () { var depth = isNaN(arguments[0]) ? 1 : Number(arguments[0]); return depth ? Array.prototype.reduce.call(this, function (acc, cur) { if (Array.isArray(cur)) { acc.push.apply(acc...
{ "pile_set_name": "Github" }
version: build-{build}.{branch} clone_folder: C:\gopath\src\github.com\pkg\errors shallow_clone: true # for startup speed environment: GOPATH: C:\gopath platform: - x64 # http://www.appveyor.com/docs/installed-software install: # some helpful output for debugging builds - go version - go env # pre-insta...
{ "pile_set_name": "Github" }
// // TAAbstractDotView.h // TAPageControl // // Created by Tanguy Aladenise on 2015-01-22. // Copyright (c) 2015 Tanguy Aladenise. All rights reserved. // #import <UIKit/UIKit.h> @interface TAAbstractDotView : UIView /** * A method call let view know which state appearance it should take. Active meaning it'...
{ "pile_set_name": "Github" }
%TITLE% KGLS 031118/0300 LEVEL HGHT TEMP DWPT WDIR WSPD ------------------------------------------------------------------- %RAW% 1007.00, 0.00, 23.13, 23.13, 165.83, 20.64 1004.50, 21.90, 24.24, 22.99, 166.97, 24.13 999.40, 66.60, ...
{ "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 unde...
{ "pile_set_name": "Github" }
# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git" inherit git-r3 else SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz" ...
{ "pile_set_name": "Github" }
[gd_resource type="AtlasTexture" load_steps=2 format=2] [ext_resource path="res://addons/Rakugo/emojis/atlas/16x16.png" type="Texture" id=1] [resource] flags = 7 atlas = ExtResource( 1 ) region = Rect2( 19, 343, 16, 16 )
{ "pile_set_name": "Github" }
--- blog: 'https://jetpack.com/blog' facebook: 'https://facebook.com/WordPresscom' logohandle: jetpack sort: jetpack title: Jetpack website: 'https://jetpack.com/' ---
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 35405fc9d817249958711883902db606 AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--- layout: api title: "v3.3.0 JavaScript Library: L.Class" categories: api version: v3.3.0 permalink: /api/v3.3.0/l-class/ --- <h2 id="class">Class</h2> <p><code>L.Class</code> powers the OOP facilities of Leaflet and is used to create almost all of the Leaflet classes documented here.</p> <p>In addition to implem...
{ "pile_set_name": "Github" }
package ceui.lisa.http; public class RequestMap { }
{ "pile_set_name": "Github" }
/* * JBox2D - A Java Port of Erin Catto's Box2D * * JBox2D homepage: http://jbox2d.sourceforge.net/ * Box2D homepage: http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of t...
{ "pile_set_name": "Github" }
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the hope...
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace Microsoft.DotNet.Configurer { public interface IFirstTimeUseNoticeSentinel : IDisposable { bool Exists()...
{ "pile_set_name": "Github" }
/* Copyright The containerd 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...
{ "pile_set_name": "Github" }
// Copyright (c) 2016 GeometryFactory SARL (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL$ // $Id$ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Andreas Fabri // // Warning: this file is generated, see include/CGAL/licence/README.m...
{ "pile_set_name": "Github" }
// Copyright 2014 Citra Emulator Project // Licensed under GPLv2 or any later version // Refer to the license.txt file included. #pragma once #include "video_core/regs_texturing.h" namespace Pica { /// Initialize Pica state void Init(); /// Shutdown Pica state void Shutdown(); } // namespace Pica
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http:...
{ "pile_set_name": "Github" }
// // server.hpp // fibio // // Created by Chen Xu on 14-3-13. // Copyright (c) 2014 0d0a.com. All rights reserved. // #ifndef fibio_http_server_server_hpp #define fibio_http_server_server_hpp #include <memory> #include <string> #include <functional> #include <system_error> #include <fibio/stream/iostream.hpp> #i...
{ "pile_set_name": "Github" }
/** * jQuery EasyUI 1.5 * * Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved. * * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php * To use it on other terms please contact us: info@jeasyui.com * */ (function($){ function _1(_2){ var _3=$.data(_2,"datetimebox"); var...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s // RUN: %clang_cc1 -std=c++11 -fcxx-exceptions -DCXX_EXCEPTIONS -fsyntax-only -verify %s template <class _Tp> struct is_nothrow_move_constructible { static const bool value = false; }; template <class _Tp> class allocator; template <> class allocator<char> {};...
{ "pile_set_name": "Github" }
<Application x:Class="MVVMBasicApp.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:MVVMBasicApp" Startup="Application_Startup"> <Application.Resources> ...
{ "pile_set_name": "Github" }
def exo1(): """ Implement the Newton algorithm. Display the evolution of $f(x^{(\ell)})$ and $\norm{x^{(\ell)}-x^{(+\infty)}}$ during the iterations. isplay """ niter = 10 x = [-1.5; 2.5] x = [1.7; 2.7] E = []; X = [] for i in 1: niter: X(: , end + 1) = x x = ...
{ "pile_set_name": "Github" }
<div class="form-group {{ $errors->has('created_at') ? 'has-error' : ''}}"> {!! Form::label('created_at', 'Created At', ['class' => 'col-md-4 control-label']) !!} <div class="col-md-6"> {!! Form::text('created_at', null, ('' == 'required') ? ['class' => 'form-control', 'required' => 'required'] : ['clas...
{ "pile_set_name": "Github" }
// PROJECT: Micro-Manager // SUBSYSTEM: MMCore // // COPYRIGHT: University of California, San Francisco, 2014, // All Rights reserved // // LICENSE: This file is distributed under the "Lesser GPL" (LGPL) license. // License text is included with the source distribution....
{ "pile_set_name": "Github" }
/* * Copyright 2016 Copyright 2016 Víctor Albertos * * 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 applicabl...
{ "pile_set_name": "Github" }
#main-text p.note { font-style: italic; } /* a, label, input { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } a { color: rgb(0, 102, 204); text-decoration: none; border-bottom: 1px solid rgba(0, 102, 204, .2); } a:visited { color: rgb(102, 102, 102); border-bottom: 1px solid rgba(102, 102, 102, .2); }...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f4xx_ll_dma2d.c * @author MCD Application Team * @brief DMA2D LL module driver. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIG...
{ "pile_set_name": "Github" }
/* * linux/drivers/video/clps711xfb.c * * Copyright (C) 2000-2001 Deep Blue Solutions Ltd. * * 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 2 of the License, or * (at y...
{ "pile_set_name": "Github" }
#ifndef TESTS_HPP_ #define TESTS_HPP_ void runAllTests(); #endif
{ "pile_set_name": "Github" }
/* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") * * 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 https://mozilla.org/MPL/2.0/. * * See the COPYRIGHT file distributed with this w...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" android:accountType="@string/sync_account_type" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:smallIcon="@mipmap/ic_launcher" />
{ "pile_set_name": "Github" }
[crowdin.project] projectid = "ext-SpecialDiscussions" product_person = "cristina" format = "mediawiki" source.file = "SpecialDiscussions.i18n.php"
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Web.Http.Controllers; using System.Collections.ObjectModel; using System.Net.Http; using System.Web.Http; using System.Web.Http.Filters; using Abp.Collections.Extensions; using Abp.Reflection; using Abp.Web; using Abp.WebApi.Configuration; using Abp.Extension...
{ "pile_set_name": "Github" }
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class EXPRUSERLOGOP : EXPR { public EXPR TrueFalseCall; public EXPRCALL OperatorCall; public EXPR FirstOperandToExamine; } }
{ "pile_set_name": "Github" }
// Vigil // // Microservices Status Page // Copyright: 2018, Valerian Saliou <valerian@valeriansaliou.name> // License: Mozilla Public License v2.0 (MPL v2.0) use std::iter::FromIterator; use std::thread; use std::time::{Duration, SystemTime}; use time; use crate::notifier::generic::Notification; use crate::prober::m...
{ "pile_set_name": "Github" }
CREATE TABLE subjectId ( id int not null, feature int not null, PRIMARY KEY(id) );
{ "pile_set_name": "Github" }
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO. // You may push code into the target .java compilation unit if you wish to edit any member(s). package nl.bzk.brp.model.data.lev; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import nl...
{ "pile_set_name": "Github" }
fun main() { SOLAR_MASS = 4.0 * PI * PI; let n = argv(0).toInt32().unwrap(); let bodies = NBodySystem(); var i = 0; println(bodies.energy().toString()); while i < n { bodies.advance(0.01); i = i + 1; } println(bodies.energy().toString()); } class NBodySystem { let...
{ "pile_set_name": "Github" }
// // ofxGrtSettings.h // // Created by luca lolli on 11/08/2016. // Updated: nickgillian: 26/09/2016 // #include "ofxGrtSettings.h" //We need to declare our static non-const variable after being definid in the header std::shared_ptr<ofxGrtSettings::variables> ofxGrtSettings::mVariables; ofTrueTypeFont ofxGrtSettin...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # ampligraph documentation build configuration file, created by # sphinx-quickstart on Tue Oct 17 14:10:15 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this #...
{ "pile_set_name": "Github" }
@import './citation';
{ "pile_set_name": "Github" }
# Advanced F2PY usages ## Adding self-written functions to F2PY generated modules Self-written Python C/API functions can be defined inside signature files using ``usercode`` and ``pymethoddef`` statements (they must be used inside the ``python module`` block). For example, the following signature file ``spam.pyf`` ...
{ "pile_set_name": "Github" }
items { 0 1 3 1 1 string3 NO 0 1 2 5 1 2 string6 NO 0 }
{ "pile_set_name": "Github" }
import sys from typing import Any, Callable, Dict, List, NamedTuple, Optional, Text, Tuple class Event(NamedTuple): time: float priority: Any action: Callable[..., Any] argument: Tuple[Any, ...] kwargs: Dict[Text, Any] class scheduler: if sys.version_info >= (3, 3): def __init__(self, ...
{ "pile_set_name": "Github" }
# Super Grub Disk - enablelvm.cfg # Copyright (C) 2009,2010,2011,2012,2013,2014,2015 Adrian Gibanel Lopez. # # Super Grub Disk 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, ...
{ "pile_set_name": "Github" }
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.cpython; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.cpython.global.python.*; @Properties(inherit = org.b...
{ "pile_set_name": "Github" }
editArea.add_lang("de",{ charmap_but: "Sonderzeichen", charmap_title: "Sonderzeichen", charmap_choose_block: "Bereich ausw&auml;hlen", charmap_insert: "dieses Zeichen einf&uuml;gen" });
{ "pile_set_name": "Github" }
(* This file is part of the ocaml-vdom package, released under the terms of an MIT-like license. *) (* See the attached LICENSE file. *) (* Copyright 2016 by LexiFi. *) module...
{ "pile_set_name": "Github" }
/* * Translated default messages for the jQuery validation plugin. * Locale: SI (Slovenian) */ (function ($) { $.extend($.validator.messages, { required: "To polje je obvezno.", remote: "Vpis v tem polju ni v pravi obliki.", email: "Prosimo, vnesite pravi email naslov.", url: "Prosimo, vnesite pravi URL.", ...
{ "pile_set_name": "Github" }
StartChar: m.sc Encoding: 1114680 -1 1679 GlifName: m.sc Width: 707 VWidth: 0 Flags: HMW AnchorPoint: "cedilla" 561 8 basechar 0 AnchorPoint: "below_accent" 342 -99 basechar 0 AnchorPoint: "top_accent" 345 615 basechar 0 LayerCount: 3 Fore SplineSet 578 388 m 0 578 267 580 187 586 73 c 0 588 42 608 32 643 25 c 0 654...
{ "pile_set_name": "Github" }
// Copyright 2019 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 cache import ( "context" "fmt" "go/scanner" "go/token" "go/types" "regexp" "strconv" "strings" "golang.org/x/tools/go/analysis" "golang.org/...
{ "pile_set_name": "Github" }
/* * Copyright 2014 - 2020 Michael Rapp * * 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...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | --------...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # # Required Modules # - beautifulsoup4 # - html5lib # - requests # import sys import os import re import logging import multiprocessing import requests from bs4 import BeautifulSoup import unicodedata from debug import Debug from apkhelper import ApkVersionInfo from reporthelper import Repor...
{ "pile_set_name": "Github" }
// // optional.hpp // blocksci_interface // // Created by Harry Kalodner on 11/1/18. // #ifndef generic_proxy_optional_hpp #define generic_proxy_optional_hpp #include "python_fwd.hpp" #include <pybind11/pybind11.h> void addOptionalProxyMethods(pybind11::class_<OptionalProxy, RangeProxy> &cl, pybind11::module &m...
{ "pile_set_name": "Github" }
File: localTypeAliasConstructor.kt - 1fa1b861e3caf79f40a3bcdb27a72ebe NL("\n") NL("\n") packageHeader importList topLevelObject declaration classDeclaration CLASS("class") simpleIdentifier Identifier("Cell") typeParameters LANGLE("<") typeParamet...
{ "pile_set_name": "Github" }
.TH PCRE_FREE_SUBSTRING 3 .SH NAME PCRE - Perl-compatible regular expressions .SH SYNOPSIS .rs .sp .B #include <pcre.h> .PP .SM .B void pcre_free_substring(const char *\fIstringptr\fP); . .SH DESCRIPTION .rs .sp This is a convenience function for freeing the store obtained by a previous call to \fBpcre_get_substring()\...
{ "pile_set_name": "Github" }
#!/bin/sh ## ## Copyright (c) 2014 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 c...
{ "pile_set_name": "Github" }
- BeanFactory : Spring框架的核心,实现了许多核心功能 - ApplicationContext 是Context模块的核心接口
{ "pile_set_name": "Github" }
/* * Copyright (c) 1994, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol ATAssetLinkControllerObserver <NSObject> @required - (void)assetLinkController:(ATAssetLinkController *)arg1 didFinishAsset:(ATAsset *)arg2; - (void)assetLinkController:(ATAssetLinkController *)arg1 didUpdateAsset:(ATAsset *)arg2; @optional - (void)assetLinkController:...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="iso-8859-1"?> <!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"> <head> <title>Docs For Class Swift_StreamFilters_StringReplacementFilterFactory</title> ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. 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,...
{ "pile_set_name": "Github" }
/* Copyright 2020 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" }
package com.baiyi.opscloud.common.exception; import org.apache.commons.lang3.StringUtils; /** * @Author baiyi * @Date 2020/4/19 12:20 下午 * @Version 1.0 */ public enum BusinessErrorCodeEnum implements ErrorCode{ UNSPECIFIED("500", "网络异常,请稍后再试"); /** 错误码 */ private final String code; /** 描述 */ ...
{ "pile_set_name": "Github" }
// // cs-tokenizer.cs: The Tokenizer for the C# compiler // This also implements the preprocessor // // Author: Miguel de Icaza (miguel@gnu.org) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // // Copyright 2001, 2002 Ximian, Inc (...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
{ "pile_set_name": "Github" }
var apply = require('./_apply'), baseRest = require('./_baseRest'), customDefaultsMerge = require('./_customDefaultsMerge'), mergeWith = require('./mergeWith'); /** * This method is like `_.defaults` except that it recursively assigns * default properties. * * **Note:** This method mutates `object`. *...
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 # Test if the snapshot data is actually compressed. import sys import os sys.path.append(os.getenv('TSTSRCDIR')) from hot_snapshot import test_snapshot test_snapshot('.lz4', b'\x04\x22\x4D\x18')
{ "pile_set_name": "Github" }
// // AppDelegate.h // WizardWar // // Created by Sean Hess on 5/17/13. // Copyright The LAB 2013. All rights reserved. // #import <UIKit/UIKit.h> //#import "cocos2d.h" @interface AppDelegate : NSObject <UIApplicationDelegate> @property (strong, nonatomic) UIWindow * window; @end
{ "pile_set_name": "Github" }
import PropTypes from 'prop-types'; import React from 'react'; import { Defs, G, LinearGradient, Path, Stop } from 'react-native-svg'; import Svg from '../Svg'; import { colors } from '@rainbow-me/styles'; const PasscodeIcon = ({ color, size, ...props }) => ( <Svg height={size || 24} viewBox="0 0 18 24" ...
{ "pile_set_name": "Github" }
-- Ensure you've run SalesOrdersStructure.sql -- and SalesOrdersData.sql in the Sample Databases folder -- in order to run this example. USE SalesOrdersSample; GO -- Listing 2.11 Sample query SQL SELECT EmployeeID, EmpFirstName, EmpLastName FROM Employees WHERE EmpState = 'WA' AND EmpCity LIKE '%ELLE%';
{ "pile_set_name": "Github" }
package qunar.tc.qconfig.client.spring; import com.google.common.base.Strings; import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.ListenableFuture; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeansException; import org.spring...
{ "pile_set_name": "Github" }
[Rank] S. Margaritae Mariae Alaquoque Virginis;;Duplex;;3;;vide C6 [Rule] vide C6 Gloria [Comment] # 17 X – Św. Małgorzaty Marii Alacoque, Dziewicy ! 3 klasy ! Szaty białe Św. Małgorzata Maria urodziła się w Burgundii w 1647 roku. Mając 24 lata wstąpiła do klasztoru Sióstr Wizytek w Paray-le-Monial. W szeregu objawie...
{ "pile_set_name": "Github" }
(defpackage #:ultralisp/models/check (:use #:cl) (:import-from #:ultralisp/models/project #:get-name #:project) (:import-from #:mito #:retrieve-by-sql #:includes #:count-dao #:save-dao #:select-dao ...
{ "pile_set_name": "Github" }
// Copyright (c) Lawrence Livermore National Security, LLC and other VisIt // Project developers. See the top-level LICENSE file for dates and other // details. No copyright assignment is required to contribute to VisIt. // ************************************************************************* // // ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\EventListener; use Symfony\Component\Event...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <MessageTemplate> <To>{{ NewsLetterSubscription.Email }}</To> <Subject>{{ Campaign.Subject }}</Subject> <ModelTypes>NewsletterSubscription, Campaign</ModelTypes> <Body><![CDATA[{% extends 'master' %} {% block 'body' %} {{ Campaign.Body }} {% endblock %}]]></Body> </MessageTem...
{ "pile_set_name": "Github" }
/* * Software License Agreement (BSD License) * * Copyright (c) 2011-2014, Willow Garage, Inc. * Copyright (c) 2014-2016, Open Source Robotics Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
{ "pile_set_name": "Github" }
V ==K Pair ( Pair ( 1 , Wrapper ( 2 , .Bottoms ) , .Bottoms ) , Pair ( 3 , 4 , .Bottoms ) , .Bottoms )
{ "pile_set_name": "Github" }
package com.yaoyumeng.v2ex2.utils; import android.content.Context; import android.view.View; import android.view.inputmethod.InputMethodManager; /** * Created by yw on 2015/5/9. */ public class InputUtils { public static void popSoftkeyboard(Context ctx, View view, boolean wantPop) { InputMethodManager ...
{ "pile_set_name": "Github" }
#include <functional> #include "depth_market.h" #include "base_strategy.h" extern std::function<void(const QString&, int, double, int)> buyLimit; extern std::function<void(const QString&, int, double, int)> sellLimit; BaseStrategy::BaseStrategy(DepthMarketCollection *pDMC) : pDepthMarkets(pDMC) { // } BaseS...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // A QuicSession, which demuxes a single connection to individual streams. #ifndef NET_QUIC_QUIC_SESSION_H_ #define NET_QUIC_QUIC_SESSION_H_ #incl...
{ "pile_set_name": "Github" }
/* * Copyright 2018-20 IBM 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
{ "pile_set_name": "Github" }