text
stringlengths
2
99.9k
meta
dict
// Copyright (C) 2017-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
// Copyright 2009,2010 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // NetBSD system calls. // This file is compiled as ordinary Go code, // but it is also input to mksyscall, // which parses the //sys lines and generates s...
{ "pile_set_name": "Github" }
const p2p = require('../../p2p'); const logger = require('../util/logger.js'); module.exports = function (vorpal) { vorpal .command('open <port>', 'Open port to accept incoming connections. Eg: open 2727') .alias('o') .action(function(args, callback) { if (args.port) { if(typeof args.port =...
{ "pile_set_name": "Github" }
package co.sentinel.lite.viewmodel; import android.arch.lifecycle.ViewModel; import co.sentinel.lite.network.model.VpnUsage; import co.sentinel.lite.repository.VpnRepository; import co.sentinel.lite.util.Resource; import co.sentinel.lite.util.SingleLiveEvent; public class VpnUsageViewModel extends ViewModel { pr...
{ "pile_set_name": "Github" }
/* This file defines the interface between the m32c simulator and gdb. Copyright (C) 2005-2014 Free Software Foundation, Inc. This file is part of GDB. 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 Soft...
{ "pile_set_name": "Github" }
# Copyright (C) 2017 Johnny Vestergaard <jkv@unixcluster.dk> # # 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 of the License, or # (at your option) any later version. # This p...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # vim:fileencoding=utf-8 # License: GPLv3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net> from __future__ import absolute_import, division, print_function, unicode_literals store_version = 5 # Needed for dynamic plugin loading from contextlib import closing try: from urllib.parse imp...
{ "pile_set_name": "Github" }
// Copyright 2017 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
{ "pile_set_name": "Github" }
# Copyright (c) 2013 Thomas Nicholson <tnnich@googlemail.com> # 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, t...
{ "pile_set_name": "Github" }
/** * * @param str * @return {string} */ export function innerTextTrim(str: string): string;
{ "pile_set_name": "Github" }
/* Driver for ST STV0288 demodulator Copyright (C) 2006 Georg Acher, BayCom GmbH, acher (at) baycom (dot) de for Reel Multimedia Copyright (C) 2008 TurboSight.com, <bob@turbosight.com> Copyright (C) 2008 Igor M. Liplianin <liplianin@me.by> Removed stb6000 specific tuner code and revised some procedures. Th...
{ "pile_set_name": "Github" }
<section> <h2 id="input-fallback"> Compatibility with <code>&lt;input type="text" /&gt;</code> </h2> <p class="alert alert-warning"> <a href="announcements-4.0.html#hidden-input" class="alert-link">Deprecated in Select2 4.0.</a> It is now encouraged to use the <code>&lt;select&gt;</code> tag instead....
{ "pile_set_name": "Github" }
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2012, Ajax.org B.V. * 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 sou...
{ "pile_set_name": "Github" }
/* Copyright The Flagger 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, software...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2015-05-01 --> <title>Embedded HTML document for background-size-do...
{ "pile_set_name": "Github" }
set include= cd game asm2mak game makefile make clean cd ..\cgame asm2mak cgame makefile make clean cd ..\ui asm2mak ui makefile make clean cd ..
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftgasp.h */ /* */ /* Ac...
{ "pile_set_name": "Github" }
# 2.7.0 [All items](https://github.com/Azure/BatchExplorer/milestone/41?closed=1) ### bug: * Fix issue where the image selector when creating pools only showed verified images [\#2169](https://github.com/Azure/BatchExplorer/pull/2169) ### other: * Remove support for managed images kind of custom images as this will n...
{ "pile_set_name": "Github" }
/** * BSD-style license; for more info see http://pmd.sourceforge.net/license.html */ package net.sourceforge.pmd; /** * A convenience exception wrapper. Contains the original exception, if any. * Also, contains a severity number (int). Zero implies no severity. The higher * the number the greater the severity. ...
{ "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>displayName</key> <string>Slider</string> <key>ordering</key> <integer>13000</integer> <key>description</key> <string>Allows the user to v...
{ "pile_set_name": "Github" }
/** * Tag model module. * @file 标签数据模型 * @module model/tag * @author biaochenxuying <https://github.com/biaochenxuying> */ const { mongoose } = require('../core/mongodb.js'); const autoIncrement = require('mongoose-auto-increment'); // 标签模型 const tagSchema = new mongoose.Schema({ // 标签名称 name: { type: String, ...
{ "pile_set_name": "Github" }
/* replaceTextBetween - Replaces a section of text in the middle of a file.. */ /* Copyright (C) 2012 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "obscure.h...
{ "pile_set_name": "Github" }
<?php namespace Bigcommerce\Api\Resources; use Bigcommerce\Api\Resource; use Bigcommerce\Api\Client; /** * A product review. */ class ProductGoogleProductSearch extends Resource { }
{ "pile_set_name": "Github" }
package io.quarkus.deployment.pkg.steps; import java.io.BufferedReader; import java.io.File; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.StandardCharsets; import java.util.ArrayDeque; import java.util.Deque; import java.util.concurrent.CountDownLatch; import java.util.regex.Ma...
{ "pile_set_name": "Github" }
[ { "cards": { "Epic": [ { "fieldIdentifier": "System.Id" }, { "fieldIdentifier": "System.Title" }, { "fieldIdentifier": "System.AssignedTo", "displayFormat": "AvatarAndFullName" }, { "fieldIdentifier":...
{ "pile_set_name": "Github" }
#!/bin/sh # Copyright (c) 2004, Intel Corporation. All rights reserved. # Created by: crystal.xiong REMOVE-THIS AT intel DOT com # This file is licensed under the GPL license. For the full content # of this license, see the COPYING file at the top level of this # source tree. # Test pthread_attr_getschedpolicy ret...
{ "pile_set_name": "Github" }
# Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. from __future__ import print_function from __future__ import division from __future__ import absolute_import from google.appengine.ext import ndb from dash...
{ "pile_set_name": "Github" }
#pragma once #include <signal.h> #include <string> #include <string> #include <fstream> #include <sstream> #include <vector> #inlcude <mutex> #include <glog/logging.h> #include "avProcError.h" ////////////////////////////////////////////////////////////////////////////////////////// namespace ff_dynami...
{ "pile_set_name": "Github" }
/* Copyright 2016 Goldman Sachs. 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" }
/*********************************************************************** * Copyright (c) 2013-2020 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and...
{ "pile_set_name": "Github" }
/* * [The "BSD licence"] * Copyright (c) 2010 Ben Gruver (JesusFreke) * 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 ...
{ "pile_set_name": "Github" }
<testcase> <info> <keywords> HTTP HTTP GET globbing {} list </keywords> </info> # Server-side <reply> <data1> HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 15 the number one </data1> <data2> HTTP/1.1 200 OK Funny-head: yesyes Content-Length: 16 two is nice too </data2> </reply> # Client-side <client> <s...
{ "pile_set_name": "Github" }
1,1,0,0,1,1,0,0,1,0,0,0
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <Configuration shutdownHook="disable"> <Appenders> <Console name="console" target="SYSTEM_OUT"> <PatternLayout pattern="%highlight{%d %p [%c] - &lt;%m&gt;%n}" /> </Console> <SplunkAppender name="casSplunk"> <AppenderRef ref="con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> <shape> <!-- <solid android:color="@color/camerasdk_action_bar_press"/> --> <solid android:color="@color/camerasdk_action_bar"/> ...
{ "pile_set_name": "Github" }
/* * * Copyright 2016 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
/* Copyright 1994 Digital Equipment Corporation. This software may be used and distributed according to the terms of the GNU General Public License, incorporated herein by reference. The author may be reached as davies@wanton.lkg.dec.com or Digital Equipment Corporation, 550 King Street, L...
{ "pile_set_name": "Github" }
import {$} from 'protractor'; import {rightClick} from '../../tools.po'; export class PopoverAutoClosePage { async clickOutside() { await $('#outside-button').click(); } getOpenStatus() { return $('#open-status'); } getPopover() { return $('ngb-popover-window'); } getPopoverContent() { return this.getPopove...
{ "pile_set_name": "Github" }
$NetBSD: distinfo,v 1.25 2020/05/14 19:21:04 joerg Exp $ SHA1 (uhd-3.15.0.0.tar.gz) = 17286a52a591038af16e870962c1767c5935ec2f RMD160 (uhd-3.15.0.0.tar.gz) = b05282c4b3f25bd201e9b91b3652fba9b150c7ae SHA512 (uhd-3.15.0.0.tar.gz) = ef62639d956adb5b4815b8e57bf4d6e62519bcaf509ce87af4f6091b79b4bb78c2bc079ec6f678777c24a146d...
{ "pile_set_name": "Github" }
stderr of test 'portals` in directory 'sql/test/pg_regress` itself: # 17:11:18 > # 17:11:18 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=38959" "--set" "mapi_usock=/var/tmp/mtest-1142/.s.monetdb.38959" "--set" "monet_prompt=" "--forcemito" "--set" "mal_listing=2"...
{ "pile_set_name": "Github" }
<!-- This file is excerpted from "XML Query Use Cases" (http://www.w3.org/TR/xquery-use-cases/) Copyright (c) 2007 W3C (R) (MIT, ERCIM, Keio). All Rights Reserved. W3C liability, trademark and document use rules apply. The Status section of "XML Query Use Cases" states as follows: Status of this Document This secti...
{ "pile_set_name": "Github" }
#============================================================================= # Copyright 2004-2011 Kitware, Inc. # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. # # This software is distributed WITHOUT ANY WARRANTY; without even the # imp...
{ "pile_set_name": "Github" }
/*==LICENSE==* CyanWorlds.com Engine - MMOG client, server and tools Copyright (C) 2011 Cyan Worlds, Inc. 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 of the License, or (at you...
{ "pile_set_name": "Github" }
package android.hardware.location; import android.annotation.SystemApi; import android.net.wifi.WifiEnterpriseConfig; import android.os.Parcel; import android.os.Parcelable; import android.telecom.Logging.Session; import java.util.Arrays; @SystemApi public final class NanoAppMessage implements Parcelable { public...
{ "pile_set_name": "Github" }
{ "auto": { "EMotionFXSDK/MCore/Platform/Windows": [ "../Common/WinAPI/MCore/Source/DiskFile_WinAPI.cpp" ] } }
{ "pile_set_name": "Github" }
tornado>=4.5.3
{ "pile_set_name": "Github" }
package colorable import ( "bytes" "io" ) // NonColorable hold writer but remove escape sequence. type NonColorable struct { out io.Writer } // NewNonColorable return new instance of Writer which remove escape sequence from Writer. func NewNonColorable(w io.Writer) io.Writer { return &NonColorable{out: w} } // ...
{ "pile_set_name": "Github" }
# # (C) Copyright 2000, 2001, 2002 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> # # SPDX-License-Identifier: GPL-2.0+ # obj-y += legoev3.o
{ "pile_set_name": "Github" }
// go run mksysnum.go https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/sys/kern/syscalls.master // Code generated by the command above; see README.md. DO NOT EDIT. // +build amd64,openbsd package unix const ( SYS_EXIT = 1 // { void sys_exit(int rval); } SYS_FORK = 2 // { int sys_for...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" /> <title>支付成功</title> <link rel="stylesheet" type="text/css" href="/mobile/css/aui.css" /> <link rel="stylesheet" type="text/...
{ "pile_set_name": "Github" }
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser; import androidx.test.filters.SmallTest; import org.junit.After; import org.junit.Assert; import org.junit.Before; ...
{ "pile_set_name": "Github" }
Allocation scores: galera:0 promotion score on rhos6-node1: 100 galera:1 promotion score on rhos6-node2: 100 galera:2 promotion score on rhos6-node3: 100 pcmk__clone_allocate: ceilometer-alarm-evaluator-clone allocation score on rhos6-node1: 0 pcmk__clone_allocate: ceilometer-alarm-evaluator-clone allocation score on r...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="Magento\Sitemap\Model\Si...
{ "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" }
# Onedrive Music Library plugin for Volumio 2 ## About the plugin This plugin allows you to listen to sound files that are stored on your Onedrive. Before using it, make sure that you logon to Onedrive under "settings". ### Limitations This plugin in still under development and currently has several lim...
{ "pile_set_name": "Github" }
/****************************************************************************** * Copyright (c) 2004, 2011 IBM Corporation * All rights reserved. * This program and the accompanying materials * are made available under the terms of the BSD License * which accompanies this distribution, and is available at * http:...
{ "pile_set_name": "Github" }
<h1>Gebruiks-, bijdrage- en hergebruiksvoorwaarden</h1> <p>&nbsp;</p> <h2>Inleiding</h2> <h3>Over Open Food Facts</h3> <p>Open Food Facts inventariseert alle voedingsmiddelen uit de hele wereld.</p> <p>Informatie over voedingsmiddelen (foto's, ingrediënten, voedingsfeiten etc.) wordt op een collaboratieve manie...
{ "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/. */ flat varying vec4 vTransformBounds; #ifdef WR_VERTEX_SHADER #define VECS_PER_TRANSFORM 8U uniform HIGHP_SAMPLE...
{ "pile_set_name": "Github" }
# Allen Institute Software License - This software license is the 2-clause BSD # license plus a third clause that prohibits redistribution for commercial # purposes without further permission. # # Copyright 2017. Allen Institute. All rights reserved. # # Redistribution and use in source and binary forms, with or withou...
{ "pile_set_name": "Github" }
/* Localizable.strings SwiftAssetsPickerController Created by Maxim on 7/22/15. Copyright (c) 2015 Maxim Bilan. All rights reserved. */ "All Photos" = "All Photos"; "Favorites" = "Favorites"; "Panoramas" = "Panoramas"; "Videos" = "Videos"; "Time Lapse" = "Time Lapse"; "Recently Deleted" = "Recently Deleted";...
{ "pile_set_name": "Github" }
<div layout="row" class="top-axis"> <md-toolbar class='md-toolbar-tools knowage-blue swapaxes swap-axis-area' ng-click="swapAxis()"> &nbsp; </md-toolbar> <md-toolbar id="topaxis" flex topaxis class='md-toolbar-tools knowage-blue dimension-top-toolbar' ng-drop="true" ng-drop-success="dropTop($data,$event)" layou...
{ "pile_set_name": "Github" }
1.3.6.1.2.1.1.1.0|4|NWA3560-N 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.890.1.15
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'spec_helper' RSpec.describe Terraform::StateVersion do it { is_expected.to be_a FileStoreMounter } it { is_expected.to belong_to(:terraform_state).required } it { is_expected.to belong_to(:created_by_user).class_name('User').optional } describe 'scopes' do describe...
{ "pile_set_name": "Github" }
apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ template "cp-kafka.fullname" . }} labels: app: {{ template "cp-kafka.name" . }} chart: {{ template "cp-kafka.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: selector: matchLabels: app: {{ template "c...
{ "pile_set_name": "Github" }
// Copyright (c) 2020 Marshall A. Greenblatt. 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 list of ...
{ "pile_set_name": "Github" }
################################################################################ ## Comment # Speak your mind with the hash symbol. They go from the symbol to the end of # the line. ################################################################################ ## Table # Tables (also known as hash tables or dicti...
{ "pile_set_name": "Github" }
// Copyright 2012 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 b import "a" // ---------------------------------------------------------------------------- // Basic declarations const Pi = 3.14 // Pi var MaxInt...
{ "pile_set_name": "Github" }
f True = 1 f False = 2 f _ = 3
{ "pile_set_name": "Github" }
<html> <head> <script> function log(message) { document.getElementById("result").innerHTML += message + "<br>"; } function loadJSFile(){ var s = document.createElement('script') s.setAttribute("type", "text/javascript") s.setAttribute("src", "resources/load-deferrer-script-element.js") document.ge...
{ "pile_set_name": "Github" }
/* Copyright 2016 Goldman Sachs. 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" }
<%= form.inputs :first_name, :last_name, :login, :email %> #{password_input_block}
{ "pile_set_name": "Github" }
<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> <div align="center"> <form...
{ "pile_set_name": "Github" }
/** * @class Ext.calendar.template.DayBody * @extends Ext.XTemplate * <p>This is the template used to render the scrolling body container used in {@link Ext.calendar.DayView DayView} and * {@link Ext.calendar.WeekView WeekView}. This template is automatically bound to the underlying event store by the * calendar...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "\u0635", "\u0645" ], "DAY": [ "\u0627\u0644...
{ "pile_set_name": "Github" }
# Locally computed: sha256 4c1f83dcd120469fceef749050cb29fa666fa4666bd308dfe92e933a4c200d55 nscd-0.52.c
{ "pile_set_name": "Github" }
<?php namespace Alchemy\Tests\Tools; use Iterator; use RuntimeException; use SplFileObject; class CsvFileIterator implements Iterator { private $file; private $key = 0; private $current; public function __construct($file, $delimiter = ',', $enclosure = '"', $escape = '\\') { $this->file = ne...
{ "pile_set_name": "Github" }
/*! * # Semantic UI - Site * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Theme *******************************/ @type : 'global'; @element : 'site'; @...
{ "pile_set_name": "Github" }
# $Id: ja.po,v 1.1.2.1 2008/06/15 13:09:11 imagine Exp $ # # Japanese translation of Drupal (cck) # Copyright 2008 0829 <hixarg+0829@gmail.com> # Generated from files: # userreference.info,v 1.8 2008/04/23 18:02:38 dww Exp # userreference.module,v 1.106 2008/06/01 22:00:36 karens Exp # text.info,v 1.9 2008/04/23 18:...
{ "pile_set_name": "Github" }
@model List<Microsoft.AspNetCore.Html.HtmlString> @{ ViewData["Title"] = "Index"; } <h2>Show tenant hierarchy</h2> @foreach (var html in @Model) { @html <p>&nbsp;</p><p> </p> }
{ "pile_set_name": "Github" }
// This file was automatically generated on Thu May 29 07:24:54 2008 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost....
{ "pile_set_name": "Github" }
const process = require('process'); const webdriver = require('selenium-webdriver'); const {until} = require('selenium-webdriver'); process.env['Path'] = process.env['Path'] + ';' + process.env['ChromeWebDriver']; describe('sampleFunctionalTests', function () { this.timeout(0); let driver; var capabilit...
{ "pile_set_name": "Github" }
{ "IsLinux" : true, "UseLinuxVersion": false, "SkipGssNtlmSspTests": true, "osVersion": "Alpine 3.8", "tagTemplates": [ "alpine-#shorttag#" ], "OptionalTests": [ "test-deps", "test-deps-musl" ], "TestProperties": { "size": 255 } }
{ "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 ...
{ "pile_set_name": "Github" }
Scott Test Reporter - Tests =========================== These projects ensure that Scott remains bug free.
{ "pile_set_name": "Github" }
// Read an INI file into easy-to-access name/value pairs. // inih and INIReader are released under the New BSD license (see LICENSE.txt). // Go to the project home page for more info: // // http://code.google.com/p/inih/ #ifndef __INIREADER_H__ #define __INIREADER_H__ #include <map> #include <set> #include <string> ...
{ "pile_set_name": "Github" }
/* Copyright (C) 2017-2020 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY...
{ "pile_set_name": "Github" }
<h3>Want to help make this project awesome? Check out our repo.</h3> <a color="accent" href="https://github.com/bfwg/angular-spring-jwt-starter" mat-raised-button mat-ripple> <span>GITHUB</span> </a>
{ "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. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ i...
{ "pile_set_name": "Github" }
pngsuite -------- (c) Willem van Schaik, 1999 Permission to use, copy, and distribute these images for any purpose and without fee is hereby granted. These 15 images are part of the much larger PngSuite test-set of images, available for developers of PNG supporting software. The complete set, available at http:/ww...
{ "pile_set_name": "Github" }
package org.stepik.android.view.course_list.delegate import androidx.fragment.app.DialogFragment import androidx.fragment.app.FragmentActivity import org.stepic.droid.analytic.Analytic import org.stepic.droid.core.ScreenManager import org.stepic.droid.ui.dialogs.LoadingProgressDialogFragment import org.stepic.droid.ut...
{ "pile_set_name": "Github" }
/*===========================================================================*\ * * * OpenMesh * * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen * ...
{ "pile_set_name": "Github" }
--- namespace: Titanium.Filesystem.File.setExecutable type: method description: | Set the execute bit on the file or directory at the path specified by this Filesystem.File object. Return true if the file or directory at this path is executable after the operation completes. since: 0.2.0 platforms: [osx, li...
{ "pile_set_name": "Github" }
// name: expconn4.mo // keywords: // status: correct // cflags: -d=newInst // // expandable connector EC RealInput ri; end EC; connector RealInput = input Real; model M EC ec; RealInput ri; equation connect(ec.ri, ri); end M; // Result: // class M // input Real ec.ri; // input Real ri; // equation // ...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "raw": "is-extglob@^2.1.0", "scope": null, "escapedName": "is-extglob", "name": "is-extglob", "rawSpec": "^2.1.0", "spec": ">=2.1.0 <3.0.0", "type": "range" }, "/Users/qinliang.ql/Desktop/test/node_modules/glob-stream/node_...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license --> <html> <head> <meta charset="utf-8"> <title>UI Color Picker &mdash; CKEditor Sample</title> <script src="../../../ckeditor.js"></script> <link r...
{ "pile_set_name": "Github" }
/* Copyright 2019 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" }
; DEF file for MS VC++ LIBRARY EXPORTS XML_DefaultCurrent @1 XML_ErrorString @2 XML_ExpatVersion @3 XML_ExpatVersionInfo @4 XML_ExternalEntityParserCreate @5 XML_GetBase @6 XML_GetBuffer @7 XML_GetCurrentByteCount @8 XML_GetCurrentByteIndex @9 XML_GetCurrentColumnNumber @10 XML_GetCurrentLineNumb...
{ "pile_set_name": "Github" }
{ "`": 1, "name": "meeting_leave_content_share_test.config.json %ts", "grids": [ ], "tests": [ { "name": "Meeting Leave Content Share Test %ts", "description": "Meeting leave Content Share Test", "tupleSize": 1, "noOfThreads": 1, "testImpl": "MeetingLeaveContentShareTest.js",...
{ "pile_set_name": "Github" }
// ================================================================================ // == This file is a part of Turbo Badger. (C) 2011-2014, Emil Segerås == // == See tb_core.h for more information. == // =================================================================...
{ "pile_set_name": "Github" }
/* PatchWin.h * ---------- * The main PatchBay window class. * * Copyright 2013, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Revisions by Pete Goodeve * * Copyright 1999, Be Incorporated. All Rights Reserved. * This file may be used under the terms of the Be Sample...
{ "pile_set_name": "Github" }