text
stringlengths
2
99.9k
meta
dict
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using Microsoft.Build.Shared; namespace Microsoft.Build.Utilities { /// <summary> /// Structure to represent a...
{ "pile_set_name": "Github" }
--- title: HDF5 Output Layer --- # HDF5 Output Layer * Layer type: `HDF5Output` * [Doxygen Documentation](http://caffe.berkeleyvision.org/doxygen/classcaffe_1_1HDF5OutputLayer.html) * Header: [`./include/caffe/layers/hdf5_output_layer.hpp`](https://github.com/BVLC/caffe/blob/master/include/caffe/layers/hdf5_output_la...
{ "pile_set_name": "Github" }
-- wal3.test -- -- execsql { SELECT * FROM t1 } SELECT * FROM t1
{ "pile_set_name": "Github" }
import * as d3 from "d3"; import {MetaDataType} from './meta_data'; import {Node} from './node'; import {classify} from './util'; export class Tooltip { private offsetX: number; private visibility: string; constructor(private node: Node, private eventType: string) { this.offsetX = 30; thi...
{ "pile_set_name": "Github" }
{ "parent": "immersiveengineering:block/stairs_steel_scaffolding_wooden_top" }
{ "pile_set_name": "Github" }
--- nodes: - name: start - name: bridge1 - name: generate_signature - name: add_signatures - name: bridge2 - name: submit_sample - name: quit edges: - start: generate_signature - bridge1: generate_signature weight: 0.95 - bridge1: add_signatures - generate_signature: bridge1 - add_signatures: submit_samp...
{ "pile_set_name": "Github" }
/* * Copyright 2009-2018, Acciente LLC * * Acciente LLC licenses this file to you under the * Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the * License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Advanced Micro Devices, Inc. * * 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" }
import UIKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { var window: UIWindow? }
{ "pile_set_name": "Github" }
package com.github.javaparser.utils; /** * Simply a pair of objects. * @param <A> type of object a. * @param <B> type of object b. */ public class Pair<A, B> { public final A a; public final B b; public Pair(A a, B b) { this.a = a; this.b = b; } }
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "scale" : "1x", "filename" : "login-create-account.png" }, { "idiom" : "universal", "scale" : "2x", "filename" : "login-create-account@2x.png" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
<?php /** * * ThinkUp/webapp/plugins/insightsgenerator/tests/TestOfLoveWinsInsight.php * * Copyright (c) 2015 Gina Trapani * * LICENSE: * * This file is part of ThinkUp (http://thinkup.com). * * ThinkUp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public * Lic...
{ "pile_set_name": "Github" }
// Copyright 2015-2017 Espressif Systems (Shanghai) PTE LTD // // 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 app...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
// Copyright 2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // RIPEMD-160 block step. // In its own file so that a faster assembly or C version // can be substituted easily. package ripemd160 import ( "math/bits" ) /...
{ "pile_set_name": "Github" }
/** * TLS-Attacker - A Modular Penetration Testing Framework for TLS * * Copyright 2014-2020 Ruhr University Bochum, Paderborn University, * and Hackmanit GmbH * * Licensed under Apache License 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package de.rub.nds.tlsattacker.core.protocol.serializer; import d...
{ "pile_set_name": "Github" }
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.3/maven-wrapper-0.5.3.jar
{ "pile_set_name": "Github" }
// Learn more about F# at http://fsharp.org open Terminal.Gui open System open System.Collections.Generic open System.Diagnostics open System.Globalization open System.Reflection open NStack type Demo() = class end let ustr (x:string) = ustring.Make(x) let mutable ml2 = Unchecked.defaultof<Label>...
{ "pile_set_name": "Github" }
'use strict'; // Load modules const Crypto = require('crypto'); const Boom = require('boom'); // Declare internals const internals = {}; // Generate a cryptographically strong pseudo-random data exports.randomString = function (size) { const buffer = exports.randomBits((size + 1) * 6); if (buffer insta...
{ "pile_set_name": "Github" }
'use strict'; const electron = require('electron'); const fs = require('fs'); const app = electron.app; // adds debug features like hotkeys for triggering dev tools and reload // require('electron-debug')(); // prevent window being garbage collected let mainWindow; function onClosed() { // dereference the windo...
{ "pile_set_name": "Github" }
Content-type: text/html <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of PLA</TITLE> </HEAD><BODY> <H1>PLA</H1> Section: Misc. Reference Manual Pages (5OCTTOOLS)<BR>Updated: 8/23/81<BR><A HREF="#index">Index</A> <A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><H...
{ "pile_set_name": "Github" }
541560fe389993cf6861d1dabba93438
{ "pile_set_name": "Github" }
/* * LED Class Core * * Copyright (C) 2005 John Lenz <lenz@cs.wisc.edu> * Copyright (C) 2005-2007 Richard Purdie <rpurdie@openedhand.com> * * 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 ...
{ "pile_set_name": "Github" }
(ns clograms.models (:require [clograms.db :as db] [datascript.core :as d])) (defmulti build-node (fn [entity-type id] entity-type)) (defmethod build-node :project [_ proj-id] {:entity {:entity/type :project :project/id proj-id} :diagram.node/type :clograms/project-node}) (defmethod ...
{ "pile_set_name": "Github" }
-------------------------------------------------------- -- This file was automatically generated by Ocarina -- -- Do NOT hand-modify this file, as your -- -- changes will be lost when you re-run Ocarina -- -------------------------------------------------------- pragma Style_Checks ("NM32766"); ...
{ "pile_set_name": "Github" }
process.env.NODE_ENV = 'test'; var mongoose = require('mongoose'), root = __dirname + '/../../../', utils = require(root + 'lib/utils'), should = require('should'), moment = require('moment'), _ = require('underscore'), cleanDb = utils.cleanDb, ENV, clientsBulk; ENV = pr...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" "Last-Translator: Joris MASSON <joris.masson@enalean.com>\n" "Language-Team: \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.2.4\n"...
{ "pile_set_name": "Github" }
<%@page import="java.net.URLDecoder"%> <%@page import="java.net.URLEncoder"%> <%@page import="javax.crypto.spec.SecretKeySpec"%> <%@page import="org.keycloak.common.util.Base64"%> <%@page import="org.keycloak.jose.jws.JWSBuilder"%> <%@page import="org.keycloak.representations.JsonWebToken"%> <% String secret = "aS...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; using UnityEngine.Profiling; using System; using System.Collections.Generic; public class GameStatistics { public int rtt; private readonly int _no_frames = 128; public GameStatistics() { m_FrequencyMS = System.Diagnostics.Stopwatch.Frequency / 10...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; namespace UWPClient.Oidc { /// <summary> /// <see cref="http://oidc-server.test/.well-known/openid-configuration"/> /// </summary> public class OidcClient { private static reado...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Thu Nov 01 21:10:26 PDT 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.ctc.wstx.cfg Cla...
{ "pile_set_name": "Github" }
/** * @license * Copyright (c) 2015 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be f...
{ "pile_set_name": "Github" }
// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.metricsproxy.service; import com.google.inject.Inject; import com.yahoo.component.AbstractComponent; import java.util.logging.Level; import com.yahoo.jrt.ErrorCode; import com.yahoo.jrt.Re...
{ "pile_set_name": "Github" }
import pandas as pd import featuretools as ft from featuretools.entityset.deserialize import description_to_entityset from featuretools.feature_base.features_serializer import FeaturesSerializer SCHEMA_VERSION = "6.0.0" def test_single_feature(es): feature = ft.IdentityFeature(es['log']['value']) serializer...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006, 2009 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library 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 ve...
{ "pile_set_name": "Github" }
# jwt-go [![Build Status](https://travis-ci.org/dgrijalva/jwt-go.svg?branch=master)](https://travis-ci.org/dgrijalva/jwt-go) [![GoDoc](https://godoc.org/github.com/dgrijalva/jwt-go?status.svg)](https://godoc.org/github.com/dgrijalva/jwt-go) A [go](http://www.golang.org) (or 'golang' for search engine friendliness) im...
{ "pile_set_name": "Github" }
.. _ex_hello_world: Example: Hello World ==================== The simplest possible spreadsheet. This is a good place to start to see if the ``xlsxwriter`` module is installed correctly. .. image:: _images/hello01.png .. literalinclude:: ../../../examples/hello_world.lua :language: lua
{ "pile_set_name": "Github" }
#!/usr/bin/env python3 -m pytest -s import snowy import numpy as np import os import pytest import tempfile from snowy.io import show_filename from snowy.io import show_array def path(filename: str): scriptdir = os.path.dirname(os.path.realpath(__file__)) return os.path.join(scriptdir, filename) def test_io...
{ "pile_set_name": "Github" }
// +build appengine package logrus // IsTerminal returns true if stderr's file descriptor is a terminal. func IsTerminal() bool { return true }
{ "pile_set_name": "Github" }
//TestTeaBagAdaptation.java - testing the adapter namespace Structural.Adapter { using tap; class TestAdapter { public static void Main() { Tapper tap = new Tapper(); TeaCup teaCup = new TeaCup(); TeaBag teaBag = new TeaBag(); teaCup.steepTeaBag(teaBag); tap.test("Steeping...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE127_Buffer_Underread__malloc_wchar_t_ncpy_06.c Label Definition File: CWE127_Buffer_Underread__malloc.label.xml Template File: sources-sink-06.tmpl.c */ /* * @description * CWE: 127 Buffer Under-read * BadSource: Set data pointer to before the allocated memory buffer...
{ "pile_set_name": "Github" }
{ "extName": { "message": "uBlock Origin", "description": "extension name." }, "extShortDesc": { "message": "Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.", "description": "this will be in the Chrome web store: must be 132 characters or less" }, "dashboardName": { "mess...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <catmetadata> <longdescription lang="en"> The app-dicts category contains dictionary and word-list packages. </longdescription> <longdescription lang="de"> The Kategorie app-dicts enthält Wörterbücher un...
{ "pile_set_name": "Github" }
# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, 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 n...
{ "pile_set_name": "Github" }
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.eShopOnContainers.WebMVC; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using Serilog; using System; using System.IO; using System.IO.Compression; using System.Linq; namespace WebMVC.Infrastru...
{ "pile_set_name": "Github" }
package systemd import ( "errors" "net" "strconv" "github.com/coreos/go-systemd/activation" ) // ListenFD returns the specified socket activated files as a slice of // net.Listeners or all of the activated files if "*" is given. func ListenFD(addr string) ([]net.Listener, error) { // socket activation listener...
{ "pile_set_name": "Github" }
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. /* Package ssh implements an SSH client and server. SSH is a transport security protocol, an authentication protocol and a family of application protocols. The...
{ "pile_set_name": "Github" }
{ "_from": "inflight@^1.0.4", "_id": "inflight@1.0.6", "_inBundle": false, "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "_location": "/cordova-android/inflight", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "inflight@^1.0.4", "name": "inflight", ...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _TOOLS_LINUX_TYPES_H_ #define _TOOLS_LINUX_TYPES_H_ #include <stdbool.h> #include <stddef.h> #include <stdint.h> #define __SANE_USERSPACE_TYPES__ /* For PPC64, to get LL64 types */ #include <asm/types.h> #include <asm/posix_types.h> struct page; struct kmem_cache; type...
{ "pile_set_name": "Github" }
/** * Copyright 2019 vip.com. * <p> * 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" }
{ "pagination": { "ListSignalingChannels": { "input_token": "NextToken", "limit_key": "MaxResults", "output_token": "NextToken", "result_key": "ChannelInfoList" }, "ListStreams": { "input_token": "NextToken", "limit_key": "MaxResults", "output_token": "NextToken",...
{ "pile_set_name": "Github" }
import ws2_32 ''' A small module for keeping a database of ordinal to symbol mappings for DLLs which frequently get linked without symbolic infoz. ''' ords = { 'ws2_32.dll':ws2_32.ord_names, 'wsock32.dll':ws2_32.ord_names, } def ordLookup(libname, ord): ''' Lookup a name for the given ordinal if it's...
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:f6e913cc53b43f7ecac2313eb6f5c2b3c05a82b9dccec092f268c701b5c1ebe6 size 6888
{ "pile_set_name": "Github" }
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb index 8c04cb5..132d803 100644 --- a/ext/openssl/extconf.rb +++ b/ext/openssl/extconf.rb @@ -104,6 +104,9 @@ have_func("SSLv2_method") have_func("SSLv2_server_method") have_func("SSLv2_client_method") +have_func("SSLv3_method") +have_func("SSLv3_server_meth...
{ "pile_set_name": "Github" }
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 struct module; struct lock_class_key; struct class_interface; struct class; e...
{ "pile_set_name": "Github" }
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["vendors~react-syntax-highlighter_languages_highlight_vim"],{ /***/ "./node_modules/highlight.js/lib/languages/vim.js": /*!********************************************************!*\ !*** ./node_modules/highlight.js/lib/languages/vim.js ***! \*********...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # This file is part of wger Workout Manager. # # wger Workout Manager 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 ...
{ "pile_set_name": "Github" }
// Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum 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 Foundation, either version 3 of the License...
{ "pile_set_name": "Github" }
<?php /** * This file is part of qaReview * * @version $Revision$ * @copyright Qafoo GmbH */ namespace Qafoo\Review; use Qafoo\RMF; try { require __DIR__ . '/../main/Qafoo/Review/bootstrap.php'; $dic = new DIC\Base(); $dic->mysqli; $dispatcher = new RMF\Dispatcher\Simple( new RMF\Router...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2006-2014 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file exc...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
{ "pile_set_name": "Github" }
#! /bin/sh # Remove build directory if exist if cd build; then echo echo "********** Removing older build directory **********" cd .. sudo rm -rf build fi echo echo "**************************************************" echo "****************** build library *****************" echo "********************...
{ "pile_set_name": "Github" }
# These are supported funding model platforms github: mansona
{ "pile_set_name": "Github" }
#include "relabel_cpu.h" #include "utils.h" std::tuple<torch::Tensor, torch::Tensor> relabel_cpu(torch::Tensor col, torch::Tensor idx) { CHECK_CPU(col); CHECK_CPU(idx); CHECK_INPUT(idx.dim() == 1); auto col_data = col.data_ptr<int64_t>(); auto idx_data ...
{ "pile_set_name": "Github" }
var baseFlatten = require('./_baseFlatten'), map = require('./map'); /** * Creates a flattened array of values by running each element in `collection` * thru `iteratee` and flattening the mapped results. The iteratee is invoked * with three arguments: (value, index|key, collection). * * @static * @memberOf _...
{ "pile_set_name": "Github" }
reading on: s fileName: f ^ (self on: s) packageDirectory: f; yourself
{ "pile_set_name": "Github" }
#ifndef BENCHMARK_MUTEX_H_ #define BENCHMARK_MUTEX_H_ #include <condition_variable> #include <mutex> #include "check.h" // Enable thread safety attributes only with clang. // The attributes can be safely erased when compiling with other compilers. #if defined(HAVE_THREAD_SAFETY_ATTRIBUTES) #define THREAD_ANNOTATION_...
{ "pile_set_name": "Github" }
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> /** * Implement Stack using Linked List. */ struct StackNode { int val; struct StackNode *next; }; struct Stack { struct StackNode *top; }; void push(struct Stack *stack, int new_val) { if (stack == NULL) return; ...
{ "pile_set_name": "Github" }
function HARError (errors) { var message = 'validation failed' this.name = 'HARError' this.message = message this.errors = errors if (typeof Error.captureStackTrace === 'function') { Error.captureStackTrace(this, this.constructor) } else { this.stack = (new Error(message)).stack } } HARError.pr...
{ "pile_set_name": "Github" }
/** * @file coreConfig.h * @version $Format:%h%d$ * * Configuration settings for Matrix core module. */ /* * Copyright (c) 2013-2018 INSIDE Secure Corporation * Copyright (c) PeerSec Networks, 2002-2011 * All Rights Reserved * * The latest version of this code is availabl...
{ "pile_set_name": "Github" }
package parser import ( "fmt" "github.com/hashicorp/hcl/hcl/token" ) // PosError is a parse error that contains a position. type PosError struct { Pos token.Pos Err error } func (e *PosError) Error() string { return fmt.Sprintf("At %s: %s", e.Pos, e.Err) }
{ "pile_set_name": "Github" }
<?php /* * Copyright 2014 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 agreed t...
{ "pile_set_name": "Github" }
libc { GLIBC_2.0 { # c* catclose; catgets; catopen; } GLIBC_PRIVATE { # functions with required interface outside normal name space __open_catalog; } }
{ "pile_set_name": "Github" }
This folder contains some sample formatters that may be helpful. Feel free to change them, extend them, or use them as the basis for your own custom formatter(s). More information about creating your own custom formatters can be found on the wiki: https://github.com/robbiehanson/CocoaLumberjack/wiki/CustomFormatters ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2020 Martin Denham, Tuomas Airaksinen and the And Bible contributors. * * This file is part of And Bible (http://github.com/AndBible/and-bible). * * And Bible 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 ...
{ "pile_set_name": "Github" }
[4.0.2](../../releases/tag/4.0.2) 2019-07-21 20:57:09 --------------------------------------------------------- - [01a3ec4](../../commit/01a3ec4) ✨ [feature] add characteristic of onchange and showFooter [4.0.1](../../releases/tag/4.0.1) 2019-02-21 11:11:09 --------------------------------------------------...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c1f765b2bd3d2ad49b2677f6478a9ba3 folderAsset: yes timeCreated: 1466585494 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
******************************************************** Freescale i.MX6 Q, DL and SoloX SABRE development boards ******************************************************** This file documents the Buildroot support for the Freescale SABRE Board for Smart Devices Based on the i.MX 6 and i.MX 6SoloX Series (SABRESD), as w...
{ "pile_set_name": "Github" }
/* * Copyright © 2008 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
{ "user": { "_version" : "42", "accountRef" : [ { "_oid" : "c0c010c0-d34d-b33f-f00d-aaaaaaaa1111", "_type" : { "namespace" : "http://midpoint.evolveum.com/xml/ns/test/foo-1.xsd", "localPart" : "AccountShadowType" } }, { "description" : "This is a reference with a filter", "_oid" :...
{ "pile_set_name": "Github" }
// Copyright 2013 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. package org.chromium.ui; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; imp...
{ "pile_set_name": "Github" }
--- title: seoHrefOptimize Plugin published: true lang: en position: 100 --- # `seoHrefOptimize` Plugin ## Overview Adds a trailing slash (`/`) to all routes that are in the routeService. Increases SEO scoring.
{ "pile_set_name": "Github" }
// Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd netbsd openbsd package terminal import "syscall" const ioctlReadTermios = syscall.TIOCGETA const ioctlWriteTermios = sysca...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M15,7v4h1v2h-3V5h2l-3,-4 -3,4h2v8H8v-2.07c0....
{ "pile_set_name": "Github" }
/* Soot - a J*va Optimization Framework * Copyright (C) 1997-2014 Raja Vallee-Rai and others * * 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 Foundation; either * version 2.1 of the License, o...
{ "pile_set_name": "Github" }
#include <vector> #include "unary.h" #include <algorithm> #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class UnaryTest : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(UnaryTest); #if !defined (STLPORT) || defined (...
{ "pile_set_name": "Github" }
<div class="reorder_pages"> <div class="editor_toolbar_controls reorder_pages_holder"> <div class="minibutton not_enabled reorder_pages_confirm_input default"><%= _.t('save_page_order') %></div> <div class="minibutton close_editor"><%= _.t('cancel') %></div> </div> <div class="editor_hint"><%= _.t('re...
{ "pile_set_name": "Github" }
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). #include <jni.h> #include "include/org_rocksdb_WriteBuffe...
{ "pile_set_name": "Github" }
-----BEGIN ENCRYPTED PRIVATE KEY----- MIIFLTBXBgkqhkiG9w0BBQ0wSjApBgkqhkiG9w0BBQwwHAQIG+MeTStZSz8CAggA MAwGCCqGSIb3DQIJBQAwHQYJYIZIAWUDBAEqBBDl6AHXEtGaJzi08s/85HIpBIIE 0M4fBopP+Mwj8kJzXge0/FGm8gbug9wl4OFsfvKQRpZyt8g9WJsw3jjI47kiIQt5 8fnrIiB08Eu1GkWxS/gBkVJkSfG7Ac90Tx4Xr+KheysG8aODUNPBSdt1NLc1wWen qiInky0IXG2+SUU5s5rmQ4...
{ "pile_set_name": "Github" }
/* * ProbableIntersectionCursorTest.java * * This source file is part of the FoundationDB open source project * * Copyright 2015-2019 Apple Inc. and the FoundationDB project authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lice...
{ "pile_set_name": "Github" }
from sage.structure.parent cimport Parent cdef class Group(Parent): pass cdef class AbelianGroup(Group): pass cdef class FiniteGroup(Group): pass cdef class AlgebraicGroup(Group): pass
{ "pile_set_name": "Github" }
package models_test import ( "bytes" "fmt" "io" "math" "math/rand" "reflect" "strconv" "strings" "testing" "time" "github.com/influxdata/influxdb/models" ) var ( tags = models.NewTags(map[string]string{"foo": "bar", "apple": "orange", "host": "serverA", "region": "uswest"}) fields = models.Fields{ "...
{ "pile_set_name": "Github" }
/******************************************************************** * Copyright (c) 2007 Contributors. All rights reserved. * This program and the accompanying materials are made available * under the terms of the Eclipse Public License v1.0 * which accompanies this distribution and is available at * http://...
{ "pile_set_name": "Github" }
[theme] inherit = basic stylesheet = nature.css pygments_style = tango [options] oldversion = False collapsiblesidebar = True
{ "pile_set_name": "Github" }
ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 46 size: 4096 ret: 0 st:-1 flags:0 ts:-1.000000 ret: 0 st: 0 flags:1 dts: 0.000000 pts: 0.000000 pos: 46 size: 4096 ret: 0 st:-1 flags:1 ts: 1.894167 ret: 0 st: 0 flags:1 dts: 1.894172 pts: 1.894172 pos: 334178 siz...
{ "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" }
/* * 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" }
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18191bfa7"> <name ty...
{ "pile_set_name": "Github" }