text
stringlengths
2
99.9k
meta
dict
import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client"; import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1"; imp...
{ "pile_set_name": "Github" }
# # This file is part of CasADi. # # CasADi -- A symbolic framework for dynamic optimization. # Copyright (C) 2010-2014 Joel Andersson, Joris Gillis, Moritz Diehl, # K.U. Leuven. All rights reserved. # Copyright (C) 2011-2014 Greg Horn # # CasADi is free software; you can...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Weiz.TaskManager.Common { /// <summary> /// 系统的配置 /// 获取连接字符串 SysConfig.SqlConnect /// </summary> public class SysConfig { /// <summary> /// 数据库连接字符串信息 /// </summary> ...
{ "pile_set_name": "Github" }
 CREATE PROCEDURE [dbo].[Tools_FixLoginAndUser] @username sysname, @password sysname, @apply bit = 0, -- Create propery to store unique SID of the user. @user_sid varbinary(85) = null AS /* DECLARE @defaultUsername sysname = db_name()+'Admin' DECLARE @defaultPassword sysname = 'localdev' --...
{ "pile_set_name": "Github" }
package qz.ui; import qz.auth.Certificate; import qz.common.Constants; import qz.common.LogIt; import qz.utils.FileUtilities; import qz.ws.PrintSocket; import javax.swing.*; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import javax.swing.event.ListSelectionEvent; import javax.swing.e...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
{ "pile_set_name": "Github" }
{ 'com.google.guava:guava:src/com/google/common/primitives/UnsignedLongs.java':[ 311, ], }
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013-2018 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
{ "pile_set_name": "Github" }
.input-group { &-text { background-color: $secondary; color: white; } }
{ "pile_set_name": "Github" }
/* ---------------------------------------------------------------------------- * SAM Software Package License * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and binary fo...
{ "pile_set_name": "Github" }
<div class="control-group"> <label for="milestone_project_id"><%= t('milestones.project') %></label> <div class="controls"> <%= select 'milestone', 'project_id', grouped_client_projects_options(current_user.projects) %> </div> </div> <div class="control-group"> <label for="milestone_name"><%= t('milestones...
{ "pile_set_name": "Github" }
--TEST-- See Github issue #8902 ( https://github.com/composer/composer/issues/8902 ). Avoid installing packages twice if they are required in different versions and one is matched by a dev package. --COMPOSER-- { "repositories": [ { "type": "package", "package": [ ...
{ "pile_set_name": "Github" }
export type SaveRulesOptions = { /** * If the saved rules should be forward to replicas. */ readonly forwardToReplicas?: boolean; /** * If the existing rules should be removed. */ readonly clearExistingRules?: boolean; };
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Elcodi package. * * Copyright (c) 2014-2016 Elcodi Networks S.L. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * Feel free to edit as you please, and have fun. * * @author Marc Morera <yuhu@...
{ "pile_set_name": "Github" }
19 10 31 100
{ "pile_set_name": "Github" }
<?php /* For license terms, see /license.txt */ use Chamilo\PluginBundle\Zoom\Meeting; require_once __DIR__.'/config.php'; api_block_anonymous_users(); $course_plugin = 'zoom'; // needed in order to load the plugin lang variables $meetingId = isset($_REQUEST['meetingId']) ? (int) $_REQUEST['meetingId'] : 0; if (em...
{ "pile_set_name": "Github" }
[ { "date": "2015-01-01 00:00:00", "start": "2015-01-01T03:00:00.000Z", "end": "2015-01-02T03:00:00.000Z", "name": "Ano Novo", "type": "public", "rule": "01-01", "_weekday": "Thu" }, { "date": "2015-02-14 00:00:00", "start": "2015-02-14T03:00:00.000Z", "end": "2015-02-18T17...
{ "pile_set_name": "Github" }
cheats = 14 cheat0_desc = "Infinite Health" cheat0_code = "800A55C0+0800" cheat0_enable = false cheat1_desc = "Infinite Dodgeballs" cheat1_code = "800872B6+000A" cheat1_enable = false cheat2_desc = "Infinite Cows (For The Cow Launcher)" cheat2_code = "800873CE+000A" cheat2_enable = false cheat3_desc = "Infinite...
{ "pile_set_name": "Github" }
/* * Copyright © 2010 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
{ "pile_set_name": "Github" }
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js export default [ 'cgg',...
{ "pile_set_name": "Github" }
/* Linuxthreads - a simple clone()-based implementation of Posix */ /* threads for Linux. */ /* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr) */ /* */ /* This program is f...
{ "pile_set_name": "Github" }
using System; using UnityEditor; using UnityEngine; namespace UnityStandardAssets.ImageEffects { [CustomEditor (typeof( NoiseAndGrain))] class NoiseAndGrainEditor : Editor { SerializedObject serObj; SerializedProperty intensityMultiplier; SerializedProperty generalInten...
{ "pile_set_name": "Github" }
%define name mailpile %define version 0.4.0.dev20141126 %define unmangled_version 0.4.0.dev20141126 %define release 1 Summary: An e-mail search engine and webmail client Name: %{name} Version: %{version} Release: %{release}%{?dist} Source0: %{name}-%{unmangled_version}.tar.gz License: AGPL-3.0+ Group: Applications/Int...
{ "pile_set_name": "Github" }
msgid "" msgstr "" "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" "POT-Creation-Date: 2015-08-11 23:26+0200\n" "PO-Revision-Date: 2018-02-06 10:06+1000\n" "Last-Translator: Elliot Condon <e@elliotcondon.com>\n" "Language-Team: Elliot Condon <e...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2014 - 2019, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright no...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing\Matcher; use Symfony\Component\Routing\Except...
{ "pile_set_name": "Github" }
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
{ "pile_set_name": "Github" }
// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2015 Free Electrons * Copyright (C) 2015 NextThing Co * * Maxime Ripard <maxime.ripard@free-electrons.com> */ #ifndef _SUN4I_FRAMEBUFFER_H_ #define _SUN4I_FRAMEBUFFER_H_ void sun4i_framebuffer_init(struct drm_device *drm); #endif /* _SUN4I_FRAME...
{ "pile_set_name": "Github" }
> From: [eLinux.org](http://eLinux.org/Basi_and_Dingo_DaVinci_dm365_boards "http://eLinux.org/Basi_and_Dingo_DaVinci_dm365_boards") # Basi and Dingo DaVinci dm365 boards Preliminary informations [File:Basi and dingo.pdf](http://eLinux.org/File:Basi_and_dingo.pdf "File:Basi and dingo.pdf") [Category](http://eLin...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- @author robbyw@google.com (Robby Walker) --> <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"> <t...
{ "pile_set_name": "Github" }
/** * User: Jinqn * Date: 14-04-08 * Time: 下午16:34 * 上传图片对话框逻辑代码,包括tab: 远程图片/上传图片/在线图片/搜索图片 */ (function () { var uploadFile, onlineFile; window.onload = function () { initTabs(); initButtons(); }; /* 初始化tab标签 */ function initTabs() { var tabs = $G('tabhead')...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Security; using System.Threading; using System.Threading.Tasks; using Unity.Builder; using Unity.Exceptions; using Unity.Lifetime; using Unity.Po...
{ "pile_set_name": "Github" }
ARG REPO=mcr.microsoft.com/dotnet/core/runtime-deps FROM $REPO:2.1-focal-arm32v7 RUN apt-get update \ && apt-get install -y --no-install-recommends \ curl \ && rm -rf /var/lib/apt/lists/* # Install ASP.NET Core ENV ASPNETCORE_VERSION 2.1.22 RUN curl -SL --output aspnetcore.tar.gz https://dotnetcli.az...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: a833b186a83db384bbeeb89d3fd04a30 folderAsset: yes DefaultImporter: userData:
{ "pile_set_name": "Github" }
Prism.languages.brightscript = { 'comment': /(?:\brem|').*/i, 'directive-statement': { pattern: /(^[\t ]*)#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if).*/im, lookbehind: true, alias: 'property', inside: { 'error-message': { pattern: /(^#error).+/, lookbehind: true }, 'directive': { pa...
{ "pile_set_name": "Github" }
import { Subject } from 'rxjs'; import { DimItem } from '../inventory/item-types'; export const showItemPopup$ = new Subject<{ item?: DimItem; element?: HTMLElement; extraInfo?: ItemPopupExtraInfo; }>(); // Extra optional info for Vendors/Collectibles. export interface ItemPopupExtraInfo { failureStrings?: st...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/TSReading.framework/TSReading */ @interface TSTMergeRegionMapIterator : NSObject { struct __hash_map_iterator<std::__1::__hash_iterator<std::__1::__hash_node<std::__1::pair<TSUColumnRowCoordinate, TSUColumnRowSize>, void *> *> > { ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010, 2011 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 11852d1b1b034654bb03e7c8fda28fbf timeCreated: 1476347976 licenseType: Store ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!--> <sprite> <type>0</type> <xorig>0</xorig> <yorigin>0</yorigin> <colkind>1</colkind> <coltolerance>0</coltolerance> <sepmasks>0</sepmasks> <bboxmode>0</bboxmode> <bbox_left>0</bbox_left> <bb...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2013 University of Washington. All rights reserved. * Copyright (C) 2014 Apple 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: * 1. Redistributions of source code mu...
{ "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" }
/* * Unix SMB/Netbios implementation. * SEC_DESC handling functions * Copyright (C) Andrew Tridgell 1992-1998, * Copyright (C) Jeremy R. Allison 1995-2003. * Copyright (C) Luke Kenneth Casson Leighton 1996-1998, * Copyright (C) Paul Ashton 1997-1998. * * This prog...
{ "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\Nikon; use JMS\Serializer\Annotation\ExclusionPolicy; u...
{ "pile_set_name": "Github" }
/* * Copyright 2008 The Closure Compiler 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...
{ "pile_set_name": "Github" }
#ifndef _DELTA_INFER_CUSTOM_OPS_ALLOC_H_ #define _DELTA_INFER_CUSTOM_OPS_ALLOC_H_ #include <cstring> #include "delta_infer/custom_ops/ops_utils.h" namespace tensorflow { template <typename Device, typename T> class DeltaAlloc { public: T* malloc(size_t size) const { return nullptr; } void free(T* ptr) const {} ...
{ "pile_set_name": "Github" }
{ "multi":null, "text":"感谢网友的报料,5·17电信日@中国移动 的4G TD-LTE在广州大学城的环岛公交线路上可以亲身体验了!下行速度100Mbps,达到主流宽带的25倍!@中国移动广东公司 给力呀~", "user":{ "verified":true, "description":true, "gender":"f", "messages":13803, "followers":206949, "location":"广东 广州", "time":1289368307, "friends":248, "verified_type":5 }, "has_url":false, "comments":22...
{ "pile_set_name": "Github" }
// Tencent is pleased to support the open source community by making ncnn available. // mobilenetv2-ssdlite-voc- camera on line // 在线运行 ===== // 1. 设置相机参数,打开相机 ================= // 2. 创建检测对象 // 3. 运行检测模型 ================= // 4. 显示检测结果 ================= #include <stdio.h> //#include <vector> //#inclu...
{ "pile_set_name": "Github" }
/* Copyright (C) 2016-2017 Alexander Borisov 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 ...
{ "pile_set_name": "Github" }
var a = load('a'); var b = load('b'); var c = load('c'); var abc = a.b(c); var EventEmitter = load('events').EventEmitter; var x = load('doom')(5,6,7); x(8,9); c.load('notthis'); var y = load('y') * 100; var EventEmitter2 = load('events2').EventEmitter();
{ "pile_set_name": "Github" }
package com.alibaba.datax.plugin.utils; import java.util.concurrent.locks.ReentrantLock; /** * simple global LOCK * @author davidhua * 2019/4/24 */ public class HdfsUserGroupInfoLock { private static ReentrantLock globallock = new ReentrantLock(); public static void lock(){ globallock.lock(); ...
{ "pile_set_name": "Github" }
package info.xiancloud.plugins.yy.broadcast; import info.xiancloud.core.*; import info.xiancloud.core.distribution.LocalNodeManager; import info.xiancloud.core.message.UnitRequest; import info.xiancloud.core.message.UnitResponse; import info.xiancloud.core.test.TestGroup; /** * @author happyyangyuan */ public class...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Newtonsoft.Json.Linq; using NzbDrone.Common.Serializer; namespace NzbDrone.Common.Instrumentation { public class CleansingJsonVisitor : JsonVisitor { public override void Visit(JArray json) { ...
{ "pile_set_name": "Github" }
walker2d-v1-ppo: env: Walker2d-v1 run: PPO config: # Works for both torch and tf. framework: tf kl_coeff: 1.0 num_sgd_iter: 20 lr: .0001 sgd_minibatch_size: 32768 train_batch_size: 320000 num_workers: 64 num_gpus: 4 batch_mode: ...
{ "pile_set_name": "Github" }
package rsc.publisher; import java.util.*; import java.util.concurrent.*; import java.util.function.Supplier; import org.junit.*; import org.reactivestreams.Publisher; import rsc.processor.DirectProcessor; import rsc.test.TestSubscriber; import rsc.util.*; import rsc.scheduler.SingleTimedScheduler; public class Pub...
{ "pile_set_name": "Github" }
<template> <div id="app"> <router-view></router-view> </div> </template> <script> export default { name: 'app' } </script> <style lang="less"> @import '~vux/src/styles/reset.less'; @import '~vux/src/styles/1px.less'; body { background-color: #fbf9fe; } html, body { height: 100%; width: 100%; overf...
{ "pile_set_name": "Github" }
var _ = require("lodash"), microtime = require("microtime"), cl = require("../../../index"), util = require("util"), debug = require("debug")("notp:examples:dlm"); var GenServer = cl.GenServer; const mcsToMs = 1000; class Lock { constructor(type, id, holder, timeout) { this._type = type; thi...
{ "pile_set_name": "Github" }
v0.2.1
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
/* -*- mode: c; c-file-style: "openbsd" -*- */ /* * Copyright (c) 2013 Vincent Bernat <bernat@luffy.cx> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all c...
{ "pile_set_name": "Github" }
Because of how `begin` expressions are desugared, the last statement in the block needs to be an expression. The desugaring of `begin` blocks is described by the following rules: 1. A 'with' binding is turned into a use of the monadic (>>=) operator: begin with p <- e; ... end ...
{ "pile_set_name": "Github" }
; NOTE: Assertions have been autogenerated by update_test_checks.py ; RUN: opt < %s -instsimplify -S | FileCheck %s define i1 @add(i1 %x) { ; CHECK-LABEL: @add( ; CHECK: ret i1 false ; %z = add i1 %x, %x ret i1 %z } define i1 @sub(i1 %x) { ; CHECK-LABEL: @sub( ; CHECK: ret i1 %x ; %z = sub i1 fa...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Sylius\ShopApiPlugin\Validator\Cart; use Sylius\Component\Core\Model\OrderInterface; use Sylius\Component\Core\Model\PromotionCouponInterface; use Sylius\Component\Core\Repository\OrderRepositoryInterface; use Sylius\Component\Promotion\Checker\Eligibility\PromotionCouponElig...
{ "pile_set_name": "Github" }
<template lang="pug"> q-card(flat, bordered) .q-pa-md.text-center q-btn(push, color="orange", label="Test me", style="width: 200px") q-menu( :fit="fit" :cover="cover" :anchor="anchor" :self="self" auto-close ) q-list(style="min-widt...
{ "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" }
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool Xbim.CodeGeneration // // Changes to this file may cause incorrect behaviour and will be lost if // the code is regenerated. // </auto-generated> // -----------------...
{ "pile_set_name": "Github" }
--- name: Feature request about: Suggest an idea for this project title: '' labels: '' assignees: '' --- **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd like** A clear and con...
{ "pile_set_name": "Github" }
apiVersion: apps/v1 kind: Deployment metadata: name: backoffice-v1 namespace: {{ .Release.Namespace }} labels: app: backoffice version: v1 spec: replicas: 1 selector: matchLabels: app: backoffice version: v1 template: metadata: labels: app: backoffice versio...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2007, 2010 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
{ "pile_set_name": "Github" }
<file_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" id="oval:org.mitre.oval:ste:1766" version="1"> <uexec datatype="boolean" operation="equals">true</uexec> </file_state>
{ "pile_set_name": "Github" }
// Time: O(nlogn) // Space: O(logn) /** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ class Solution { public: ListNode* sortList(ListNode* head) { if (!head || !head->next) { return he...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* Maximum size of each resync request */ #define RESYNC_BLOCK_SIZE (64*1024) #define RESYNC_PAGES ((RESYNC_BLOCK_SIZE + PAGE_SIZE-1) / PAGE_SIZE) /* * Number of guaranteed raid bios in case of extreme VM load: */ #define NR_RAID_BIOS 256 /* when we get a read error on a read-onl...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Anim Test Suite</title> <script type="text/javascript" src="../../../../build/yui/yui.js"></script> <script type="text/javascript" src="assets/anim-core-test.js"></script> <script type="text/javascript" src=...
{ "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" }
# frozen_string_literal: true require 'spec_helper' RSpec.describe Gitlab::Application do # rubocop:disable RSpec/FilePath using RSpec::Parameterized::TableSyntax filtered_param = ActiveSupport::ParameterFilter::FILTERED context 'when parameters are logged' do describe 'rails does not leak confidential pa...
{ "pile_set_name": "Github" }
// // Pager pagination // -------------------------------------------------- .pager { padding-left: 0; margin: $line-height-computed 0; list-style: none; text-align: center; @include clearfix; li { display: inline; > a, > span { display: inline-block; padding: 5px 14px; backg...
{ "pile_set_name": "Github" }
extends layouts/_layout.pug block variables - var activePage = 'form-components'; - var activeGroup = 'forms'; block title title Form Components - Vali Admin block content .app-title div h1 i.fa.fa-edit | Form Components p Bootstrap default form components ul.app-breadcrumb.b...
{ "pile_set_name": "Github" }
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
{ "pile_set_name": "Github" }
/* $Id: IdeBus.c 33540 2010-10-28 09:27:05Z vboxsync $ */ /** @file * IdeBus.c */ /* * Copyright (C) 2009-2010 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it u...
{ "pile_set_name": "Github" }
//! moment.js locale configuration ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, ...
{ "pile_set_name": "Github" }
[data-design="default"] { background-color: rgba(192, 192, 192, 0.1); } [data-design="default"] .slide { background-color: white; color: black; }
{ "pile_set_name": "Github" }
'use strict'; module.exports = function (t, a) { a(t.call('razDwaTRzy4yFoo45My'), 'raz-dwa-t-rzy4y-foo45-my'); a(t.call('razDwaTRzy4yFoo45My-'), 'raz-dwa-t-rzy4y-foo45-my-'); a(t.call('razDwaTRzy4yFoo45My--'), 'raz-dwa-t-rzy4y-foo45-my--'); };
{ "pile_set_name": "Github" }
// Copyright John W. Wilkinson 2007 - 2009. // Distributed under the MIT License, see accompanying file LICENSE.txt // json spirit version 4.02 #include "json_spirit_reader.h" #include "json_spirit_value.h" //#define BOOST_SPIRIT_THREADSAFE // uncomment for multithreaded use, requires linking to boost.thea...
{ "pile_set_name": "Github" }
--- layout: "svg_wrapper" title: "Inheritance Graph for UInt8" typename: "UInt8" ---
{ "pile_set_name": "Github" }
/* * /MathJax/jax/element/mml/optable/MiscMathSymbolsA.js * * Copyright (c) 2012 Design Science, Inc. * * Part of the MathJax library. * See http://www.mathjax.org for details. * * Licensed under the Apache License, Version 2.0; * you may not use this file except in compliance with the License. * * ...
{ "pile_set_name": "Github" }
/* eslint no-extend-native:0 */ // Load modules var Code = require('code'); var Lab = require('lab'); var Qs = require('../'); // Declare internals var internals = {}; // Test shortcuts var lab = exports.lab = Lab.script(); var expect = Code.expect; var describe = lab.experiment; var it = lab.test; describe('s...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
{ "pile_set_name": "Github" }
Program Q2R v.6.0 (svn rev. 13188M) starts on 7Dec2016 at 10:40: 4 This program is part of the open-source Quantum ESPRESSO suite for quantum simulation of materials; please cite "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502 (2009); URL http://www.quantum-espresso.org", ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Serial Communication Interface namespace Uart3Bdh{ ///<UART Baud Rate Registers: High using Addr = Register::Address<0x4006d000,0xffffffa0,0x00000000,unsigned char>; ///UART Baud Rate Bits constexpr Register::FieldLocation...
{ "pile_set_name": "Github" }
<!-- @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
{ "pile_set_name": "Github" }
#!/bin/sh # SPDX-License-Identifier: GPL-2.0 # Simple script to update the version of DTC carried by the Linux kernel # # This script assumes that the dtc and the linux git trees are in the # same directory. After building dtc in the dtc directory, it copies the # source files and generated source file(s) into the scri...
{ "pile_set_name": "Github" }
/* * The Dragonite Project * ------------------------- * See the LICENSE file in the root directory for license information. */ package com.vecsight.dragonite.sdk.socket; import com.vecsight.dragonite.sdk.config.DragoniteSocketParameters; import com.vecsight.dragonite.sdk.cryptor.PacketCryptor; import com.vecsig...
{ "pile_set_name": "Github" }
var isIndex = require('./_isIndex'); /** * The base implementation of `_.nth` which doesn't coerce `n` to an integer. * * @private * @param {Array} array The array to query. * @param {number} n The index of the element to return. * @returns {*} Returns the nth element of `array`. */ function baseNth(array, n) {...
{ "pile_set_name": "Github" }
.. _config: Configuration ============= Arachnado can be configured using a config file. Put it to one of the common locations: * `/etc/arachnado.conf` * `~/.config/arachnado.conf` * `~/.arachnado.conf'` or pass the file name as an argument when starting the server:: arachnado --config ./my-config.conf Availa...
{ "pile_set_name": "Github" }
# Generated by Django 2.0.6 on 2018-06-13 15:18 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('people', '0014_auto_20180613_1527'), ] operations = [ migrations.AddField( model_name='person', name='show_hireable'...
{ "pile_set_name": "Github" }
;; Copyright 2020 The Defold Foundation ;; Licensed under the Defold License version 1.0 (the "License"); you may not use ;; this file except in compliance with the License. ;; ;; You may obtain a copy of the License, together with FAQs at ;; https://www.defold.com/license ;; ;; Unless required by applicable law or a...
{ "pile_set_name": "Github" }
describe('Chip Group Demo Test', () => { it('Navigate to demo section', () => { cy.visit('http://localhost:3000/'); cy.get('#chipgroup-demo-nav-item-link').click(); cy.url().should('eq', 'http://localhost:3000/chipgroup-demo-nav-link'); }); it('Verify chip default text', () => { cy.get('.pf-c-chi...
{ "pile_set_name": "Github" }
using System.Runtime.Serialization; namespace GoldenEye.Shared.Core.Objects.Responses { [DataContract] public abstract class ResponseBase: IResponse { } }
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Customer\Test\Unit\Ui\Component\Listing; use Magento\Customer\Ui\Component\Listing\Columns; class ColumnsTest extends \PHPUnit\Framework\TestCase { /** @var \Magento\Framework\View\Element\UiC...
{ "pile_set_name": "Github" }