text stringlengths 2 99k | meta dict |
|---|---|
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under
// the terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/leg... | {
"pile_set_name": "Github"
} |
/* Headergen takes an ascii file of records and combines them into a
single record in outfile. */
/* Revision History */
/* 7-97 RRD Combined modules headergen and headers and ported to UNIX */
#include <stdio.h>
#include <string.h>
#include "vicmain_c"
void main44()
{
#define MAXR1 250 /* buffer l... | {
"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"
} |
package jsoniter
import (
"strconv"
)
type int32Any struct {
baseAny
val int32
}
func (any *int32Any) LastError() error {
return nil
}
func (any *int32Any) ValueType() ValueType {
return NumberValue
}
func (any *int32Any) MustBeValid() Any {
return any
}
func (any *int32Any) ToBool() bool {
return any.val ... | {
"pile_set_name": "Github"
} |
@import 'themes';
@mixin replOutputInteger($theme) {
.repl-integer {
.toggle-number {
cursor: pointer;
border-bottom: 1px dotted grey;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.mode-group {
opacity: 0.5;
margin: 3px 5px;
display: inline... | {
"pile_set_name": "Github"
} |
require('../../modules/es6.number.max-safe-integer');
module.exports = 0x1fffffffffffff;
| {
"pile_set_name": "Github"
} |
---
layout: base
title: 'Statistics of CCONJ in UD_French-FTB'
udver: '2'
---
## Treebank Statistics: UD_French-FTB: POS Tags: `CCONJ`
There are 10 `CCONJ` lemmas (1%), 11 `CCONJ` types (1%) and 11973 `CCONJ` tokens (2%).
Out of 16 observed tags, the rank of `CCONJ` is: 14 in number of lemmas, 15 in number of types ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.HW_FLOATINGPT.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.HW_FLOATINGPT.html">../../../../libc/constant.HW_FLOATINGPT.html</a>...</p>
<script>location.replace("../../../... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2012+2013 cocos2d+x.org
http://www.cocos2d+x.org
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... | {
"pile_set_name": "Github"
} |
export { JSEncrypt } from "./JSEncrypt";
import { JSEncrypt } from "./JSEncrypt";
export default JSEncrypt;
| {
"pile_set_name": "Github"
} |
// Copyright 2016 The etcd 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 t... | {
"pile_set_name": "Github"
} |
<UserControl x:Class="Roslynator.VisualStudio.BaseOptionsPageControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmln... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2016 Facebook
*
* 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/skbuff.h>
#include <linux/netdevice.h>
#include <linux/version.h>
#include <... | {
"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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2020, www.dibo.ltd (service@dibo.ltd).
* <p>
* 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
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless ... | {
"pile_set_name": "Github"
} |
{% assign calendar-id = include.calendar-id | default: 'main' %}
<div id="calendar-{{ calendar-id }}" class="card-calendar"></div>
{% capture_global scripts %}
<script>
document.addEventListener('DOMContentLoaded', function () {
{% if jekyll.environment == 'development' %}window.tabler_calendar = window.tabler... | {
"pile_set_name": "Github"
} |
package main
import (
"io"
"text/template"
)
const onesTestsRaw = `var onesTests = []struct {
of Dtype
shape Shape
correct interface{}
}{
{{range .Kinds -}}
{{if isNumber . -}}
{ {{asType . | title | strip}}, ScalarShape(), {{asType .}}(1)},
{ {{asType . | title | strip}}, Shape{2,2}, []{{as... | {
"pile_set_name": "Github"
} |
{
"name": "@bolt/file-passthrough-loader",
"version": "2.19.0",
"description": "Bolt Design System fork of Webpack's file-loader package, but with the added ability to allow additional loaders to be run after file-loader has outputted to the file system.",
"license": "MIT",
"main": "index.js",
"dependencies... | {
"pile_set_name": "Github"
} |
var isArrayLike = require('./isArrayLike'),
isIndex = require('./isIndex'),
isObject = require('../lang/isObject');
/**
* Checks if the provided arguments are from an iteratee call.
*
* @private
* @param {*} value The potential iteratee value argument.
* @param {*} index The potential iteratee index or ke... | {
"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 xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://dublincore.org/documents/2008/08/04/dc-html/">
<link title="schema(DC)" rel="schema.DC" href="http://purl.org/DC/elements/1.1/" />
<... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* evm.c
*
* Board functions for TI814x EVM
*
* Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
*/
#include <common.h>
#include <cpsw.h>
#include <environment.h>
#include <errno.h>
#include <spl.h>
#include <asm/arch/cpu.h>
#include <asm/arch/hardwa... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2011-2013 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
*
* 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.
*/
/* Kernel module implementing an IP set type: the hash... | {
"pile_set_name": "Github"
} |
@model EditEntityViewModel
<div asp-validation-summary="All"></div>
<div class="mt-0">
<div class="list-left reply-left">
@if (this.CurrentUser != null)
{
<avatar data-toggle="tooltip" title="@this.CurrentUser.DisplayName" class="avatar" avatar="@this.CurrentUser.Avatar" />
}
... | {
"pile_set_name": "Github"
} |
'use strict';
const cache = require('./src/cache');
const twitter = require('./src/factory.twitter')(cache);
const auth = require('./src/factory.auth')(cache);
const notifications = require('./src/notifications');
const service = require('./src/factory.service')(cache, twitter, notifications);
const {http, getDateToNe... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="7706" systemVersion="14F6a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="hzw-2n-Sw... | {
"pile_set_name": "Github"
} |
// Copyright YEAR Google LLC.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Code generated file. DO NOT EDIT.
// Package additionalpropsobjs provides access to the Example API.
//
// Creating a client
//
// Usage example:
//
// import "google.golang.org/a... | {
"pile_set_name": "Github"
} |
/* JCheckBoxMenuItem.java --
Copyright (C) 2002, 2004, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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... | {
"pile_set_name": "Github"
} |
isize = iend - istart + 1
! Initialize the INDEX array only for the first row..
IF (j == 1) THEN
DO i = 1, isize
INDEX(i) = i
ENDDO
END IF
! Allocate scratch arrays
ALLOCATE (work(isize), work2(isize), tmp_index(isize), bck_index(isize))
ind = 0
DO i = istart, ie... | {
"pile_set_name": "Github"
} |
CONFIG_SYS_EXTRA_OPTIONS="36BIT"
CONFIG_PPC=y
CONFIG_MPC85xx=y
CONFIG_TARGET_P1022DS=y
| {
"pile_set_name": "Github"
} |
"""
LLDB AppKit formatters
Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
See https://llvm.org/LICENSE.txt for license information.
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
"""
import lldb
def SEL_Summary(valobj, dict):
return valobj.Cast(valobj.GetType().GetBasicTyp... | {
"pile_set_name": "Github"
} |
#coding:utf-8
'''
This tutorial include several spiders:
page_recorder
dmoz_item
douban_book
'''
import re
from urlparse import urljoin
from scrapy.selector import Selector
try:
from scrapy.spiders import Spider
except:
from scrapy.spiders import BaseSpider as Spider
from scrapy.utils.response ... | {
"pile_set_name": "Github"
} |
<?php defined('SYSPATH') OR die('No direct script access.');
/**
* Copyright © 2011–2013 Spadefoot Team.
*
* Unless otherwise noted, LEAP is 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
* ... | {
"pile_set_name": "Github"
} |
### Problem
You're displaying formatted values in user inputs as currency with
[Accounting.js][accounting] and need to remove the decoration to set the
attributes upstream.
### Solution
Make use of the [computed property's setter][setters] to remove the
display formatting and set the property to the proper value.
`... | {
"pile_set_name": "Github"
} |
package com.github.twitch4j.helix.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.PropertyNamingStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.*;
/**
* Hearthstone M... | {
"pile_set_name": "Github"
} |
#! /usr/bin/env python
# linktree
#
# Make a copy of a directory tree with symbolic links to all files in the
# original tree.
# All symbolic links go to a special symbolic link at the top, so you
# can easily fix things if the original source tree moves.
# See also "mkreal".
#
# usage: mklinks oldtree newtree
import... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ScriptAppPage</class>
<widget class="QWidget" name="ScriptAppPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>675</width>
<height>510</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLay... | {
"pile_set_name": "Github"
} |
opam-version: "2.0"
maintainer: "martin@mjambon.com"
authors: ["Martin Jambon"]
homepage: "https://github.com/mjambon/cppo"
dev-repo: "git+https://github.com/mjambon/cppo.git"
bug-reports: "https://github.com/mjambon/cppo/issues"
license: "BSD-3-Clause"
build: [
["jbuilder" "subst" "-p" name] {pinned}
["jbuilder" ... | {
"pile_set_name": "Github"
} |
Subdomain take over (xxx.xxxxxxxxxxxx.xxx)
Hi,
## Description
You have a subdomain aka `xxx.xxxxxxxxxxxx.xxx` that point to a third party service hosted on XXX: `www.XXX.com`. The nslookup command shows the DNS configuration.
```
$ nslookup xxx.xxxxxxxxxxxx.xxx 8.8.8.8
```
However it seems that your didn't own/... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* arch/x86/pv/hypercall.c
*
* PV hypercall dispatching routines
*
* 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 Found... | {
"pile_set_name": "Github"
} |
/*
* This header is generated by classdump-dyld 0.7
* on Sunday, July 5, 2015 at 9:41:24 PM Eastern Daylight Time
* Operating System: Version 8.4 (Build 12H143)
* Image Source: /System/Library/PrivateFrameworks/Message.framework/Message
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/
#i... | {
"pile_set_name": "Github"
} |
#N canvas 218 94 842 634 10;
#X obj 63 84 t a a;
#X obj 63 241 spigot;
#X obj 102 149 bang;
#X obj 102 168 1;
#X obj 223 149 route bang;
#X obj 183 150 bang;
#X obj 183 169 0;
#X obj 102 114 list split 2;
#X obj 232 379 list split;
#X obj 299 328 list length;
#X obj 299 350 >> 1;
#X obj 63 260 t a a a a;
#X obj 63 446 ... | {
"pile_set_name": "Github"
} |
clear
load('menpo_68_pts_flip');
pdmLoc = ['../../models/pdm/pdm_68_aligned_wild.mat'];
load(pdmLoc);
% Before plugging into NRSFM, align the points in 2D
num_pts = size(all_pts,1)/2;
num_lmks = numel(M) / 3;
m = reshape(M, num_lmks, 3)';
width_model = max(m(1,:)) - min(m(1,:));
height_model = max(m(2,:)) - min(... | {
"pile_set_name": "Github"
} |
package com.phonemarket.controller;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.transaction... | {
"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/.
----------------------------------------------------------... | {
"pile_set_name": "Github"
} |
'use strict';
const _ = require('lodash');
// Path execution method
function withPath(path, jsonBody, callback) {
if (_.isUndefined(jsonBody)) {
throw new Error('jsonBody is undefined');
}
// Execute immediately with no path
if (!path) {
return callback(jsonBody);
}
let type = false;
let jsonC... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
from sys import exit
from test.http_test import HTTPTest
from test.base_test import HTTP, HTTPS
from misc.wget_file import WgetFile
import os
"""
This test ensures that Wget can download files from HTTPS Servers
"""
if os.getenv('SSL_TESTS') is None:
exit (77)
############# File Definit... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<model ref="r:94b1feee-20bf-48e9-9677-814a5fdcaf90(jetbrains.mps.lang.editor.editorTest.constraints)">
<persistence version="9" />
<languages>
<devkit ref="00000000-0000-4000-0000-5604ebd4f22c(jetbrains.mps.devkit.aspect.constraints)" />
</languages>
<imports>
<imp... | {
"pile_set_name": "Github"
} |
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redist... | {
"pile_set_name": "Github"
} |
Standard_A0
Standard_A1
Standard_A2
Standard_A1_v2
Standard_A2_v2
Standard_B1s
Standard_B1ms
Standard_B2s
Standard_B2ms
Standard_B4ms
Standard_D1_v2
Standard_D2_v2
Standard_DS1_v2
Standard_DS2_v2
Standard_D2_v3
Standard_E2_v3
Standard_E2s_v3
Standard_F1s
Standard_F2s
Standard_F2s_v2 | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "_IPThumbFactoryPhotoHelper.h"
@interface _IPThumbFactoryPhotoFaceHelper : _IPThumbFactoryPhotoHelper
{
long long faceInde... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import socket
from urllib.parse import urlparse
from pocsuite3.api import register_poc
from pocsuite3.api import Output, POCBase
from pocsuite3.api import POC_CATEGORY, VUL_TYPE
class TestPOC(POCBase):
vulID = '00002'
version = '1'
author = 'jeffzhang'
vul... | {
"pile_set_name": "Github"
} |
package packer
import (
"bytes"
"io/ioutil"
"testing"
"golang.org/x/sync/errgroup"
)
// The following tests rarelly just happen. So we run them 100 times.
func TestProgressTracking_open_close(t *testing.T) {
var bar *UiProgressBar
tracker := bar.TrackProgress("1,", 1, 42, ioutil.NopCloser(nil))
tracker.Clos... | {
"pile_set_name": "Github"
} |
'use strict';
const expect = require('expect.js');
const uuid = require('uuid');
const fs = require('fs-extra');
const path = require('path');
const tmpDir = require('temp-dir');
const {
generateRootArtifactDirectory,
generateArtifactDirectory,
cleanDirectory
} = require('../../lib/build/artifact');
describe(... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="../internal.js"></script>
<style type="text/css">
... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2008-2012 Zmanda, Inc. All Rights Reserved.
# Copyright (c) 2013-2016 Carbonite, Inc. 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
# as published by the Free Software Foundation; either version 2
# ... | {
"pile_set_name": "Github"
} |
<?php
namespace Admingenerator\GeneratorBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\HttpKernel\DependencyInje... | {
"pile_set_name": "Github"
} |
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
namespace IdentityServer4.Quickstart.UI
{
public class SecurityH... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
using System;
using Conventional;
using Conventional.Conventions;
namespace Nimbus.Tests.Unit.Conventions
{
public class MustBePublicConventionSpecification : ConventionSpecification
{
public override ConventionResult IsSatisfiedBy(Type type)
{
if (type.IsPublic) return ConventionR... | {
"pile_set_name": "Github"
} |
package tests
import (
"database/sql"
"time"
"gorm.io/gorm"
)
// User has one `Account` (has one), many `Pets` (has many) and `Toys` (has many - polymorphic)
// He works in a Company (belongs to), he has a Manager (belongs to - single-table), and also managed a Team (has many - single-table)
// He speaks many lan... | {
"pile_set_name": "Github"
} |
**Senate Agenda API**
=====================
Committee Agendas are a collection of legislative meetings that take place to discuss bills and ultimately pass them to the floor.
The committee agendas for a given week are contained within a collection known as the *weekly agenda*. The weekly agenda
starts at 1 for the fi... | {
"pile_set_name": "Github"
} |
package com.x.program.center.jaxrs.captcha;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import javax.persistence.EntityManager;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
impor... | {
"pile_set_name": "Github"
} |
[#propertyDomainEvent]
= `propertyDomainEvent()`
:Notice: 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 Licens... | {
"pile_set_name": "Github"
} |
//===-- BreakpointLocationList.cpp ------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
/* spence.c
*
* Dilogarithm
*
*
*
* SYNOPSIS:
*
* double x, y, spence();
*
* y = spence( x );
*
*
*
* DESCRIPTION:
*
* Computes the integral
*
* x
* -
* | | log t
* spence(x) = - | ----- dt
* | | t - 1
* ... | {
"pile_set_name": "Github"
} |
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup Timeline Timeline
* @ingroup UnaModules
*
* @{
*/
bx_import('BxDolStudioForm');
class BxTimelineFormCheckerHelper extends BxDolStudioFormChecke... | {
"pile_set_name": "Github"
} |
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "NSObject.h"
@class NSPredicate, NSString;
@interface IDEBatchFindScopePredicate : NSObject
{
NSString *_name;
NSString *_uuid;
NSPredicate *_predicate;
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 23:30:36 PDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Jackson dataty... | {
"pile_set_name": "Github"
} |
/*!
* Connect - router
* Copyright(c) 2010 Sencha Inc.
* Copyright(c) 2011 TJ Holowaychuk
* MIT Licensed
*/
/**
* Module dependencies.
*/
var utils = require('../utils')
, parse = require('url').parse;
/**
* Expose router.
*/
exports = module.exports = router;
/**
* Supported HTTP / WebDAV methods.
*... | {
"pile_set_name": "Github"
} |
snippet Kohana Gitignore Template
abbr Kohana
### Kohana ###
application/cache/*
application/logs/*
${0}
| {
"pile_set_name": "Github"
} |
#! /usr/bin/python
#
# Protocol Buffers - Google's data interchange format
# Copyright 2015 Google Inc. All rights reserved.
# https://developers.google.com/protocol-buffers/
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
... | {
"pile_set_name": "Github"
} |
# texttable - module for creating simple ASCII tables
# Copyright (C) 2003-2018 Gerome Fournier <jef(at)foutaise.org>
"""module for creating simple ASCII tables
Example:
table = Texttable()
table.set_cols_align(["l", "r", "c"])
table.set_cols_valign(["t", "m", "b"])
table.add_rows([["Name", "Age", "... | {
"pile_set_name": "Github"
} |
/* ImageMagick Graphics Device
* R graphics docs: https://svn.r-project.org/R/trunk/src/include/R_ext/GraphicsDevice.h
* Magick++ docs: https://www.imagemagick.org/Magick++/Drawable.html
*
* Constants are defined in https://svn.r-project.org/R/trunk/src/include/R_ext/GraphicsEngine.h
* and https://www.imagemagick.... | {
"pile_set_name": "Github"
} |
/*============================================================================
This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic
Package, Release 3e, by John R. Hauser.
Copyright 2011, 2012, 2013, 2014, 2015 The Regents of the University of
California. All rights reserved.
Redistr... | {
"pile_set_name": "Github"
} |
LIBS=
CC= gcc
CFLAGS= -Wall
LDOPTS= -framework OpenCL -framework OpenGL
bug_demo: bug.o
$(CC) $(LDOPTS) -o bug_demo bug.o $(LIBS)
| {
"pile_set_name": "Github"
} |
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
1
1
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5
5 ... | {
"pile_set_name": "Github"
} |
== Changelog ==
= 0.6.7 =
* Added: post type and taxonomy endpoints for the WP REST API are now handled automatically depending on their other public-related arguments
* Enhanced: on WordPress 4.7 bulk actions are handled in a clean way using the new infrastructure, without any JavaScript hacks
* Enhanced: meta fields... | {
"pile_set_name": "Github"
} |
// 22.1.3.6 Array.prototype.fill(value, start = 0, end = this.length)
var $export = require('./$.export');
$export($export.P, 'Array', {fill: require('./$.array-fill')});
require('./$.add-to-unscopables')('fill'); | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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 not... | {
"pile_set_name": "Github"
} |
install:
paxos:
data-directory: "${dataDirectory}"
sqlite-persistence:
data-directory: "${sqliteDataDirectory}"
is-new-service: false
leader-mode: ${leaderMode}
cluster:
cluster:
security:
trustStorePath: "var/security/trustStore.jks"
trustStoreType: "JKS"
key... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"target": "es5",
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"jsx": "react",
"declaration": true,
"sourceMap": true,
"experimentalDecorators": true,
"types": [
"es6-promise",
"es6-collections",
"webpack-env"
... | {
"pile_set_name": "Github"
} |
# Contributing to Gomega
Your contributions to Gomega are essential for its long-term maintenance and improvement. To make a contribution:
- Please **open an issue first** - describe what problem you are trying to solve and give the community a forum for input and feedback ahead of investing time in writing code!
- ... | {
"pile_set_name": "Github"
} |
name: z-Includes2-z-mylib
version: 0.1.0.0
id: Includes2-0.1.0.0-inplace-mylib+3gY9SyjX86dBypHcOaev1n
instantiated-with: Database=Includes2-0.1.0.0-inplace-mysql:Database.MySQL
package-name: Includes2
lib-name: mylib
key: Includes2-0.1.0.0-inplace-mylib+3gY9SyjX86dBypHcOaev1n
license: BSD3
maintainer: ezyang@cs.stanfor... | {
"pile_set_name": "Github"
} |
#ifndef IOPool_DQMStreamer_DQMFilerIterator_h
#define IOPool_DQMStreamer_DQMFilerIterator_h
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include <filesystem>
#include <map... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>TaxCollector.<init> - kotcity4</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kotcity4</a> / <a href="../index.html">kotcity.automata</a> / <a href="index.html">TaxCollector</a> / <a href="./-i... | {
"pile_set_name": "Github"
} |
# Empty to fix failing state tests.
| {
"pile_set_name": "Github"
} |
//
// MPOAuthAPIRequestLoader.h
// MPOAuthConnection
//
// Created by Karl Adam on 08.12.05.
// Copyright 2008 matrixPointer. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString * const MPOAuthNotificationRequestTokenReceived;
extern NSString * const MPOAuthNotificationRequestTokenRejected;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2018 Nokia Solutions and Networks
* Licensed under the Apache License, Version 2.0,
* see license.txt file for details.
*/
package org.rf.ide.core;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoInteractio... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %} {% import 'macros.html' as macros %}
{% block content %}
<div class="col-md-4 col-md-offset-4">
<div align="center">
<h2>Thanks for using the AWS RDS!</h2>
</div>
<hr>
<div align="center">
<h4>You added this to the database: {{notes}}</h4>
</div>
<... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using BeeHive.DataStructures;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
namespace BeeHive.Azure
... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2009-2013 Barchart, Inc. <http://www.barchart.com/>
*
* All rights reserved. Licensed under the OSI BSD License.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package com.barchart.udt;
import java.lang.reflect.Field;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
... | {
"pile_set_name": "Github"
} |
/* strt05.f -- translated by f2c (version 20061008).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | {
"pile_set_name": "Github"
} |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.spatial;
import org.hibernate.type.AbstractSingleColumnStand... | {
"pile_set_name": "Github"
} |
#pragma once
namespace Styling
{
struct WallpaperId
{
QString id_;
WallpaperId() = default;
WallpaperId(const int _id) : id_(QString::number(_id)) {}
WallpaperId(const QString& _id) : id_(_id) {}
WallpaperId(QString&& _id) : id_(std::move(_id)) {}
bool operator... | {
"pile_set_name": "Github"
} |
<view class="container">
<view class="stage">计数器数值:{{count}}</view>
<view>
步数值:
<input placeholder="请输入步数" auto-focus value='{{inputValue}}' bindinput='inputChange'/>
</view>
<view>
<button bind:tap='plus'>+</button>
<button style='margin-left: 20rpx;' bind:tap='sub'>-</button>
</view>
</view... | {
"pile_set_name": "Github"
} |
/*
* Bytecode Analysis Framework
* Copyright (C) 2003,2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform... | {
"pile_set_name": "Github"
} |
package com.lovnx.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.client.loadbalancer.LoadBalancerClient;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind... | {
"pile_set_name": "Github"
} |
<?php
// +----------------------------------------------------------------------
// | TOPThink [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2010 http://topthink.com All rights reserved.
// +-----------------------------------------------------... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.