text stringlengths 2 99.9k | meta dict |
|---|---|
/* Copyright (c) 2006-2007 Christopher J. W. Lloyd
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish... | {
"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 "WXPBGeneratedMessage.h"
@class BaseRequest, NSString, SKBuiltinBuffer_t;
@interface TenPayRequest : WXPBGeneratedMessage
{
}
+ (void)initialize;
// Remaining properties... | {
"pile_set_name": "Github"
} |
import { execSync } from 'child_process';
import { readFileSync } from 'fs';
import { configs } from './configs';
const expectCode = `
function type() {
return '';
}
var x = "{ abc: 1; }";
console.log(x);
`;
describe('ttsc', () => {
it('should transform code', () => {
execSync('node ' + configs.tscFrom... | {
"pile_set_name": "Github"
} |
from discord.ext.commands import command, Cog
class ThrowsModule(Cog):
@command()
async def throw(self, context):
raise Exception('I wonder what went wrong?')
def setup(bot):
bot.add_cog(ThrowsModule())
| {
"pile_set_name": "Github"
} |
/*
* autostart-prg.h - Handle autostart of program files
*
* Written by
* Christian Vogelgsang <chris@vogelgsang.org>
*
* This file is part of VICE, the Versatile Commodore Emulator.
* See README for copyright notice.
*
* This program is free software; you can redistribute it and/or modify
* it under the t... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/uaccess.h>
#include <linux/kernel.h>
#include <linux/writeback.h>
#include <linux/vmalloc.h>
#include <linux/xattr.h>
#include <linux/... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2015 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 applic... | {
"pile_set_name": "Github"
} |
/**
* Removes `key` and its value from the cache.
*
* @private
* @name delete
* @memberOf _.memoize.Cache
* @param {string} key The key of the value to remove.
* @returns {boolean} Returns `true` if the entry was removed successfully, else `false`.
*/
function mapDelete(key) {
return this.has(key) && delete t... | {
"pile_set_name": "Github"
} |
# Copyright 2018 Iguazio
#
# 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, softwa... | {
"pile_set_name": "Github"
} |
# Neoclassical Habitat
#
# VERSION 0.1.0
FROM philcollins/aurora-centos7
# Ensures that the codebase is homed at /neohabitat.
ADD . /neohabitat
# Installs base build dependencies.
RUN yum -y install \
cronie \
curl \
git \
htop \
java-1.8.0-openjdk \
make \
mariadb \
tar \
vim \
wget... | {
"pile_set_name": "Github"
} |
package okreplay;
import java.util.Date;
public class YamlRecordedInteraction {
private final Date recorded;
private final YamlRecordedRequest request;
private final YamlRecordedResponse response;
private transient RecordedInteraction immutableInteraction;
YamlRecordedInteraction(Date recorded, YamlRecorde... | {
"pile_set_name": "Github"
} |
/*
This file is part of Darling.
Copyright (C) 2019 Lubos Dolezel
Darling 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.
Darling i... | {
"pile_set_name": "Github"
} |
var test = require('tape');
var ss = require('../');
test('natural distribution and z-score', function(t) {
test('normal table is exposed in the API', function(t) {
t.equal(ss.standard_normal_table.length, 310);
t.equal(ss.standard_normal_table[0], 0.5);
t.end();
});
test('P(Z <= ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monolog\Formatter;
use Monolog\Logger;
class WildfireFormatterTest exten... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/iv_image"
android:layout_width="match_parent"
android:layout_height="95dp"
android:scaleType="fitXY" /> | {
"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"?>
<module external.linked.project.id=":ViewPagerIndicator" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="FastDev4Android" external.system.module.version="unspecified" type="JAVA_MODU... | {
"pile_set_name": "Github"
} |
{
"version": "84.42.21"
} | {
"pile_set_name": "Github"
} |
metadata:
name: something
spec:
initContainers:
- name: c0
- name: injected0
containers:
- name: c1
- name: injected1
volumes:
- name: v0
- name: injected2 | {
"pile_set_name": "Github"
} |
package com.fastaccess.ui.modules.pinned.pullrequest;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.fastaccess.data.dao.model.PullRequest;
import com.fastaccess.ui.base.mvp.BaseMvp;
import com.fastaccess.ui.widgets.recyclerview.BaseViewHolder;
import java.util.ArrayList;
import ... | {
"pile_set_name": "Github"
} |
/*
* Globalize Culture fa
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in this file need to b... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.50 $"/>
<generation date="$Date: 2009/05/05 23:06:34 $"/>
<language type="ca"/>
<territory type="ES"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2010, NullNoname
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 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<link rel="stylesheet" type="text/css" href="search... | {
"pile_set_name": "Github"
} |
package Paws::S3::CORSRule;
use Moose;
has AllowedHeaders => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'AllowedHeader', traits => ['NameInRequest']);
has AllowedMethods => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'AllowedMethod', traits => ['NameInRequest'], required => 1);
ha... | {
"pile_set_name": "Github"
} |
---
title: Conversión de cadenas en DateTime
description: Aprenda técnicas de análisis de cadenas que representan fechas y horas para crear un valor DateTime a partir de la cadena de fecha y hora.
ms.date: 02/15/2018
ms.technology: dotnet-standard
dev_langs:
- csharp
- vb
helpviewer_keywords:
- parsing strings, date an... | {
"pile_set_name": "Github"
} |
#region Copyright (c) 2011 Atif Aziz. 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 app... | {
"pile_set_name": "Github"
} |
#ifndef C_SYSTEM_H
#define C_SYSTEM_H
// FIXME: We have to use this to mark the header as a system header in
// a module because header search didn't actually occur and so we can't have
// found the header via system header search, even though when we map to this
// header and load the module we will have mapped to th... | {
"pile_set_name": "Github"
} |
.com { color: #93a1a1; }
.css .com{
color: #48484c;
}
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }
a> .pln, a> .pun{
color:#CD3420;
}
.... | {
"pile_set_name": "Github"
} |
package io.rong.methods.chatroom.demotion;
import io.rong.RongCloud;
import io.rong.models.CheckMethod;
import io.rong.models.response.ChatroomDemotionMsgResult;
import io.rong.models.response.ResponseResult;
import io.rong.util.CommonUtil;
import io.rong.util.GsonUtil;
import io.rong.util.HttpUtil;
import java.net.H... | {
"pile_set_name": "Github"
} |
Disclaimer: Using these force fields for systems they
have not been explicitly trained against may produce
unrealistic results. Please see the README file in
each subdirectory for more detailed information.
Hydrocarbon oxidation C/H/O:
The follow information is reproduced from:
"Chenoweth, K.; van Duin... | {
"pile_set_name": "Github"
} |
// firewalls unit tests
package testing
| {
"pile_set_name": "Github"
} |
{
"type": "bundle",
"id": "bundle--1b37b9c5-c048-4ec0-a5d1-6941b646e8e8",
"spec_version": "2.0",
"objects": [
{
"created_by_ref": "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5",
"object_marking_refs": [
"marking-definition--fa42a846-8d90-4e51-bc29-71d5b4... | {
"pile_set_name": "Github"
} |
package main
import (
"flag"
"log"
"github.com/bot-api/telegram"
"golang.org/x/net/context"
)
func main() {
token := flag.String("token", "", "telegram bot token")
debug := flag.Bool("debug", false, "show debug information")
flag.Parse()
if *token == "" {
log.Fatal("token flag required")
}
api := teleg... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2012 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.
{
'target_defaults': {
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
},
},
'variables': {
# Non-failing tests should check tha... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file startup_stm32f446xx.s
* @author MCD Application Team
* @brief STM32F446xx Devices vector table for GCC toolchain.
* This module performs:
* - Set the initial SP
* ... | {
"pile_set_name": "Github"
} |
---
title: DelegateEvent.Trigger<'Delegate> Method (F#)
description: DelegateEvent.Trigger<'Delegate> Method (F#)
keywords: visual f#, f#, functional programming
author: dend
manager: danielfe
ms.date: 05/16/2016
ms.topic: language-reference
ms.prod: visual-studio-dev14
ms.technology: devlang-fsharp
ms.assetid: d7a1ae5... | {
"pile_set_name": "Github"
} |
###
### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
###
#
# DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
#
FROM circleci/openjdk:15-ea-5-jdk-buster-node
#
# Install Java 11 LTS / OpenJDK 11
#
RUN if grep -q Debian /etc/os-release && grep -q stretch /etc/os-release; then \
echo 'deb http... | {
"pile_set_name": "Github"
} |
---
title: "gnu-typist"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
// (C) Copyright Edward Diener 2011,2012,2013
// 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.org/LICENSE_1_0.txt).
#if !defined(BOOST_TTI_HAS_MEMBER_FUNCTION_HPP)
#define BOOST_TTI_HAS_MEMBER_FU... | {
"pile_set_name": "Github"
} |
;;; mh-show.el --- MH-Show mode
;; Copyright (C) 1993, 1995, 1997, 2000-2017 Free Software Foundation,
;; Inc.
;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
;; Keywords: mail
;; See: mh-e.el
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribut... | {
"pile_set_name": "Github"
} |
<template>
<div class="dashboard-container">
<component :is="currentRole" />
</div>
</template>
<script>
import { mapGetters } from 'vuex';
import adminDashboard from './admin';
import editorDashboard from './editor';
export default {
name: 'Dashboard',
components: { adminDashboard, editorDashboard },
d... | {
"pile_set_name": "Github"
} |
# {{ name }}
> {{ description }}
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
{{#unit}}
# run unit tests
npm... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Dornierstr. 4
* 82178 Puchheim
* Germany
* <rtems@embedded-brains.de>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/l... | {
"pile_set_name": "Github"
} |
//
// ProgressiveViewController.swift
// PINRemoteImage.tvOSExample
//
// Created by Isaac Overacker on 2/6/16.
//
//
import UIKit
import PINRemoteImage
class ProgressiveViewController: UIViewController {
@IBOutlet weak var imageView: UIImageView!
override func viewDidLoad() {
super.viewDidLoad()... | {
"pile_set_name": "Github"
} |
#
# subunit: extensions to Python unittest to get test results from subprocesses.
# Copyright (C) 2009 Robert Collins <robertc@robertcollins.net>
#
# Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
# license at the users choice. A copy of both licenses are available in the
# project sour... | {
"pile_set_name": "Github"
} |
/// @ref gtx_color_space
/// @file glm/gtx/color_space.inl
namespace glm
{
template <typename T, precision P>
GLM_FUNC_QUALIFIER tvec3<T, P> rgbColor(const tvec3<T, P>& hsvColor)
{
tvec3<T, P> hsv = hsvColor;
tvec3<T, P> rgbColor;
if(hsv.y == static_cast<T>(0))
// achromatic (grey)
rgbColor = tvec3<T, ... | {
"pile_set_name": "Github"
} |
<div id="node-15" class="node">
<div class="content clear-block">
<p>Often a single data type can lead us to other data types. For example, a node has a user (the author) and the user has data associated with it.</p>
<p>A relationship plugin allows this kind of data to be accessed. </p>
<p>An example relati... | {
"pile_set_name": "Github"
} |
import numpy as np
from allrank.click_models.base import OnlyRelevantClickModel
from tests.click_models import click
def test_only_relevant_click_model():
click_model = OnlyRelevantClickModel(1)
assert click(click_model, np.array([[0, 1]]), [1]) == [1]
assert click(click_model, np.array([[0, 1]]), [0]) =... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2013, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This file is part of the ClearCanvas RIS/PACS open source project.
//
// The ClearCanvas RIS/PACS open source project is free software: you can
// redistribute it and/or modify it under the terms... | {
"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 not u... | {
"pile_set_name": "Github"
} |
/*
* 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 program is distributed in the hope that it w... | {
"pile_set_name": "Github"
} |
//
// StorageTests.swift
// Copyright (c) 2017 Vinh Nguyen
// 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, m... | {
"pile_set_name": "Github"
} |
use utf8;
package FixMyStreet::DB::Result::ResponseTemplate;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
use strict;
use warnings;
use base 'DBIx::Class::Core';
__PACKAGE__->load_components(
"FilterColumn",
"FixMyStreet::InflateColumn::DateTime",
"FixMyStreet::EncodedCo... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2010 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... | {
"pile_set_name": "Github"
} |
module imem_outa
(
input [27:0] pc,
output reg [127:0] idata
);
always @ (*) begin
case(pc)
28'h0: idata = 128'h00202023001081130010202304100093;
28'h1: idata = 128'h0000000000000000ffdff06f00202423;
default: idata = 128'h0;
endcase // case (pc)
end
endmodule // imem_outa
| {
"pile_set_name": "Github"
} |
--no-step-log --no-duration-log --net-file=net.net.xml -a input_routes.rou.xml,input_additional.add.xml,input_additional2.add.xml -b 0 -e 150
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011 Arduino. All right reserved.
Copyright (c) 2015 Intel Corporation. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 o... | {
"pile_set_name": "Github"
} |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2015, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this softw... | {
"pile_set_name": "Github"
} |
const { ccclass, property } = cc._decorator;
@ccclass
export default class MASK extends cc.Component {
@property(cc.Label) lab: cc.Label = null;
onLoad() {
this.node.scale = 1;
}
start() {
this.node.runAction(
cc.sequence(
cc.fadeTo(0.6, 0),
... | {
"pile_set_name": "Github"
} |
package com.mobapphome.androidappupdater;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() ... | {
"pile_set_name": "Github"
} |
#if defined(_WIN32) || defined(__OS2__)
#include "jconfig.vc"
#else
/* jconfig.h. Generated automatically by configure. */
/* jconfig.cfg --- source file edited by configure script */
/* see jconfig.doc for explanations */
/* If using MetroWerks on Mac define __WXMAC__ if it isn't already
FIXME: Is this... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------
#include <fmx.h>
#ifdef _WIN32
#include <tchar.h>
#endif
#pragma hdrstop
#include <System.StartUpCopy.hpp>
//---------------------------------------------------------------------------
USEFORM("TapHoldForm.cpp", TapHold);
//-----------------... | {
"pile_set_name": "Github"
} |
title: $:/language/Buttons/
AdvancedSearch/Caption: napredno iskanje
AdvancedSearch/Hint: Napredno iskanje
Bold/Caption: krepko
Bold/Hint: Označite izbrano besedilo kot krepko
Cancel/Caption: prekliči
Cancel/Hint: Zavrzite spremembe tega tiddlerja
Clear/Caption: počisti
Clear/Hint: Počistite sliko v polno barvo
Clone/... | {
"pile_set_name": "Github"
} |
Joxean Koret (admin [AT] joxeankoret DOT com)
| {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2015 - ROLI Ltd.
Permission is granted to use this software under the terms of either:
a) the GPL v2 (or any later version)
b) the Affero GPL v3
Details... | {
"pile_set_name": "Github"
} |
<template>
<div class="evaluate-list" ref="container">
<div class="header">
<div class="generalComment acea-row row-between-wrapper">
<div class="acea-row row-middle font-color-red">
<div class="evaluate">评分</div>
<div class="start" :class="'star' + replyData.reply_star"></div>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">]>
<!--
- Copyright (C) 2004, 2005, 2007, 2014 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000, 2001 Internet Software Consortium.
-
-... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the M... | {
"pile_set_name": "Github"
} |
langcode: en
status: true
dependencies:
module:
- node
- search
- user
id: test_search
label: 'Search Test'
module: views
description: 'Test view for Search integration'
tag: ''
base_table: node_field_data
base_field: nid
display:
default:
display_plugin: default
id: default
display_title: M... | {
"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.
//
// Copyright (C) 2020 Intel Corporation
#include "../perf_precomp.hpp"
#include "../common/gapi_video_perf_tests.hpp"
#i... | {
"pile_set_name": "Github"
} |
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define('simple-hotkeys', ["jquery",
"simple-module"], function ($, SimpleModule) {
return (root.returnExportsGlobal = factory($, SimpleModule));
});
} else if (typeof export... | {
"pile_set_name": "Github"
} |
package com.fishercoder;
import com.fishercoder.common.classes.TreeNode;
import com.fishercoder.solutions._563;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* Created by fishercoder on 4/23/17.
*/
public class _563Test {
pr... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 arm,netbsd
package unix
func setTimespec(sec, nsec int64) Timespec {
return Timespec{Sec: sec, Nsec: int32(nsec)}
}
func setTimeval(sec, usec int6... | {
"pile_set_name": "Github"
} |
digraph G{
margin="0"
node[shape=plaintext]
head[label="EnQueue O(1)"];
front[label="front array"];
farray[label=<<table BORDER="0" CELLBORDER="1" CELLSPACING="0">
<tr><td>x[1]</td><td>x[2]</td><td>...</td><td>x[n-1]</td><td>x[n]</td></tr></table>>];
farray->hea... | {
"pile_set_name": "Github"
} |
<Canvas>
<Kind>42</Kind>
<Name>Post Effects</Name>
<IsMinified>0</IsMinified>
<XPosition>637.000061035</XPosition>
<YPosition>443.000000000</YPosition>
</Canvas>
<Widget>
<Kind>2</Kind>
<Name>Enable</Name>
<Value>1</Value>
</Widget>
<Widget>
<Kind>4</Kind>
<Name>Chroma_Distortion... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2003 Sistina Software
* Copyright (C) 2006 Red Hat GmbH
*
* This file is released under the GPL.
*/
#include "dm-core.h"
#include <linux/device-mapper.h>
#include <linux/bio.h>
#include <linux/completion.h>
#include <linux/mempool.h>
#include <linux/module.h>
#include <linux/sched.h>
#include... | {
"pile_set_name": "Github"
} |
FLAGS="-DTERMIOS -O2 -mips2 -DB_ENDIAN -fomit-frame-pointer -Wall -Iinclude"
SHFLAGS="-DPIC -fpic"
gcc -c -Icrypto $SHFLAGS $FLAGS -o crypto.o crypto/crypto.c
ld -shared -o libcrypto.so crypto.o
gcc -c -Issl $SHFLAGS $FLAGS -o ssl.o ssl/ssl.c
ld -shared -o libssl.so ssl.o
| {
"pile_set_name": "Github"
} |
=head1 NAME
perlpacktut - tutorial on C<pack> and C<unpack>
=head1 DESCRIPTION
C<pack> and C<unpack> are two functions for transforming data according
to a user-defined template, between the guarded way Perl stores values
and some well-defined representation as might be required in the
environment of a Perl program... | {
"pile_set_name": "Github"
} |
K 12
svn:keywords
V 8
Revision
END
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2012 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
> invalidate:
Node 1. Fragment:
<<<{
"key 1": "hello world",
"key 1.1": "value 1.1",
"key 2": ["array value 1", "array value 2", "array value 3"],
"key 3": 100
}
>>>
| {
"pile_set_name": "Github"
} |
; RUN: opt < %s -instcombine -S | not grep rem
; PR2330
define i32 @a(i32 %b) nounwind {
entry:
srem i32 %b, 8 ; <i32>:0 [#uses=1]
and i32 %0, 1 ; <i32>:1 [#uses=1]
ret i32 %1
}
| {
"pile_set_name": "Github"
} |
Copyright (c) 2011-2012 Masonry Team - https://github.com/Masonry
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,... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe 'set method set value to Specinfra.configuration' do
it 'set method handle string value correctly' do
set :host, 'localhost'
expect(Specinfra.configuration.host).to eq 'localhost'
end
it 'set method handle hash value correctly' do
set :ssh_options, :password => 'passwo... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var cookie = require('..');
suite('parse');
test('basic', function() {
assert.deepEqual({ foo: 'bar' }, cookie.parse('foo=bar'));
assert.deepEqual({ foo: '123' }, cookie.parse('foo=123'));
});
test('ignore spaces', function() {
assert.deepEqual({ FOO: 'bar', baz: 'raz' }... | {
"pile_set_name": "Github"
} |
<?php
/**
* DocuSign REST API
*
* The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign.
*
* OpenAPI spec version: v2
* Contact: devcenter@docusign.com
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*
*/
namespace DocuSig... | {
"pile_set_name": "Github"
} |
declare namespace jdk {
namespace nashorn {
namespace internal {
namespace runtime {
namespace linker {
class JavaAdapterClassLoader$1 implements java.security.PrivilegedAction<jdk.internal.dynalink.beans.StaticClass> {
public run(): jd... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* RDMA Network Block Driver
*
* Copyright (c) 2014 - 2018 ProfitBricks GmbH. All rights reserved.
* Copyright (c) 2018 - 2019 1&1 IONOS Cloud GmbH. All rights reserved.
* Copyright (c) 2019 - 2020 1&1 IONOS SE. All rights reserved.
*/
#undef pr_fmt
#define pr_fmt(fm... | {
"pile_set_name": "Github"
} |
/*-----------------------------------------------------------------------------+
Copyright (c) 2008-2009: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or c... | {
"pile_set_name": "Github"
} |
{
"description" : "An Address following the convention of http://microformats.org/wiki/hcard",
"type" : "object",
"properties" : {
"post-office-box" : { "type" : "string" },
"extended-address" : { "type" : "string" },
"street-address" : { "type":"string" },
"locality" : { "type" : "string", "required" : true... | {
"pile_set_name": "Github"
} |
varying vec3 vViewVec;
varying vec3 vSpeed;
varying float fogFactor;
//[
vec2 getTexCoord();
vec3 getNormal();
vec2 vTexCoord;
vec3 nNormal;
vec3 nViewVec;
vec4 getBump();
vec4 addFog(vec4 color, float intensity);
vec3 getSpeedColor(vec3 speed);
//]
void main()
{
nViewVec = normalize(vViewVec);
vTexCoord = get... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2017-2020 WireGuard LLC.
* Copyright © 2018-2020 Harsh Shandilya <msfjarvis@gmail.com>. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package me.msfjarvis.viscerion.config
import android.net.InetAddresses
import android.os.Build
import java.lang.reflect.Method
import java.net.Inet4... | {
"pile_set_name": "Github"
} |
/**
* Module dependencies.
*/
var Base = require('./base');
/**
* Expose `JSON`.
*/
exports = module.exports = JSONReporter;
/**
* Initialize a new `JSON` reporter.
*
* @api public
* @param {Runner} runner
*/
function JSONReporter(runner) {
Base.call(this, runner);
var self = this;
var tests = [];
... | {
"pile_set_name": "Github"
} |
import os
import six
from six.moves import xrange
import cffi
_ffi = cffi.FFI()
_ffi.cdef("""
ssize_t read(int, void *, size_t);
ssize_t write(int, const void *, size_t);
int memcmp(const void *, const void *, size_t);
void *memchr(const void *, int, size_t);
void *Zero_memrchr(const void *, int, size_t);
void *me... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "桃園市桃園區中正路435號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCou... | {
"pile_set_name": "Github"
} |
// go run mksysnum.go https://gitweb.dragonflybsd.org/dragonfly.git/blob_plain/HEAD:/sys/kern/syscalls.master
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,dragonfly
package unix
const (
// SYS_NOSYS = 0; // { int nosys(void); } syscall nosys_args int
SYS_EXIT = 1 ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.