text
stringlengths
2
99.9k
meta
dict
adamk@chromium.org gsathya@chromium.org leszeks@chromium.org littledan@chromium.org marja@chromium.org neis@chromium.org verwaest@chromium.org # COMPONENT: Blink>JavaScript>Parser
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../libc/type.off_t.html"> </head> <body> <p>Redirecting to <a href="../../../libc/type.off_t.html">../../../libc/type.off_t.html</a>...</p> <script>location.replace("../../../libc/type.off_t.html" + location.search + loc...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // set.hpp // // Copyright 2008 Eric Niebler. 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) #ifndef BOOST_XPRESSIVE_DETAIL_SET_HP...
{ "pile_set_name": "Github" }
package epi; import epi.test_framework.EpiTest; import epi.test_framework.GenericTest; import epi.test_framework.RandomSequenceChecker; import epi.test_framework.TestFailure; import epi.test_framework.TimedExecutor; import java.util.ArrayList; import java.util.Collections; import java.util.List; public class RandomPer...
{ "pile_set_name": "Github" }
import { bootstrap } from '@angular/platform-browser-dynamic'; import { AppComponent } from './app.component'; bootstrap(AppComponent);
{ "pile_set_name": "Github" }
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------ namespace System.ServiceModel.Description { using System; using System.ComponentModel; using System.Diagnostics; us...
{ "pile_set_name": "Github" }
[Desktop Entry] Name=QOwnNotes Comment=Plain-text file markdown note taking with Nextcloud/ownCloud integration Exec=QOwnNotes Keywords=markdown;owncloud;nextcloud;notes; Icon=QOwnNotes Type=Application Terminal=false StartupNotify=true Categories=Utility;TextEditor; StartupWMClass=QOwnNotes
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2015 RoboVM AB * * 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" }
package Paws::Translate::StopTextTranslationJob; use Moose; has JobId => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'StopTextTranslationJob'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Translat...
{ "pile_set_name": "Github" }
namespace ClassLib115 { public class Class054 { public static string Property => "ClassLib115"; } }
{ "pile_set_name": "Github" }
/*! ========================================================= * bootstrap-slider.js * * Maintainers: * Kyle Kemp * - Twitter: @seiyria * - Github: seiyria * Rohit Kalkur * - Twitter: @Rovolutionary * - Github: rovolution * * ========================================================= * * Licensed...
{ "pile_set_name": "Github" }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2013 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // // Copyright David Abrahams 2002, Joel de Guzman, 2002. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // //////////////////////...
{ "pile_set_name": "Github" }
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> void *print_hello(void *id) { pthread_exit(id); } int main(void) { const int nb_threads = 10; pthread_t threads[nb_threads]; int status; long i; for(i = 0; i < nb_threads; i++) { status = pthread_create(&threads[i], NULL, print_h...
{ "pile_set_name": "Github" }
#include <fcntl.h> /* open */ #include <stdbool.h> #include <stdio.h> /* tmpnam */ #include <string.h> /* memset */ #include <sys/stat.h> /* stat */ #include <unistd.h> /* access */ #include <unity.h> #include <cmock.h> #include "Mocklogger.h" #include "util.h" #include "common.h" int sd_log_level = SDOG_INFO; #def...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <upstream> <remote-id type="github">ekmett/exceptions</remote-id> </upstream> </pk...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009 Johns Hopkins University. * 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...
{ "pile_set_name": "Github" }
/* boost random/mersenne_twister.hpp header file * * Copyright Jens Maurer 2000-2001 * Copyright Steven Watanabe 2010 * 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) * * See http://www.boost.org for most rec...
{ "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" }
=pod =head1 NAME X509_new, X509_free - X509 certificate ASN1 allocation functions =head1 SYNOPSIS #include <openssl/x509.h> X509 *X509_new(void); void X509_free(X509 *a); =head1 DESCRIPTION The X509 ASN1 allocation routines, allocate and free an X509 structure, which represents an X509 certificate. X509_new(...
{ "pile_set_name": "Github" }
<style> div { font-family: Calibri; margin: 10px; } button:focus { outline: 1px #5bd solid; } #container { width: 460px; height: 20px; padding: 20px; border: 1px red solid; } #btn3 { margin-left: 200px; } #logViewer { width: 500px; height: 200px; overflow-y: scroll; border: 1px #555 solid; mar...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Twig. * * (c) 2009 Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Twig_NodeVisitorInterface is the interface the all node visitor classes must implement. * * @author Fabi...
{ "pile_set_name": "Github" }
/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>rrestjs高性能node.js框架-教程 </title><meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta name="keywords" content="rrestjs,node.js高性能框架,nodejs框架,node框架,node.js框架,node.js restful,nodejs restful, node restful,node.js restful 框架" /> <meta name="description" cont...
{ "pile_set_name": "Github" }
/** * GDS Error codes * Extracted from https://www.firebirdsql.org/pdfrefdocs/Firebird-2.1-ErrorCodes.pdf */ const GDSCode = { ARITH_EXCEPT : 335544321, // Arithmetic exception, numeric overflow, or string BAD_DBKEY : 335544322, // Invalid database key BAD_DB_FOR...
{ "pile_set_name": "Github" }
distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
{ "pile_set_name": "Github" }
package: name: trilinos version: 11.2.4 source: fn: trilinos-11.2.4-Source.tar.gz url: http://trilinos.sandia.gov/download/files/trilinos-11.2.4-Source.tar.gz md5: 29abd4c5bd4bb39aef87e151bfe12541 patches: - version.patch requirements: build: - python - numpy - swig - cmake run: ...
{ "pile_set_name": "Github" }
#ifndef BENCHMARK_LOG_H_ #define BENCHMARK_LOG_H_ #include <iostream> #include <ostream> #include "benchmark/macros.h" namespace benchmark { namespace internal { typedef std::basic_ostream<char>&(EndLType)(std::basic_ostream<char>&); class LogType { friend LogType& GetNullLogInstance(); friend LogType& GetErro...
{ "pile_set_name": "Github" }
/// <reference types="Cypress" /> import SettingsPageObject from '../../../support/pages/module/sw-settings.page-object'; describe('Delivery time: Test acl privileges', () => { beforeEach(() => { cy.setToInitialState() .then(() => { cy.loginViaApi(); }) ...
{ "pile_set_name": "Github" }
[android-components](../../../index.md) / [mozilla.components.browser.session](../../index.md) / [SessionManager](../index.md) / [Snapshot](index.md) / [empty](./empty.md) # empty `fun empty(): `[`Snapshot`](index.md) [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/browser/sessi...
{ "pile_set_name": "Github" }
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.tensorfl...
{ "pile_set_name": "Github" }
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <input class="input-text" type="email" data-bind=" hasFocus: focused, value: value, attr: { name: inputName, placeholder: placeholder, 'aria-describedby': getDescriptionId(), ...
{ "pile_set_name": "Github" }
.datebox-calendar-inner { height: 180px; } .datebox-button { padding: 0 5px; text-align: center; } .datebox-button a { line-height: 22px; font-size: 12px; font-weight: bold; text-decoration: none; opacity: 0.6; filter: alpha(opacity=60); } .datebox-button a:hover { opacity: 1.0; filter: alpha(opac...
{ "pile_set_name": "Github" }
# Copyright (C) 2003-2007, 2009, 2010 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, # provided that the above copyright notice and this permission notice # appear in all copies. # # THE SOFTWARE IS PROVIDED ...
{ "pile_set_name": "Github" }
[ { "description": "root pointer ref", "schema": { "properties": { "foo": {"$ref": "#"} }, "additionalProperties": false }, "tests": [ { "description": "match", "data": {"foo": false}, ...
{ "pile_set_name": "Github" }
package org.ovirt.engine.ui.webadmin.section.main.view.tab.storage; import java.util.Comparator; import java.util.Date; import org.ovirt.engine.core.common.businessentities.StorageDomain; import org.ovirt.engine.core.common.businessentities.VmTemplate; import org.ovirt.engine.core.compat.StringFormat; import org.ovir...
{ "pile_set_name": "Github" }
{ "word": "Facility", "definitions": [ "A place, amenity, or piece of equipment provided for a particular purpose.", "A special feature of a service or machine, which offers the opportunity to do or benefit from something.", "A natural ability to do or learn something well and easily.", ...
{ "pile_set_name": "Github" }
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/message_loop/message_loop.h" #include "remoting/base/auto_thread_task_runner.h" #include "remoting/base/constants.h" #include "remoting...
{ "pile_set_name": "Github" }
/** * @file ShaderDefs.hpp * @author Shenghua Lin, Minmin Gong * * @section DESCRIPTION * * This source file is part of KlayGE * For the latest info, see http://www.klayge.org * * @section LICENSE * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
{ "pile_set_name": "Github" }
include_rules = [ "+grit", # For generated headers ]
{ "pile_set_name": "Github" }
//mark-and-toys.cpp //Mark and Toys //Algorithms - Sorting //Author: derekhh #include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { int n, k; cin >> n >> k; vector<int> v; for (int i = 0; i < n; i++) { int num; cin >> num; v.push_back(num); } sort(v.begin(), v.end()); ...
{ "pile_set_name": "Github" }
/* Pygments default style */ code {background-color: #f8f8f8} code .comment {color: #408080; font-style: italic} code .comment.preproc {color: #bc7a00; font-style: normal} code .keyword {color: #008000; font-weight: bold} code .keyword.pseudo {font-weight: normal} code .operator {color: #666} code .operator.word {c...
{ "pile_set_name": "Github" }
[alias] regen-protobufs = ["run", "--bin", "protobuf-gen", "tools/protobuf_files.toml"] dev-install = ["install", "asdev"] all_tests = ["asdev", "test"] rust_tests = ["asdev", "test_rust"] verify_env = ["asdev", "verify_env"]
{ "pile_set_name": "Github" }
// Copyright(c) 2018 Google 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 agree...
{ "pile_set_name": "Github" }
# Copyright 2016 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
&HEAD CHID='NIST_SDG-2p5-100-p39b', TITLE='Mencsh - Cleary Deposition Apparatus, 2.5 SLM, 100 C dT, Test 2'/ &TIME T_END=30.0/ &DUMP NFRAMES=30/ &MESH ID='Inlet', IJK=38,5,10, XB=-0.117,-0.079,-5.0E-3,0.0,-5.0E-3,5.0E-3 / &MESH ID='Inlet Plenum', IJK=79,40,26, XB=-0.079,0.0,-0.04,0.0,-0.013,0.013 / &MESH ID='Test Sec...
{ "pile_set_name": "Github" }
package settings var ( AuthUserInfoResyncCron = newSetting("0 0 * * *") AuthUserSessionTTLMinutes = newSetting("960") // 16 hours AuthUserInfoMaxAgeSeconds = newSetting("3600") // 1 hour FirstLogin = newSetting("true") ) type Setting interface { Get() string Set(val string) error } func newS...
{ "pile_set_name": "Github" }
--- Description: Normally, direct access is adequate to call a WMI provider method. ms.assetid: be9332b5-8094-44a2-8632-af9957ecf36b ms.tgt_platform: multiple title: Constructing InParameters Objects and Parsing OutParameters Objects ms.topic: article ms.date: 05/31/2018 --- # Constructing InParameters Objects and Par...
{ "pile_set_name": "Github" }
`inline` element characteristics Use `background-repeat` to repeat a background image horizontally or vertically Difference between `initial` and `inherit` How to flip an image Debug with `*` selector
{ "pile_set_name": "Github" }
/* File: constructor.h */ /* Copyright (c) 2014, Christian E. Schafmeister CLASP 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) any later versio...
{ "pile_set_name": "Github" }
#pragma once class CFilePathHelper { public: CFilePathHelper(const wstring& file_path); CFilePathHelper(){} ~CFilePathHelper(); void SetFilePath(const wstring& file_path) { m_file_path = file_path; } wstring GetFileExtension(bool upper = false, bool width_dot = false) const; //获取文件的扩展名(upper:是否大写; width_dot:是否...
{ "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 "NSBezierPath.h" @interface NSBezierPath (NSBezierPath_BooleanBridge) - (id)bezierPathBySubtractingPaths:(id)arg1; - (id)booleanExclusiveOrWith:(id)arg1; - (id)booleanInter...
{ "pile_set_name": "Github" }
-- This file is part of purebred -- Copyright (C) 2017-2019 Róman Joost -- -- purebred is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later...
{ "pile_set_name": "Github" }
<!-- HTML header for doxygen 1.8.14--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" cont...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2007, AIOTrade Computing Co. and Contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyrigh...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2010 WiYun Inc. * Author: luma(stubma@gmail.com) * * For all entities this program is free software; you can redistribute * it and/or modify it under the terms of the 'WiEngine' license with * the additional provision that 'WiEngine' must be credited in a manner * that can be be observe...
{ "pile_set_name": "Github" }
// Auto generated package-info by MCP @ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault package net.shadowmage.ancientwarfare.npc.inventory; import mcp.MethodsReturnNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft....
{ "pile_set_name": "Github" }
# Be sure to restart your server when you modify this file. # Add new inflection rules using the following format. Inflections # are locale specific, and you may define rules for as many different # locales as you wish. All of these examples are active by default: # ActiveSupport::Inflector.inflections(:en) do |inflec...
{ "pile_set_name": "Github" }
/* * Copyright 2020 Spotify AB * * 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" }
" Vim syntax file " Language: Expect " Maintainer: Ralph Jennings <knowbudy@oro.net> " Last Change: 2012 Jun 01 " (Dominique Pelle added @Spell) " quit when a syntax file was already loaded if exists("b:current_syntax") finish endif " Reserved Expect variable prefixes. syn match expectVariables "\$exp[a-zA-Z0-9...
{ "pile_set_name": "Github" }
; *************************************************************************** ; *************************************************************************** ; *************************************************************************** ; ** ** ; ** ROM...
{ "pile_set_name": "Github" }
module.exports = ComPingPacket; function ComPingPacket() { this.command = 0x0e; } ComPingPacket.prototype.write = function(writer) { writer.writeUnsignedNumber(1, this.command); }; ComPingPacket.prototype.parse = function(parser) { this.command = parser.parseUnsignedNumber(1); };
{ "pile_set_name": "Github" }
// (C) Uri Wilensky. https://github.com/NetLogo/NetLogo package org.nlogo.lex import org.nlogo.core.{ SourceLocation, Token, TokenType } class ExtensionLiteral(start: Int, filename: String) { private val builder = new StringBuilder private var nestingLevel = 0 def isFinished = nestingLevel == 0 def add(s:...
{ "pile_set_name": "Github" }
import React from 'react'; import { View, Image, Text } from 'react-native'; import { ComponentDemo, CodeInline } from '@components'; import { Avatar, IconButton, Icon, Chip } from '../../../../../../src/index'; export const code = `class ChipPage extends React.Component { constructor(props) { super(props) t...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 OcclusionCullingSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_OcclusionBakeSettings: smallestOccluder: 5 smallestHole: 0.25 backfaceThreshold: 100 m_SceneGUID: 00000000000000000000000000000000 m_OcclusionCullingData: {fileID: 0} --- !u!...
{ "pile_set_name": "Github" }
framework module Pods_Freetime { umbrella header "Pods-Freetime-umbrella.h" export * module * { export * } }
{ "pile_set_name": "Github" }
# # Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=xz PKG_VERSION:=5.2.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/lzmautils \ http://tukaani.org/xz ...
{ "pile_set_name": "Github" }
330 142 379 165 kitchen 1 1 264 300 354 328 bedroom 1 1 79 320 122 336 bathroom 1 1 119 94 147 114 restroom 1 1 149 450 240 474 balcony 1 1 350 452 442 475 closet 1 1 172 154 217 172 corridor 1 1 105 209 145 229 washing_room 1 1 107 138 152 138 door 1 3 196 67 257 67 door 2 1 203 217 257 217 door 2 1 184 430...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash GIT_ROOT=$(git rev-parse --show-toplevel) black -S "$GIT_ROOT"
{ "pile_set_name": "Github" }
package foo; class Bar{ } class Baz { }
{ "pile_set_name": "Github" }
// Copyright (c) 2011 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. #ifndef BASE_WAYLAND_WAYLAND_EVENT_H_ #define BASE_WAYLAND_WAYLAND_EVENT_H_ #include <stdint.h> // Wayland event information is being passed in as a...
{ "pile_set_name": "Github" }
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
{ "pile_set_name": "Github" }
// FB Alpha SNK Main event driver module // Based on MAME driver by David Haywood and Tomasz Slanina #include "tiles_generic.h" #include "z80_intf.h" #include "ay8910.h" static UINT8 *AllMem; static UINT8 *MemEnd; static UINT8 *AllRam; static UINT8 *RamEnd; static UINT8 *DrvZ80ROM0; static UINT8 *DrvZ80RO...
{ "pile_set_name": "Github" }
// // Use this file to import your target's public headers that you would like to expose to Swift. //
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 2002-2016, International Business Machines * Corporation and others. All Rights Reserved. *********************...
{ "pile_set_name": "Github" }
=pod =head1 NAME BIO_f_base64 - base64 BIO filter =head1 SYNOPSIS #include <openssl/bio.h> #include <openssl/evp.h> BIO_METHOD * BIO_f_base64(void); =head1 DESCRIPTION BIO_f_base64() returns the base64 BIO method. This is a filter BIO that base64 encodes any data written through it and decodes any data read t...
{ "pile_set_name": "Github" }
# # http://bugs.mysql.com/53046 # dict_update_statistics_low can still be run concurrently on same table # # This is a symbolic test, it would not fail if the bug is present. # Rather those SQL commands have been used during manual testing under # innodb_sync_debug to test all changed codepaths for locking # correctnes...
{ "pile_set_name": "Github" }
titleOnly: true commitsOnly: false titleAndCommits: false types: - feat - fix - revert - docs - style - refactor - test - build - autogen - security - ci - chore
{ "pile_set_name": "Github" }
From ssl-lists-owner@mincom.com Mon Sep 30 02:37:40 1996 Received: from cygnus.mincom.oz.au by orb.mincom.oz.au with SMTP id AA11782 (5.65c/IDA-1.4.4 for eay); Mon, 30 Sep 1996 11:46:21 +1000 Received: (from daemon@localhost) by cygnus.mincom.oz.au (8.7.5/8.7.3) id LAA18980 for ssl-users-outgoing; Mon, 30 Sep 1996 11...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <swiftCore/_TtCs12_SwiftObject.h> @interface _TtC16ControlCenterApp17AirDropController : _TtCs12_SwiftObject { // Error pa...
{ "pile_set_name": "Github" }
from test import support # If we end up with a significant number of tests that don't require # threading, this test module should be split. Right now we skip # them all if we don't have threading. threading = support.import_module('threading') from contextlib import contextmanager import imaplib import os.path impor...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="cy" english-language-name="Welsh"> <!-- * This file is generated automatically. --> <!-- * To submit changes to this file upstream (to the DocBook Project) --> <!-- * do not submit an edited version of this...
{ "pile_set_name": "Github" }
// Copyright IBM Corp. 2019. All Rights Reserved. // Node module: @loopback/logging // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT export * from './logging.interceptor';
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 43f59044578da854b8cd226c7768e24c folderAsset: yes timeCreated: 1507216495 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
################################################################################ # SimpleLink Device makefile SUBFAMILY = cc13x0-cc26x0 DEVICE_FAMILY = CC13X0 DEVICE_LINE = CC13XX DEVICE = CC1350 BOARD_SOURCEFILES += CC1350STK.c CC1350STK_fxns.c BOARD_SOURCEFILES += leds-arch.c SUPPORTS_PROP_MODE = 1 S...
{ "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" }
// Copyright (c) 2003-2008 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // You can redistribute it and/or modify it under the terms of the GNU // General Public License as published by the Free Software Foundation, // either version 3 of the License, or (at y...
{ "pile_set_name": "Github" }
--- title: pwa metaTitle: PWA 插件 | VuePress --- # [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/master/packages/@vuepress/plugin-pwa) > PWA 插件 ## 安装 ```bash yarn add -D @vuepress/plugin-pwa # OR npm install -D @vuepress/plugin-pwa ``` ## 使用 ```javascript module.exports = { plugins: ['@vuepress/p...
{ "pile_set_name": "Github" }
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "default", { enumerable: true, get: function get() { return _Modal["default"]; } }); var _Modal = _interopRequi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <project name="Geotools 2"> <body> <!-- ==================================================== --> <!-- Links to appears just below the right banner --> <!-- ==================================================== --> <links> <item name="Geotools" h...
{ "pile_set_name": "Github" }
/* -*- Mode: C; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Copyright (c) 2007, Google Inc. * 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 co...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\VaultGraphQl\Model\Resolver; use Magento\Framework\GraphQl\Config\Element\Field; use Magento\Framework\GraphQl\Exception\GraphQlAuthorizationException; use Magento\Framewo...
{ "pile_set_name": "Github" }
/// /// Copyright (c) 2016 Dropbox, Inc. All rights reserved. /// /// Auto-generated by Stone, do not modify. /// #import <Foundation/Foundation.h> #import "DBSerializableProtocol.h" @class DBTEAMLOGSfTeamInviteChangeRoleType; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// /// The `SfTeamInviteChangeRoleTy...
{ "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\Bundle\FrameworkBundle\DependencyInjection\Compiler; use Symfon...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <linux/compiler.h> #include <asm/arch/s3c24x0_cpu.h> DECLARE_GLOBAL_DATA_PTR; #ifdef CONFIG_SERIAL1 #define UART_NR S3C24X0_UART0 #elif defined(CONFIG_SERIA...
{ "pile_set_name": "Github" }
#!/bin/ksh -p # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.open...
{ "pile_set_name": "Github" }
package com.x.component.core.entity; import com.x.base.core.entity.AbstractPersistenceProperties; public final class PersistenceProperties extends AbstractPersistenceProperties { public static class Component { public static final String table = "CPT_COMPONENT"; } }
{ "pile_set_name": "Github" }
2000-02-09 2000-03-01 0100-03-30 \N 0001-01-01 9999-12-31 0000-01-01 0001-00-01 0001-01-00
{ "pile_set_name": "Github" }