text
stringlengths
2
99.9k
meta
dict
<?php namespace Github\Model; class ShortBlob { /** * * * @var string */ protected $url; /** * * * @var string */ protected $sha; /** * * * @return string */ public function getUrl() : string { return $this->url; } ...
{ "pile_set_name": "Github" }
package com.anthony.imagepicker.imagepicker.loader; import android.app.Activity; import android.widget.ImageView; import java.io.Serializable; /** * ================================================ * 作 者:jeasonlzy(廖子尧 Github地址:https://github.com/jeasonlzy0216 * 版 本:1.0 * 创建日期:2016/5/19 * 描 述:ImageLoade...
{ "pile_set_name": "Github" }
// nnet/nnet-component.cc // Copyright 2011-2013 Brno University of Technology (Author: Karel Vesely) // See ../../COPYING for clarification regarding multiple 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 ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
<!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" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Drawing; using System.IO; using System.Linq; using System.Text.RegularExpressions; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; using AngleSharp; using AngleSharp.Extensions; using AngleSharp.Parser.Html; using iQQ.Net.Ba...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="iOS"/> <...
{ "pile_set_name": "Github" }
resources: - base/carts-db-dep.yaml - base/carts-db-svc.yaml - base/carts-dep.yaml - base/catalogue-db-dep.yaml - base/catalogue-db-svc.yaml - base/catalogue-dep.yaml - base/catalogue-svc.yaml - base/front-end-dep.yaml - base/front-end-svc.yaml - base/orders-db-dep.yaml - base/orders-db-svc.yaml - base/orders-dep.yaml ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="mq-600-plus.css" media="screen and (min-width: 600px)"> <link rel="stylesheet" href="mq-900-plus.css" media="screen and (min-width: 900px)"> <l...
{ "pile_set_name": "Github" }
/* IPAddress.h - Base class that provides IPAddress Copyright (c) 2011 Adrian McEwen. All right reserved. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the...
{ "pile_set_name": "Github" }
// 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.IO; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text.RegularExpressions; using Microsoft.Bui...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2018, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
""" Tomcat ======= This module provides tools for installing `Tomcat`_. .. _Tomcat: http://tomcat.apache.org/ """ import os import re from fabric.api import cd, hide, run, settings from fabric.operations import put from fabtools.files import is_file, is_link, is_dir from fabtools.utils import run_as_root # Defa...
{ "pile_set_name": "Github" }
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.06.11 at...
{ "pile_set_name": "Github" }
<?php /** * Wolf CMS multi_lang plugin language file * * @package Translations */ return array( 'Do you want to create a translated version of a page as a tab of the same page or as a copy of the page in a language specific subtree? (i.e. Home->nl->About as a Dutch translation of Home->About)' => 'Искате ли д...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012-2019 The ESPResSo project * * This file is part of ESPResSo. * * ESPResSo 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 your option) ...
{ "pile_set_name": "Github" }
<!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"/> <title>Data Fields</title> <link href="tabs.css" rel="stylesheet" type="text/c...
{ "pile_set_name": "Github" }
--- title: Monitoring Services --- # Monitoring Services ## New Relic Taskcluster services *optionally* support New Relic. To enable this support, add a top-level Helm property named `newRelic` containing a JSON object with [New Relic environment variables](https://docs.newrelic.com/docs/agents/nodejs-agent/installa...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -emit-llvm -o - | FileCheck %s typedef __typeof__(sizeof(0)) size_t; void t1() { int* a = new int; } // Declare the reserved placement operators. void *operator new(size_t, void*) throw(); void operator delete(void*, void*) throw(); void *operator new[](size_t, ...
{ "pile_set_name": "Github" }
Documentation for tex-cmexb.
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */ package de.ilias.services.filemanager.soap.api; import de.ilias.services.filemanager.content.ListItem; import de.ilias.services.filemanager.content.RemoteListItem; import de.ilias.services.filemanager.utils.FileManagerUtils; import jav...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platf...
{ "pile_set_name": "Github" }
{ "state": { "_": { "dead": "Beigta", "initializing": "Inicializ\u0113", "ready": "Gatavs", "sleeping": "Gu\u013c" }, "query_stage": { "dead": "Beigta ({query_stage})", "initializing": "Inicializ\u0113 ({query_stage})" ...
{ "pile_set_name": "Github" }
$NetBSD: distinfo,v 1.9 2015/11/03 20:57:00 agc Exp $ SHA1 (orbital_eunuchs_sniper-1.30.tar.gz) = 67f5cec96179faabefe475cbea0c3b45f0b5f7c2 RMD160 (orbital_eunuchs_sniper-1.30.tar.gz) = 6014dbdb5567054763349226c46412ac665761aa SHA512 (orbital_eunuchs_sniper-1.30.tar.gz) = 81da382bdb6cd25ea3f1a3ecebc2827173cd7c77903cd37...
{ "pile_set_name": "Github" }
0 0 0 0 1 ^[ 0 2 '1 0 3 '2 0 4 '3 0 5 '4 0 6 '5 0 7 '6 0 8 '7 0 9 '8 0 10 '9 0 11 '0 0 12 '- 0 13 '= 0 14 ^H 0 15 ^I 0 16 'q 0 17 'w 0 18 'e 0 19 'r 0 20 't 0 21 'y 0 22 'u 0 23 'i 0 24 'o 0 25 'p 0 26 '[ 0 27 '] 0 28 ^J 0 29 0xf862 0 30 'a 0 31 's 0 32 'd 0 33 'f 0 34 'g 0 35 'h 0 36 'j 0 37 'k 0 38 'l 0 39 '; 0 40 ''...
{ "pile_set_name": "Github" }
<?php /** * 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 version. * * This library is distributed ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <message> <name>ADTA11</name> <description>Cancel Admit</description> <segments> <segment>MSH</segment> <segment>EVN</segment> <segment>PID</segment> <segment minOccurs="0">PD1</segment> <segment>PV1</segment> <...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 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" }
require "rails_helper" RSpec.configure do |config| config.use_transactional_fixtures = false config.before(:suite) do DatabaseRewinder.strategy = :truncation DatabaseRewinder.clean_with(:truncation) end config.before(:each) do DatabaseRewinder.start end config.after(:each) do DatabaseRew...
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftcid.c */ /* */ /* Fr...
{ "pile_set_name": "Github" }
## Brett's TextExpander Snippets ## Just collecting a few of my favorite TextExpander snippets here, feel free to use. I have these set to expand after a Tab, but they should work with just about any expansion settings. Related commands all have similar beginnings to make using the "Suggest Completions" feature easier...
{ "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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribution...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 3ac02e7e783571c468f9c086d2384ba7 timeCreated: 1485107928 licenseType: Store TextureImporter: fileIDToRecycleName: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
namespace Tweetinvi.Core.Models.Properties { public class FailedAsyncOperation<T> : AsyncOperation<T> { public FailedAsyncOperation() { Success = false; } } public class AsyncOperation<T> { public AsyncOperation() { Success = true; ...
{ "pile_set_name": "Github" }
diff -Naur rdesktop-1.5.0.orig/xwin.c rdesktop-1.5.0/xwin.c --- rdesktop-1.5.0.orig/xwin.c 2006-08-07 07:45:44.000000000 -0400 +++ rdesktop-1.5.0/xwin.c 2007-04-16 14:31:44.020671046 -0400 @@ -3219,7 +3219,7 @@ return; image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0, - (char *) data, cx, cy,...
{ "pile_set_name": "Github" }
# ----------------------------------------- # Auto-generated marketstore configuration. # ----------------------------------------- # root directory of the database root_directory: data # listen port - the port exposed by the database server for JSON-RPC API listen_port: 5993 # grpc_listen port - the port exposed by th...
{ "pile_set_name": "Github" }
# Event 61221 - Shell32_SyncIntegration_Manager_GetStatus ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|CLSID|GUID|None|`None`| |TBD|ItemPath|UnicodeString|None|`None`| ## Tags * etw_level_Warning * etw_keywords_Shell * et...
{ "pile_set_name": "Github" }
#ifndef _RAID0_H #define _RAID0_H struct strip_zone { sector_t zone_end; /* Start of the next zone (in sectors) */ sector_t dev_start; /* Zone offset in real dev (in sectors) */ int nb_dev; /* # of devices attached to the zone */ }; struct raid0_private_data { struct strip_zone *strip_zone; mdk_rdev_t **devlist...
{ "pile_set_name": "Github" }
ERR_EXTERNAL_LINK_VALIDATION_0 =Bei der Validierung externer Links ist ein Fehler aufgetreten. GUI_CHECK_INTERNAL_LINK_HELP_0 =Klicken Sie hier, um interne Links zu validieren. GUI_CHECK_INTERNAL_LINK_NAME_0 =Validierung Interner Links GUI_EXTERNALLINK_ADMIN_TOOL_GROUP_0 ...
{ "pile_set_name": "Github" }
# # Name: cp1251 to Unicode table # Unicode version: 2.0 # Table version: 2.01 # Table format: Format A # Date: 04/15/98 # # Contact: cpxlate@microsoft.com # # General notes: none # # Format: Three tab-separated columns # Column #1 is the cp1251 code (in hex) # ...
{ "pile_set_name": "Github" }
/* * Copyright 2000-2018 Vaadin 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 applicable law or agreed to...
{ "pile_set_name": "Github" }
/** ****************************************************************************** * @file stm32f7xx_hal_sai_ex.c * @author MCD Application Team * @version V1.1.0 * @date 22-April-2016 * @brief Empty file; This file is no longer used to set synchronization and * to get SAI block f...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2009-2020 Lightbend Inc. <https://www.lightbend.com> */ package akka.actor import scala.concurrent.Await import scala.concurrent.duration._ import akka.pattern.{ ask, AskTimeoutException } import akka.testkit._ import akka.testkit.TestEvent._ import akka.util.Timeout class ActorTimeoutSpec exte...
{ "pile_set_name": "Github" }
__all__ = ['parsehelp', 'common', 'translationunitcache', 'clang']
{ "pile_set_name": "Github" }
@testable import TestProject class MultipleProtocolMock: ProtocolA, ProtocolB, ProtocolC { <selection></selection> }
{ "pile_set_name": "Github" }
<!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" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2009, 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 code must retain the above copyright * notice, this...
{ "pile_set_name": "Github" }
--main Mandelbrot -java bin/java --next --main Mandelbrot -java bin/java-anon -D anon_objects
{ "pile_set_name": "Github" }
package cn.bearever.mingbase.app.permission; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; /** * 权限库的入口类,构造一个{@link AsyncPermissionWith}来管理请求。 * 使用示例 * <pre> * {@code * AsyncPermission.with(activity) * .request(Manifest.permission.CAMERA) * ...
{ "pile_set_name": "Github" }
Fragen und Antworten • Re: yacy.net nicht erreichbar ==================================================== Date: 2014-04-10 16:05:44 debian.yacy.net is not yet moved to the new hoster. I will try to do that soon, hold on. Statistik: Verfasst von [Orbiter](http://forum.yacy-websuche.de/memberlist.php?mode=viewprofile&...
{ "pile_set_name": "Github" }
BEGIN { if($ENV{PERL_CORE}) { chdir 't'; @INC = '../lib'; } } use strict; use Pod::Simple::Search; use Test; BEGIN { plan tests => 7 } print "# ", __FILE__, ": Testing the surveying of the current directory...\n"; my $x = Pod::Simple::Search->new; die "Couldn't make an object!?" unless ok de...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Misc/Attribute.h" #include "Layout/Visibility.h" #include "Layout/Margin.h" #include "Styling/SlateColor.h" #include "Input/Reply.h" #include "Widgets/DeclarativeSyntaxSupport.h" #include "Widgets/SWidget.h" #...
{ "pile_set_name": "Github" }
namespace com.linkedin.data.schema.annotation.denormalizedsource @customAnnotation="NONE" typeref typeref1_name=int
{ "pile_set_name": "Github" }
es: dashboard: alphabetical_collections_and_document_sets: start_transcribing: "Comenzar a Transcribir" owned_by: "Por %{author}" collections_list: collections: "Colecciones" meta_description: "Eres libre de elegir entre los muchos proyectos interesantes disponibles en FromThePage. Pue...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="ember-guides/config/environment" content="%7B%22modulePrefix%22%3A%22ember-guides%22%2C%22environment%22%3A%22pr...
{ "pile_set_name": "Github" }
#include "AppDelegate.h" #include "GeneratedPluginRegistrant.h" @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [GeneratedPluginRegistrant registerWithRegistry:self]; // Override point for customization after applicatio...
{ "pile_set_name": "Github" }
y a b c d e f instance 0 1 1 2 3 1 2 3 1 2 1 2 3 1 2 3 4 1 2 string class i 0 1 1 1 1 2 2 data_4 0 1 1 1 1 4 1 data_7 0 1 1 1 2 1 1 data_9 0 1 1 1 2 1 2 data_10 0 1 1 1 2 2 1 data_11 0 1 1 1 2 3 1 data_13 0 1 1 1 2 4 1 data_15 0 1 1 1 3 2 1 data_19 0 1 1 1 3 4 1 data_23 0 1 1 2 1 1 1 data_25 0 1 1 2 1 1 2 data_26...
{ "pile_set_name": "Github" }
# Acknowledgements This application makes use of the following third party libraries: ## AFNetworking Copyright (c) 2011-2016 Alamofire Software Foundation (http://alamofire.org/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "So...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017 Kotlin Algorithm Club * * 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, merg...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016, Mellanox Technologies. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this so...
{ "pile_set_name": "Github" }
import bpy import bmesh from . import mathematics from . import curves class LoftedSplineSurface: def __init__(self, activeSpline, otherSpline, bMesh, vert0Index, resolution): self.splineA = activeSpline self.splineO = otherSpline self.bMesh = bMesh self.vert0Index = vert0Index ...
{ "pile_set_name": "Github" }
module.exports = require("./lib/_stream_transform.js")
{ "pile_set_name": "Github" }
platform :ios, '9.2' pod 'libsodium', '~> 1.0.3'
{ "pile_set_name": "Github" }
/** * * Phantom OS multithreading library. * * Copyright (C) 2009-2010 Dmitry Zavalishin, dz@dz.ru * * Sleep. * * Licensed under CPL 1.0, see LICENSE file. * **/ #define DEBUG_MSG_PREFIX "threads" #include <debug_ext.h> #define debug_level_flow 0 #define debug_level_error 10 #define debug_leve...
{ "pile_set_name": "Github" }
#include "kerberos.h" #include <stdlib.h> #include "worker.h" #include "kerberos_context.h" #ifndef ARRAY_SIZE # define ARRAY_SIZE(a) (sizeof((a)) / sizeof((a)[0])) #endif Persistent<FunctionTemplate> Kerberos::constructor_template; // Call structs typedef struct AuthGSSClientCall { uint32_t flags; char *uri; }...
{ "pile_set_name": "Github" }
--- nodes: - name: start - name: go continue: .9 edges: - start: go - go: go
{ "pile_set_name": "Github" }
int printf(const char *, ...); union A { int:3; char b; } m = {'b'}; union { int f0; unsigned f1 : 25; signed f2 : 4; } f[] = {0x35CEB2D7L}; struct fields { signed int foo:7; unsigned int bar: (1 + 1); unsigned int:0; unsigned int baz:4; int:0; }; int main(void) { struct fields test = {0}; struct fields...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.11.3 on 2017-07-15 11:55 from __future__ import unicode_literals import datetime as dt from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("event", "0002_auto_20170429_1018"), ] operations = [ ...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // // 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) // // *Preprocessed* version of the main "reverse_fold_impl.hpp" header // -- DO NOT modify by hand! namespace boost...
{ "pile_set_name": "Github" }
package deb_test import ( "github.com/debber/debber-v0.3/deb" "github.com/debber/debber-v0.3/targz" "io/ioutil" "log" "path/filepath" "testing" ) func Example_buildSourceDeb() { pkg := deb.NewControlDefault("testpkg", "me", "me@a", "Dummy package for doing nothing", "testpkg is package ", true) spkg := deb.Ne...
{ "pile_set_name": "Github" }
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applica...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ jinja2.sandbox ~~~~~~~~~~~~~~ Adds a sandbox layer to Jinja as it was the default behavior in the old Jinja 1 releases. This sandbox is slightly different from Jinja 1 as the default behavior is easier to use. The behavior can be changed by subclassing the environm...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("placeholder","he",{title:"מאפייני שומר מקום",toolbar:"צור שומר מקום",name:"שם שומר מקום",invalidName:"שומר מקום לא יכול להיות ריק ולא יכול להכיל את ה...
{ "pile_set_name": "Github" }
# coding=utf-8 # *** WARNING: this file was generated by pulumigen. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import warnings import pulumi import pulumi.runtime from typing import Any, Mapping, Optional, Sequence, Union from ... import _utilities, _tables from ... import met...
{ "pile_set_name": "Github" }
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.clearcanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the term...
{ "pile_set_name": "Github" }
import React from 'react'; import PropTypes from 'prop-types'; const UilAlignCenterV = (props) => { const { color, size, ...otherProps } = props return React.createElement('svg', { xmlns: 'http://www.w3.org/2000/svg', width: size, height: size, viewBox: '0 0 24 24', fill: color, ...otherPro...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*-" # vim: set expandtab tabstop=4 shiftwidth=4: """ $Id$ This file is part of the xsser project, http://xsser.03c8.net Copyright (c) 2011/2016 psy <epsylon@riseup.net> xsser is free software; you can redistribute it and/or modify it under the terms of the GNU General Publi...
{ "pile_set_name": "Github" }
<?php /** * PHPExcel * * Copyright (c) 2006 - 2015 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" }
use crate::errors::*; use crate::engine::ctx::State; use crate::hlua; use std::sync::Arc; pub fn psl_domain_from_dns_name(lua: &mut hlua::Lua, state: Arc<dyn State>) { lua.set("psl_domain_from_dns_name", hlua::function1(move |dns_name: String| -> Result<String> { let psl = state.psl() .map_err(...
{ "pile_set_name": "Github" }
/// Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.2/15.2.3/15.2.3.12/15.2.3.12-1-1.js * @description Object.isFrozen - TypeError is thrown when the first param 'O' is undefined */ function testcase() { try { Object.isFrozen(undefined); } catch (e) { ...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/ary-ptrn-rest-id-iter-val-err.case // - src/dstr-binding/error/for-const.template /*--- description: Error forwarding when IteratorValue returns an abrupt completion (for statement) esid: sec-for-statement-runtime-semantics-labell...
{ "pile_set_name": "Github" }
include_rules = [ "+modules/utility", "+sdk", ]
{ "pile_set_name": "Github" }
@file:Suppress("DEPRECATION") package co.infinum.goldeneye.models import android.annotation.TargetApi import android.hardware.Camera import android.hardware.camera2.CameraCharacteristics import android.os.Build import co.infinum.goldeneye.IllegalEnumException /** * One of the advanced features. Use [co.infinum.gold...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> <string>SEEMode.Base</string> <key>CFBundleName</key> <string>Base</string> <key>NSHumanReadableCopyright</key> <...
{ "pile_set_name": "Github" }
1.1.0 / 2014-04-24 ================== * Accept options directly to `send` module * deps: send@0.3.0 1.0.4 / 2014-04-07 ================== * Resolve relative paths at middleware setup * Use parseurl to parse the URL from request 1.0.3 / 2014-03-20 ================== * Do not rely on connect-like environme...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <class xmlns="http://xml.phpdox.net/src" full="Swoole\Http\Response" namespace="Swoole\Http" name="Response"> <method name="cookie" abstract="false" static="false" visibility="public" final="false"> <docblock> <description compact="Set the cookies of the HTTP response...
{ "pile_set_name": "Github" }
/* Copyright 2014 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" }
{ "description": "Selectors - :active pseudo-class (css3-modsel-19)", "selectors": { "a:active": "css3-modsel-19.expected0.html" }, "src": "css3-modsel-19.src.html" }
{ "pile_set_name": "Github" }
before lock #1 before lock #2 before lock #3 before unlock #1 before unlock #2 before unlock #3 before unlock #4 ---Thread-Announcement------------------------------------------ Thread #x is the program's root thread ---------------------------------------------------------------- Thread #x unlocked a not-locked lo...
{ "pile_set_name": "Github" }
package esform.clazz.request; /** * Created by * * @name:孙证杰 * @email:200765821@qq.com on 2017/10/18. */ public class OperateClazzRequest { private String name; private Integer type; public String getName() { return name; } public void setName(String name) { this.name = name;...
{ "pile_set_name": "Github" }
/* eslint-disable */ require('eventsource-polyfill') var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true') hotClient.subscribe(function (event) { if (event.action === 'reload') { window.location.reload() } })
{ "pile_set_name": "Github" }
#!/bin/bash # Used to have EnigmaBot comment on GitHub pull requests with image analysis/benchmark results. # GitHub information gh_organization='enigma-dev' # This is the user or organization who owns the repository we're interested in. gh_repository='enigma-dev' # This is the simple name of the repository. gh_a...
{ "pile_set_name": "Github" }
module(..., package.seeall) text = [[こんにちは。TextViewのサンプルです。 任意のサイズのテキストを表示できます。 改行もできます。 あ あ あ あ あ あ あ あ あ あ あ あ]] -------------------------------------------------------------------------------- -- Event Handler -------------------------------------------------------------------------------- function onCreate(e)...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>@ViewBag.Host</title> <style> body { margin: 32px; font-size: 2em; font-family: Arial; } </style> </head> <body> <div style="text-align: center"> http://@ViewBag.Host </div>...
{ "pile_set_name": "Github" }
require('../../../modules/es7.string.trim-left'); module.exports = require('../../../modules/_entry-virtual')('String').trimLeft;
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_01) on Mon Aug 04 16:56:49 EDT 2008 --> <TITLE> I-Index </TITLE> <META NAME="date" CONTENT="2008-08-04"> <LINK REL ="stylesheet" TYPE="t...
{ "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" }
How to play a sound file in Java Template methods in abstract classes The `abstract` keyword Double Brace Initialization How and when to use `WeakHashMap` class
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, insta...
{ "pile_set_name": "Github" }