text
stringlengths
2
99.9k
meta
dict
# Safe JSON This repository contains a fork of the `encoding/json` package from Go 1.6. The following changes were made: * Object deserialization uses case-sensitive member name matching instead of [case-insensitive matching](https://www.ietf.org/mail-archive/web/json/current/msg03763.html). This is to avoid dif...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US"> <!-- Generated with https://github.com/citation-style-language/utilities/tree/master/generate_dependent_styles/data/springer --> <info> <title>ERA Forum</title> <title-short>ERA Forum<...
{ "pile_set_name": "Github" }
/* * Copyright 2020 ThoughtWorks, 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 agr...
{ "pile_set_name": "Github" }
#ifndef TtSemiLepJetCombWMassDeltaTopMass_h #define TtSemiLepJetCombWMassDeltaTopMass_h #include "FWCore/Framework/interface/Event.h" #include "FWCore/Framework/interface/EDProducer.h" #include "AnalysisDataFormats/TopObjects/interface/TtSemiLepEvtPartons.h" #include "DataFormats/PatCandidates/interface/Electron.h" #...
{ "pile_set_name": "Github" }
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, ...
{ "pile_set_name": "Github" }
/* * * Copyright 2016 gRPC 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 agree...
{ "pile_set_name": "Github" }
/* * Copyright 2011 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" }
<?php /** * PHPExcel * * Copyright (c) 2006 - 2014 PHPExcel * * 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, or (at your option) any later ve...
{ "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 (1.8.0_152-release) on Wed Sep 06 19:13:31 IST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package com...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 Nokia Corporation * * Based on lirc_serial.c * * 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 la...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 368b791ccf0f7b24cb719569f591b87e folderAsset: yes timeCreated: 1446687423 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
#!/bin/bash set -e docker run --rm btccom/btcpool-${TEST_SUITE} unittest
{ "pile_set_name": "Github" }
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_BASE_IME_TEXT_EDIT_COMMANDS_H_ #define UI_BASE_IME_TEXT_EDIT_COMMANDS_H_ namespace ui { // Text editing commands for use by ui::TextInputClie...
{ "pile_set_name": "Github" }
@import "../../../../theme/_breakpoints.scss"; @import "../../../../theme/_palette.scss"; .button { @include red-gradient; flex: 0 0 auto; border-radius: 6px !important; padding: 0.75rem; font-size: 1rem; width: 8rem; height: 2.4rem; @include respond-to-desktop { font-size: 1.25rem; width: 11...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * CLPS711X IRQ driver * * Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru> */ #include <linux/io.h> #include <linux/irq.h> #include <linux/irqchip.h> #include <linux/irqdomain.h> #include <linux/of_address.h> #include <linux/of_irq.h> #include <linux/slab.h> ...
{ "pile_set_name": "Github" }
/** @author Graeme Douglas @brief @details @copyright Copyright 2013 Graeme Douglas @license 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 @par ...
{ "pile_set_name": "Github" }
// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...) var $export = require('./_export'); $export($export.P, 'Function', { bind: require('./_bind') });
{ "pile_set_name": "Github" }
# /* ************************************************************************** # * * # * (C) Copyright Paul Mensonides 2002. # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt...
{ "pile_set_name": "Github" }
using Go = import "../../common/capnp/go.capnp"; $Go.package("capnp"); $Go.import("goshawkdb.io/server/capnp"); @0x960e5f709149380d; using Txn = import "transaction.capnp"; struct Ballot { varId @0: Data; clock @1: Data; vote @2: Vote; } struct Vote { union { commit @0: Void; abortB...
{ "pile_set_name": "Github" }
// Copyright 2010 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may // be...
{ "pile_set_name": "Github" }
/* * Copyright 2018 the original author or 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
{ "pile_set_name": "Github" }
<resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorControlActivated">@color/color_control_activated</item> </style> </resources>
{ "pile_set_name": "Github" }
module RocketPants module UrlFor def url_options options = super options = options.merge(:version => params[:version]) if version.present? options end end end
{ "pile_set_name": "Github" }
// go run mksysnum.go https://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,dragonfly package unix const ( // SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int SYS_EXIT = 1 ...
{ "pile_set_name": "Github" }
package de.espend.idea.laravel.blade.actions; import com.intellij.codeInsight.completion.CompletionResultSet; import com.intellij.codeInsight.lookup.LookupElement; import com.intellij.codeInsight.lookup.LookupElementBuilder; import com.intellij.openapi.vfs.VfsUtil; import com.intellij.openapi.vfs.VirtualFile; import c...
{ "pile_set_name": "Github" }
""" Parameter set handling :copyright: Copyright 2006-2019 by the PyNN team, see AUTHORS. :license: CeCILL, see LICENSE for details. """ try: # Python 2 basestring long except NameError: # Python 3 basestring = str long = int import numpy import collections from pyNN.core import is_listlike from pyN...
{ "pile_set_name": "Github" }
import {Component} from 'angular2/core'; import {RouteConfig, RouterOutlet} from 'angular2/router'; import {CrisisListComponent} from './crisis-list.component'; import {CrisisDetailComponent} from './crisis-detail.component'; import {CrisisService} from './crisis.service'; @Component({ template: ` ...
{ "pile_set_name": "Github" }
--- title: "Announcing Image Handling with S3 \U0001F5BC️ + Update Billing Contact Information \U0001F4B5 and more" description: '' date: 2019-01-09 23:00:00 +0000 authors: - Sebastian Engels publishdate: 2019-01-14 21:00:00 +0000 expirydate: 2030-01-01 04:00:00 +0000 headline: '' textline: '' categories: - CMS tags:...
{ "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 Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/workdocs/WorkDocs_EXPORTS.h> #include <aws/workdocs/WorkDocsRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace WorkDoc...
{ "pile_set_name": "Github" }
<div class="detail-container"> <div class="column-title">事件详情</div> <table mat-table [dataSource]="eventDataSource"> <ng-container matColumnDef="name"> <th mat-header-cell *matHeaderCellDef></th> <td mat-cell *matCellDef="let element">{{ element.name }}:</td> </ng-container> <ng-container ma...
{ "pile_set_name": "Github" }
{ "accountLinkingWhitelistedDomains": null, "asin": "B01KR03EJQ", "averageRating": 4, "canDisable": true, "capabilities": null, "category": null, "description": "Want to know some cool facts about sleep? With this skill, your device will tell you new, interesting facts about sleep which you might not have...
{ "pile_set_name": "Github" }
from __future__ import annotations from typing import Optional from pydantic import AnyUrl, BaseModel, conint class Problem(BaseModel): detail: Optional[str] = None instance: Optional[AnyUrl] = None status: Optional[conint(ge=100, le=600, lt=1)] = None title: Optional[str] = None type: Optional[...
{ "pile_set_name": "Github" }
<!-- 描述: 登录界面背景图动画 作者: Jack Chen 日期: 2020-04-18 --> <template> <ul class="slide-box"> <li></li> <li></li> <li></li> <li></li> </ul> </template> <script> export default { name: "bgAnimation" }; </script> <style lang="scss"> .slide-box { position: fixed; width: 100%; height: 100%; bac...
{ "pile_set_name": "Github" }
requests>=2.18.1 appdirs>=1.4.0 decorating==0.6.1
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #if XP_WIN && HAVE_64BIT_BUILD # ...
{ "pile_set_name": "Github" }
class FeatureUniqueName < ActiveRecord::Migration[5.2] def up add_index :features, :name, :unique => true end def down remove_index :features, :name end end
{ "pile_set_name": "Github" }
using Xamarin.Forms; namespace Prism.Forms.Tests.Mvvm.Mocks.Views { public class ViewModelLocatorPageMock : Page { } }
{ "pile_set_name": "Github" }
var searchData= [ ['_7enexupload',['~NexUpload',['../class_nex_upload.html#a26ccc2285435b6b573fa5c4b661c080a',1,'NexUpload']]] ];
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------ * Copyright (C) 2009 OrangeLabs * * Author: Alexis Gilabert Senar * Date: 2009-07-01 * ------------------------------------------------------------------- */ #define LOG_TAG "NativeDec" #include <stdio.h> #include <stdlib.h> #include "com_orang...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <project name="PHPUnit_MockObjects"> <target name="clean" description="Cleanup build artifacts"> <delete dir="${basedir}/vendor"/> <delete file="${basedir}/composer.lock"/> <delete> <fileset dir="${basedir}/build"> <include name="**/*.phar" /> </fileset> </dele...
{ "pile_set_name": "Github" }
// // handler_invoke_hook.hpp // ~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_HANDLER_...
{ "pile_set_name": "Github" }
# © Copyright IBM Corporation 2019 # # 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" }
#import <Foundation/Foundation.h> @interface SPTCallSite : NSObject @property (nonatomic, copy, readonly) NSString *file; @property (nonatomic, readonly) NSUInteger line; + (instancetype)callSiteWithFile:(NSString *)file line:(NSUInteger)line; - (instancetype)initWithFile:(NSString *)file line:(NSUInteger)line; @e...
{ "pile_set_name": "Github" }
namespace ARKBreedingStats.Library { public class Note { public string Title; public string Text; public Note() { } public Note(string title) { Title = title; } } }
{ "pile_set_name": "Github" }
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. timestamp='2005-12-13' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU Gene...
{ "pile_set_name": "Github" }
------------------------------------------------ On the use of namespace in IlmBase and OpenEXR ------------------------------------------------ v2.0 of the code base introduces user configurable namespaces for component libraries. This addition introduces the ability to deal with multiple versions of these librarie...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
{ "pile_set_name": "Github" }
cd C:\adt32\sdk\tools tools emulator -avd avd_api_11 & cd C:\adt32\eclipse\workspace\AppBroadcastReceiverDemo1
{ "pile_set_name": "Github" }
import StorybookUI from './storybook' export default StorybookUI
{ "pile_set_name": "Github" }
import semmle.code.java.dataflow.DataFlow import semmle.code.java.dataflow.TaintTracking import semmle.code.java.dataflow.FlowSources class Conf extends TaintTracking::Configuration { Conf() { this = "qltest:dataflow:ioutils" } override predicate isSource(DataFlow::Node source) { source instanceof UserInput } ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /* * This file is part of the Sonata Project package. * * (c) Thomas Rabaix <thomas.rabaix@sonata-project.org> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Sonata\Component\Tests\Trans...
{ "pile_set_name": "Github" }
/* Microsoft ASN.1 remote exploit for CAN-2003-0818 normal exploit written by solareclipse@phreedom.org r(x)bot ported version written by ScriptGod (unauthorized!!!) --> !!! SORRY FOR STEALING YOUR WORK !!! <-- ----- sources: + http://www.phreedom.org/solar/exploits/msasn1-bitstring/ + http://...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!236 &1 ClusterInputManager: m_ObjectHideFlags: 0 m_Inputs: []
{ "pile_set_name": "Github" }
# 0CTF : trace-4 **Category:** Reverse **Points:** 4 **Solves:** 33 **Description:** > follow the trace trace.log > > > update: > > > the flag is at 0x400D80 > > > *(uint32_t*)0x00410EA0 == 0x400D80 ## Write-up (TODO) ## Other write-ups and resources * [P4 Team](https://github.com/p4-team/ctf/tree/master/2016-03...
{ "pile_set_name": "Github" }
package com.example.expressiontree; import com.example.expressiontree.State.UninitializedState; import com.example.expressiontree.Interpreter.SymbolTable; /** * @class TreeOps * * @brief Plays the role of the "Context" in the State pattern that * ensures user operations on an expression tree are invoked *...
{ "pile_set_name": "Github" }
/* * Copyright 2020, Seqera Labs * Copyright 2013-2019, Centre for Genomic Regulation (CRG) * * 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/LICE...
{ "pile_set_name": "Github" }
/** * Copyright (C) 2011 Brian Ferris <bdferris@onebusaway.org> * * 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 requ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- .w and .h properties define widget's area width and height respectively --> <Widget skin:Paint-border="1" w="400" h="400" left="50" top="100"> <Text left="50" top="100" text="'My first widget!'" /> </Widget>
{ "pile_set_name": "Github" }
@page @{ var title = "Page not found"; ViewData["Title"] = title; } <h1>@title</h1> <a href="~/">Go to Homepage </a>
{ "pile_set_name": "Github" }
define([], function() { return { "PropertyPaneDescription": "Description", "BasicGroupName": "Group Name", "DescriptionFieldLabel": "Description Field" } });
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2004-2008. // 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/libs/test for the library home page. // // File : $RCSfile$ // // ...
{ "pile_set_name": "Github" }
// +build !ignore_autogenerated /* Copyright 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 l...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. // #import "ImageScalingPolicy.h" @interface ConstantFactorScalingPolicy : ImageScalingPolicy { double _scaleFactor; } + (id)policyW...
{ "pile_set_name": "Github" }
测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 ...
{ "pile_set_name": "Github" }
CC = gcc LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0) WARNINGS = -Wall -Wextra CFLAGS = $(LIBUSB_CFLAGS) $(WARNINGS) LDFLAGS = $(LIBUSB_LIBS) all: test %: %.c $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) clean: $(RM) test
{ "pile_set_name": "Github" }
using System; using Xamarin.Forms; namespace TraditionalCheckBox { public partial class TraditionalCheckBoxPage : ContentPage { public TraditionalCheckBoxPage() { InitializeComponent(); } void OnToggleBaseToggled(object sender, ToggledEventArgs args) { ...
{ "pile_set_name": "Github" }
namespace NServiceBus.Core.Tests.Routing { using System; using System.Threading.Tasks; using Extensibility; using NServiceBus.Pipeline; using NUnit.Framework; using Testing; [TestFixture] public class ApplyReplyToAddressBehaviorTests { [Test] public async Task Shoul...
{ "pile_set_name": "Github" }
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
{ "pile_set_name": "Github" }
// Copyright IBM Corp. 2020. All Rights Reserved. // Node module: @loopback/example-access-control-migration // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT import {Entity, model, property} from '@loopback/repository'; @model({settings: {strict: false}}...
{ "pile_set_name": "Github" }
import { Point } from "./internal/dom-utils"; export { Point } from "./internal/dom-utils"; export declare type DragImageTranslateOverrideFn = (event: TouchEvent, hoverCoordinates: Point, hoveredElement: HTMLElement, translateDragImageFn: (offsetX: number, offsetY: number) => void) => void; export interface Config { ...
{ "pile_set_name": "Github" }
require 'spec_helper' describe Jasmine::Formatters::Console do let(:outputter_output) { '' } let(:outputter) do double(:outputter).tap do |o| allow(o).to receive(:print) { |str| outputter_output << str } allow(o).to receive(:puts) { |str| outputter_output << "#{str}\n" } end end let(:run_d...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <!-- Copyright 2008 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Closure Unit Tests - goog.events.ActionHandler</...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
{ "pile_set_name": "Github" }
// ixable.cpp : implementation file // #include "stdafx.h" #include "ControlExplorer.h" #include "ixable.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CIndexablePage pro...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010-2020 Structr GmbH * * This file is part of Structr <http://structr.org>. * * Structr 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 3 of the * License, or (at yo...
{ "pile_set_name": "Github" }
var promisify = require("../"); var assert = require("assert"), fsOriginal = require('fs'); describe("Promisify", function() { function isPromisified(fn, ctx) { var result = fn && fn.apply(ctx, Array.prototype.slice.call(arguments, 2)); return result && (typeof result.then === 'function'); } it("can...
{ "pile_set_name": "Github" }
def url2pathname(url: str) -> str: ... def pathname2url(p: str) -> str: ...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
{ "title": "<svelte:window> bindings" }
{ "pile_set_name": "Github" }
/* * Standalone test of SD card driver. * Broken since rdisk implemented. */ #include "param.h" #include "conf.h" #include "systm.h" #include "buf.h" #include "reboot.h" #define SECTSIZE 512 /* size of SD card sector */ size_t physmem; /* total amount of physical memory */ u_int swapstart, ns...
{ "pile_set_name": "Github" }
import hyperdom from 'hyperdom' import App from './app' hyperdom.append(document.body, new App())
{ "pile_set_name": "Github" }
package org.test; /* * 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 ...
{ "pile_set_name": "Github" }
= Configuring DataSources in Tests :index-group: Testing Techniques :jbake-date: 2018-12-05 :jbake-type: page :jbake-status: published = InitialContext properties You can configure data sources from within your test case (avoiding the need for an `openejb.xml` entirely) like so: [source,java] ---- Properties p = new...
{ "pile_set_name": "Github" }
Computer Associates International Inc. issued its quarterly financial results, soundly beating Wall Street's consensus forecast. But the stock fell sharply Wednesday morning after company executives told securities analysts they planned to acclerate investments in its personal computer-based corporate software products...
{ "pile_set_name": "Github" }
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/classes', __FILE__) describe "Kernel#tap" do it "always yields self and returns self" do a = KernelSpecs::A.new a.tap{|o| o.should equal(a); 42}.should equal(a) end it "raises a LocalJumpError when no block ...
{ "pile_set_name": "Github" }
#include "ruby.h" void Init_class_id_under_autoload_spec(void) { rb_define_class_id_under(rb_cObject, rb_intern("ClassIdUnderAutoload"), rb_cObject); }
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 BayLibre, SAS. * Author: Jerome Brunet <jbrunet@baylibre.com> * */ #ifndef _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H #define _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H #define AUD_RESET_PDM 0 #define AUD_RESET_TDMIN_A 1 #define AUD_RESET_TDMIN...
{ "pile_set_name": "Github" }
package reflect2 import ( "reflect" "unsafe" ) type UnsafeStructType struct { unsafeType likePtr bool } func newUnsafeStructType(cfg *frozenConfig, type1 reflect.Type) *UnsafeStructType { return &UnsafeStructType{ unsafeType: *newUnsafeType(cfg, type1), likePtr: likePtrType(type1), } } func (type2 *Uns...
{ "pile_set_name": "Github" }
cxx_binary( name = "main", srcs = ["main.cpp"], compiler_flags = ["-fPIC"], precompiled_header = "//determinism/lib:pch", deps = [":foo"], ) cxx_library( name = "foo", srcs = ["foo.cpp"], exported_headers = ["foo.h"], )
{ "pile_set_name": "Github" }
<div ng-controller="Umbraco.PropertyEditors.Grid.MacroController"> <div class="umb-editor-placeholder" ng-click="setMacro()"> <div ng-if="!preview"> <i class="icon icon-settings-alt"></i> <div class="help-text">{{title}}</div> </div> <div ng-if="preview"> <div ng-if="preview" style="text-align: lef...
{ "pile_set_name": "Github" }
package org.knowm.xchart.internal.style; import java.awt.*; import org.knowm.xchart.style.markers.Marker; /** * A DTO to hold the Series' Color, Marker, and LineStyle * * @author timmolter */ public final class SeriesColorMarkerLineStyle { private final Color color; private final Marker marker; private fin...
{ "pile_set_name": "Github" }
<?php /** * @file controllers/grid/files/productionReady/ProductionReadyFilesGridHandler.inc.php * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @class ProductionReadyFilesGridHandler ...
{ "pile_set_name": "Github" }
package org.jetbrains.plugins.scala package annotator class LiteralTypesHighlightingTest_without_LiteralTypesSupport extends LiteralTypesHighlightingTestBase { override protected def supportedIn(version: ScalaVersion): Boolean = version < LatestScalaVersions.Scala_2_13 private def messageNoSupport(typeText: Strin...
{ "pile_set_name": "Github" }
"============================================================================ "File: w3.vim "Description: Syntax checking plugin for syntastic.vim "Maintainer: Martin Grenfell <martin.grenfell at gmail dot com> "License: This program is free software. It comes without any warranty, " to the exte...
{ "pile_set_name": "Github" }
# Aragon Oracle Manager App and Futarchy Signaling Markets ### Emily Williams — Full Stack Web Developer and Smart Contract Developer Emily is a senior smart contract developer at Level K and has a background in web development and economics. **Commitment**: Full time **Socials**: [Github](https://github.com/emaG3m...
{ "pile_set_name": "Github" }
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2017 BigBlueButton Inc. and by respective authors (see below). * * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as publi...
{ "pile_set_name": "Github" }
<?php /** * @copyright Copyright (C) eZ Systems AS. All rights reserved. * @license For full copyright and license information view LICENSE file distributed with this source code. */ namespace eZ\Publish\Core\Search\Elasticsearch\Content\Location\CriterionVisitor; use eZ\Publish\Core\Search\Elasticsearch\Content\C...
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 2.7.10 (default, Feb 6 2017, 23:53:20) # [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] # Embedded file name: type_Params.py from types import * import mcl.object.MclTime PARAMS_FLAG_RECURSIVE = 1 PARAMS_FLAG_GET_VALUE = 2 P...
{ "pile_set_name": "Github" }
activeProfiles= eclipse.preferences.version=1 resolveWorkspaceProjects=true version=1
{ "pile_set_name": "Github" }