text
stringlengths
2
99.9k
meta
dict
package org.apache.bcel.generic; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.client.common.ui.compare; import java.io.IOException; import java.text.MessageFormat; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFacto...
{ "pile_set_name": "Github" }
"""Suite Macintosh Connectivity Classes: Classes relating to Apple Macintosh personal computer connectivity Level 1, version 1 Generated from /Volumes/Sap/System Folder/Extensions/AppleScript AETE/AEUT resource version 1/0, language 0, script 0 """ import aetools import MacOS _code = 'macc' class Macintosh_Connecti...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ /* editor_ie7.css =============== This file contains styles to used by Internet Explorer 7 only. */ /* Base it on editor_ie.css, overriding it with styles defined...
{ "pile_set_name": "Github" }
// Copyright 2017 The LUCI 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...
{ "pile_set_name": "Github" }
<?php // autoload_psr4.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 'ProteusThemes\\WPContentImporter2\\' => array($vendorDir . '/proteusthemes/wp-content-importer-v2/src'), 'Monol...
{ "pile_set_name": "Github" }
--- algo_dns_adblocking: false apparmor_enabled: true dns_encryption: true ipv6_support: false dnscrypt_servers: ipv4: - cloudflare ipv6: - cloudflare-ipv6
{ "pile_set_name": "Github" }
package com.tencent.mm.app; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.text.TextUtils; import com.tencent.mm.ak.t; import com.tencent.mm.e.a.bt; import com.tencent.mm.e.a.fi; import com.tencent.mm....
{ "pile_set_name": "Github" }
(* * optParse - Functions for parsing command line arguments. * Copyright (C) 2004 Bardur Arantsson * * Heavily influenced by the optparse.py module from the Python * standard library, but with lots of adaptation to the 'Ocaml Way' * * * This library is free software; you can redistribute it and/or * modify it...
{ "pile_set_name": "Github" }
package com.pgmmers.radar.service.logs; import com.pgmmers.radar.vo.logs.RiskAnalysisResultVO; /** * 风险分析数据处理服务. */ public interface RiskAnalysisResultService { void send(String guid, String sessionId, String result); int save(RiskAnalysisResultVO resp); }
{ "pile_set_name": "Github" }
<link rel="import" href="../../bower/polymer/polymer.html"> <link rel='import' href='../../bower/core-icons/core-icons.html'> <link rel="import" href="button.html"> <polymer-element name='uproxy-instance' attributes='user, instance'> <!-- user:User (generic_ui/scripts/user.ts), instance:InstanceData (interfac...
{ "pile_set_name": "Github" }
// Sorguları işleten modülümüz. // Pek tabii sözde laureate veritabanını kullanıyor // Veritabanı olan JSON dosyası array olarak belleğe yüklenir. Dolayısıyla uygulama sonlandığında ilgili değişiklikler kalıcı olarak dosyaya yazılmadıysa, kaybolacaklardır. import { laureates } from "./laureate"; const resolvers = { ...
{ "pile_set_name": "Github" }
# Override some defaults so BT stack is enabled # in this example # # BT config # CONFIG_BT_ENABLED=y CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n CONFIG_BTDM_CTRL_MODE_BTDM=n CONFIG_BT_BLUEDROID_ENABLED=n CONFIG_BT_NIMBLE_ENABLED=y
{ "pile_set_name": "Github" }
// // UITableView+SDAutoTableViewCellHeight.m // SDAutoLayout 测试 Demo // // Created by aier on 15/11/1. // Copyright © 2015年 gsd. All rights reserved. // /* ********************************************************************************* * ...
{ "pile_set_name": "Github" }
This file will not show up in the e project pane, as this folder has a project which filters on "*.txt".
{ "pile_set_name": "Github" }
pragma solidity ^0.4.24; import "../../introspection/IERC165.sol"; /** * @title ERC721 Non-Fungible Token Standard basic interface * @dev see https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md */ contract IERC721 is IERC165 { event Transfer( address indexed from, address indexed to, uint25...
{ "pile_set_name": "Github" }
# CARLA Walker Agent An simple walker agent that can follow a given route. ## Publications | Topic | Type | Description | | ---------------------------------- | ------------------- | --------------------------- | | `/carla/<ROLE NAME>/walker_control_cmd` | ...
{ "pile_set_name": "Github" }
var escape = require('./escape'), reEscape = require('./_reEscape'), reEvaluate = require('./_reEvaluate'), reInterpolate = require('./_reInterpolate'); /** * By default, the template delimiters used by lodash are like those in * embedded Ruby (ERB) as well as ES2015 template strings. Change the * follo...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=734861 --> <head> <meta charset="utf-8"> <title>Test for Bug 734861</title> <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> ...
{ "pile_set_name": "Github" }
/* The MIT License (MIT) Copyright (c) 2013 Jacob Kanipe-Illig 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, m...
{ "pile_set_name": "Github" }
// Copyright (c) 2015, Emir Pasic. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package utils import "sort" // Sort sorts values (in-place) with respect to the given comparator. // // Uses Go's sort (hybrid of quicksort for large and the...
{ "pile_set_name": "Github" }
/********************************************************** * Copyright 2007-2015 VMware, Inc. All rights reserved. * * 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 * restrict...
{ "pile_set_name": "Github" }
// This file contains source that originates from: // http://code.google.com/p/leveldbwin/source/browse/trunk/win32_impl_src/env_win32.h // http://code.google.com/p/leveldbwin/source/browse/trunk/win32_impl_src/port_win32.cc // Those files dont' have any explict license headers but the // project (http://code.google.c...
{ "pile_set_name": "Github" }
body { color: #2e2e2e; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } a { color: #23527c; } a:hover, a:focus { color: #15c; } .nav-tabs>li.active>a,.columns, .column-right,.three-cols-layout .column-left .list-unstyled>.item.active, .three-cols-layout .column-center .list-unstyled>li.active, .three-...
{ "pile_set_name": "Github" }
/* * Copyright 2010-2020 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
{ "pile_set_name": "Github" }
{{!< html-struct}} <h2>PROGRAMMATIC LAYOUT</h2> <!-- Placeholder for page content. --> {{{body}}}
{ "pile_set_name": "Github" }
// // S1DSPKernel+didChanges.mm // AudioKitSynthOne // // Created by Aurelius Prochazka on 6/4/18. // Copyright © 2018 AudioKit. All rights reserved. // #import "S1DSPKernel.hpp" #import "AEArray.h" #import "AEMessageQueue.h" #import "S1NoteState.hpp" void S1DSPKernel::dependentParameterDidChange(DependentParamet...
{ "pile_set_name": "Github" }
module Puppet::Parser::Functions newfunction(:validate_string, :doc => <<-'ENDHEREDOC') do |args| Validate that all passed values are string data structures. Abort catalog compilation if any value fails this check. The following values will pass: $my_string = "one two" validate_string($...
{ "pile_set_name": "Github" }
package uk.ac.bbsrc.tgac.miso.dto; import java.util.List; public class TargetedSequencingDto { private long id; private String alias; private String description; private boolean archived; private List<Long> kitDescriptorIds; public long getId() { return id; } public void setId(long id) { th...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/dial_num_4_blk" /> <item android:state_focused="true" android:drawable="@drawable/dial_num_4_blk" /> <item android:drawable="@drawable...
{ "pile_set_name": "Github" }
#include "PubSubClient.h" #include "ShimClient.h" #include "Buffer.h" #include "BDDTest.h" #include "trace.h" #include <unistd.h> byte server[] = { 172, 16, 0, 2 }; void callback(char* topic, byte* payload, unsigned int length) { // handle message arrived } int test_keepalive_pings_idle() { IT("keeps an idle ...
{ "pile_set_name": "Github" }
// // IFlyIdentityResult.h // IFlyMSC // // Created by 张剑 on 15/5/14. // Copyright (c) 2015年 iflytek. All rights reserved. // #import <Foundation/Foundation.h> /** * 身份验证结果类 */ @interface IFlyIdentityResult : NSObject /** * json字符串格式结果 */ @property(nonatomic,retain)NSString* result; /** * 创建身份验证结果类实例 *...
{ "pile_set_name": "Github" }
/** * Support classes for the multipart resolution framework. * Contains property editors for multipart files, and a Servlet filter * for multipart handling without Spring's Web MVC. */ @NonNullApi @NonNullFields package org.springframework.web.multipart.support; import org.springframework.lang.NonNullApi; import ...
{ "pile_set_name": "Github" }
# Changelog ## not yet released None yet. ## v1.4.1 (2017-08-02) * #21 Update verror dep * #22 Update extsprintf dependency * #23 update contribution guidelines ## v1.4.0 (2017-03-13) * #7 Add parseInteger() function for safer number parsing ## v1.3.1 (2016-09-12) * #13 Incompatible with webpack ## v1.3.0 (201...
{ "pile_set_name": "Github" }
/* GStreamer * Copyright (C) 2008 Wim Taymans <wim.taymans at gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) an...
{ "pile_set_name": "Github" }
Consumable[] = { {Loot_MAGAZINE, 3, ItemWaterBottleUnfilled}, {Loot_MAGAZINE, 1, ItemWaterBottleSafe}, {Loot_MAGAZINE, 1, ItemWaterBottle}, {Loot_MAGAZINE, 3, ItemSodaCoke}, {Loot_MAGAZINE, 3, ItemSodaPepsi}, {Loot_MAGAZINE, 0.2, ItemSodaMdew}, {Loot_MAGAZINE, 2, ItemSodaMtngreen}, {Loot_MAGAZIN...
{ "pile_set_name": "Github" }
//! moment.js locale configuration //! locale : Dutch [nl] //! author : Joris Röling : https://github.com/jorisroling //! author : Jacob Middag : https://github.com/middagj import moment from '../moment'; var monthsShortWithDots = 'jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.'.split('_'), monthsShor...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=parser-options.js.map
{ "pile_set_name": "Github" }
using Improbable.Gdk.Subscriptions; using UnityEngine; namespace Playground.Scripts.UI { public class InitUIBehaviour : MonoBehaviour { [Require] private PlayerInputWriter playerInput; [Require] private ScoreReader score; [Require] private LauncherReader launcher; [SerializeFie...
{ "pile_set_name": "Github" }
import org.python.util.*; import org.python.core.*; public class test338j implements Runnable { public static void main(String[] args) throws Exception { //new Main().run(); Runnable r = (Runnable)Class.forName("test338j", true, new test338cl()).newInstance(); r.run(); } public vo...
{ "pile_set_name": "Github" }
// // ViewController.h // AnimationTest // // Created by JXT on 2016/9/25. // Copyright © 2016年 JXT. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
{ "pile_set_name": "Github" }
Command line tool ================= Imbo ships with a command line tool which can aid you when setting up Imbo and keeping it up to date. This chapter lists all available commands and what they are capable of. The binary can be found in one of two places, depending on the :doc:`installation` method you chose. If you ...
{ "pile_set_name": "Github" }
-- 26.08.2016 15:58 -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_RelationType (AD_Client_ID,AD_Org_ID,AD_RelationType_ID,Created,CreatedBy,EntityType,IsActive,IsDirected,IsExplicit,Name,Updated,UpdatedBy) VALUES (0,0,540164,TO_TIMESTAMP('2016-08-26 15:58:45','YYYY-MM-DD HH24:MI:SS'),...
{ "pile_set_name": "Github" }
# Actions, resources, and condition keys for Amazon Interactive Video Service<a name="list_amazoninteractivevideoservice"></a> Amazon Interactive Video Service \(service prefix: `ivs`\) provides the following service\-specific resources, actions, and condition context keys for use in IAM permission policies\. Referen...
{ "pile_set_name": "Github" }
/* * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2016 Apple Inc. All rights reserved. * * 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 Softw...
{ "pile_set_name": "Github" }
.. index:: single: EventDispatcher single: Components; EventDispatcher The EventDispatcher Component ============================= The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them. Introduc...
{ "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 * distri...
{ "pile_set_name": "Github" }
op { graph_op_name: "Elu" endpoint { name: "nn.elu" } }
{ "pile_set_name": "Github" }
package org.ovirt.engine.api.restapi.types; import java.util.ArrayList; import org.ovirt.engine.api.model.HostStorage; import org.ovirt.engine.api.model.LogicalUnit; import org.ovirt.engine.api.model.LogicalUnits; import org.ovirt.engine.api.model.LunStatus; import org.ovirt.engine.core.common.businessentities.Storag...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Copyright (C) 2014-2019 Maciej Delmanowski <drybjed@gmail.com> # Copyright (C) 2015-2019 DebOps <https://debops.org/> # SPDX-License-Identifier: GPL-3.0-only # This file is managed by Ansible, all changes will be lost # Fix device permissions (needed in OpenVZ containers) owner='root' group='d...
{ "pile_set_name": "Github" }
/* * Copyright (c) 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" }
<% # This is a copy of the original erb file with the same name. It adds "DSL" marker. # It also removes the double output of "private" when being both api private and private %> <li class="<%= @item.visibility %> <%= @item.has_tag?(:deprecated) ? 'deprecated' : '' %>"> <span class="summary_signature"> <% if @it...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta char...
{ "pile_set_name": "Github" }
package client const ( CONFIG_ITEM_STATUS_TYPE = "configItemStatus" ) type ConfigItemStatus struct { Resource AccountId string `json:"accountId,omitempty" yaml:"account_id,omitempty"` AgentId string `json:"agentId,omitempty" yaml:"agent_id,omitempty"` AppliedUpdated string `json:"appliedUpdated,omitempty" yam...
{ "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" }
/* bnx2fc_constants.h: QLogic NetXtreme II Linux FCoE offload driver. * Handles operations such as session offload/upload etc, and manages * session resources such as connection id and qp resources. * * Copyright (c) 2008 - 2013 Broadcom Corporation * Copyright (c) 2014, QLogic Corporation * * This program is fr...
{ "pile_set_name": "Github" }
public: __cdecl DirectUI::CCBaseCheckRadioButton::CCBaseCheckRadioButton(class DirectUI::CCBaseCheckRadioButton const & __ptr64) __ptr64 public: __cdecl DirectUI::CCBaseCheckRadioButton::CCBaseCheckRadioButton(unsigned long) __ptr64 public: virtual __cdecl DirectUI::CCBaseCheckRadioButton::~CCBaseCheckRadioButton(void)...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "am", "pm" ], "DAY": [ "\u09b0\u09ac\u09bf\u...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2003 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * 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 S...
{ "pile_set_name": "Github" }
/* * ds.h -- 16-bit PCMCIA core support * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * The initial developer of the original code is David A. Hinds * <dahinds@users.sour...
{ "pile_set_name": "Github" }
''' Python bindings for GLFW. ''' __author__ = 'Florian Rhiem (florian.rhiem@gmail.com)' __copyright__ = 'Copyright (c) 2013 Florian Rhiem' __license__ = 'MIT' __version__ = '1.0.1' import ctypes import os import glob import sys import subprocess import textwrap # Python 3 compatibility: try: _getcwd = os.ge...
{ "pile_set_name": "Github" }
module.exports = require('../types/number');
{ "pile_set_name": "Github" }
var createCompounder = require('./_createCompounder'), upperFirst = require('./upperFirst'); /** * Converts `string` to * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage). * * @static * @memberOf _ * @since 3.1.0 * @category String * @param {string} [string=''] The str...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" ><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Cache-control" content="no-cache" /> ...
{ "pile_set_name": "Github" }
package com.sequenceiq.freeipa.service.freeipa.flow; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; import javax.inject.Inject; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component;...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script> window.done = window.parent.done; window.assert = window.parent.assert; </script> <script type="text/javascript" src="../../steal-with-promises.js" data-config="../config.js"> import module from "basics/mo...
{ "pile_set_name": "Github" }
/******************************* GitHub Login *******************************/ /* Logs into GitHub using OAuth */ var fs = require('fs'), path = require('path'), githubAPI = require('@octokit/rest'), // stores oauth info for GitHub API oAuthConfig = path.join(__dirname, 'oauth....
{ "pile_set_name": "Github" }
/* * HDIC HD29L2 DMB-TH demodulator driver * * Copyright (C) 2011 Metropolia University of Applied Sciences, Electria R&D * * Author: Antti Palosaari <crope@iki.fi> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published ...
{ "pile_set_name": "Github" }
// Copyright 2020 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 "content/browser/devtools/devtools_issue_storage.h" #include "content/browser/devtools/protocol/audits.h" #include "content/public/browser/navig...
{ "pile_set_name": "Github" }
// // KWSymbolicator.m // Kiwi // // Created by Jerry Marino on 4/28/13. // Copyright (c) 2013 Allen Ding. All rights reserved. // #import <objc/runtime.h> #import <libunwind.h> #import <mach-o/dyld.h> #import "KWSymbolicator.h" #import "KWBackgroundTask.h" long kwCallerAddress (void){ #if !__arm__ unw_cursor_t ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <style> body { width: 450px } body, select { font-size: 34px } </style> <!-- In a 450px container, the minimum font size at 15em per line is 30px. This means we map 0px-45px into 30px-45px, so 12px gets mapped to 34px. --> <select size="3"><option>One</option><option>Two</option></select>
{ "pile_set_name": "Github" }
RUN: llvm-objdump -disassemble %p/../Inputs/macho-text-sections.macho-x86_64 | FileCheck %s CHECK: Disassembly of section __notext,__notext
{ "pile_set_name": "Github" }
// Copyright 2015 The Gogs Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package gogs import ( "bytes" "encoding/json" "fmt" "time" ) type DeployKey struct { ID int64 `json:"id"` Key string `json:"key"` U...
{ "pile_set_name": "Github" }
============================ Core USB 2.0 Device Gateware ============================ The *LUNA* gateware library provides a flexible base *USB Device* model, which is designed to provide the basis for creating both application-specific and general-purpose USB hardware. USB devices are created using two core compon...
{ "pile_set_name": "Github" }
/*------------------------------------------------------------------------- * * binary_upgrade.h * variables used for binary upgrades * * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/catalog/bina...
{ "pile_set_name": "Github" }
# Rekall Memory Forensics # Copyright 2016 Google Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or (at # your option) any later ver...
{ "pile_set_name": "Github" }
/* * linux/amiga/amiflop.c * * Copyright (C) 1993 Greg Harp * Portions of this driver are based on code contributed by Brad Pepers * * revised 28.5.95 by Joerg Dorchain * - now no bugs(?) any more for both HD & DD * - added support for 40 Track 5.25" drives, 80-track hopefully behaves * like 3.5" d...
{ "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 <AudioResourceArbitration/dspd_HardwareVolumeDelegate-Protocol.h> @class NSString; __attribute__((...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ page import="org.activiti.engine.form.*, org.apache.commons.lang3.*" %> <!DOCTYPE html> <html> <head> <%@ include file="/common/global.jsp"%> <%@ include file="/common/meta.jsp" %> <%@ include file="/common/include-base-styles...
{ "pile_set_name": "Github" }
{ "name": "junction-examples-hello", "version": "0.0.0", "dependencies": { "junction": ">= 0.0.0", "optimist": ">= 0.0.0" } }
{ "pile_set_name": "Github" }
using Newtonsoft.Json; using System; using System.Collections.Generic; using YamlDotNet.Serialization; namespace KubeClient.Models { /// <summary> /// ConfigMapList is a resource containing a list of ConfigMap objects. /// </summary> [KubeListItem("ConfigMap", "v1")] [KubeObject("ConfigMapList"...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "CDStructures.h" @interface IDEGaugeReportTopSectionContentBackground : NSView { BOOL _lastComponent; } @property BOOL lastComponent; // @synthesize lastComponent=_las...
{ "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 may...
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Fortran mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="fortran.js"></script> <style type="text/css">.CodeMirror {border-top: 1px...
{ "pile_set_name": "Github" }
define(['specificCollection', 'bigCollection'], function (specificCollection, bigCollection) { return { name: 'app', specificCollection: specificCollection, bigCollection: bigCollection } });
{ "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: Operator x++ returns x = ToNumber(x) + 1 es5id: 11.3.1_A3_T4 description: Type(x) is undefined or null ---*/ //CHECK#1 var x; x++; if (isNaN(x) !== true) { $ERROR('#1: va...
{ "pile_set_name": "Github" }
using System.Collections; using System.Collections.Generic; using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; using NetOffice.CollectionsGeneric; namespace NetOffice.ExcelApi { /// <summary> /// Interface IVPageBreaks /// SupportByVersion Excel, 9,10,11,12,14,...
{ "pile_set_name": "Github" }
<formio [renderer]="service.config.renderer" [src]="service.formio.submissionUrl" [readOnly]="true" (formLoad)="service.setForm($event)" (submissionLoad)="service.submissionLoaded($event)" ></formio>
{ "pile_set_name": "Github" }
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ function BasicEvaluatedExpression() { this.range = null; } module.exports = BasicEvaluatedExpression; BasicEvaluatedExpression.prototype.isNull = function() { return !!this.null; }; BasicEvaluatedExpression.prototype....
{ "pile_set_name": "Github" }
# 级联复制 配置级联复制时需要注意在从库上配置:`recovery_target_timeline = 'latest'`,否则当级联从库Promote的时候,下面挂着的从库会无法恢复。 ``` [postgres@10-9-97-214 data]$ tail -f log/postgresql-Sun.csv 2018-08-19 22:54:12.255 CST,,,31781,,5b7968d5.7c25,2,,2018-08-19 20:55:49 CST,,0,FATAL,57P01,"terminating walreceiver process due to administrator command",,,,...
{ "pile_set_name": "Github" }
export default /* glsl */` uniform sampler2D t2D; varying vec2 vUv; void main() { vec4 texColor = texture2D( t2D, vUv ); gl_FragColor = mapTexelToLinear( texColor ); #include <tonemapping_fragment> #include <encodings_fragment> } `;
{ "pile_set_name": "Github" }
// Copyright 2016 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "encoding/binary" "sync" "time" ) // A Time represents a time as the number of 100's of nanoseconds since 15 Oct // 1582. type Time int6...
{ "pile_set_name": "Github" }
// common functions used by datahub package alicloud import ( "strings" "time" "github.com/aliyun/aliyun-datahub-sdk-go/datahub" ) func convUint64ToDate(t uint64) string { return time.Unix(int64(t), 0).Format("2006-01-02 15:04:05") } func getNow() string { return time.Now().Format("2006-01-02 15:04:05") } fun...
{ "pile_set_name": "Github" }
//===--- TextInputContext.cpp - Object Holder -------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
{ "pile_set_name": "Github" }
# Copyright (c) Microsoft Corporation # All rights reserved. # # MIT License # # 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 ...
{ "pile_set_name": "Github" }
/******************************************************************************************************* * * msi.gama.kernel.batch.Mutation.java, in plugin msi.gama.core, * is part of the source code of the GAMA modeling and simulation platform (v. 1.8.1) * * (c) 2007-2020 UMI 209 UMMISCO IRD/SU & Partners ...
{ "pile_set_name": "Github" }
(ns chromex.ext.printing-metrics (:require-macros [chromex.ext.printing-metrics :refer [gen-wrap]]) (:require [chromex.core])) ; -- functions -------------------------------------------------------------------------------------------------------------- (defn get-print-jobs* [config] (gen-wrap :function ::get-pr...
{ "pile_set_name": "Github" }
/* Copyright 2017 Kjetil S. Matheussen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope...
{ "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" }
package ansiterm import ( "strconv" ) func parseParams(bytes []byte) ([]string, error) { paramBuff := make([]byte, 0, 0) params := []string{} for _, v := range bytes { if v == ';' { if len(paramBuff) > 0 { // Completed parameter, append it to the list s := string(paramBuff) params = append(param...
{ "pile_set_name": "Github" }