text
stringlengths
2
99.9k
meta
dict
// Copyright 2019 Google // // 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 writ...
{ "pile_set_name": "Github" }
/************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* PCRE is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Routing; using Mic...
{ "pile_set_name": "Github" }
Version 6.2.6 ============= Improvements and bug fixes: --------------------------- - Fix a bug using the wrong row for showing error popup 💜 this plugin? Consider supporting its development! 💰💸💶 ------------------------------------------------------------ ‼️NEW‼️ Head to GitHub Sponsors and support my work if yo...
{ "pile_set_name": "Github" }
# Settings specified here will take precedence over those in config/environment.rb # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the webserver when you make code changes. config.ca...
{ "pile_set_name": "Github" }
// Copyright 2015-2020 Swim inc. // // 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" }
/* * MIT License * * Copyright (c) 2019 everythingbest * * 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, m...
{ "pile_set_name": "Github" }
/************************************************************************ * Copyright(c) 2013, One Unified. All rights reserved. * * * * This file is provided as is WITHOUT ANY WARRANTY * * without even the...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:0da601df8457c855af953ee76e414d38fde39fa6d12b1cf94019e0ea1fbd2d80 size 1048620
{ "pile_set_name": "Github" }
# # This program is free software; you can redistribute it and/or modify it under the # terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software # Foundation. # # You should have received a copy of the GNU Lesser General Public License along with this # program; if not, you can obta...
{ "pile_set_name": "Github" }
import io import re import zipfile from lxml import etree from messytables.core import RowSet, TableSet, Cell from messytables.types import (StringType, DecimalType, DateType, BoolType, CurrencyType, TimeType, PercentageType) ODS_NAMESPACES_TAG_MATCH = r...
{ "pile_set_name": "Github" }
import 'package:fish_redux/fish_redux.dart'; import 'action.dart'; import 'state.dart'; Reducer<TalkState> buildReducer() { return asReducer( <Object, Reducer<TalkState>>{ TalkAction.getTalk: _onGetTalk, TalkAction.getHotTalk: _onGetHotTalk, TalkAction.talkPage: _onTalkPage }, ); } Talk...
{ "pile_set_name": "Github" }
NaN
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: com.google.inject.extensions:guice-multibindings:3.0"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/com/google/inject/extensions/guice-multibindings/3.0/guice-multibindings-3.0.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSIT...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9d351b1c5439a9842a763d4431560cef timeCreated: 1464165314 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
import Coffee from './Coffee'; const coffee = new Coffee(); console.log(coffee.taste()); // Delicious
{ "pile_set_name": "Github" }
package structs import "strings" // tagOptions contains a slice of tag options type tagOptions []string // Has returns true if the given optiton is available in tagOptions func (t tagOptions) Has(opt string) bool { for _, tagOpt := range t { if tagOpt == opt { return true } } return false } // parseTag s...
{ "pile_set_name": "Github" }
include: package:pedantic/analysis_options.1.8.0.yaml analyzer: errors: # Increase the severity of several hints. prefer_single_quotes: warning unused_import: warning linter: rules: - directives_ordering - prefer_relative_imports - prefer_single_quotes
{ "pile_set_name": "Github" }
Under this folder are files included by the _Supervisor_ configuration file "/etc/supervisor/supervisord.conf" when running under service mode, where the Docker container is to start some long-running webservices like Nginx. e.g., ```bash docker run --rm --name=app -p 80:80 phpswoole/swoole ``` In this case, the list...
{ "pile_set_name": "Github" }
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for t...
{ "pile_set_name": "Github" }
#pragma warning disable 108 // new keyword hiding #pragma warning disable 114 // new keyword hiding namespace Windows.UI.Core { #if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__ [global::Uno.NotImplemented] #endif public partial interface ICorePointerInputSource { ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b78118db070740a0bda430f26b276383 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
### # Copyright (c) 2003-2005, Daniel DiPaolo # 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 cond...
{ "pile_set_name": "Github" }
// Copyright 2018 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 packages loads Go packages for inspection and analysis. The Load function takes as input a list of patterns and return a list of Package structs des...
{ "pile_set_name": "Github" }
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>UReport Test</title> </head> <body> ${table} </body> </html>
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.yalantis.flipviewpager"> <application android:allowBackup="true"> </application> </manifest>
{ "pile_set_name": "Github" }
from vaitk import core class Selection: def __init__(self): self.clear() self.changed = core.VSignal(self) def isValid(self): return self._start_line is not None and self._end_line is not None def clear(self): self._start_line = None self._end_line = None @pro...
{ "pile_set_name": "Github" }
{ "JSON Test Pattern pass3": { "In this test": It is an object. "The outermost value": must be an object or array. } }
{ "pile_set_name": "Github" }
/* * linux/fs/nfs/pagelist.c * * A set of helper functions for managing NFS read and write requests. * The main purpose of these routines is to provide support for the * coalescing of several requests into a single RPC call. * * Copyright 2000, 2001 (c) Trond Myklebust <trond.myklebust@fys.uio.no> * */ #inclu...
{ "pile_set_name": "Github" }
// Copyright 2020 Google LLC // // 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 w...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>Buttons example - PDF - message</title> <link rel="stylesheet" type="text/css" href="../../../.....
{ "pile_set_name": "Github" }
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/opsworks/model/DescribeRaidArraysRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::OpsWorks::Model; using namespace Aws::Utils::Json; u...
{ "pile_set_name": "Github" }
import torch def heaviside(data): """ A `heaviside step function <https://en.wikipedia.org/wiki/Heaviside_step_function>`_ that truncates numbers <= 0 to 0 and everything else to 1. .. math:: H[n]=\\begin{cases} 0, & n <= 0, \\ 1, & n \g 0, \end{cases} """ return torch.where( ...
{ "pile_set_name": "Github" }
import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import '../page_index.dart'; class SectionView extends StatelessWidget { final VoidCallback onPressed; final String title; final String more; final bool hiddenMore; final Color textColor; final EdgeInsetsGeometry padding; f...
{ "pile_set_name": "Github" }
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2017-2017 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2017 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenN...
{ "pile_set_name": "Github" }
declare namespace Keycode { interface CodesMap { [key: string]: number; } interface KeycodeStatic { (event: Event): string; (keycode: number): string; (name: string): number; code: CodesMap; codes: CodesMap; aliases: CodesMap; names: Codes...
{ "pile_set_name": "Github" }
/** @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 found at http://...
{ "pile_set_name": "Github" }
<div class="gf-form-group"> <div class="grafana-info-box"> <h4>Stackdriver Authentication</h4> <p>There are two ways to authenticate the Stackdriver plugin - either by uploading a Service Account key file, or by automatically retrieving credentials from the Google metadata server. The latter option is o...
{ "pile_set_name": "Github" }
// Copyright Christopher Kormanyos 2002 - 2011. // Copyright 2011 John Maddock. Distributed under the Boost // 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) // This work is based on an earlier...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <% int fontSize; %> <html> <head><title>FOR LOOP Example</title></head> <body> <%for ( fontSize = 1; fontSize <= 3; fontSize++){ %> <font color = "green" size = "<%= fontSize %>"> JSP Tutorial </font><br /> <%}%> </body> </html>
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d2f7ba1fda708a54e88b763a848d13bb MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2019_06_01; import com.microsoft.azure....
{ "pile_set_name": "Github" }
@echo off rem makedoc.tcl -- rem Script for creating HTML-files from the raw documentation files rem c:\tcl\bin\tclsh.exe c:\tcl\demos\TclApps\apps\dtp\main.tcl doc -out %1.html html %1.man copy /n /y %1.html ..\..\site
{ "pile_set_name": "Github" }
function initUI(){ var text = "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut ...
{ "pile_set_name": "Github" }
// Copyright 2016 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. #include "components/password_manager/core/browser/import/password_csv_reader.h" #include "base/strings/utf_string_conversions.h" #include "components/au...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:c5fe6c755376ac9366b26c651708de545e56b1191526092de7983fd9d7eb8033 size 11147
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Diagnostics; using System.Text; using UnityEngine; namespace DTS_Addon.Scene { [KSPAddon(KSPAddon.Startup.MainMenu, false)] public class xMainMenu : MonoBehaviour { [Conditional("DEBUG")] void OnGUI() { ...
{ "pile_set_name": "Github" }
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2005-06-08.21 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribu...
{ "pile_set_name": "Github" }
<section id="related-box"> <h2>Related</h2> <ul id="related-list"> <% if discover_mode? %> <li id="secondary-links-posts-hot"><%= link_to "Hot", posts_path(:tags => "order:rank") %></li> <li id="secondary-links-posts-popular"><%= link_to "Popular", popular_explore_posts_path %></li> <li id="s...
{ "pile_set_name": "Github" }
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION // Copyright Aleksey Gurtovoy 2002-2004 // // 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) // $Source$ // $Date$ // $Revision$ #undef BOOS...
{ "pile_set_name": "Github" }
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Asia module Chungking include TimezoneDefinition linked_timezone 'Asia/Chungking', 'Asia/Shan...
{ "pile_set_name": "Github" }
{ "id": 11, "method": "contacts.move", "params": { "contactID": 100, "sourceFolderID": 1, "targetFolderID": 10 } }
{ "pile_set_name": "Github" }
<div class="serendipity_staticblock clearfix"> {if $staticblock.title} <h3>{$staticblock.title}</h3> {/if} {if $staticblock.body} <div class="serendipity_staticblock_body clearfix">{$staticblock.body}</div> {/if} {if $staticblock.extended} <div class="serendipity_staticblock_extended clearfix">{$staticblock...
{ "pile_set_name": "Github" }
/*Copyright (c) 2017 The Paradox Game Converters 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, modify, merge, p...
{ "pile_set_name": "Github" }
{ "matches": "absolute-replaced-height-001-ref.xht", "assert": "If the height, top, bottom and vertical margins of an absolute positioned inline replaced element are all 'auto', then its use value is determined for inline replaced element, its 'top' is given by its static position and both 'margin-top' and 'mar...
{ "pile_set_name": "Github" }
## make-library-glue.pkg # # Build much of the code required # to make a C library like Gtk or OpenGL # available at the Mythryl level, driven # by an xxx-construction.plan file. # # The format of xxx-construction.plan files # is documented in Note[1] at bottom of file. # # make-library-glue.pkg really shouldn't be in ...
{ "pile_set_name": "Github" }
{ "title": "SETTINGS", "groups": [ { "title": "EDITOR", "items": [ { "title": "THEME", "type": "list", "key": "editor.theme", "value": 38, "items": [ "3024-day", "3024-night", "abcdef", "ambianc...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <PassKitCore/NSCopying-Protocol.h> #import <PassKitCore/NSSecureCoding-Protocol.h> @class NSArray, ...
{ "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\Translation\Tests\Loader; use PHPUnit\Framework\TestC...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &100002 GameObject: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 4 m_Component: - 4: {fileID: 400002} - 119: {fileID: 11900000} m_Layer: 0 m_Name: GridProjector m_TagString: Untagged ...
{ "pile_set_name": "Github" }
# test wildcard certifcates import json import os import pytest import re import socket import ssl import sys import time from datetime import datetime from TestEnv import TestEnv from TestHttpdConf import HttpdConf from TestCertUtil import CertUtil def setup_module(module): print("setup_module module:%s" % ...
{ "pile_set_name": "Github" }
/* Copyright 2017 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, ...
{ "pile_set_name": "Github" }
<?php /** * @package Freemius * @copyright Copyright (c) 2015, Freemius, Inc. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 * @since 1.0.6 */ if ( ! defined( 'ABSPATH' ) ) { exit; } class FS_Plugin_Manager { /** * @since 1.2.2 * * ...
{ "pile_set_name": "Github" }
#!/usr/bin/ruby # encoding: UTF-8 # # BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ # # Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below). # # This program is free software; you can redistribute it and/or modify it under # the terms of the GNU Lesser General Pu...
{ "pile_set_name": "Github" }
import os import webapp2 as webapp from google.appengine.ext.webapp import blobstore_handlers from google.appengine.ext import blobstore from google.appengine.api import images from google.appengine.api import mail from google.appengine.api import users from datetime import datetime, timedelta import json #from qrcod...
{ "pile_set_name": "Github" }
Name: Documentation Man Page Type: design decision Invented on: 2010-02-12 Invented by: flonatel Owner: development Description: \textsl{rmtoo} \textbf{must} come with a (*nix) man page describing the basic behaviour. Rationale: This typically describes the input and output and all the parameters needed (but not the ...
{ "pile_set_name": "Github" }
{ "name": "magento/module-webapi", "description": "N/A", "config": { "sort-packages": true }, "require": { "php": "~7.3.0||~7.4.0", "magento/framework": "*", "magento/module-authorization": "*", "magento/module-backend": "*", "magento/module-integratio...
{ "pile_set_name": "Github" }
/* WARNING: This file was put in the LibPNG distribution for convenience only. It is expected to be part of the next zlib release under "projects\visualc71\README.txt." */ Microsoft Developer Studio Project File, Format Version 7.10 for zlib. Copyright (C) 2004 Simon-Pierre Cadieux. Copyright ...
{ "pile_set_name": "Github" }
<?php /** * Some comment */ class Foo{function foo(){} /** * @param Baz $baz */ public function bar(Baz $baz) { } /** * @param Foobar $foobar */ static public function foobar(Foobar $foobar) { } public function barfoo(Barfoo $barfoo) { } /** ...
{ "pile_set_name": "Github" }
mandoc: spacing.in:16:2: WARNING: empty block: D1
{ "pile_set_name": "Github" }
// Copyright 2011 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 packet implements parsing and serialization of OpenPGP packets, as // specified in RFC 4880. package packet // import "golang.org/x/crypto/openpgp/pa...
{ "pile_set_name": "Github" }
import ShikiUploader from 'shiki-uploader'; import csrf from 'helpers/csrf'; export class FileUploader extends ShikiUploader { constructor(node, options = {}) { super({ ...options, node, locale: I18n.locale, xhrEndpoint: node.getAttribute('data-upload_url'), xhrHeaders: () => csrf(...
{ "pile_set_name": "Github" }
// // BearConstants.h // Bear // // Created by Bear on 30/12/24. // Copyright © 2015年 Bear. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import "UIView+BearSet.h" #import <MBProgressHUD/MBProgressHUD.h> // HUD static MBProgressHUD *_stateHud; // NotificationCenter字段 static...
{ "pile_set_name": "Github" }
#!/bin/bash PMS_LIB_DIR=/usr/lib/plexmediaserver PMS_DOWNLOAD_DIR=/tmp/plex_tmp_download get_pms_build(){ local cpuinfo=$(grep -i features /proc/cpuinfo) local cpuarch=$(grep -i architecture /proc/cpuinfo | cut -d' ' -f3 | head -n1) local bios_board_vendor="" if [[ -e /sys/class/dmi/id/board_vendor ]]; then ...
{ "pile_set_name": "Github" }
# This source code refers to The Go Authors for copyright purposes. # The master list of authors is in the main Go distribution, # visible at http://tip.golang.org/AUTHORS.
{ "pile_set_name": "Github" }
/** * * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and condi...
{ "pile_set_name": "Github" }
# Modifiers\.Internal\_Static\(\) Method [Home](../../../../README.md) **Containing Type**: [Modifiers](../README.md) **Assembly**: Roslynator\.CSharp\.dll \ Creates a list of modifiers that contains "internal static" modifiers\. ```csharp public static Microsoft.CodeAnalysis.SyntaxTokenList Internal_Static() ``` ...
{ "pile_set_name": "Github" }
package scala.meta.trees import com.intellij.openapi.progress.ProgressManager import com.intellij.psi._ import org.jetbrains.plugins.scala.extensions.PsiElementExt import org.jetbrains.plugins.scala.lang.psi.api.ScalaPsiElement import org.jetbrains.plugins.scala.lang.psi.api.base._ import org.jetbrains.plugins.scala.l...
{ "pile_set_name": "Github" }
local mod = DBM:NewMod(2030, "DBM-Party-BfA", 1, 968) local L = mod:GetLocalizedStrings() mod:SetRevision("20200803045206") mod:SetCreatureID(122968) mod:SetEncounterID(2087) mod:RegisterCombat("combat") mod:RegisterEventsInCombat( "SPELL_AURA_APPLIED 250036", "SPELL_CAST_START 249923 259187 250096 249...
{ "pile_set_name": "Github" }
<?php $this->css($this->assetModule('admin/admin.css')); $this->angular([ 'angular-route.js', 'angular-translate.js', ]);
{ "pile_set_name": "Github" }
/* This file was generated automatically by the Snowball to ANSI C compiler */ #include "../runtime/header.h" #ifdef __cplusplus extern "C" { #endif extern int german_UTF_8_stem(struct SN_env * z); #ifdef __cplusplus } #endif static int r_standard_suffix(struct SN_env * z); static int r_R2(struct SN_env * z); static...
{ "pile_set_name": "Github" }
# makefile for libpng # Copyright (C) 2002, 2006 Glenn Randers-Pehrson # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. # # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h # where make install puts libpng.a and png.h prefix=/usr/...
{ "pile_set_name": "Github" }
package main import ( "flag" "fmt" "os/exec" ) func BuildUnfocusCommand() *Command { return &Command{ Name: "unfocus", AltName: "blur", FlagSet: flag.NewFlagSet("unfocus", flag.ExitOnError), UsageCommand: "ginkgo unfocus (or ginkgo blur)", Usage: []string{ "Recursively unfocuses any...
{ "pile_set_name": "Github" }
# This source code was written by the Go contributors. # The master list of contributors is in the main Go distribution, # visible at http://tip.golang.org/CONTRIBUTORS.
{ "pile_set_name": "Github" }
import {GraphicalStaffEntry} from "./GraphicalStaffEntry"; import {GraphicalObject} from "./GraphicalObject"; export abstract class AbstractGraphicalInstruction extends GraphicalObject { protected parent: GraphicalStaffEntry; constructor(parent: GraphicalStaffEntry) { super(); this.parent = par...
{ "pile_set_name": "Github" }
/** * @license AngularJS v1.6.2 * (c) 2010-2017 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular) {'use strict'; /* global ngTouchClickDirectiveFactory: false */ /** * @ngdoc module * @name ngTouch * @description * * # ngTouch * * The `ngTouch` module provides touch events and...
{ "pile_set_name": "Github" }
#import "Three20/TTViewController.h" #import "Three20/TTPhotoSource.h" #import "Three20/TTScrollView.h" #import "Three20/TTThumbsViewController.h" @class TTScrollView, TTPhotoView; @interface TTPhotoViewController : TTViewController <TTScrollViewDelegate, TTScrollViewDataSource, TTPhotoSourceDelegate, TTThu...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------------------------------------------- // <copyright file="IKernel.cs" company="Ninject Project Contributors"> // Copyright (c) 2007-2010 Enkari, Ltd. All rights reserved. // Copyright (c) 2010-2020 Ninject Project Contributors. All rights reserved. // /...
{ "pile_set_name": "Github" }
# React + MobX TodoMVC Example This repository provides a reference implementation of the [TodoMVC](http://todomvc.com) application written using [MobX](https://github.com/mobxjs/mobx), [React](https://facebook.github.io/react) JSX and ES6. ## Running the example ``` npm install npm start open http://localhost:3000 ...
{ "pile_set_name": "Github" }
// Convenience method, almost need to turn it into a middleware of sorts import { Meteor } from 'meteor/meteor'; import { Users } from '../../../models'; import { API } from '../api'; API.helperMethods.set('getUserFromParams', function _getUserFromParams() { const doesntExist = { _doesntExist: true }; let user; co...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2012 Freescale Semiconductor, Inc. */ #ifndef __PINCTRL_MXS_H #define __PINCTRL_MXS_H #include <linux/platform_device.h> #include <linux/pinctrl/pinctrl.h> #define SET 0x4 #define CLR 0x8 #define TOG 0xc #define MXS_PINCTRL_PIN(pin) PINCTRL_PIN(pin, #pin) #de...
{ "pile_set_name": "Github" }
<?php /** * ConfigValue.php * 29-May-2020 * * PHP Version 7 * * @category Services * @package Services_OpenStreetMap * @author Ken Guest <kguest@php.net> * @license BSD http://www.opensource.org/licenses/bsd-license.php * @version Release: @package_version@ * @link ConfigValue.php */ /** * Servic...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2004-2011 Atheros Communications Inc. * Copyright (c) 2011-2012 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in al...
{ "pile_set_name": "Github" }
{ "domain": "go.th", "nameServers": [ "a.thains.co.th", "b.thains.co.th", "c.thains.co.th", "ns.thnic.net", "p.thains.co.th" ], "policies": [ { "type": "idn-disallowed" } ] }
{ "pile_set_name": "Github" }
<?php /** * Open Source Social Network * * A generic parent class for Class exceptions * * @package (softlab24.com).ossn * @author OSSN Core Team <info@softlab24.com> * @copyright (C) SOFTLAB24 LIMITED * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork....
{ "pile_set_name": "Github" }
<?php namespace GuzzleHttp\Promise; /** * Represents a promise that iterates over many promises and invokes * side-effect functions in the process. */ class EachPromise implements PromisorInterface { private $pending = []; /** @var \Iterator */ private $iterable; /** @var callable|int */ priva...
{ "pile_set_name": "Github" }
// @flow export default { LIGHT: 'light', DARK: 'dark', };
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>comment</key> <string>By Jim Isaacs - jimisaacs.com</string> <key>name</key> <string>Dreamweaver</string> <key>settings</key> <array> <d...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: > when String.prototype.indexOf(searchString, position) is called first Call ToString, giving it the this value as its argument. Then Call ToString(searchString) and C...
{ "pile_set_name": "Github" }