text
stringlengths
2
99.9k
meta
dict
# compiler flags string(APPEND CMAKE_CXX_FLAGS_INIT " /D_UNICODE /DUNICODE /MP /DWIN32 /D_WINDOWS /W3 /GR /Zi /EHsc /DTARGET_WINDOWS") string(APPEND CMAKE_CXX_FLAGS_INIT " /DWINAPI_FAMILY=2 /DTARGET_WINDOWS_STORE /D_WINSOCK_DEPRECATED_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE") string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT " ...
{ "pile_set_name": "Github" }
{"data": [{"title": "Paris_France", "paragraphs": [ {"context": "Paris is the largest city in France with over 2 million inhabitants. It is the capital of France.", "qas": [ {"answers": [{"answer_start": 1, "text": "Paris"}, {"answer_start": 1, "text": "Paris"}], "question": "What is the capital of France?"...
{ "pile_set_name": "Github" }
$:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "writefully/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "writefully" s.version = Writefully::VERSION s.authors = ["Zack Siri"] s.email = ["zack@artel...
{ "pile_set_name": "Github" }
--TEST-- Test open_basedir configuration --SKIPIF-- <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip Windows only variation'); } ?> --INI-- open_basedir=. --FILE-- <?php require_once "open_basedir.inc"; $initdir = getcwd(); test_open_basedir_before("mkdir"); var_dump(mkdir("../bad/blah")); var_dump(mkdir("../b...
{ "pile_set_name": "Github" }
<?php /** * @file * short_scale_formatter.module */ /** * Implements hook_theme(). */ function short_scale_formatter_theme($existing, $type, $theme, $path) { return array( 'short_scale_number' => array( 'variables' => array( 'wrapper_element' => NULL, 'wrapper_title_text' => NULL, ...
{ "pile_set_name": "Github" }
-- phpMyAdmin SQL Dump -- version 4.1.14 -- http://www.phpmyadmin.net -- -- Host: 127.0.0.1 -- Generation Time: 2019-03-26 06:17:04 -- 服务器版本: 5.6.17 -- PHP Version: 5.5.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET ...
{ "pile_set_name": "Github" }
document.addEventListener('DOMContentLoaded', function (event) { var button = document.querySelector('.animate-slide'), closeButton = document.querySelector('.animation-container__close'), radios = document.getElementsByName('animation'), animationTypeSpan = document.querySelectorAll('[data-animation-type]'), ...
{ "pile_set_name": "Github" }
// +build arm,linux // Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_linux.go package unix const ( sizeofPtr = 0x4 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x4 sizeofLongLong = 0x8 PathMax = 0x1000 ) type ( _C_short int16 _C_int int32 _C_long int32 _...
{ "pile_set_name": "Github" }
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Game.Rulesets.Judgements; using osu.Game.Rulesets.Objects; namespace osu.Game.Rulesets.Taiko.Objects { public class BarLine : TaikoHitObject, IBar...
{ "pile_set_name": "Github" }
import React, { Component } from "react"; const withData = WrappedComponent => { return class extends Component { constructor(props) { super(props); this.state = { data: [] }; } componentDidMount() { fetch(this.props.api) .then(res => res.json()) .then(data...
{ "pile_set_name": "Github" }
@echo off REM --------------------------------------------------------------------------- REM Copyright 2017 WSO2, Inc. http://www.wso2.org REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of...
{ "pile_set_name": "Github" }
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under t...
{ "pile_set_name": "Github" }
# /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.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) # */ # # /* Revised by Paul Mensonides (2002) */ # # /* See http://www.boost...
{ "pile_set_name": "Github" }
I setup health checking. When I fail some hosts, Envoy starts routing to all of them again. Why? ================================================================================================ This feature is known as the load balancer :ref:`panic threshold <arch_overview_load_balancing_panic_threshold>`. It is used ...
{ "pile_set_name": "Github" }
procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc. Copyright 2014-2015 The Prometheus Authors This product includes software developed at SoundCloud Ltd. (http://soundcloud.com/).
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 10e39dc960b53f249aad7de61bcd1323 timeCreated: 1503396677 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
." Copyright (c) 1997, 2011, 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 Sof...
{ "pile_set_name": "Github" }
/* * WARNING: do not edit! * Generated by Makefile from include/openssl/opensslconf.h.in * * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Script to start any CustomPiOS raspbian image from qemu # Usage: qemu_boot.sh </path/to/zip/with/img/file.zip> set -x DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ZIP_IMG=$1 DEST=/tmp source ${DIR}/common.sh IMG_NAME=$(unzip -Z "${ZIP_IMG}" | head -n 3 | tail -n 1 | awk '{ print $9 }'...
{ "pile_set_name": "Github" }
木更津友里最新番号 【RD-429】この熟女いやらしい!麗しの美熟女11人 SEXに餓えた女たちの禁断の悦び 淫汁タレ流し4時間 【RD-343】この熟女いやらしい!お願い、もう戻れないの 身も心も溶かして! 【HEDV-104】若奥さまは犯されたい 7</a>2009-09-18クリスタル映像$$$HERMES121分钟
{ "pile_set_name": "Github" }
require "unit/whitehall/authority/authority_test_helper" require "ostruct" class WorldEditorFatalityNoticeTest < ActiveSupport::TestCase def fatality_world_editor(world_locations, id = 1) o = OpenStruct.new(id: id, handles_fatalities?: true) OpenStruct.new( id: id, gds_editor?: false, depar...
{ "pile_set_name": "Github" }
namespace WebApplication.Services { using System; public class DateTimeService : IDateTimeService { public DateTime GetTime() => DateTime.UtcNow; } }
{ "pile_set_name": "Github" }
/* * Cirrus Logic CLPS711X CLK driver * * Copyright (C) 2014 Alexander Shiyan <shc_work@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 *...
{ "pile_set_name": "Github" }
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv45debug29.3.dtd" > <PATCH nodename="C:\Users\joreg\dev\repos\vvvv\public\vvvv45\lib\nodes\native\ShellExecute (Windows) help.v4p"> <BOUNDS height="7050" left="1065" top="1425" type="Window" width="4125"> </BOUNDS> <NODE id="6" nodename="ShellExecute ...
{ "pile_set_name": "Github" }
// Code generated by sdkgen. DO NOT EDIT. //nolint package containerregistry import ( "context" "google.golang.org/grpc" containerregistry "github.com/yandex-cloud/go-genproto/yandex/cloud/containerregistry/v1" "github.com/yandex-cloud/go-genproto/yandex/cloud/operation" ) //revive:disable // LifecyclePolicyS...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Gradle: junit:junit:4.12@jar"> <CLASSES> <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> <root url="jar://$USER_HOM...
{ "pile_set_name": "Github" }
/* Miscellaneous definitions for VIA chipsets Currently used only by drivers/parport/parport_pc.c */ /* Values for SuperIO function select configuration register */ #define VIA_FUNCTION_PARPORT_SPP 0x00 #define VIA_FUNCTION_PARPORT_ECP 0x01 #define VIA_FUNCTION_PARPORT_EPP 0x02 #define VIA_FUNCTION_PARP...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: aff9190e7c4f0f2418d0b551cdfac094 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://jboss.org/schema/cdi/beans_1_0.xsd"> </beans>
{ "pile_set_name": "Github" }
#!/bin/bash #kill all running tasks /var/www/sync/stopall #start video 03 /usr/bin/omxplayer-sync -mu -o both /media/internal/video/03* > /dev/null 2>&1 & echo $! &
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 The Android Open Source Project * * 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, *...
{ "pile_set_name": "Github" }
/* * * WordPres版微信小程序 * author: NiZerin * organization: 泽林博客 www.iacblog.com * github: https://github.com/CrazyNing98/WeChatMiniProgram-Blog * 技术支持微信号:NINGCZ19980501 * 开源协议:MIT * Copyright (c) 2017 https://www.iacblog.com/ All rights reserved. * */ var Api = require('../../utils/api.js'); var util = req...
{ "pile_set_name": "Github" }
angular.module('plunker', []) .factory('plunkGenerator', function ($document) { return function (ngVersion, bsVersion, version, module, content) { var form = angular.element('<form style="display: none;" method="post" action="http://plnkr.co/edit/?p=preview" target="_blank"></form>'); var addField ...
{ "pile_set_name": "Github" }
<?php /* * @copyright 2014 Mautic Contributors. All rights reserved * @author Mautic * * @link http://mautic.org * * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ namespace Mautic\PageBundle\EventListener; use Mautic\CoreBundle\EventListener\ChannelTrait; use Mautic\LeadBund...
{ "pile_set_name": "Github" }
/* * Cryptographic API. * * Support for VIA PadLock hardware crypto engine. * * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> * */ #include <crypto/algapi.h> #include <crypto/aes.h> #include <crypto/padlock.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> #include <linux/errn...
{ "pile_set_name": "Github" }
class EmbiggenObsFieldValue < ActiveRecord::Migration def up change_column :observation_fields, :allowed_values, :string, :limit => 512 end def down change_column :observation_fields, :allowed_values, :string, :limit => 256 end end
{ "pile_set_name": "Github" }
{ "tag": "body", "children": [ { "tag": "div", "children": [ { "tag": "div", "children": [ { "size": [ 80, 2...
{ "pile_set_name": "Github" }
# Copyright 2011-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/systemd/systemd.git" inherit git-r3 else if [[ ${PV} == *.* ]]; then MY_PN=systemd-stable else MY_PN=systemd fi MY_PV=${PV/_/-} MY_P=...
{ "pile_set_name": "Github" }
--csv-at-analysis csv_output.csv --csv-stable
{ "pile_set_name": "Github" }
<?php /** * Passbolt ~ Open source password manager for teams * Copyright (c) Passbolt SA (https://www.passbolt.com) * * Licensed under GNU Affero General Public License version 3 of the or any later version. * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must ...
{ "pile_set_name": "Github" }
/** * @license * Copyright The Closure Library Authors. * SPDX-License-Identifier: Apache-2.0 */ /** @fileoverview Unit Test for the unsafe API of the HTML Sanitizer. */ goog.module('goog.html.UnsafeTest'); goog.setTestOnly(); const AttributeWhitelist = goog.require('goog.html.sanitizer.AttributeWhitelist'); con...
{ "pile_set_name": "Github" }
<?php /** * @file user-profile-item.tpl.php * Default theme implementation to present profile items (values from user * account profile fields or modules). * * This template is used to loop through and render each field configured * for the user's account. It can also be the data from modules. The output is * g...
{ "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-2013 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ namespace ...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4...
{ "pile_set_name": "Github" }
# # Dockerfile to build miaoski/moedict_amis # FROM ubuntu:14.04 MAINTAINER miaoski ENV DEBIAN_FRONTEND noninteractive # Pick a Ubuntu apt mirror site for better speed # ref: https://launchpad.net/ubuntu/+archivemirrors # # For developers to build this image in Taiwan, # please consider to use one of these mirrors: ...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ; RUN: opt -S -instcombine < %s | FileCheck %s define float @exact_inverse(float %x) { ; CHECK-LABEL: @exact_inverse( ; CHECK-NEXT: [[DIV:%.*]] = fmul float [[X:%.*]], 1.250000e-01 ; CHECK-NEXT: ret float [[DIV]] ; %div = fdiv float %x, ...
{ "pile_set_name": "Github" }
<section> <div class="container"> <h1>{$LANG.domainautorenewstatus}</h1> {if $save} <div class="alert alert-success alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> {$LANG.changessavedsuccessfully} </div> {/if} <p>{$LANG.domainauto...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ...
{ "pile_set_name": "Github" }
# IO.Swagger.Api.UserApi All URIs are relative to *http://petstore.swagger.io:80/v2* Method | HTTP request | Description ------------- | ------------- | ------------- [**CreateUser**](UserApi.md#createuser) | **POST** /user | Create user [**CreateUsersWithArrayInput**](UserApi.md#createuserswitharrayinput) | **POST**...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example28-debug</title> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body ng-app="FilterInControllerModule"> <div ng-controller="FilterController as ctrl"> <div> A...
{ "pile_set_name": "Github" }
using Util.Ui.Builders; namespace Util.Ui.Zorro.Forms.Builders { /// <summary> /// NgZorro文本框包装器生成器 /// </summary> public class TextBoxWrapperBuilder : TagBuilder { /// <summary> /// 初始化NgZorro文本框包装器生成器 /// </summary> public TextBoxWrapperBuilder() : base( "x-textbox" )...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: cee75051bd22b8b48a7218d4a48f60a6 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestR...
{ "pile_set_name": "Github" }
test111
{ "pile_set_name": "Github" }
EXTRA_DIST = \ LICENSE noinst_LTLIBRARIES = libipcrypt.la libipcrypt_la_SOURCES = \ ipcrypt.c \ ipcrypt.h
{ "pile_set_name": "Github" }
//= link_tree ../images //= link_directory ../javascripts .js //= link_directory ../stylesheets .css //= link sail_manifest.js
{ "pile_set_name": "Github" }
documentation_complete: true prodtype: fedora,rhcos4,ol7,ol8,rhel7,rhel8,rhv4 title: 'Disable debug-shell SystemD Service' description: |- SystemD's <tt>debug-shell</tt> service is intended to diagnose SystemD related boot issues with various <tt>systemctl</tt> commands. Once enabled and following a syst...
{ "pile_set_name": "Github" }
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be...
{ "pile_set_name": "Github" }
With either growing number of issues or introduction of more complex reducers, the performance starts going down significantly. Solution: enable parallel reduction of issues Since issues are independent trees of records, there's not much reason to process each issue sequentially. As a part of this solution, we neede...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien.potencier@symfony-project.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Acl\Model; /** * This int...
{ "pile_set_name": "Github" }
'use strict'; // // Sales chart // var SalesChart = (function() { // Variables var $chart = $('#chart-sales-dark'); // Methods function init($chart) { var salesChart = new Chart($chart, { type: 'line', options: { scales: { yAxes: [{ gridLines: { ...
{ "pile_set_name": "Github" }
<mjml> <mj-body background-color="#fff"> <mj-section> <mj-column> <mj-image width="100px" src="{{host}}/assets/images/logos/logo_Gauzy.svg" ></mj-image> <mj-divider border-color="#1B005D" border-width="1px" ></mj-divider> <mj-text font-size="20px" font-family="helvetica" ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * You m...
{ "pile_set_name": "Github" }
AUI() .use('aui-base','aui-delayed-task', 'liferay-poller', function(A) { Liferay.namespace('BladePoller'); Liferay.BladePoller.Manager = { init: function() { var instance = this; instance._portletId = A.one("#pollerPortletId").val(); instance._bladePollerContainer = A.one('#bladePollerContainer...
{ "pile_set_name": "Github" }
/* * RedGL - MIT License * Copyright (c) 2018 - 2019 By RedCamel(webseon@gmail.com) * https://github.com/redcamel/RedGL2/blob/dev/LICENSE * Last modification time of this file - 2019.6.20 11:36 */ "use strict"; var RedPostEffect_Threshold; (function () { var vSource, fSource; var PROGRAM_NAME = 'RedPostEffectTh...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_opt.xsd"> <SchemaVersion>1.0</SchemaVersion> <Header>### uVision Project, (C) Keil Software</Header> <Extensions> <cExt>*.c</cExt> <aExt>*.s*;...
{ "pile_set_name": "Github" }
package fasthttp import ( "bufio" "bytes" "errors" "fmt" "io" "mime/multipart" "os" "sync" "github.com/valyala/bytebufferpool" ) // Request represents HTTP request. // // It is forbidden copying Request instances. Create new instances // and use CopyTo instead. // // Request instance MUST NOT be used from c...
{ "pile_set_name": "Github" }
// generated by stringer -output vt_string.go -type VT; DO NOT EDIT package ole import "fmt" const ( _VT_name_0 = "VT_EMPTYVT_NULLVT_I2VT_I4VT_R4VT_R8VT_CYVT_DATEVT_BSTRVT_DISPATCHVT_ERRORVT_BOOLVT_VARIANTVT_UNKNOWNVT_DECIMAL" _VT_name_1 = "VT_I1VT_UI1VT_UI2VT_UI4VT_I8VT_UI8VT_INTVT_UINTVT_VOIDVT_HRESULTVT_PTRVT_S...
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'singleton' class ActivityPub::TagManager include Singleton include RoutingHelper CONTEXT = 'https://www.w3.org/ns/activitystreams' COLLECTIONS = { public: 'https://www.w3.org/ns/activitystreams#Public', }.freeze def url_for(target) return target.url if tar...
{ "pile_set_name": "Github" }
<?php /** * ProcessWire Fuel * * Fuel maintains a single instance each of multiple objects used throughout the application. * The objects contained in fuel provide access to the ProcessWire API. For instance, $pages, * $users, $fields, and so on. The fuel is required to keep the system running, so to speak. * ...
{ "pile_set_name": "Github" }
#ifndef __PERF_QUOTE_H #define __PERF_QUOTE_H #include <stddef.h> #include <stdio.h> /* Help to copy the thing properly quoted for the shell safety. * any single quote is replaced with '\'', any exclamation point * is replaced with '\!', and the whole thing is enclosed in a * single quote pair. * * For example, ...
{ "pile_set_name": "Github" }
--- Description: Gives an overview of the changes to the Windows Parental Controls introduced in Windows 7. ms.assetid: 5723fddd-52e2-46a1-a48f-647d479b21d9 title: Whats New in Windows 7 Parental Controls ms.topic: article ms.date: 05/31/2018 --- # What's New in Windows 7 Parental Controls ## Overview of Parental Con...
{ "pile_set_name": "Github" }
{ "name": "torrentz", "displayName": "Torrentz.eu Search", "examples": ["search torrentz for godzilla", "torrentz batman"], "creator_name": "arnomoonens", "creator_url": "https://github.com/arnomoonens", "categories": ["Media", "Search"] }
{ "pile_set_name": "Github" }
/*************************************************************************** * ROM Properties Page shell extension. (libromdata) * * xbox360_xdbf_structs.h: Microsoft Xbox 360 game resource structures. * * * * Copyright...
{ "pile_set_name": "Github" }
/* * Copyright 2017 LINE Corporation * * LINE Corporation licenses this file to you 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: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
{ "pile_set_name": "Github" }
var baseUnset = require('./_baseUnset'); /** * Removes the property at `path` of `object`. * * **Note:** This method mutates `object`. * * @static * @memberOf _ * @since 4.0.0 * @category Object * @param {Object} object The object to modify. * @param {Array|string} path The path of the property to unset. * ...
{ "pile_set_name": "Github" }
#ifndef ASSEMBLY_DBG_H #define ASSEMBLY_DBG_H 1 #include "config.h" #include "Assembly/Options.h" #include "Common/Log.h" #include "Common/MemoryUtil.h" #include "Common/Options.h" #include "Common/StringUtil.h" // for toSI #include "Common/Timer.h" #include "Graph/Properties.h" #include <boost/graph/graph_traits.hpp...
{ "pile_set_name": "Github" }
local T, C, L, _ = unpack(select(2, ...)) if not T.classic or C.reminder.raid_buffs_enable ~= true then return end ---------------------------------------------------------------------------------------- -- Raid buffs on player(by Elv22) ---------------------------------------------------------------------------------...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> * Released under the terms of the GNU GPL v2.0. */ #ifndef LKC_H #define LKC_H #include "expr.h" #ifndef KBUILD_NO_NLS # include <libintl.h> #else static inline const char *gettext(const char *txt) { return txt; } static inline void textdomain(const cha...
{ "pile_set_name": "Github" }
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AddBrewMethodsIcon extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('brew_methods', f...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2007, 2011, 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" }
// Copyright 2016 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 bpf import ( "errors" "fmt" ) // A VM is an emulated BPF virtual machine. type VM struct { filter []Instruction } // NewVM returns a new VM using ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 LINE Corporation. All rights Reserved. * LINE Corporation PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.linecorp.clay.view.transform import android.graphics.Matrix import android.graphics.PointF import android.graphics.RectF import com.linecorp.clay.graphic.calcu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="KotlinCommonCompilerArguments"> <option name="languageVersion" value="1.1" /> <option name="apiVersion" value="1.1" /> </component> </project>
{ "pile_set_name": "Github" }
unity-tweak-tool (0.0.7ubuntu4) artful; urgency=medium * Actually remove unity-webapps-common from the deps. -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 24 Aug 2017 14:15:21 -0700 unity-tweak-tool (0.0.7ubuntu3) artful; urgency=medium * Drop unity-webapps-common, which is being removed from artful. ...
{ "pile_set_name": "Github" }
// Add some local palette classes so you can do -bg-warning -text-warning etc. Even -bg-1 if you want to paint by numbers. @mixin palette-variant($color-name, $color-value) { $text-color: color-yiq($color-value); $link-color: mix($blue, $text-color, lightness($color-value)); $link-hover-color: rgba($lin...
{ "pile_set_name": "Github" }
$.validator.addMethod( "time", function( value, element ) { return this.optional( element ) || /^([01]\d|2[0-3]|[0-9])(:[0-5]\d){1,2}$/.test( value ); }, "Please enter a valid time, between 00:00 and 23:59" );
{ "pile_set_name": "Github" }
#include "z_en_rl.h" #define ROOM 0x00 #define FLAGS 0x00000010 void EnRl_Init(EnRl* this, GlobalContext* globalCtx); void EnRl_Destroy(EnRl* this, GlobalContext* globalCtx); void EnRl_Update(EnRl* this, GlobalContext* globalCtx); void EnRl_Draw(EnRl* this, GlobalContext* globalCtx); /* const ActorInit En_Rl_InitVa...
{ "pile_set_name": "Github" }
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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. Darling i...
{ "pile_set_name": "Github" }
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /* //device/apps/common/assets/res/any/strings.xml ** ** Copyright 2006, 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 ...
{ "pile_set_name": "Github" }
<?php final class PhabricatorPreambleTestCase extends PhabricatorTestCase { /** * @phutil-external-symbol function preamble_get_x_forwarded_for_address */ public function testXForwardedForLayers() { $tests = array( // This is normal behavior with one load balancer. array( 'header' ...
{ "pile_set_name": "Github" }
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamb...
{ "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 ma...
{ "pile_set_name": "Github" }
augroup vim_lsp_settings_pyls_all au! LspRegisterServer { \ 'name': 'pyls-all', \ 'cmd': {server_info->lsp_settings#get('pyls-all', 'cmd', [lsp_settings#exec_path('pyls-all')])}, \ 'root_uri':{server_info->lsp_settings#get('pyls-all', 'root_uri', lsp_settings#root_uri('pyls-all'))}, \ 'initi...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f4xx_hal_dma_ex.h * @author MCD Application Team * @version V1.7.0 * @date 17-February-2017 * @brief Header file of DMA HAL extension module. ***********************************************************...
{ "pile_set_name": "Github" }
/* tdfx.h -- 3dfx DRM template customization -*- linux-c -*- * Created: Wed Feb 14 12:32:32 2001 by gareth@valinux.com */ /* * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software a...
{ "pile_set_name": "Github" }
package scripting import ( "context" "github.com/mongodb/jasper" "github.com/mongodb/jasper/options" "github.com/pkg/errors" ) // Harness provides an interface to execute code in a // scripting environment such as a python virtual // environment. Implementations should be make it possible to execute // either lo...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
{ "pile_set_name": "Github" }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Sa...
{ "pile_set_name": "Github" }
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "corefunctions.h" #include "macros.h" #include "YogaJniException.h" namespace facebook { namespace yoga { namespace vanil...
{ "pile_set_name": "Github" }