text stringlengths 2 99.9k | meta dict |
|---|---|
/**
* @author https://github.com/alexreardon/tiny-warning
*/
const isProduction: boolean = process.env.NODE_ENV === 'production';
export default function warning(condition: unknown, message: string) {
// don't do anything in production
// wrapping in production check for better dead code elimination
if (!isPr... | {
"pile_set_name": "Github"
} |
#ifndef __MONO_PATH_H
#define __MONO_PATH_H
#include <glib.h>
#include <mono/utils/mono-publib.h>
MONO_API gchar *mono_path_resolve_symlinks (const char *path);
MONO_API gchar *mono_path_canonicalize (const char *path);
#endif /* __MONO_PATH_H */
| {
"pile_set_name": "Github"
} |
<!-- Do not change the order of any strings in here, without discussing first on the "Issues" page -->
<!-- Do not delete any blank lines -->
<resources>
<string name="app_name">Forecastie</string>
<!-- Main activity titles -->
<string name="action_search">Търсене</string>
<string name="action_refresh">... | {
"pile_set_name": "Github"
} |
// Tideland Go Libray - Feed Utils
//
// Copyright (C) 2012-2017 Frank Mueller / Tideland / Oldenburg / Germany
//
// All rights reserved. Use of this source code is governed
// by the new BSD license.
package utils_test
//--------------------
// IMPORTS
//--------------------
import (
"testing"
"github.com/tidel... | {
"pile_set_name": "Github"
} |
# Memory management
A crucial aspect of working with a GPU is managing the data on it. The `CuArray` type is the
primary interface for doing so: Creating a `CuArray` will allocate data on the GPU, copying
elements to it will upload, and converting back to an `Array` will download values to the
CPU:
```julia
# generat... | {
"pile_set_name": "Github"
} |
{
"name": "qdao-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"test:u... | {
"pile_set_name": "Github"
} |
<% email ||= (params[:user_email] || (user_signed_in? ? current_subject.email : nil)) %>
<div class="unsusbcribe_form">
<p><%=I18n.t("mail_list.unsubscribe_message_one")%></p>
<p><%=I18n.t("mail_list.unsubscribe_message_two")%>.</p>
<%= form_for(mail_list, :url => unsubscribed_mail_list_path(mail_list), :method => ... | {
"pile_set_name": "Github"
} |
/**
* Dutch translation for bootstrap-datetimepicker
* Reinier Goltstein <mrgoltstein@gmail.com>
*/
;(function($){
$.fn.datetimepicker.dates['nl'] = {
days: ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"],
daysShort: ["Zo", "Ma", "Di", "Wo", "Do", "Vr", "Za", "Zo"],
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 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"
} |
# 2010 September 20
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#******************************... | {
"pile_set_name": "Github"
} |
/*----------------------
Copyright (C): OpenGATE Collaboration
This software is distributed under the terms
of the GNU Lesser General Public Licence (LGPL)
See LICENSE.md for further details
----------------------*/
#ifndef GateBoxReplica_h
#define GateBoxReplica_h 1
#include "globals.hh"
#include "GatePVReplic... | {
"pile_set_name": "Github"
} |
################################################################################
#
# alsamixergui
#
################################################################################
ALSAMIXERGUI_VERSION = 0.9.0rc2-1
ALSAMIXERGUI_SOURCE = alsamixergui_$(ALSAMIXERGUI_VERSION).orig.tar.gz
ALSAMIXERGUI_SITE = http://snapsh... | {
"pile_set_name": "Github"
} |
Views Slideshow: JCarouselThumbs
================================
This mode allows full nodes and node teasers to be used as both the slideshow
and the control for advancing the slideshow.
It is the original alternative slideshow mode for Views Slideshow.
Description
===========
The Views Slideshow: ThumbnailHove... | {
"pile_set_name": "Github"
} |
daemon off;
worker_processes 1;
events {
worker_connections 128;
}
http {
include /usr/local/etc/nginx/mime.types;
default_type application/octet-stream;
server {
listen 9889 default_server;
root /home/mpollack/.m2/repository;
autoindex on;
lo... | {
"pile_set_name": "Github"
} |
{
"TypeName": "Shoes",
"MoneyValue": 100.0,
"Description": "Nice leather shoes.",
"Category": "Clothing",
"Tags": [
"Clothing"
],
"FoodContent": 0.0,
"DisplayName": "Boots",
"PlantToGenerate": "",
"Tint": [
255,
255,
255,
255
],
"AleName": "",
"Tool_Breakable": false,
"T... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <DVTKit/NSObject-Protocol.h>
@class NSAttributedString, NSString, NSUndoManager;
@protocol DVTDiffSessionTextEditBuffer <NSOb... | {
"pile_set_name": "Github"
} |
*** Settings ***
Test Template Time conversion should succeed
Library DateTime
Variables datesandtimes.py
*** Test Cases *** INPUT FORMAT EXPECTED
Convert to number 10 s number ${10}
${-62.3} NUMBER ${-62.3}
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the WebKit open source project.
* This file has been generated by generate-bindings.pl. DO NOT MODIFY!
*
* 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 Foundati... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FlowAnalyticsQuery.formatQuery - tock</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">tock</a> / <a href="../index.html">ai.tock.bot.engine.dialog</a> / <a href="index.html">FlowAnalyticsQuery</a> /&... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
#import "FTSJSEventDelegate.h"
@class BrandArticleSearchLogic, NSString;
@interface BrandArticleSearchEventWrap : NSObject <FTSJSEventDelegate>
{
id <Bra... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name" msgid="8288271429327488421">"OsuLogin"</string>
<string name="action_bar_label" msgid="550995560341508693">"ონლაინ რეგისტრ... | {
"pile_set_name": "Github"
} |
#if HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#if HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#if HAVE_STRINGS_H
#include <strings.h>
#endif /* HAVE_STRINGS_H */
#if HAVE_STDLIB_H
#include <stdlib.h> /* for getenv */
#endif /* HAVE_STDLIB_H */
#if HAVE_STDIO_H
#includ... | {
"pile_set_name": "Github"
} |
class Sfk < Formula
desc "Command-line tools collection"
homepage "http://stahlworks.com/dev/swiss-file-knife.html"
url "https://downloads.sourceforge.net/project/swissfileknife/1-swissfileknife/1.9.7.2/sfk-1.9.7.tar.gz"
version "1.9.7.2"
sha256 "d48c446ea849f0cfa1435dd2eb0d5678f7eb781ebfe2cbd155fe46bb2f8ca87... | {
"pile_set_name": "Github"
} |
// Copyright 2006 The Closure Library Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
describe Zapata::Revolutionist do
describe '#generate_with_friendly_output' do
let(:file_name) { 'app/models/test_array.rb' }
context 'with the generate command' do
context 'with single specified' do
it 'returns a single file generation message' do
outpu... | {
"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/.
Copyright (C) 2011-2015 Michael Möller <mmoeller@openhardwaremonitor.org>
Copyright (C) 2010 Paul Werelds
Co... | {
"pile_set_name": "Github"
} |
// This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
/*
* MIT License
*
* Copyright (c) 2018 Pedro Diamel Marrero Fernández
*
* Permission is hereby granted, free of charge,... | {
"pile_set_name": "Github"
} |
/*
* Disk S.M.A.R.T Data PMDA
*
* Copyright (c) 2018 Red Hat.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.... | {
"pile_set_name": "Github"
} |
source $COMMON_HELPERS
source $_DNVM_PATH
# Clear the path
$_DNVM_COMMAND_NAME use none
# Use the installed runtime
$_DNVM_COMMAND_NAME use default
# Check paths
EXPECTED_ROOT="$DNX_USER_HOME/runtimes/$_DNVM_RUNTIME_PACKAGE_NAME-mono.$_TEST_VERSION/bin"
[ "$(path_of $_DNVM_RUNTIME_HOST_NAME)" = "$EXPECTED_ROOT/$_DN... | {
"pile_set_name": "Github"
} |
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
* Tom St Denis, tomstdenis@gmail.com, http://l... | {
"pile_set_name": "Github"
} |
// Portions copyright 2002, Google, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Use Typo Metrics</key>
<true/>
<key>ascender</key>
<integer>727</integer>
<key>capHeight</key>
<integer>680</integer>
<key>copyr... | {
"pile_set_name": "Github"
} |
/* MeyerWeb Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, c... | {
"pile_set_name": "Github"
} |
yy
yy
| {
"pile_set_name": "Github"
} |
#! /bin/sh
# Convert templates into Makefile and config.c, based on the module
# definitions found in the file Setup.
#
# Usage: makesetup [-s dir] [-c file] [-m file] [Setup] ... [-n [Setup] ...]
#
# Options:
# -s directory: alternative source directory (default .)
# -l directory: library source directory (default de... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
*/
/dts-v1/;
/include/ "mcf5441x.dtsi"
/ {
model = "Freescale M54418TWR";
compatible = "fsl,M54418TWR";
chosen {
stdout-path = "serial0:115200n8";
};
};
&uart0 {
u-boot,dm-pre-reloc;
status = "okay";
};
&dspi... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | {
"pile_set_name": "Github"
} |
# COOLFluiD Startfile
# Comments begin with "#"
#-------------------------------------------------------------------------------------
#-------------------------------------------------------------------------------------
####### DEFAULT SETTINGS #############################################################
#---------... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>PWA Toolkit</title>
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Welcome to the Ionic PWA Tool... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: df57cca1f96b9694aa3e4b9dbf50d1a6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
FROM ubuntu:16.04
RUN apt-get update -y && apt-get install libxen-dev curl git build-essential -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ENV RUMPDIR=/usr/local
RUN cd /opt && \
git clone https://github.com/rumpkernel/rumprun
RUN cd /opt/rumprun && git checkout 16a7c6eb44523c60ea... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2015 PLUMgrid, http://plumgrid.com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*/
#include <linux/ptrace.h>
#include <linux/version.h>
#include <uapi/lin... | {
"pile_set_name": "Github"
} |
/************************************************************
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
c... | {
"pile_set_name": "Github"
} |
// Taken from https://developers.google.com/protocol-buffers/docs/reference/proto3-spec
syntax = "proto3";
import public "other.proto";
option java_package = "com.example.foo";
enum EnumAllowingAlias {
option allow_alias = true;
UNKNOWN = 0;
STARTED = 1;
RUNNING = 2 [(custom_option) = "hello world"];
}
message ... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
// Copyright 2012-present Oliver Eilhard. All rights reserved.
// Use of this source code is governed by a MIT-license.
// See http://olivere.mit-license.org/license.txt for details.
package elastic
import (
"context"
"testing"
)
func TestCountURL(t *testing.T) {
client := setupTestClientAndCreateIndex(t)
tests... | {
"pile_set_name": "Github"
} |
"""
This file provides zest.releaser entrypoints using when releasing new
qrcode versions.
"""
import os
import re
import datetime
def update_manpage(data):
"""
Update the version in the manpage document.
"""
if data['name'] != 'qrcode':
return
base_dir = os.path.dirname(os.path.dirname(o... | {
"pile_set_name": "Github"
} |
#!/bin/sh
CLASSPATH=/var/www/cgi-bin; export CLASSPATH
PGHOST="localhost"; export PGHOST
PGPORT=5432; export PGPORT
PGUSER="dvnapp"; export PGUSER
PGDB="dvndb"; export PGDB
PGPW="xxxxx"; export PGPW
java -Ddb.serverName=$PGHOST -Ddb.portNumber=$PGPORT -Ddb.user=$PGUSER -Ddb.databaseName=$PGDB -Ddb.... | {
"pile_set_name": "Github"
} |
//MIT, 2015-2017, WinterDev
//This shows html control host + js scripting
//------------------------------------------------
using System;
using System.Drawing;
using System.Windows.Forms;
using LayoutFarm.Ease;
using LayoutFarm.WebDom;
using LayoutFarm.WebDom.Extension;
using LayoutFarm.Scripting;
using Espresso;
nam... | {
"pile_set_name": "Github"
} |
package com.grosner.painter.actionbar;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.support.v7.app.ActionBar;
import com.grosner.painter.Utils;
import com.grosner.painter.exception.InvalidParameterException;
/**
* Created by: andr... | {
"pile_set_name": "Github"
} |
// CSS image replacement
//
// Heads up! v3 launched with only `.hide-text()`, but per our pattern for
// mixins being reused as classes with the same name, this doesn't hold up. As
// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.
//
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "TViewController.h"
@class NSIndexSet, NSObjectController;
@interface IBaseTableViewController : TViewController
{
NSObje... | {
"pile_set_name": "Github"
} |
package sarama
import (
"errors"
"fmt"
"math/rand"
"strconv"
"sync"
"time"
)
// ClusterAdmin is the administrative client for Kafka, which supports managing and inspecting topics,
// brokers, configurations and ACLs. The minimum broker version required is 0.10.0.0.
// Methods with stricter requirements will spe... | {
"pile_set_name": "Github"
} |
import type { CellRange, ListGridAPI } from "../ts-types";
import type { BaseTooltip } from "./BaseTooltip";
import { LG_EVENT_TYPE } from "../list-grid/LG_EVENT_TYPE";
import { Tooltip } from "./Tooltip";
import { cellInRange } from "../internal/utils";
const TOOLTIP_INSTANCE_FACTORY = {
"overflow-text"<T>(grid: Li... | {
"pile_set_name": "Github"
} |
/* go-string.h -- the string type for Go.
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. */
#ifndef LIBGO_GO_STRING_H
#define LIBGO_GO_STRING_H
#include <stddef.h>
static inline _Bool
__go_strings_equal ... | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: Secret
metadata:
name: {{ template "prestashop.fullname" . }}
labels:
app: "{{ template "prestashop.name" . }}"
chart: "{{ template "prestashop.chart" . }}"
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
annotations:
"helm.sh/hook": pre-insta... | {
"pile_set_name": "Github"
} |
ptrace -- Process tracing framework
===================================
.. py:module:: ptrace
The ptrace module provides a separate namespace for the Python framework.
.. py:function:: attach(pid)
Attach to an existing process with the framework.
:param pid: The PID of the process to attach to.
:type pid:... | {
"pile_set_name": "Github"
} |
// r_c_shortest_paths.hpp header file
// Copyright Michael Drexl 2005, 2006.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://boost.org/LICENSE_1_0.txt)
#ifndef BOOST_GRAPH_R_C_SHORTEST_PATHS_HPP
#define BOOST_GRAPH_R_C_SHORTEST_PATHS_HPP
#... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
/** Describes logically how a line was hit when performing a screen-space -> view model conversion */
enum class ETextHitPoint : uint8
{
/** The hit-point was within the text range */
WithinText,
/** The hit-point wa... | {
"pile_set_name": "Github"
} |
<!-- Generated by pkgdown: do not edit by hand -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scatterplot with marginal distributions and statistical results — ggs... | {
"pile_set_name": "Github"
} |
#include<stdio.h>
#include<stdlib.h>
int returni10();
float returnf10();
double returnd10();
int sumi13(int x);
int use_atoi(const char * here, const int maxlen);
int write_in_charp(char * here, const int maxlen);
int double_param (double *p);
int double_array_param(double * pdValarray);
int double_array_length_param(... | {
"pile_set_name": "Github"
} |
\documentclass[11pt]{report}
\usepackage[left=1in,right=1in,top=1in,bottom=1in]{geometry}
\usepackage{amssymb,amsmath}
\usepackage{fancyhdr}
\pagestyle{fancy}\pagestyle{fancy}\pagestyle{fancy}
\fancyhead[RO]{\slshape \rightmark}
\fancyhead[LO]{}
\usepackage{paralist}
\usepackage{tikz} % drawing support
\usepackage{soul... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class Isl(AutotoolsPackage):
"""isl (Integer Set Library) is a thread-safe C library for manipul... | {
"pile_set_name": "Github"
} |
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the
// LICENSE file in the "hack" directory of this source tree.
use arena_trait::TrivialDrop;
use bumpalo::Bump;
use typing_collections_rust::{pvec, Vec};
use crate::typing_defs_core::{InternalType, T... | {
"pile_set_name": "Github"
} |
#include "MYPACKAGE_OPTIONS.h"
C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
CBOP 0
C !ROUTINE: MYPACKAGE_READPARMS
C !INTERFACE:
SUBROUTINE MYPACKAGE_READPARMS( myThid )
C !DESCRIPTION:
C Initialize MYPACKAGE variables and constants.
C !USES:
IMPLICIT NONE... | {
"pile_set_name": "Github"
} |
sha256:164dc940fb7d1b8fe7cff9f3de4beb61d75e69233089ed669a8d18d218ed6433
| {
"pile_set_name": "Github"
} |
((output (((f.ml (1 0) (1 3)) (paragraph (((f.ml (1 0) (1 3)) (word +{)))))))
(warnings ()))
| {
"pile_set_name": "Github"
} |
==========
Formatting
==========
Target format
=============
.. automodule:: pylearn2.format.target_format
:members:
| {
"pile_set_name": "Github"
} |
<?php
namespace ManaPHP\Mongodb;
class ConnectionException extends \ManaPHP\Exception\ConnectionException
{
} | {
"pile_set_name": "Github"
} |
/**
* Interactions used by the Site Health modules in WordPress.
*
* @output wp-admin/js/site-health.js
*/
/* global ajaxurl, ClipboardJS, SiteHealth, wp */
jQuery( document ).ready( function( $ ) {
var __ = wp.i18n.__,
_n = wp.i18n._n,
sprintf = wp.i18n.sprintf,
data,
clipboard = new ClipboardJS( '.sit... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* OWL SoC's Pinctrl driver
*
* Copyright (c) 2014 Actions Semi Inc.
* Author: David Liu <liuwei@actions-semi.com>
*
* Copyright (c) 2018 Linaro Ltd.
* Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
*/
#include <linux/clk.h>
#include <linux/err.h>
#inclu... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\AuthorizenetAcceptjs\Gateway\Request;
use Magento\AuthorizenetAcceptjs\Gateway\Config;
use Magento\AuthorizenetAcceptjs\Gateway\SubjectReader;
use Magento\Payment\Gateway... | {
"pile_set_name": "Github"
} |
# XML Encode Plugin
This plugin converts reserved XML characters to entities. It is useful in RSS and XML templates.
## Usage
### {exp:xml_encode}
To use this plugin, wrap anything you want to be processed.
**Note: Because quotes are converted into &quot; and &apos; by this plugin, you cannot use Expressi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Document style="helpdocument">
<p style="htitle">Transportübersicht</p>
<img src="images/gui/mapview/roundbuttons/round_road.png" halign="center"/>
<p style="hp">Die Transportminikarte zeigt die Menge von Waren,
die sich auf den <a href="track">Wegen</a>, <a href="road">St... | {
"pile_set_name": "Github"
} |
/*==============================================================================
Copyright (c) 2011 Hartmut Kaiser
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)
=============================================... | {
"pile_set_name": "Github"
} |
local bones = require 'chr.bones'
local shared = require 'chr.shared'
function init()
shared.setupMeshTypes()
bones.setupBones()
shared.setBasePath("human", "female")
shared.setAllPaths("worker")
settings.setPath("shoulder", "")
return shared.defaultSkeletonAttributes()
end
| {
"pile_set_name": "Github"
} |
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
// Test case found by fuzzing
func^(){if true{struct S{{{}}class B<T where g:i{var b{struct S<a where g.B:b | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
*
* 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 a... | {
"pile_set_name": "Github"
} |
cases:
- data:
a:
- 1
- 2
- 3
- 4
b:
v1: hello
v2: goodbye
c:
- x:
- true
- false
- foo
"y":
- null
- 3.14159
z:
p: true
q: false
d:
e:
- bar
- baz
f:
- xs:
- 1
ys:
- 2
... | {
"pile_set_name": "Github"
} |
var baseToPairs = require('./_baseToPairs'),
keys = require('./keys');
/**
* Creates an array of own enumerable string keyed-value pairs for `object`
* which can be consumed by `_.fromPairs`.
*
* @static
* @memberOf _
* @since 4.0.0
* @alias entries
* @category Object
* @param {Object} object The object t... | {
"pile_set_name": "Github"
} |
{
parserClass="Autopin"
generatePsi=false
extends(".*_statement")="statement"
pin("create_.*_statement")=".*_ref"
pin("drop_.*_statement")=".*_ref"
pin("override.*")=1
tokens=[
plus='+'
]
}
root ::= statement *
external table_ref ::= parseReference
statement ::= create_statement | drop_statement... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Flash Memory
namespace FlashIfFaszr{ ///<Flash Access Size Register
using Addr = Register::Address<0x40000000,0xfffffffc,0x00000000,unsigned>;
///Flash Access Size
constexpr Register::FieldLocation<Addr,Register::maskFrom... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit... | {
"pile_set_name": "Github"
} |
// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
=== Infrastructure for packages with specific build systems
By 'packages with specific build systems' we mean all the packages
whose build system is not one of the standard ones, such as
'autotools' or 'CMake'. This typically includes packages whose build
system is ba... | {
"pile_set_name": "Github"
} |
_slugify_strip_re = /[^\w\s-]/g;
_slugify_hyphenate_re = /[-\s]+/g;
function slugify(s) {
s = s.replace(_slugify_strip_re, '').trim().toLowerCase();
s = s.replace(_slugify_hyphenate_re, '-');
return s;
}
| {
"pile_set_name": "Github"
} |
//
// AGPhotoBrowserDelegate.h
// AGPhotoBrowser
//
// Created by Hellrider on 7/28/13.
// Copyright (c) 2013 Andrea Giavatto. All rights reserved.
//
#import <Foundation/Foundation.h>
@class AGPhotoBrowserView;
@protocol AGPhotoBrowserDelegate <NSObject>
@optional
- (void)photoBrowser:(AGPhotoBrowserView *)ph... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2012-2016 VMware, 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 applica... | {
"pile_set_name": "Github"
} |
define(['./toArray', '../array/find'], function (toArray, find) {
/**
* Return first non void argument
*/
function defaults(var_args){
return find(toArray(arguments), nonVoid);
}
function nonVoid(val){
return val != null;
}
return defaults;
});
| {
"pile_set_name": "Github"
} |
# /etc/strongswan.conf - strongSwan configuration file
swanctl {
load = pem pkcs1 x509 revocation constraints pubkey openssl random
}
charon-systemd {
load = random nonce aes md5 sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac gcm vici kernel-netlink socket-default eap-tls updown
multiple_authenti... | {
"pile_set_name": "Github"
} |
<index>
<name>Business Rules Examples</name>
<description>Actions and resources used to test business rules features</description>
<icon>rules.png</icon>
<visible>true</visible>
</index> | {
"pile_set_name": "Github"
} |
import {promisify} from 'util';
import net = require('net');
import http = require('http');
import stream = require('stream');
import test from 'ava';
import got, {RequestError, HTTPError, TimeoutError} from '../source';
import withServer from './helpers/with-server';
const pStreamPipeline = promisify(stream.pipeline)... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2000, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | {
"pile_set_name": "Github"
} |
<Workspace Version="1.0.1.1743" X="0" Y="0" zoom="1" Name="testconditional" Description="" ID="779de093-3dd6-422c-8dff-28e7fb508321" Category="CustomNodeTesting">
<NamespaceResolutionMap />
<Elements>
<Dynamo.Graph.Nodes.CustomNodes.Symbol guid="66f004f7-56e9-4d3c-a67c-b6355e225084" type="Dynamo.Graph.Nodes.Cus... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javafx.scene.control;
import javafx.scene.control.skin.LabelSkin;
import com.sun.javafx.scene.... | {
"pile_set_name": "Github"
} |
// ARS rotation pieces - http://www.tetrisconcept.net/wiki/TGM_rotation
block.yspawnpoints.ars=[-1,-1,-1,-1,-1,-1,0];
block.xspawnpoints.ars=null; // Spawn points are centered, rounded to the floor
block.palettes.ars=[1,5,2,6,4,7,3,0];
block.pieces.ars=[
// I
[[[0,0,0,0],[1,1,1,1],[0,0,0,0],[0,0,0,0]],
[[0,0,1,0]... | {
"pile_set_name": "Github"
} |
RADXA_ROCK
M: Heiko Stuebner <heiko@sntech.de>
S: Maintained
F: board/radxa/rock
F: include/configs/rock.h
F: configs/rock_defconfig
| {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace Microsoft.Zelig.Configuration.Environment.Abstractions.ARM
{
using System;
using System.Collections.Generic;
using Microsoft.Zelig.Runtime.TypeSystem;
using Microsoft.Zelig.CodeGeneration.IR;
public sealed class Set... | {
"pile_set_name": "Github"
} |
#ifndef _ASM_GENERIC_ERRNO_BASE_H
#define _ASM_GENERIC_ERRNO_BASE_H
#define EPERM 1 /* Operation not permitted */
#define ENOENT 2 /* No such file or directory */
#define ESRCH 3 /* No such process */
#define EINTR 4 /* Interrupted system call */
#define EIO 5 /* I/O error */
#define ENXIO 6 /* No such dev... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# This script is used to build the amalgamation autoconf package.
# It assumes the following:
#
# 1. The files "sqlite3.c", "sqlite3.h" and "sqlite3ext.h"
# are available in the current directory.
#
# 2. Variable $TOP is set to the full path of the root directory
# of the SQLite source tree.
#
#... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<title>An article — a jumbo one | A Pelican Blog</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
<link rel="stylesheet" href="static/m-dark.css" />
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.