text
stringlengths
2
99.9k
meta
dict
/* Hash tables for Objective C method dispatch. Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc. This file is part of GCC. GCC 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...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- dialog animation --> <style name="mvvmframe_dialog_animation" parent="android:style/Animation.Dialog"> <item name="android:windowEnterAnimation">@anim/mvvmframe_dialog_in</item> <item name="android:windowExitAnimation">@anim/mvvmframe_dial...
{ "pile_set_name": "Github" }
{ "meta:license": [ "Copyright 2018 Adobe Systems Incorporated. All rights reserved.", "This work is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license", "you may not use this file except in compliance with the License. You may obtain a copy", "of the...
{ "pile_set_name": "Github" }
const path = require('path'); // Babel plugins list for jsx plus const babelPlugins = [ 'babel-plugin-transform-jsx-list', 'babel-plugin-transform-jsx-condition', 'babel-plugin-transform-jsx-memo', 'babel-plugin-transform-jsx-slot', ['babel-plugin-transform-jsx-fragment', { moduleName: 'react' }], 'babel-p...
{ "pile_set_name": "Github" }
function varargout = gui(object, varargin) %gui_test_runner/gui execute the graphical user interface of mlUnit. % The graphical user interface is realized with guide and therefore % a file gui.fig exists containing the figure and all the handles. % % Example % ======= % Start the gui_test_runner: % ...
{ "pile_set_name": "Github" }
<html> <head> <title>Bit Selector</title> </head> <body bgcolor="FFFFFF"> <h1><img align="center" height="32" width="32" src="../../../icons/bitSelector.gif"> <em>Bit Selector</em></h1> <p><table> <tr><td><strong>Library:</strong></td> <td><a href="index.html">Plexers</a></td></tr> <tr><td><strong>Introduced:</stro...
{ "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" }
source ENV['GEM_SOURCE'] || 'https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/' def location_for(place, fake_version = nil) if place =~ /^(git:[^#]*)#(.*)/ [fake_version, { :git => $1, :branch => $2, :require => false }].compact elsif place =~ /^file:\/\/(.*)/ ['>= 0', { :path => F...
{ "pile_set_name": "Github" }
<div class="{{styles.<%= componentClassName %>}}"> <div class="{{styles.container}}"> <div class="ms-Grid-row ms-bgColor-themeDark ms-fontColor-white {{styles.row}}"> <div class="ms-Grid-col ms-u-lg10 ms-u-xl8 ms-u-xlPush2 ms-u-lgPush1"> <span class="ms-font-xl ms-fontColor-white">Welcome to SharePo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform...
{ "pile_set_name": "Github" }
var _concat = require('./internal/_concat'); var _curry2 = require('./internal/_curry2'); var curryN = require('./curryN'); /** * Wrap a function inside another to allow you to make adjustments to the parameters, or do * other processing either before the internal function is called or with its results. * * @func...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------- /* Copyright (C) 2005 Jonathon Fowler <jf@jonof.id.au> This file is part of JFShadowWarrior Shadow Warrior is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the F...
{ "pile_set_name": "Github" }
package io.scalajs.nodejs.tty import io.scalajs.nodejs.FileDescriptor import io.scalajs.nodejs.net.Socket import scala.scalajs.js import scala.scalajs.js.annotation.JSImport /** * The tty.WriteStream class is a subclass of net.Socket that represents the writable side of a TTY. * In normal circumstances, process....
{ "pile_set_name": "Github" }
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using BasicWebSite.Models; using Microsoft.AspNetCore.Mvc; namespace BasicWebSite.Controllers.ActionConstraints { [Route("ConsumesAttribute_Company...
{ "pile_set_name": "Github" }
--TEST-- phpunit --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--exclude-group'; $_SERVER['argv'][3] = 'balanceIsInitiallyZero'; $_SERVER['argv'][4] = 'BankAccountTest'; $_SERVER['argv'][5] = dirname...
{ "pile_set_name": "Github" }
/** * This file contains the variables used in other gulp files * which defines tasks * By design, we only put there very generic config values * which are used in several places to keep good readability * of the tasks */ var gutil = require('gulp-util'); /** * The main paths of your project handle these...
{ "pile_set_name": "Github" }
import React from 'react'; import { render } from 'react-dom'; import { css, include, styles } from 'linaria'; const container = css` text-align: center; `; const button = css` background-color: #ff0000; width: 320px; padding: 20px; border-radius: 5px; border: none; outline: none; &:hover { color:...
{ "pile_set_name": "Github" }
// ============================================================================= // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab // Copyright (C) 2012 - DIGITEO - Vincent COUVERT // // This file is distributed under the same license as the Scilab package. // =========================================...
{ "pile_set_name": "Github" }
// Generated by CoffeeScript 1.3.3 (function() { var BOOL, CALLABLE, CODE, COFFEE_ALIASES, COFFEE_ALIAS_MAP, COFFEE_KEYWORDS, COMMENT, COMPARE, COMPOUND_ASSIGN, HEREDOC, HEREDOC_ILLEGAL, HEREDOC_INDENT, HEREGEX, HEREGEX_OMIT, IDENTIFIER, INDEXABLE, INVERSES, JSTOKEN, JS_FORBIDDEN, JS_KEYWORDS, LINE_BREAK, LINE_CONTIN...
{ "pile_set_name": "Github" }
// Copyright(c) 2017 POLYGONTEK // // 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 i...
{ "pile_set_name": "Github" }
/************************************************************************** *** *** Copyright (c) 1995-2000 Regents of the University of California, *** Andrew E. Caldwell, Andrew B. Kahng and Igor L. Markov *** Copyright (c) 2000-2010 Regents of the University of Michigan, *** Saurabh N...
{ "pile_set_name": "Github" }
import QtQuick 2.0 import QtQuick.Layouts 1.1 import QuickAndroid 0.1 Page { actionBar: ActionBar { title: "Tabs Demonstration" onActionButtonClicked: back(); height: material.unitHeight + tabs.height TabBar { id: tabs width: parent.width tabs: c...
{ "pile_set_name": "Github" }
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
{ "pile_set_name": "Github" }
/* Simple DirectMedia Layer Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.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 this software. Permission is granted to anyone to use this ...
{ "pile_set_name": "Github" }
.PHONY: all all: clean $(JAVAC) -processor org.checkerframework.checker.nullness.NullnessChecker Issue502.java # TODO: This test is rather unstable, as Expected.txt relies on # @SideEffectFree being constant #12(). $(JAVAP) -v Issue502.class | grep "RuntimeVisibleAnnotations:" -A 2 > Out.txt 2>&1 diff -u Expected.t...
{ "pile_set_name": "Github" }
//-------------------------------------------------------------------------------------- // File: DynamicShaderLinkageFX11_LightPSH.h // // The pixel shader light header file for the DynamicShaderLinkageFX11 sample. // // Copyright (c) Microsoft Corporation. All rights reserved. //-----------------------------------...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Zynq UltraScale+ MPSoC PLL driver * * Copyright (C) 2016-2018 Xilinx */ #include <linux/clk.h> #include <linux/clk-provider.h> #include <linux/slab.h> #include "clk-zynqmp.h" /** * struct zynqmp_pll - PLL clock * @hw: Handle between common and hardware-specific interfa...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
{ "pile_set_name": "Github" }
//---------------------------------------------------------------------- // This software is part of the OpenBeOS distribution and is covered // by the MIT License. //--------------------------------------------------------------------- /*! \file sniffer/Range.h MIME sniffer range declarations */ #ifndef _SNIFFER_...
{ "pile_set_name": "Github" }
<resources> <string name="app_name">掘金[MVVM]</string> <string name="g_view">阅读</string> <string name="g_dot"> ・ </string> <string name="g_like">喜欢</string> <string name="g_comment">评论</string> </resources>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <title>AnimationType Enum Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <...
{ "pile_set_name": "Github" }
# # Example config for cross compiling # # In this config, it is expected that the tool chains from: # # https://kernel.org/pub/tools/crosstool/files/bin/x86_64/ # # running on a x86_64 system have been downloaded and installed into: # # /usr/local/ # # such that the compiler binaries are something like: # # /usr...
{ "pile_set_name": "Github" }
#include <iostream> #include <fstream> #include <cstring> #include "BenchmarkSets.hpp" #include "datastructures/treemaps/NatarajanTreeHE.hpp" #include "datastructures/treemaps/OFLFRedBlackTree.hpp" #include "datastructures/treemaps/OFWFRedBlackTree.hpp" // Macros suck, but it's either TinySTM or ESTM, we can't h...
{ "pile_set_name": "Github" }
{ "info" : { "version" : 1, "author" : "xcode" }, "colors" : [ { "idiom" : "universal", "color" : { "color-space" : "extended-gray", "components" : { "white" : "0.839", "alpha" : "0.300" } } } ] }
{ "pile_set_name": "Github" }
#include <common.h> #include <mpc8xx.h> #include <pcmcia.h> #undef CONFIG_PCMCIA #if defined(CONFIG_CMD_PCMCIA) #define CONFIG_PCMCIA #endif #if defined(CONFIG_CMD_IDE) && defined(CONFIG_IDE_8xx_PCCARD) #define CONFIG_PCMCIA #endif #ifdef CONFIG_PCMCIA #define PCMCIA_BOARD_MSG "C2MON" static void cfg_ports (void)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <ROOT> -- Daots_test_tableA_S4_Delete -- 2014/2/9 日立 太郎 DELETE FROM [ts_test_tableA] <WHERE> WHERE [id] = @id AND [ts] = @ts </WHERE> </ROOT>
{ "pile_set_name": "Github" }
title: Carthage summary: Runs selected Carthage command. description: |- Runs selected Carthage command. For more information about Carthage, visit the [Carthage GitHub page](https://github.com/Carthage/Carthage). website: https://github.com/bitrise-steplib/steps-carthage source_code_url: https://github.com/bitrise...
{ "pile_set_name": "Github" }
<!DOCTYPE refentry [ <!ENTITY % mathent SYSTEM "math.ent"> %mathent; ]> <!-- Converted by db4-upgrade version 1.1 --> <refentry xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="glDrawRangeElementsBaseVertex"> <info> <copyright> <year>2010-2015</year> <holder>Khronos Grou...
{ "pile_set_name": "Github" }
{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE DeriveGeneric #-} module Codec.Xlsx.Types.AutoFilter where import Control.Arrow (first) import Control.DeepSeq (NFData) import Contro...
{ "pile_set_name": "Github" }
CREATE TABLE "PersistentMessage" ( "PeerId" ascii, "BucketId" bigint, "UniqueTimestampInTicks" bigint, "IsAcked" boolean, "TransportMessage" blob, PRIMARY KEY (( "PeerId", "BucketId" ), "UniqueTimestampInTicks") );
{ "pile_set_name": "Github" }
package org.incode.platform.dom.document.integtests.demo.dom.order; import java.math.BigDecimal; import javax.jdo.annotations.IdentityType; import javax.jdo.annotations.VersionStrategy; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import com.google.common.collect.Ordering; import org.apache.isis.ap...
{ "pile_set_name": "Github" }
/** * Toolbar * A basic navigation element, primary used for top level navigation */ $am-toolbar-base-font-size : am-sp(14) !default; $am-toolbar-title-font-size : am-sp(20) !default; $am-toolbar-keyline-small : am-unit(7) !default; $am-toolbar-keyline-medium : $am-toolbar-keyline-small + 8px !default; @mixin ...
{ "pile_set_name": "Github" }
export * from './ScrollContainer';
{ "pile_set_name": "Github" }
<?php namespace GV; /** If this file is called directly, abort. */ if ( ! defined( 'GRAVITYVIEW_DIR' ) ) { die(); } /** * A generic Settings base class. */ class Settings { /** * @var array Main storage for key-values in this collection. */ private $settings = array(); /** * Create with new. * * @api...
{ "pile_set_name": "Github" }
/* plugin_common - Routines common to several plugins * Copyright (C) 2002-2009 Josh Coalson * Copyright (C) 2011-2016 Xiph.Org Foundation * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Fo...
{ "pile_set_name": "Github" }
/* * Component: Project list view */ @media only screen and (min-width: 768px){ .project-list-view { .pm-project-column { flex-basis: 100% !important; max-width: 100% !important; } .pm-project-item { display: flex; flex-wrap: wrap; align-items: center; position: relative; } ....
{ "pile_set_name": "Github" }
\begin{code} data (a :: k1) :<< (b :: k2) infixr 5 :<< \end{code}
{ "pile_set_name": "Github" }
/** * jQuery EasyUI 1.3.3 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. * * Licensed under the GPL or commercial licenses * To use it on other terms please contact us: info@jeasyui.com * http://www.gnu.org/licenses/gpl.txt * http://www.jeasyui.com/license_commercial.php * */ (function ($)...
{ "pile_set_name": "Github" }
// Display Library for SPI e-paper panels from Dalian Good Display and boards from Waveshare. // Requires HW SPI and Adafruit_GFX. Caution: the e-paper panels require 3.3V supply AND data lines! // // based on Demo Example from Good Display, available here: http://www.e-paper-display.com/download_detail/downloadsId=806...
{ "pile_set_name": "Github" }
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("sortablejs")); else if(typeof define === 'function' && define.amd) define(["sortablejs"], factory); else if(typeof exports === 'object') exports["vuedragga...
{ "pile_set_name": "Github" }
/* * cs42l73.c -- CS42L73 ALSA Soc Audio driver * * Copyright 2011 Cirrus Logic, Inc. * * Authors: Georgi Vlaev, Nucleus Systems Ltd, <joe@nucleusys.com> * Brian Austin, Cirrus Logic Inc, <brian.austin@cirrus.com> * * This program is free software; you can redistribute it and/or modify * it under the ter...
{ "pile_set_name": "Github" }
SyntaxError: Dimension node returned by a function is not valid here in {path}functions-7-dimension.less on line 2, column 1: 1 @plugin "../plugin/plugin-tree-nodes"; 2 test-dimension();
{ "pile_set_name": "Github" }
// // DLUtility.h // DLSlideViewDemo // // Created by Dongle Su on 15-2-12. // Copyright (c) 2015年 dongle. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface DLUtility : NSObject + (UIColor *)getColorOfPercent:(CGFloat)percent between:(UIColor *)color1 and:(UIColor *)colo...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes 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 ag...
{ "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" }
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <unistd.h> #include <pthread.h> #include <sys/socket.h> #include <errno.h> #include "headers/includes.h" #include "headers/server.h" #include "headers/telnet_info.h" #include "headers/binary.h" #include "headers/util.h" static void...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> <xs:include schemaLocation="AbstractShape.xsd" /> <!-- com.alee.painter.decoration.shape.EllipseShape --> <xs:complexType name="EllipseShape"> <xs:complexConten...
{ "pile_set_name": "Github" }
// Mixins // -------------------------- @mixin fa-icon() { display: inline-block; font: normal normal normal #{$fa-font-size-base}/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility thr...
{ "pile_set_name": "Github" }
/* * JBoss, Home of Professional Open Source * Copyright 2008, Red Hat, Inc. and/or its affiliates, and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
{ "pile_set_name": "Github" }
# Copyright 2016 Google Inc. 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 agre...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
using System; using Xamarin.Forms; namespace Plugin.Iconize { /// <summary> /// Defines the <see cref="IconNavigationPage" /> page. /// </summary> /// <seealso cref="Xamarin.Forms.NavigationPage" /> public class IconNavigationPage : NavigationPage { /// <summary> /// Initialize...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, Ver...
{ "pile_set_name": "Github" }
# ****************************************************************************** # Copyright 2018-2020 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apa...
{ "pile_set_name": "Github" }
package copier import ( "archive/tar" "bufio" "bytes" "flag" "fmt" "io" "io/ioutil" "os" "path" "path/filepath" "reflect" "sort" "strings" "sync" "syscall" "testing" "time" "github.com/containers/storage/pkg/idtools" "github.com/containers/storage/pkg/reexec" "github.com/sirupsen/logrus" "github....
{ "pile_set_name": "Github" }
tar-ignore = Tor2web/.git tar-ignore = .gitignore
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # Your secret key is used for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to diction...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details from odoo import models class IrModelFields(models.Model): _inherit = 'ir.model.fields' def unlink(self): # Nasty hack to prevent the deletion of shared field reveal_id self = self.filtered( ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <razerdp.demo.widget.TitleBarV...
{ "pile_set_name": "Github" }
#define FXAA_PC 1 //#define FXAA_HLSL_4 1 #define FXAA_HLSL_5 1 #define FXAA_QUALITY__PRESET 15 #define FXAA_GREEN_AS_LUMA 0 //---------------------------------------------------------------------------------- // File: FXAA\media/FXAA.hlsl // SDK Version: v1.2 // Email: gameworks@nvidia.com // Site: ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="Javadoc API documentation for Fresco." /> <link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" /> <title> Se...
{ "pile_set_name": "Github" }
@file:Suppress("ObjectPropertyName", "FunctionName") package ch.tutteli.atrium.logic import ch.tutteli.atrium.assertions.Assertion import ch.tutteli.atrium.creating.AssertionContainer import ch.tutteli.atrium.creating.Expect /** * Appends the [Assertion] the given [factory] creates based on this [Expect]. * * Use...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2020 Team Gateship-One * (Hendrik Borghorst & Frederik Luetkes) * * The AUTHORS.md file contains a detailed contributors list: * <https://github.com/gateship-one/odyssey/blob/master/AUTHORS.md> * * This program is free software: you can redistribute it and/or modify * it under the terms of th...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.corba.se.impl.ior; import java.util.HashMap; import java.util.Map; import com.sun.cor...
{ "pile_set_name": "Github" }
#ifndef EMPTY_SYSTEM_SIGNATURE_H #define EMPTY_SYSTEM_SIGNATURE_H /* This generated file contains includes for project dependencies */ #include "empty_system_signature/bake_config.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif
{ "pile_set_name": "Github" }
using System; using Metrics.Core; using Metrics.MetricData; using Metrics.Sampling; namespace Metrics { public interface AdvancedMetricsContext : Utils.IHideObjectMembers { /// <summary> /// Attach a context that has already been created (ex: by a library exposing internal metrics) ///...
{ "pile_set_name": "Github" }
1 array 8 1 2 var 8 4 zero 1 5 one 1 6 ones 8 7 one 8 8 write 8 1 1 4 6 9 write 8 1 8 5 7 10 eq 1 8 9 11 read 8 9 10 12 eq 1 2 11 13 root 1 12
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "IPropertyValueController.h" @interface TSpotlightMetaDataController : IPropertyValueController { struct TKeyValueBinder _...
{ "pile_set_name": "Github" }
class AddShippedAtToOrders < ActiveRecord::Migration[4.2] def change add_column :orders, :shipped_at, :datetime end end
{ "pile_set_name": "Github" }
/* v3_akey.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without ...
{ "pile_set_name": "Github" }
using System; using System.Linq; namespace Windows.UI.Xaml.Media { internal enum ImageDataKind { /// <summary> /// The source is empty and the target visual element should be cleared /// </summary> Empty, Url, /// <summary> /// A base64 encoded image /// </summary> Base64, /// <summary> ///...
{ "pile_set_name": "Github" }
contrib/python/cjdns-dynamic.conf /etc/ contrib/python/dynamicEndpoints.py /usr/lib/cjdns/
{ "pile_set_name": "Github" }
// cgo -godefs types_freebsd.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build arm64,freebsd package unix const ( SizeofPtr = 0x8 SizeofShort = 0x2 SizeofInt = 0x4 SizeofLong = 0x8 SizeofLongLong = 0x8 ) type ( _C_short int16 _C_int ...
{ "pile_set_name": "Github" }
<!-- Copyright 2014 Google Inc. 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 o...
{ "pile_set_name": "Github" }
{ "_from": "source-map@~0.6.1", "_id": "source-map@0.6.1", "_inBundle": false, "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "_location": "/uglify-js/source-map", "_phantomChildren": {}, "_requested": { "type": "range", "registry":...
{ "pile_set_name": "Github" }
{ "include": [ "src/**/*.ts" ], "exclude": [], "rules": { "array-type": [true, "array-simple"], "arrow-return-shorthand": true, "ban": [true, {"name": "parseInt", "message": "See http://goto.google.com/tsstyle#type-coercion"}, {"name": "parseFloat", "message": "See http://goto.google...
{ "pile_set_name": "Github" }
import { batchActions } from 'redux-batched-actions'; import createAjaxRequest from 'Utilities/createAjaxRequest'; import { set, update, updateItem } from '../baseActions'; export default function createFetchHandler(section, url) { return function(getState, payload, dispatch) { dispatch(set({ section, isFetching...
{ "pile_set_name": "Github" }
mfsrestoremaster(8) =================== == NAME mfsrestoremaster - scripts automating starting master server on a metalogger machine. == SYNOPSIS [verse] *mfsrestoremaster* '<net-interface>' '[<etc-lfs-dir>]' *<net-interface>*:: Network interface to reconfigure. *<etc-lfs-dir>*:: LizardFS configuration directory ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `remove_file` fn in crate `std`."> <meta name="keywords" co...
{ "pile_set_name": "Github" }
/* krb5_asn.h */ /* * Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project, ** * using ocsp/{*.h,*asn*.c} as a starting point */ /* ==================================================================== * Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved. * * Redistribution and use...
{ "pile_set_name": "Github" }
!--------------------------------------------------------------------------------------------------! ! CP2K: A general program to perform molecular dynamics simulations ! ! Copyright 2000-2020 CP2K developers group <https://cp2k.org> ! ! ...
{ "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>IBClasses</key> <array> <dict> <key>CLASS</key> <string>SUWindowController</string> <key>LANGUAGE</key> <string>ObjC</string> ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. * Copyright (c) 2013, Regents of the University of California * * 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. Redistr...
{ "pile_set_name": "Github" }
--- --- CREATE_DOMAIN --- CREATE DOMAIN domainvarchar VARCHAR(5); NOTICE: DDL test: type simple, tag CREATE DOMAIN CREATE DOMAIN japanese_postal_code AS TEXT CHECK( VALUE ~ '^\d{3}$' OR VALUE ~ '^\d{3}-\d{4}$' ); NOTICE: DDL test: type simple, tag CREATE DOMAIN
{ "pile_set_name": "Github" }
syntax = "proto3"; package msgpb; import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; import "google/protobuf/any.proto"; enum DataSourceType { UNKNOWN_DATA_SOURCE = 0; MYSQL = 1; MONGODB = 2; TIDB = 3; REDIS = 4; CODIS = 5; } message Msg { // Version is t...
{ "pile_set_name": "Github" }
#ifndef CondFormats_HcalObjects_HcalLinearCompositionFunctor_h #define CondFormats_HcalObjects_HcalLinearCompositionFunctor_h #include "FWCore/Utilities/interface/Exception.h" #include "CondFormats/HcalObjects/interface/AbsHcalFunctor.h" #include "boost/serialization/access.hpp" #include "boost/serialization/version...
{ "pile_set_name": "Github" }
{ "name": "OpticStudio", "description": "Optical design software.", "url": "https://www.zemax.com/products/opticstudio" }
{ "pile_set_name": "Github" }
namespace MvcSiteMapProvider.Caching { /// <summary> /// The default mapper class that simply maps everything to the default <see cref="T:MvcSiteMapProvider.Builder.ISiteMapBulderSet"/>. /// This class can be inherited to provide mapping logic that gets its data from a configuration file or database. ...
{ "pile_set_name": "Github" }
# Russian message translation file for pg_rewind # Copyright (C) 2015-2016 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # Alexander Lakhin <exclusion@gmail.com>, 2015-2017. msgid "" msgstr "" "Project-Id-Version: pg_rewind (PostgreSQL current)\n" "Repo...
{ "pile_set_name": "Github" }