text
stringlengths
2
99.9k
meta
dict
--- CGI-Kwiki-0.18/lib/CGI/Kwiki/Privacy.pm.orig 2003-08-25 15:45:08.000000000 -0500 +++ CGI-Kwiki-0.18/lib/CGI/Kwiki/Privacy.pm 2004-04-04 14:41:30.000000000 -0500 @@ -96,6 +96,9 @@ # Name of the current script sub script { my $script = $0; + if ($script eq '/dev/null' or $script eq '-e') { # probably mod_pe...
{ "pile_set_name": "Github" }
// // NGRPropertyValidator.m // NGRValidator // // Created by Patryk Kaczmarek on 23.12.2014. // // #import "NGRPropertyValidator.h" #import "NGRValidationRule.h" #import "NSObject+NGRValidator.h" #import "NSArray+NGRValidator.h" #import "NSString+NGRValidator.h" #import "NSError+NGRValidator.h" NSUInteger const ...
{ "pile_set_name": "Github" }
#import <Foundation/Foundation.h> @interface PodsDummy_Pods_AFNetworking : NSObject @end @implementation PodsDummy_Pods_AFNetworking @end
{ "pile_set_name": "Github" }
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
{ "pile_set_name": "Github" }
/// @ref gtx_extended_min_max /// @file glm/gtx/extended_min_max.inl namespace glm { template <typename T> GLM_FUNC_QUALIFIER T min( T const & x, T const & y, T const & z) { return glm::min(glm::min(x, y), z); } template <typename T, template <typename> class C> GLM_FUNC_QUALIFIER C<T> min ( C<T> c...
{ "pile_set_name": "Github" }
// Copyright 2015 go-swagger maintainers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
{ "pile_set_name": "Github" }
require 'rubygems.rb' if defined?(Gem)
{ "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" }
<?xml version="1.0" encoding="UTF-8"?> <!-- /** * Copyright (c) Codice Foundation * * This 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 3 of the License, or any later version. * * ...
{ "pile_set_name": "Github" }
// -*- C++ -*- // Copyright (C) 2005, 2006 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 ...
{ "pile_set_name": "Github" }
{ "name": "beep-boop", "version": "1.2.3", "repository" : "git@github.com:substack/beep-boop.git" }
{ "pile_set_name": "Github" }
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
{ "pile_set_name": "Github" }
package org.broadinstitute.hellbender.utils.codecs.sampileup; /** * Simple representation of a single base with associated quality from a SAM pileup * * @author Daniel Gomez-Sanchez (magicDGS) */ public class SAMPileupElement { /** * The first base */ private final byte base; /** * Ba...
{ "pile_set_name": "Github" }
/* * This software Copyright by the RPTools.net development team, and * licensed under the Affero GPL Version 3 or, at your option, any later * version. * * MapTool Source Code is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied warranty * of MERCHANTABILITY or...
{ "pile_set_name": "Github" }
/*! * body-parser * Copyright(c) 2014-2015 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * Module dependencies. */ var bytes = require('bytes') var debug = require('debug')('body-parser:raw') var read = require('../read') var typeis = require('type-is') /** * Module exports. */ module.expor...
{ "pile_set_name": "Github" }
/* * JPEG 2000 DSP functions * Copyright (c) 2007 Kamil Nowosad * Copyright (c) 2013 Nicolas Bertrand <nicoinattendu@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 The Android Open Source Project * * 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 app...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2005-2018 Team Kodi * This file is part of Kodi - https://kodi.tv * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSES/README.md for more information. */ #include "WinRenderer.h" #include "RenderCapture.h" #include "RenderFactory.h" #include "RenderFlags.h" #include "rendering/dx/...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the Licens...
{ "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" }
{ "cells": [ { "cell_type": "markdown", "metadata": { "graffitiCellId": "id_pmse2pa" }, "source": [ "### Loops\n", "\n", "Often it is useful to extend your functionality beyond just one value. One of the most common ways to do this is with loops.\n", "\n", "An example of looking ...
{ "pile_set_name": "Github" }
<?php /** * @package Joomla.Platform * @subpackage HTTP * * @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; /** * HTTP transport class for using cURL. * * ...
{ "pile_set_name": "Github" }
stderr 0 stderr 1 stderr 2 stderr 3 stderr 4 stderr 5 stderr 6 stderr 7 stderr 8 stderr 9
{ "pile_set_name": "Github" }
# translation of sl.po to Slovenian # Slovenian translation of Icewm # Copyright (C) 2003,2004 Free Software Foundation, Inc. # Jernej Kovacic <jkovacic AT email DOT si>, 2004 # Jernej Kovacic <jkovacic AT email DOT si>, 2004 # Jernej Kovacic <jkovacic AT email DOT si>, 2004 # Jernej Kovacic <jkovacic AT email DOT si>,...
{ "pile_set_name": "Github" }
// Copyright (c) 2011-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_WALLETMODEL_H #define BITCOIN_QT_WALLETMODEL_H #include <chainparams.h> #include <interfaces/wallet.h> #...
{ "pile_set_name": "Github" }
package moa.classifiers.rules.core.splitcriteria; import moa.classifiers.core.splitcriteria.SplitCriterion; public interface AMRulesSplitCriterion extends SplitCriterion{ public double[] computeBranchSplitMerits(double[][] postSplitDists); public double getMeritOfSplit(double[] preSplitDist, double[][] postSplit...
{ "pile_set_name": "Github" }
package graphql import ( "fmt" "sort" . "github.com/playlyfe/go-graphql/language" ) type Schema struct { Document *Document QueryRoot *ObjectTypeDefinition MutationRoot *ObjectTypeDefinition } const INTROSPECTION_SCHEMA = ` scalar String scalar Boolean scalar Int scalar Float scalar ID type __Schema {...
{ "pile_set_name": "Github" }
/* * wpa_supplicant - DPP * Copyright (c) 2017, Qualcomm Atheros, Inc. * Copyright (c) 2018-2019, The Linux Foundation * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "utils/includes.h" #include "utils/common.h" #include "utils/eloop.h" #inclu...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 7A1869691597900300526B20 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7A1869681597900300526B20 /* UIKit.framework */; }; 7A18696B1597900300526B20 /* Foundation.framework ...
{ "pile_set_name": "Github" }
php ======== ## frameworks [21 Best PHP Frameworks 2014](http://webdesignmoo.com/2014/21-best-php-frameworks-2014/) [Top 10 PHP frameworks for 2014](http://www.catswhocode.com/blog/top-10-php-frameworks-for-2014) ## articles [多线程下的fork及写时复制导致的性能问题](http://blogread.cn/it/article/7192?f=wb) ## lib http://fly...
{ "pile_set_name": "Github" }
(function(exports) { // shim layer with setTimeout fallback window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAni...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: """ The workbench module provides classes for interfacing with `connectome workbench <https://www.humanconnectome.org/software/connectome-workbench>`_ tools. Connectome Workbench is...
{ "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" }
/*- * Copyright (c) 2003-2007 Tim Kientzle * 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 c...
{ "pile_set_name": "Github" }
Universidad Nacional Experimental Politécnica Antonio José de Sucre
{ "pile_set_name": "Github" }
<!doctype html> <!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]--> <!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]--> <!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!...
{ "pile_set_name": "Github" }
package logrus import ( "bytes" "fmt" "sort" "strings" "sync" "time" ) const ( nocolor = 0 red = 31 green = 32 yellow = 33 blue = 36 gray = 37 ) var ( baseTimestamp time.Time emptyFieldMap FieldMap ) func init() { baseTimestamp = time.Now() } // TextFormatter formats logs into text type...
{ "pile_set_name": "Github" }
--- title: Image.Click Event (Outlook Forms Script) ms.prod: outlook ms.assetid: 59ac08ce-2527-6cfb-ac0b-66322bc10e9f ms.date: 06/08/2017 --- # Image.Click Event (Outlook Forms Script) Occurs when the user clicks inside the control. ## Syntax _expression_. **Click** _expression_A variable that represents an *...
{ "pile_set_name": "Github" }
/** * [TRIfA], Java part of Tox Reference Implementation for Android * Copyright (C) 2017 Zoff <zoff@zoff.cc> * <p> * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * <p> * This...
{ "pile_set_name": "Github" }
/* GIO - GLib Input, Output and Streaming Library * * Copyright © 2009 Codethink Limited * * This program 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 of the licence or (at * ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; using System.ComponentModel; namespace WeifenLuo.WinFormsUI.Docking { partial class DockPanel { private sealed class SplitterDragHandler : DragHandler ...
{ "pile_set_name": "Github" }
# MUI_EXTRAPAGES.nsh # By Red Wine Jan 2007 !verbose push !verbose 3 !ifndef _MUI_EXTRAPAGES_NSH !define _MUI_EXTRAPAGES_NSH !ifmacrondef MUI_EXTRAPAGE_README & MUI_PAGE_README & MUI_UNPAGE_README & ReadmeLangStrings !macro MUI_EXTRAPAGE_README UN ReadmeFile !verbose push !verbose 3 !define MUI_PAGE_HEAD...
{ "pile_set_name": "Github" }
// errorcheck // Copyright 2009 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. // Verify that large integer constant expressions cause overflow. // Does not compile. package main const ( A int = 1 B byte; // ERROR "type ...
{ "pile_set_name": "Github" }
# First some @modifier mappings. Internally, the modifier is signaled by # replacing '_' in the locale name with a unique identifying character. # For example, internally we map "ca_ES@euro" to "caeES". This allows for # smaller code and easier processing of locale names. @euro e @cyrillic c #----------------------...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org> * * Jansson is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include <jansson.h> #include "util.h" static void test_misc(void) { json_t *array, *five, *seven, *value; ...
{ "pile_set_name": "Github" }
// Copyright 2016 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. // // +build 386 amd64 amd64p32 arm arm64 ppc64le mipsle mips64le riscv64 package unix const isBigEndian = false
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="24.0" android:viewportWidth="24.0"> <path android:fillColor="#ffb701" android:pathData="M12,2C6...
{ "pile_set_name": "Github" }
/* sc520cdp.c -- MTD map driver for AMD SC520 Customer Development Platform * * Copyright (C) 2001 Sysgo Real-Time Solutions GmbH * * 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 v...
{ "pile_set_name": "Github" }
// Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file tortls_nss.c * \brief Wrapper functions to present a consistent interface to * TLS and SSL X.509 functio...
{ "pile_set_name": "Github" }
#include "swstring.h" /* * Copyright 2010 Sven Vermeulen. * Subject to the GNU Public License, version 3. */ /** * zero_string - Empty the given string and fill it up with 0x00's. * * @param buffer Pointer to the string, should be non-NULL. * @param numlen Length of the buffer. If 0 or lower, the length of th...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>23--Shoppers_23_Shoppers_Shoppers_23_529.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name> </owner> <size...
{ "pile_set_name": "Github" }
using System.Threading.Tasks; using CommandDotNet.TestTools.Scenarios; using Xunit; using Xunit.Abstractions; namespace CommandDotNet.Tests.FeatureTests.ParseDirective { public class ParseReporter_Structure_Tests { public ParseReporter_Structure_Tests(ITestOutputHelper output) { Am...
{ "pile_set_name": "Github" }
{ pkgs ? import <nixpkgs> {} , stdenv ? pkgs.stdenv }: let gopkg = { name, rootPackagePath, src }: stdenv.mkDerivation { inherit name src; installPhase = '' mkdir -p $out/src/${rootPackagePath} cp -r * $out/src/${rootPackagePath}/ ''; ...
{ "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" }
#import <VVBasics/VVBasics.h> #import "VVBuffer.h" /// Convenience class i've been using lately to pass around groups of VVBuffers. this is a relatively new class, we'll see how it goes... /** \ingroup VVBufferPool */ @interface VVBufferAggregate : NSObject { OSSpinLock planeLock; VVBuffer *planes[4]; } /// i...
{ "pile_set_name": "Github" }
// HashCon.cpp #include "StdAfx.h" #include "../../../Common/IntToString.h" #include "ConsoleClose.h" #include "HashCon.h" static const wchar_t *kEmptyFileAlias = L"[Content]"; static const char *kScanningMessage = "Scanning"; static HRESULT CheckBreak2() { return NConsoleClose::TestBreakSignal() ? E_ABORT : S_...
{ "pile_set_name": "Github" }
caption: tm-cancel-tiddler created: 20140226193622350 es-title: Mensaje: tm-cancel-tiddler modified: 20160416050616634 tags: Messages navigator-message title: WidgetMessage: tm-cancel-tiddler type: text/vnd.tiddlywiki El mensaje `tm-cancel-tiddler` cancela la edición de un tiddler y abandona los cambios realizados en ...
{ "pile_set_name": "Github" }
using System; using System.Windows; namespace ConfuserEx { public partial class App : Application { } }
{ "pile_set_name": "Github" }
// Module included in the following assemblies: // // assembly-tls-sidecar.adoc [id='proc-configuring-tls-sidecar-{context}'] = Configuring TLS sidecar .Prerequisites * A Kubernetes cluster * A running Cluster Operator .Procedure . Edit the `tlsSidecar` property in the `Kafka` resource. For example: + [source,yaml...
{ "pile_set_name": "Github" }
# get current files directory path QMLC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export LD_LIBRARY_PATH=$QMLC_DIR/qmcloader:$QMLC_DIR/qmccompiler:$QMLC_DIR/../qtbase/lib:$LD_LIBRARY_PATH export PATH=$QMLC_DIR/../qtbase/bin:$QMLC_DIR/qmc:$QMLC_DIR/tools/qmcloader/:$PATH
{ "pile_set_name": "Github" }
package command import ( "crypto/rand" "encoding/base64" "fmt" "strings" "github.com/mitchellh/cli" ) // KeygenCommand is a Command implementation that generates an encryption // key for use in `serf agent`. type KeygenCommand struct { Ui cli.Ui } var _ cli.Command = &KeygenCommand{} func (c *KeygenCommand) ...
{ "pile_set_name": "Github" }
# This file is distributed under the same license as the Django package. # msgid "" msgstr "" "Project-Id-Version: Django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2011-03-15 13:15-0400\n" "PO-Revision-Date: 2011-03-04 18:46+0000\n" "Last-Translator: Jannis <jannis@leidel.info>\n" "Language-Team: Panjabi (Punja...
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ detector.py is an out-of-the-box windowed detector callable from the command line. By default it configures and runs the Caffe reference ImageNet model. Note that this model was trained for image classification and not detection, and finetuning for detection can be expected to improve results...
{ "pile_set_name": "Github" }
# richard -- video index system # Copyright (C) 2012, 2013, 2014, 2015 richard contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the Licens...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="CppParser"> <UniqueIdentifier>{feecc8db-2005-4073-9897-134f1a5d368a}</UniqueIdentifier> </Filter> <Filter Include="CppParser\Header Files"> ...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2001-2004 // Copyright David Abrahams 2001-2002 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Preprocessed version of "boost/mpl/aux_/iter_fold_if_impl.hpp" header // ...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "name": "mime-db", "raw": "mime-db@~1.33.0", "rawSpec": "~1.33.0", "scope": null, "spec": ">=1.33.0 <1.34.0", "type": "range" }, "/Users/pwittroc/Projects/kubebuilder/src/github.com/kubernetes-sigs/kubebuilder/docs/book/node_module...
{ "pile_set_name": "Github" }
# # Copyright 2011 Facebook # # 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, s...
{ "pile_set_name": "Github" }
specific_include_rules = { "run_all_unittests\.cc": [ "+mojo/edk/embedder/embedder.h", "+ui/base/resource/resource_bundle.h", "+ui/base/ui_base_paths.h", ], }
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <InviwoWorkspace version="2"> <InviwoSetup> <Modules> <Module name="Core" version="0"> <Processors> <Processor content="org.inviwo.Image.outport.metasource" /> <Processor content="org.inviwo.Image.outport.metasink" />...
{ "pile_set_name": "Github" }
#!/bin/bash if [[ `uname -a` = *"Darwin"* ]]; then echo "It seems you are running on Mac. This script does not work on Mac. See https://github.com/grpc/grpc-go/issues/2047" exit 1 fi set -ex # Exit on error; debugging enabled. set -o pipefail # Fail a pipe if any sub-command fails. die() { echo "$@" >&2 ex...
{ "pile_set_name": "Github" }
<% if issues && issues.any? %> <% form_tag({}) do %> <table class="gt-table issues"> <thead><tr> <th>#</th> <th><%=l(:field_project)%></th> <th><%=l(:field_tracker)%></th> <th><%=l(:field_subject)%></th> </tr></thead> <tbody> <% for issue in issues %> <tr id="issue-<%= issue.id %>"...
{ "pile_set_name": "Github" }
var test = require('tap').test; var fs = require('fs'); var check = require('../'); var src = '<html></html>'; test('html', function (t) { var err = check(src, 'foo.js'); t.ok(err); t.equal(err.line, 1); t.equal(err.column, 1); t.equal(err.message, 'Unexpected token'); t.ok(/foo.js:1/.test(er...
{ "pile_set_name": "Github" }
/* -*- coding: utf-8 -*- // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. */ #include "config.h" #include <sys/wait.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <paths....
{ "pile_set_name": "Github" }
<?php namespace Bolt\Tests\Twig; use Bolt\EventListener\ConfigListener; use Bolt\Tests\BoltUnitTest; use Bolt\Twig\Extension\BoltExtension; use Bolt\Twig\SetcontentTokenParser; use Bolt\Twig\SwitchTokenParser; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Event\GetResponseEvent; use S...
{ "pile_set_name": "Github" }
set(CTEST_SOURCE_DIRECTORY "@CMAKE_SOURCE_DIR@") set(CTEST_BINARY_DIRECTORY "@CMAKE_BINARY_DIR@") set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@") set(CTEST_BUILD_NAME "@BUILDNAME@") set(CTEST_SITE "@SITE@") set(MODEL Experimental) if(${CTEST_SCRIPT_ARG} MATCHES Nightly) set(MODEL Nightly) els...
{ "pile_set_name": "Github" }
// Copyright 2011 the V8 project authors. 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" }
#region Copyright // Copyright 2017 Gigya Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // THI...
{ "pile_set_name": "Github" }
DOMAIN = WINGs CATALOGS = @WINGSMOFILES@ CLEANFILES = $(CATALOGS) $(DOMAIN).pot EXTRA_DIST = bg.po ca.po cs.po de.po fr.po fy.po hu.po nl.po sk.po # WUtil files: POTFILES = \ $(top_srcdir)/WINGs/array.c \ $(top_srcdir)/WINGs/bagtree.c \ $(top_srcdir)/WINGs/data.c \ $(top_srcdir)/WINGs/error.c \ $(top_srcdir)/...
{ "pile_set_name": "Github" }
// This file was GENERATED by command: // pump.py gtest-tuple.h.pump // DO NOT EDIT BY HAND!!! // Copyright 2009 Google Inc. // All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // *...
{ "pile_set_name": "Github" }
// Copyright 2011 Google Inc. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package uuid import ( "crypto/md5" "crypto/sha1" "hash" ) // Well known Name Space IDs and UUIDs var ( NameSpace_DNS = Parse("6ba7b810-9dad-11d1-80b4-00c04f...
{ "pile_set_name": "Github" }
// //Copyright (C) 2015 LunarG, Inc. // //All rights reserved. // //Redistribution and use in source and binary forms, with or without //modification, are permitted provided that the following conditions //are met: // // Redistributions of source code must retain the above copyright // notice, this list of condit...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2016 Blender Foundation * * 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 ag...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2002-2015 The DOSBox Team * * 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. * * This p...
{ "pile_set_name": "Github" }
SHELL_DIR=$(cd "$(dirname "$0")"; pwd) GAME_PROJECT_DIR=$1 SELECTED_PLUGINS=(${2//:/ }) # if project path is end with '/', delete it END_CHAR=${GAME_PROJECT_DIR:$((${#GAME_PROJECT_DIR}-1)):1} if [ ${END_CHAR} = "/" ]; then GAME_PROJECT_DIR=${GAME_PROJECT_DIR%/} fi # check the game project path if [ -d "${GAME_PR...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * ucall support. A ucall is a "hypercall to userspace". * * Copyright (C) 2018, Red Hat, Inc. */ #include "kvm_util.h" #define UCALL_PIO_PORT ((uint16_t)0x1000) void ucall_init(struct kvm_vm *vm, void *arg) { } void ucall_uninit(struct kvm_vm *vm) { } void ucall(uint64_t c...
{ "pile_set_name": "Github" }
<html> <head> <title>Functional</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="theme/style.css" type="text/css"> </head> <body> <table width="100%" border="0" background="theme/bkd2.gif" cellspacing="2"> <tr> <td width="10"> </td> <td width...
{ "pile_set_name": "Github" }
define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var DocCommentHighlightRules = ...
{ "pile_set_name": "Github" }
{% set version = "1.4.2" %} {% set name = "BSgenome.Mmulatta.UCSC.rheMac8" %} {% set bioc = "3.11" %} package: name: 'bioconductor-{{ name|lower }}' version: '{{ version }}' source: url: - 'https://bioconductor.org/packages/{{ bioc }}/data/annotation/src/contrib/{{ name }}_{{ version }}.tar.gz' - 'https:...
{ "pile_set_name": "Github" }
;;; calc-misc.el --- miscellaneous functions for Calc ;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> ;; This file is part of GNU Em...
{ "pile_set_name": "Github" }
;;; shm-type.el --- Type info for nodes ;; Copyright (c) 2014 Chris Done. All rights reserved. ;; This file 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 option) ;; any late...
{ "pile_set_name": "Github" }
var convert = require('./convert'); module.exports = convert('repeat', require('../repeat'));
{ "pile_set_name": "Github" }
# coding: utf-8 """ OpenAPI Petstore This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501 The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech """ ...
{ "pile_set_name": "Github" }
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; it('renders without crashing', () => { const div = document.createElement('div'); ReactDOM.render(<App />, div); });
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <custom-sql> <sql id="com.liferay.chat.service.persistence.EntryFinder.findByEmptyContent"> <![CDATA[ SELECT {Chat_Entry.*} FROM Chat_Entry WHERE (fromUserId = ?) AND (toUserId = ?) AND (content = '' OR content IS NULL) ORDER BY createDate DESC ]]> </sql>...
{ "pile_set_name": "Github" }
OpenGL Tutorial #28. Project Name: David Nikdel & Jeff Molofee's OpenGL Bezier Tutorial Project Description: Learn How To Create And Manipulate Textured Bezier Surfaces Authors Name: David Nikdel Authors Web Site: nehe.gamedev.net COPYRIGHT AND DISCLAIMER: (c)2000 Jeff Molofee If you plan to put this program on ...
{ "pile_set_name": "Github" }
{ "_from": "jsprim@^1.2.2", "_id": "jsprim@1.4.1", "_inBundle": false, "_integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "_location": "/jsprim", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jsprim@^1.2.2", "name": "jsprim", "escapedName": "jsprim"...
{ "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. // +build go1.5 package cancellable import ( "net/http" "github.com/docker/engine-api/client/transport" ) func canceler(client transport.Sender, req *http...
{ "pile_set_name": "Github" }