text
stringlengths
2
99.9k
meta
dict
define(["../polymer/polymer-legacy.js", "../iron-flex-layout/iron-flex-layout.js", "../iron-behaviors/iron-control-state.js", "../iron-validatable-behavior/iron-validatable-behavior.js", "../polymer/lib/legacy/polymer-fn.js", "../polymer/lib/legacy/polymer.dom.js", "../polymer/lib/utils/html-tag.js"], function (_polyme...
{ "pile_set_name": "Github" }
///////////////////////////////////////////////////////////////////////////// // Name: src/common/arrstr.cpp // Purpose: wxArrayString class // Author: Vadim Zeitlin // Modified by: // Created: 29/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.f...
{ "pile_set_name": "Github" }
/* * File: cancel7.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.edu.a...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <argument name="argument_name" is_required="0" is_array="0"> <description>argument description</description> <defaults> <default>&lt;comment&gt;style&lt;/&gt;</default> </defaults> </argument>
{ "pile_set_name": "Github" }
# Translation of Odoo Server. # This file contains the translation of the following modules: # * partner_autocomplete_address_extended # # Translators: # Martin Trigaux, 2019 # msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~12.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-08-12 11:32+0000\n" "PO...
{ "pile_set_name": "Github" }
// Test that cfg_attr with multiple attributes actually emits both attributes. // This is done by emitting two attributes that cause new warnings, and then // triggering those warnings. // build-pass (FIXME(62277): could be check-pass?) #![warn(unused_must_use)] #[cfg_attr(all(), deprecated, must_use)] struct MustUs...
{ "pile_set_name": "Github" }
package org.dbpedia.extraction.destinations import org.dbpedia.extraction.transform.Quad import org.slf4j.LoggerFactory import scala.collection.Seq /** * Just logs the extraction output to the screen */ class LoggerDestination(pageID: Long, pageTitle: String) extends LiveDestination { private val logger = Logge...
{ "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" }
// Copyright 2015 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 japanese import ( "golang.org/x/text/encoding" ) // All is a list of all defined encodings in this package. var All = []encoding.Encoding{EUCJP, ISO2...
{ "pile_set_name": "Github" }
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved. // // You are hereby granted a non-exclusive, worldwide, royalty-free license to use, // copy, modify, and distribute this software in source code or binary form for use // in connection with the web services and APIs provided by Facebook. // // As with...
{ "pile_set_name": "Github" }
# Soft HSM test Docker image # # LinOTP can use the PKCS11 library to provide access to a # Hardware Security Module (HSM). The hardware to be # used is accessed using a supplied library. # # Given that LinOTP can be used with any supported HSM, # the standard Docker image does not provide any specific # libraries and ...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "target": "es6", "module": "commonjs", "esModuleInterop": true, "allowJs": true } }
{ "pile_set_name": "Github" }
/* 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/. * * This Source Code Form is "Incompatible With Secondary Licenses", as * defined by the Mozilla Public License, v....
{ "pile_set_name": "Github" }
// based css: // https://bazaar.launchpad.net/~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk/view/head:/data/sample-lightdm-gtk-greeter.css /************************ * LightDM GTK+ Greeter * ************************/ // the panel widget at the top #panel_window { background-color: $alt_panel_bg_color; color...
{ "pile_set_name": "Github" }
// Copyright 2015 The Prometheus 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...
{ "pile_set_name": "Github" }
# Political Competition and Participation (How Was Life, OECD (2014))
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuil...
{ "pile_set_name": "Github" }
//----------------------------------------------------------------------- // <copyright file="ObjectViewSchema.cs" company="Marimer LLC"> // Copyright (c) Marimer LLC. All rights reserved. // Website: https://cslanet.com // </copyright> // <summary>Object providing schema information for a</summary> //---------...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import "WCPayOverseaBaseCgiDelegate-Protocol.h" @class NSString, WCPayOverseaBaseCgi; @protocol WCPayOvers...
{ "pile_set_name": "Github" }
'use strict' var DATE_TIME = /(\d{1,})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2})(\.\d{1,})?/ var DATE = /^(\d{1,})-(\d{2})-(\d{2})$/ var TIME_ZONE = /([Z+-])(\d{2})?:?(\d{2})?:?(\d{2})?/ var BC = /BC$/ var INFINITY = /^-?infinity$/ module.exports = function parseDate (isoDate) { if (INFINITY.test(isoDate)) { // C...
{ "pile_set_name": "Github" }
// The MIT License (MIT) // // Copyright (c) 2015-2020 Rasmus Mikkelsen // Copyright (c) 2015-2020 eBay Software Foundation // https://github.com/eventflow/EventFlow // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software...
{ "pile_set_name": "Github" }
#ifndef RBCODECPLATFORM_H_INCLUDED #define RBCODECPLATFORM_H_INCLUDED /* assert */ #include <assert.h> /* O_RDONLY, O_WRONLY, O_CREAT, O_APPEND */ #include <fcntl.h> /* isdigit, islower, isprint, isspace, toupper */ #include <ctype.h> /* memchr, memcmp, memcpy, memmove, memset, strcat, strchr, strcmp, strcpy, * st...
{ "pile_set_name": "Github" }
# Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in /Users/james/android-sdk-macosx/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # # For more details, see # htt...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: MRTK_Standard_TransparentCyan m_Shader: {fileID: 4800000, guid: 5bdea20278144b11916d7750...
{ "pile_set_name": "Github" }
/* crypto/x509/x509name.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and n...
{ "pile_set_name": "Github" }
{ "name": "fauxton", "version": "1.2.6", "description": "Fauxton is a modular CouchDB dashboard and Futon replacement.", "main": "./index.js", "directories": { "test": "test" }, "bin": { "fauxton": "./bin/fauxton" }, "devDependencies": { "babel-jest": "^24.9.0", "bootstrap": "^3.4.1", ...
{ "pile_set_name": "Github" }
package runtime import ( "context" "fmt" "net/http" "net/textproto" "strings" "github.com/golang/protobuf/proto" "google.golang.org/grpc/codes" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) // A HandlerFunc handles a specific pair of path pattern and HTTP method. type HandlerFunc func(...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="html.longdes...
{ "pile_set_name": "Github" }
# Configurator トラブルシューティング <!--- grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh original document: 0.9.0:docs/configurator_troubleshooting.md git diff 0.9.0 HEAD -- docs/configurator_troubleshooting.md | cat --> ## 私の .json ファイルが動きません .json ファイルが QMK Configurator で作ったものの場合、おめでとうございます。バグに遭遇しました。 [qmk_conf...
{ "pile_set_name": "Github" }
[server default] user=root password=msandbox ping_interval=3 init_conf_load_script="" shutdown_script="" master_ip_failover_script="" master_ip_online_change_script="" report_script="" ##CLIENT_BINDIR## ##CLIENT_LIBDIR## log_level = debug ssh_connection_timeout = 20 [server1] hostname=127.0.0.1 port=10000 master_binlo...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 1999-2018 Alibaba Group Holding 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/...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!--Generated by crowdin.com--> <!-- ~ Copyright (c) 2012-2016 Arne Schwabe ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt --> <resources> <!-- Keep the order the same as the TYPE_ constants in VPNProfile --> <s...
{ "pile_set_name": "Github" }
定时器是一个应用中非常重要的部分。React Native实现了和浏览器一致的[定时器Timer](https://developer.mozilla.org/en-US/Add-ons/Code_snippets/Timers)。 ## 定时器 - setTimeout, clearTimeout - setInterval, clearInterval - setImmediate, clearImmediate - requestAnimationFrame, cancelAnimationFrame `requestAnimationFrame(fn)`和`setTimeout(fn, 0)`不同,前者会在每帧刷新之后...
{ "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" }
package azure import ( "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2020-02-15/kusto" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/helper/validation" "github.com/terraform-providers/terraform-provider-azurerm/azurerm/helpers/suppress" ) func Schema...
{ "pile_set_name": "Github" }
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: lmdb_data.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _ref...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-controller-manager-arm64:v1.8.2
{ "pile_set_name": "Github" }
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\PSP; use JMS\Serializer\Annotation\ExclusionPolicy; use...
{ "pile_set_name": "Github" }
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. All rights reserved. // http://code.google.com/p/protobuf/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistri...
{ "pile_set_name": "Github" }
/* * * Copyright (c) 1998-2004 John Maddock * Copyright 2011 Garmin Ltd. or its subsidiaries * * 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) * */ /* * LOCATION: see http://www.boost.org/ for most...
{ "pile_set_name": "Github" }
{ "main_title": "CryptPad: 零知識, 即時協作編寫", "type": { "pad": "富文本", "code": "編碼", "poll": "投票", "slide": "投影片簡報", "drive": "磁碟", "whiteboard": "白板", "file": "檔案", "media": "多媒體", "kanban": "任务看板", "todo": "待办事项", "teams": "团队",...
{ "pile_set_name": "Github" }
// Copyright (c) 2013-2017 Object Computing, Inc. // All rights reserved. // See the file license.txt for licensing information. // This file defines MPC features for the liquibook project example_pubsub=1 example_manual=1 // BOOST IS NEEDED BY THE unit tests boost=1 // QUICKFAST IS NEEDED BY THE PUBLISH/SUBSUBSCRIB...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.springframework.cloud:spring-cloud-netflix-eureka-client:1.3.0.RC1"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/org/springframework/cloud/spring-cloud-netflix-eureka-client/1.3.0.RC1/spring-cloud-netflix-eureka-client-1.3.0.RC1.jar!/" /...
{ "pile_set_name": "Github" }
// Copyright 2014 the V8 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. #include "src/compiler/verifier.h" #include <algorithm> #include <deque> #include <queue> #include <sstream> #include <string> #include "src/compiler/...
{ "pile_set_name": "Github" }
# list-item [![NPM version](https://img.shields.io/npm/v/list-item.svg)](https://www.npmjs.com/package/list-item) [![Build Status](https://img.shields.io/travis/jonschlinkert/list-item.svg)](https://travis-ci.org/jonschlinkert/list-item) > Generate a single formatted list item, allowing you to easily generate lists wi...
{ "pile_set_name": "Github" }
/* * net/sched/em_cmp.c Simple packet data comparison ematch * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version....
{ "pile_set_name": "Github" }
# The train/test net protocol buffer definition train_net: "mnist/lenet_auto_train.prototxt" test_net: "mnist/lenet_auto_test.prototxt" # test_iter specifies how many forward passes the test should carry out. # In the case of MNIST, we have test batch size 100 and 100 test iterations, # covering the full 10,000 testing...
{ "pile_set_name": "Github" }
"Steam/Cached/PreloadSubscription_FinishedPreload_NotPayed_Playable.res" { layout { region { name="bottom" align=bottom height=44 margin=8 } place { control="Button2" region=bottom align=right width=84 height=28 spacing=8 } } }
{ "pile_set_name": "Github" }
drop all CREATE VERTEX Prescriber(PRIMARY_ID prescriber_id STRING, pageRank FLOAT) CREATE VERTEX Patient(PRIMARY_ID patient_id STRING) CREATE VERTEX Claim(PRIMARY_ID claim_id STRING, rx_fill_date DATETIME) CREATE VERTEX Specialty(PRIMARY_ID id STRING) CREATE VERTEX SubSpecialty(PRIMARY_ID id STRING) CREATE DIREC...
{ "pile_set_name": "Github" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr> // // 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 c...
{ "pile_set_name": "Github" }
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory. // Written by the LBANN Research Team (B. Van Essen, et al.) listed in // the CONTRIBUTORS file. <lbann-dev@l...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -...
{ "pile_set_name": "Github" }
/* * Hedgewars, a free turn based strategy game * Copyright (C) 2012 Simeon Maxein <smaxein@googlemail.com> * * 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 Lic...
{ "pile_set_name": "Github" }
using System; using System.IO; namespace Org.BouncyCastle.Cms { #if !(NETCF_1_0 || NETCF_2_0 || SILVERLIGHT || PORTABLE) [Serializable] #endif public class CmsStreamException : IOException { public CmsStreamException() { } public CmsStreamException( string name) : base(name) ...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017-present, Liu Jinyong * All rights reserved. * * https://github.com/huanxsd/MeiTuan * @flow */ import React, { PureComponent } from 'react' import { View, Text, StyleSheet, ScrollView, } from 'react-native' import PageControl from 'react-native-page-control' import { screen, system } f...
{ "pile_set_name": "Github" }
-- spell_proc_event improved steady shot, master marksman, rude interruption, Bloodsurge, invocation DELETE FROM `spell_proc_event` WHERE `entry` IN ('34485','34486','34487','46913','46914','46915','53221','53222','53224','61216','61221','84722','84723'); INSERT INTO `spell_proc_event` VALUES (34485, 0, 9, 0, 1, 0, 0, ...
{ "pile_set_name": "Github" }
import { SET_SYNC_STATE } from '../constants/ActionTypes' const initialState = { text: 'unknown' } export default function syncState(state = initialState, action) { switch (action.type) { case SET_SYNC_STATE: return { text: action.text } default: return state } }
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> [%settitle Security%] <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> [%file newheader%] </head> <body> [%file newnavbar%] <div class="col-12"> <h1>FHIR Security</h1> <table class="colstu"><tr><td id="wg"><a _target="blank" href="[%wg fhir%]">[%wgt fh...
{ "pile_set_name": "Github" }
::FROM-WRITER; design top { device { architecture sa5p00g; device LFE5UM5G-45F; package CABGA381; performance "8"; } comp SLICE_0 [,,,,A0,B0,D0,C0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,] { logical { cellmodel-name SLICE; program "MODE:LOGIC " ...
{ "pile_set_name": "Github" }
# Locally computed sha256 cf4dff40a2f4ec38bc7e42a80b989df1bf88e12d714f7e681f83c4e5a588f5c9 rpi-userland-06bc6daa02137ca72b7a2104afad81e82a44de17.tar.gz sha256 bee6f1249175683d8610651706e1aa7dffcbfd3f9c4c05bc1e5ab34f313c2db5 LICENCE
{ "pile_set_name": "Github" }
/* * Copyright (c) 2013 ETH Zurich. All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, CAB F.78, Universitaetstr. 6, CH-8092 Zurich, * Attn: Systems Group. */ /* * omap44xx_mcspi...
{ "pile_set_name": "Github" }
/* Copyright 2015 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" }
.loading-indicator { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background-color: black; opacity: 0.3; } .spinner { width: 40px; height: 40px; position: relative; margin: 100px auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; ...
{ "pile_set_name": "Github" }
class mp3decoder { void *g_mp3stream; public: mp3decoder(); ~mp3decoder(); uae_u8 *get(struct zfile *zf, uae_u8 *, int maxsize); uae_u32 getsize(struct zfile *zf); };
{ "pile_set_name": "Github" }
// This example demonstrates the use of the Landsat 8 QA band to mask clouds. // Function to mask clouds using the quality band of Landsat 8. var maskL8 = function(image) { var qa = image.select('BQA'); /// Check that the cloud bit is off. // See https://www.usgs.gov/land-resources/nli/landsat/landsat-collection...
{ "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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>BoardBank</string> <key>CFBundleExecutable</key>...
{ "pile_set_name": "Github" }
{ "private": true, "scripts": { "build": "webpack -p" }, "devDependencies": { "loader-utils": "1.4.0", "webpack": "4.41.5", "webpack-cli": "3.3.10" } }
{ "pile_set_name": "Github" }
/* Page */ html { font-size:0.89em; } body { font-size:100%; } p { margin: 0; padding: 0; }
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; namespace FrequencyQueries { public static class Solution { public static List<int> freqQuery(List<List<int>> queries) { const int insert = 1; const int delete = 2; const int freqCheck = 3; var num...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2002-2012 Alibaba Group Holding Limited. * 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/LICENS...
{ "pile_set_name": "Github" }
// ----------------------------------------------------------------------- // <copyright file="LinkedListSerializerFactory.cs" company="Asynkron HB"> // Copyright (C) 2015-2017 Asynkron HB All rights reserved // </copyright> // ----------------------------------------------------------------------- using Sy...
{ "pile_set_name": "Github" }
<template> <div> <intro></intro> <div class="mg-top"> <v-layout row> <v-flex xs12 md8 offset-md2> <div class="text-md-center"> <template v-for="(item, ix) in quicklinks"> <v-btn v-if="!item.autoHide || (item.unauthRequired && !loggedIn) || (item.authRequired &...
{ "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="?android:textColorTertiary" android:pathData="M12,21.35l-1.45,-1.32C5.4,1...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "pile_set_name": "Github" }
/** * Copyright 2013-2020 the original author or authors from the JHipster project. * * This file is part of the JHipster project, see https://www.jhipster.tech/ * for more information. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...
{ "pile_set_name": "Github" }
// name: Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation // teardown_command: rm -f Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation_*.mat // keywords: simulation MSL Examples // status: correct // cflags: +simCodeTarget=Cpp // // Simulation Results // Modelica Standard Library // run...
{ "pile_set_name": "Github" }
pid = f95c6f6b34eb49c1aed5ed30e1900f96 name = Ast. LDE-229 type = SpaceObject sit = ORBITING landed = False landedAt = displaylandedAt = splashed = False met = 171755410469155.13 lct = 171755410469155.13 lastUT = -1 root = 0 lat = -0.87674806484726098 lon = 28.214979364533175 alt = 16361684698.672235 hgt = -1 nrm = 0...
{ "pile_set_name": "Github" }
{{- if and (include "assistant.boolConvertor" (list .Values.persistence.enabled . )) (not (tpl ( .Values.dataPVC.existingClaimName | toString ) . )) -}} apiVersion: v1 kind: PersistentVolumeClaim metadata: name: "{{ .Release.Name}}-{{ .Values.dataPVC.name }}" {{ include "embeddings.labels" . | indent 2 }} spec: {{-...
{ "pile_set_name": "Github" }
<?php namespace Guzzle\Service\Exception; use Guzzle\Common\Exception\RuntimeException; class DescriptionBuilderException extends RuntimeException {}
{ "pile_set_name": "Github" }
/** Used for built-in method references. */ var objectProto = Object.prototype; /** Used to check objects for own properties. */ var hasOwnProperty = objectProto.hasOwnProperty; /** * The base implementation of `_.has` without support for deep paths. * * @private * @param {Object} [object] The object to query. *...
{ "pile_set_name": "Github" }
// Copyright (c) 1995-1999 Matra Datavision // Copyright (c) 1999-2014 OPEN CASCADE SAS // // This file is part of Open CASCADE Technology software library. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public License version 2.1 as published ...
{ "pile_set_name": "Github" }
// Copyright 2020 the V8 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. #include "src/heap/cppgc/heap-growing.h" #include <cmath> #include <memory> #include "include/cppgc/platform.h" #include "src/base/macros.h" #include ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2014-2020 Savoir-faire Linux Inc. * * Author: Adrien Béraud <adrien.beraud@savoirfairelinux.com> * * 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 3...
{ "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/taylor-and-francis --> <info> <title>The Scandinavian Psychoanalytic Rev...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * Hoa * * * @license * * New BSD License * * Copyright © 2007-2017, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribu...
{ "pile_set_name": "Github" }
// // MSDynamicsDrawerViewController.h // MSDynamicsDrawerViewController // // Created by Eric Horacek on 9/4/12. // Copyright (c) 2012-2013 Monospace Ltd. All rights reserved. // // This code is distributed under the terms and conditions of the MIT license. // // Permission is hereby granted, free of charge, to ...
{ "pile_set_name": "Github" }
// Digota <http://digota.com> - eCommerce microservice // Copyright (c) 2018 Yaron Sumel <yaron@digota.com> // // MIT License // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restri...
{ "pile_set_name": "Github" }
var apply = require('./_apply'), createCtorWrapper = require('./_createCtorWrapper'), root = require('./_root'); /** Used to compose bitmasks for wrapper metadata. */ var BIND_FLAG = 1; /** * Creates a function that wraps `func` to invoke it with the optional `this` * binding of `thisArg` and the `partials`...
{ "pile_set_name": "Github" }
--- number: 177 title: Hasty Treat - Moving from PHP to Node date: 1568034000490 url: https://traffic.libsyn.com/syntax/Syntax177.mp3 --- In this Hasty Treat, Scott and Wes talk about moving from PHP to Node — pitfalls to avoid, best practices and more! ## Sentry - Sponsor If you want to know what's happening with yo...
{ "pile_set_name": "Github" }
var convert = require('./convert'), func = convert('result', require('../result')); func.placeholder = require('./placeholder'); module.exports = func;
{ "pile_set_name": "Github" }
--- name: Bug report about: Report a bug in Dapr docs title: '' labels: kind/bug assignees: '' --- ## Expected Behavior <!-- Briefly describe what you expect to happen --> ## Actual Behavior <!-- Briefly describe what is actually happening --> ## Steps to Reproduce the Problem <!-- How can a maintainer reproduc...
{ "pile_set_name": "Github" }
# coding: utf-8 from .version import __version__ import torch from torch import nn from .modules import Embedding class MultiSpeakerTTSModel(nn.Module): """Attention seq2seq model + post processing network """ def __init__(self, seq2seq, postnet, mel_dim=80, linear_dim=513, ...
{ "pile_set_name": "Github" }
import Awesomplete from 'awesomplete'; frappe.ui.form.ControlMultiSelect = frappe.ui.form.ControlAutocomplete.extend({ get_awesomplete_settings() { const settings = this._super(); return Object.assign(settings, { filter: function(text, input) { let d = this.get_item(text.value); if(!d) { return A...
{ "pile_set_name": "Github" }
$$$ APPEARANCE: S01E21 Over a Barrel BALLOON: top BALLOON TOP: 3 BALLOON BOTTOM: 0 COAT: brown DISPLAY: full, right EYE: cyan FREE: no GROUP: stallion KIND: earth LINK: regular MANE: brown NAME: Sheriff Silverstar OTHER NAMES: Silverstar (official, without title) POSE: stand SOURCE: (Anonycat) Desktop ponies WIDTH: 40 ...
{ "pile_set_name": "Github" }
{ "integer": { "type": "integer" }, "refToInteger": { "$ref": "#/integer" } }
{ "pile_set_name": "Github" }
/* * cloudbeaver - Cloud Database Manager * Copyright (C) 2020 DBeaver Corp and others * * Licensed under the Apache License, Version 2.0. * you may not use this file except in compliance with the License. */ import { injectable } from '@cloudbeaver/core-di'; import { SessionResource } from './SessionResource';...
{ "pile_set_name": "Github" }
// A custom Nightwatch assertion. // the name of the method is the filename. // can be used in tests like this: // // browser.assert.elementCount(selector, count) // // for how to write custom assertions see // http://nightwatchjs.org/guide#writing-custom-assertions exports.assertion = function (selector, count) { ...
{ "pile_set_name": "Github" }
"use strict"; module.exports = function(Chart) { Chart.Doughnut = function(context, config) { config.type = 'doughnut'; return new Chart(context, config); }; };
{ "pile_set_name": "Github" }
package main import ( "fmt" "log" "github.com/go-playground/form/v4" ) // Address contains address information type Address struct { Name string Phone string } // User contains user information type User struct { Name string Age uint8 Gender string Address []Address Active bo...
{ "pile_set_name": "Github" }
#include "core.h" #include <string.h> #include <sys/stat.h> #include "utils.h" #include "vm.h" #include "obj_thread.h" #include "compiler.h" #include "core.script.inc" char* rootDir = NULL; //根目录 #define CORE_MODULE VT_TO_VALUE(VT_NULL) //返回值类型是Value类型,且是放在args[0], args是Value数组 //RET_VALUE的参数就是Value类型,无须转换直接赋值. //...
{ "pile_set_name": "Github" }