text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Foundation/Foundation.h>
#import <ImageIO/ImageIO.h>
#import "SDImageCoder.h"
/**
Thi... | {
"pile_set_name": "Github"
} |
# Implementing a new component for Fundamental Library for Angular
In this guide, we'll explore the library and documentation code base and create a new component of our own. [How to create a new Fundamental Library for Angular component](https://www.youtube.com/watch?v=uN9WlsdspHg)
### Code Base Structure
This repo... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# 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 progra... | {
"pile_set_name": "Github"
} |
#if CN==1
#define T_MEAN float
#define F_ZERO (0.0f)
#define cnMode 1
#define frameToMean(a, b) (b) = *(a);
#define meanToFrame(a, b) *b = convert_uchar_sat(a);
inline float sqr(float val)
{
return val * val;
}
inline float sum(float val)
{
return val;
}
#else
#define T_MEAN float4
#define F_ZERO (0.0f, 0... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: extension_extra/extension_extra.proto
package extension_extra // import "github.com/golang/protobuf/protoc-gen-go/testdata/extension_extra"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress ... | {
"pile_set_name": "Github"
} |
Gem::Specification.new do |s|
s.name = 'fix-dep-order'
s.version = '0.1.0'
s.author = 'Stephen Checkoway <s@pahtak.org>'
s.files = []
s.summary = 'Fix Nokogiri not depending on pkg-config'
s.add_runtime_dependency 'pkg-config'
end
| {
"pile_set_name": "Github"
} |
wechat
======
微信公共平台自动回复消息接口服务中间件
[Wechat document in English](./README.en.md)
## 模块状态
- [](http://badge.fury.io/js/wechat)
- [](https://travis-ci.org/node-webot/wechat)
- [![Dependencies Stat... | {
"pile_set_name": "Github"
} |
#pragma once
class ClientCore;
// Data callback function prototype
typedef void ( *funcDataCallback) (sFrameOfMocapData* pFrameOfData, void* pUserData);
// NatNetClient is a complete C++ class for connecting to NatNet server applications,
// such as NaturalPoint Arena and NaturalPoint TrackingTools.
class DLLCLASS... | {
"pile_set_name": "Github"
} |
{
"id": "whitneys-poster",
"name": "Whitney's Poster",
"games": {
"nh": {
"sellPrice": {
"currency": "bells",
"value": 250
},
"buyPrices": [
{
"currency": "bells",
"value": 1000
}
]
}
},
"category": "Photos"
} | {
"pile_set_name": "Github"
} |
import Foundation
struct InitTaskHandler { /* for extension purposes only */ }
extension InitTaskHandler: TaskHandler {
func perform() {
createDefaultConfigFile()
createBuildScript()
createSupportFile()
}
func createDefaultConfigFile() {
measure(task: "Default Config Creat... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | {
"pile_set_name": "Github"
} |
/**
* Shopware 5
* Copyright (c) shopware AG
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public License with an additional
* permission... | {
"pile_set_name": "Github"
} |
<!DOCTYPE PATCH SYSTEM "http://vvvv.org/versions/vvvv50debug35.9.dtd" >
<PATCH nodename="C:\Users\joreg\Documents\repos\vvvv\public\vvvv45\lib\nodes\plugins\Server (VVVV) help.v4p" systemname="PinServerTester" filename="C:\Users\joreg\Desktop\vvvvs\PinServerTester.v4p">
<BOUNDS type="Window" left="2445" top="2... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
//>>built
define("dojo/domReady", ['./has'], function(has){
var global = this,
doc = document,
readyStates = { 'loaded'... | {
"pile_set_name": "Github"
} |
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors ma... | {
"pile_set_name": "Github"
} |
--recursive
--require must
| {
"pile_set_name": "Github"
} |
/*!
* mime-types
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict'
/**
* Module dependencies.
* @private
*/
var db = require('mime-db')
var extname = require('path').extname
/**
* Module variables.
* @private
*/
var extractTypeRegExp = /^\s*([... | {
"pile_set_name": "Github"
} |
export function initScrollBounce () {
}
export function disableScrollBounce ({
disable
}) {
}
| {
"pile_set_name": "Github"
} |
package org.xxpay.dubbo.api.service;
import java.util.Map;
/**
* @author: dingzhiwei
* @date: 17/9/10
* @description:
*/
public interface IPayChannel4AliService {
Map doAliPayWapReq(String jsonParam);
Map doAliPayPcReq(String jsonParam);
Map doAliPayMobileReq(String jsonParam);
Map doAliPayQrR... | {
"pile_set_name": "Github"
} |
{% extends '_base_only_content.html' %}
{% load static %}
{% load i18n %}
{% load bootstrap3 %}
{% block custom_head_css_js %}
{% endblock %}
{% block html_title %}{% trans 'Forgot password' %}{% endblock %}
{% block title %} {% trans 'Forgot password' %}?{% endblock %}
{% block content %}
{% if errors %}
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001 by Hewlett-Packard Company. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
*
* Permission is hereby granted to use or copy this program
* for any purpose, provided the above notices are retained ... | {
"pile_set_name": "Github"
} |
import asyncio
from functools import partial
from chaperone.cutil.events import EventSource
class ServerProtocol(asyncio.Protocol):
@classmethod
def buildProtocol(cls, owner, **kwargs):
return partial(cls, owner, **kwargs)
def __init__(self, owner, **kwargs):
"""
Copy keywords dir... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, Peter Thorson. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | {
"pile_set_name": "Github"
} |
<template class="ux-input-info">
<require from="./ux-input-info.css"></require>
<span class="ux-input-info__hint-text">
<slot></slot>
</span>
<div class="ux-input-info__counter" if.bind="uxInputCounter !== null && target !== undefined">
<span>${length ? length : 0}</span>
<span if.bind="maxLength > ... | {
"pile_set_name": "Github"
} |
var fs = require('fs');
var path = require('path');
var common = require('./common');
//@
//@ ### mv(source [, source ...], dest')
//@ ### mv(source_array, dest')
//@ Available options:
//@
//@ + `f`: force
//@
//@ Examples:
//@
//@ ```javascript
//@ mv('-f', 'file', 'dir/');
//@ mv('file1', 'file2', 'dir/');
//@ mv([... | {
"pile_set_name": "Github"
} |
---
# ===========================================================
# OWASP SAMM2 Security Practice Level template/sample
# ===========================================================
#Link to the practice, using its unique identifier
practice: 5702908efca4499e87a0239f32920d9b
#Link to the maturity level, using its uniq... | {
"pile_set_name": "Github"
} |
pdbox.c
pdbox-net.c
pdbox-func.c
pdbox-gui.c
PDa/src/s_audio_rockbox.c
PDa/src/d_arithmetic.c
PDa/src/d_ctl.c
PDa/src/d_dac.c
PDa/src/d_fft.c
PDa/src/d_fftroutine.c
PDa/src/d_global.c
PDa/src/d_imayer_fft.c
PDa/src/d_mayer_fft.c
PDa/src/d_misc.c
PDa/src/d_resample.c
PDa/src/d_soundfile.c
PDa/src/d_ugen.c
PDa/src/g_a... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:6adc3937746425d054f9b189c3f440c24559f08a435da5a1843a4f567271d12a
size 14706588
| {
"pile_set_name": "Github"
} |
//=========================================================
// MusE
// Linux Music Editor
//
// raster_widgets.cpp
// Copyright (C) 2020 Tim E. Real (terminator356 on users dot sourceforge dot net)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
import { StyleEngine, UxComponent } from '@aurelia-ux/core';
import { UxChipListTheme } from './ux-chip-list-theme';
export declare class UxChipList implements UxComponent {
private element;
private styleEngine;
theme: UxChipListTheme;
type: 'inline' | 'scroll' | 'stack';
constructor(element: HTMLEl... | {
"pile_set_name": "Github"
} |
// __BEGIN_LICENSE__
// Copyright (c) 2006-2013, United States Government as represented by the
// Administrator of the National Aeronautics and Space Administration. All
// rights reserved.
//
// The NASA Vision Workbench is licensed under the Apache License,
// Version 2.0 (the "License"); you may not use this f... | {
"pile_set_name": "Github"
} |
Test the 'u' option of llvm-ar
RUN: rm -rf %t && mkdir -p %t && cd %t
RUN: rm -f %t/tmp.a
Create a file named evenlen that is newer than the evenlen on the source dir.
RUN: mkdir -p %t/tmp.older
RUN: echo older > %t/tmp.older/evenlen
RUN: mkdir -p %t/tmp.newer
Either the shell supports the 'touch' command with a fl... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
## ====================================================================
##
## Copyright (c) 1996-2000 Carnegie Mellon University. All rights
## reserved.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions
## ar... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<title>Page 698</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
<!--
p {margin: 0; padding: 0;} .ft00{font-size:9px;font-family:Times;color:#000000;}
.ft01{font-size:11px;font-f... | {
"pile_set_name": "Github"
} |
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=mkvtoolnix
pkgver=50.0.0
pkgrel=0
pkgdesc="Set of tools to create, edit and inspect Matroska files"
url="https://mkvtoolnix.download/inde... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// BOSSA
//
// Copyright (c) 2011-2018, ShumaTech
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// * Redi... | {
"pile_set_name": "Github"
} |
//
// NSMutableDictionary.h
//
//
// Created by Ben Ford on 7/23/13.
// Copyright (c) 2013 Ben Ford. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSMutableDictionary(Ext)
- (NSDictionary *)extDictionary;
@end
| {
"pile_set_name": "Github"
} |
/**
* @file
*
* @data 09.04.2016
* @author: Anton Bondarev
*/
#include <errno.h>
#include <sys/mman.h>
#include <util/log.h>
#include <drivers/common/memory.h>
#include <kernel/irq.h>
#include <mem/misc/pool.h>
#include <hal/reg.h>
#include <net/inetdevice.h>
#include <net/l0/net_entry.h>
#include <net/l2/ether... | {
"pile_set_name": "Github"
} |
# This module, via index(), takes in a cfml source file string and
# returns a python dict of the function names mapped to a dict
# containing data about the function.
# The structure looks like this:
# {
# "function_name": {
# "access": "public/private/etc",
# "returntype": "any/string/numeric/etc",
# "... | {
"pile_set_name": "Github"
} |
/*************************************************************************
*
* Copyright 2016 Realm 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/lice... | {
"pile_set_name": "Github"
} |
{
"bugs": "https://github.com/alrra/browser-logos/issues",
"description": "SRWare Iron browser logo",
"homepage": "https://github.com/alrra/browser-logos",
"keywords": [
"browser-logos",
"logo",
"srware-iron",
"srware-iron-logo"
],
"name": "@browser-logos/srware-iron",
"repository": {
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env zsh
# -------------------------------------------------------------------------------------------------
# Copyright (c) 2018 zsh-syntax-highlighting contributors
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification, are permitted
# provided that the f... | {
"pile_set_name": "Github"
} |
# Be sure to restart your server when you modify this file.
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path
# Add Yarn node_modules ... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2017, 2020 Eurotech and/or its affiliates 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... | {
"pile_set_name": "Github"
} |
/* Flot plugin for stacking data sets rather than overlyaing them.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes the data is sorted on x (or y if stacking horizontally).
For line charts, it is assumed that if a line has an undefined gap (from a
null point), then the ... | {
"pile_set_name": "Github"
} |
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/codegen/machine-type.h"
#include "src/utils/ostreams.h"
namespace v8 {
namespace internal {
bool IsSubtype(MachineRepresentation rep1, M... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>libircclient: libirc_options.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<... | {
"pile_set_name": "Github"
} |
<!--
Description: feed subtitle contains frame
Expect: bozo and feed['tagline'] == u'safe description'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<subtitle type="text/html" mode="escaped">safe<frameset rows="*"><frame src="http://example.com/"></frameset> description</subtitle>
</feed | {
"pile_set_name": "Github"
} |
/*
* This file is part of Hopsworks
* Copyright (C) 2018, Logical Clocks AB. All rights reserved
*
* Hopsworks is free software: you can redistribute it and/or modify it under the terms of
* the GNU Affero General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.2) on Fri Nov 15 20:36:07 EST 2019 -->
<title>Uses of Package oracle.kubernetes.operator.helpers (weblogic-kubernetes-operator 2.4.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.cr... | {
"pile_set_name": "Github"
} |
# Locally calculated
sha256 b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4 w_scan-20141122.tar.bz2
| {
"pile_set_name": "Github"
} |
//
// ViewController.h
// AutomobileMarket
//
// Created by tanyugang on 15/3/11.
// Copyright (c) 2015年 YDAPP. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MainViewController : UITabBarController
@property (strong, nonatomic) UINavigationController *navBarController1;
@property (strong, nonatomic)... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2002-2012 Croteam Ltd.
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
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without... | {
"pile_set_name": "Github"
} |
{
"Rules": {
"Rule": [
{
"Title": " >= 168839.0 AND <2211312.4",
"Filter": {
"And": {
"PropertyIsGreaterThanOrEqualTo": {
"PropertyName": "ATTRIBUTE",
"Literal": 16... | {
"pile_set_name": "Github"
} |
var createFlow = require('../internal/createFlow');
/**
* This method is like `_.flow` except that it creates a function that
* invokes the provided functions from right to left.
*
* @static
* @memberOf _
* @alias backflow, compose
* @category Function
* @param {...Function} [funcs] Functions to invoke.
* @re... | {
"pile_set_name": "Github"
} |
// This pass analyzes compile-time known offsets for two values.
#include "taichi/ir/ir.h"
#include "taichi/ir/analysis.h"
#include "taichi/ir/visitors.h"
TLANG_NAMESPACE_BEGIN
DiffRange operator+(const DiffRange &a, const DiffRange &b) {
return DiffRange(a.related_() && b.related_(), a.coeff + b.coeff,
... | {
"pile_set_name": "Github"
} |
package main
import (
"fmt"
"path/filepath"
"runtime"
"strings"
"testing"
)
const testFixture = "fixtures/foo.go"
func TestParseEmptyInterface(t *testing.T) {
pkg, err := Parse(testFixture, "Fooer")
if err != nil {
t.Fatal(err)
}
assertName(t, "foo", pkg.Name)
assertNum(t, 0, len(pkg.Functions))
}
func... | {
"pile_set_name": "Github"
} |
//
// UIView+DOPExtension.h
// DOPExtensionNavbarMenuDemo
//
// Created by weizhou on 5/14/15.
// Copyright (c) 2015 weizhou. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (DOPExtension)
@property (assign, nonatomic) CGFloat dop_x;
@property (assign, nonatomic) CGFloat dop_y;
@property (assig... | {
"pile_set_name": "Github"
} |
package main
import (
"flag"
"gopool"
"log"
"net"
"time"
"github.com/gobwas/ws"
"github.com/mailru/easygo/netpoll"
"net/http"
_ "net/http/pprof"
)
var (
addr = flag.String("listen", ":3333", "address to bind to")
debug = flag.String("pprof", "", "address for pprof http")
workers = flag.Int("w... | {
"pile_set_name": "Github"
} |
//
// MTLModel.m
// Mantle
//
// Created by Justin Spahr-Summers on 2012-09-11.
// Copyright (c) 2012 GitHub. All rights reserved.
//
#import "NSError+MTLModelException.h"
#import "MTLModel.h"
#import "EXTRuntimeExtensions.h"
#import "EXTScope.h"
#import "MTLReflection.h"
#import <objc/runtime.h>
// This coupling... | {
"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.5">
<link rel="stylesheet" type="text/css" href="search.c... | {
"pile_set_name": "Github"
} |
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
// ==========================================================================
// Print styles.
// Inlined to avoid the additional HTTP request: h5bp.com/r
// ==========================================================================
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <MetalKit/MTKTextureLoaderData.h>
@class NSData;
__attribute__((visibility("hidden")))
@interface MTKTextureLoaderImageIO : M... | {
"pile_set_name": "Github"
} |
using Microsoft.EntityFrameworkCore.Migrations;
namespace BaGet.Database.Sqlite.Migrations
{
public partial class AddHasEmbeddedIconColumn : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<bool>(
name: "HasEmbed... | {
"pile_set_name": "Github"
} |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFAA0099"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vec... | {
"pile_set_name": "Github"
} |
---
title: Magento_WishlistGraphQl
source_repo: magento2ce
release: 2.4.0
github_path: app/code/Magento/WishlistGraphQl/README.md
last_modified_at: '2018-10-26 12:42:07 +0200'
content: |
**WishlistGraphQl** provides type information for the GraphQl module
to generate wishlist fields.
| {
"pile_set_name": "Github"
} |
| addressOf.cpp:31:23:31:23 | i | addressOf.cpp:34:18:34:18 | i |
| addressOf.cpp:31:23:31:23 | i | addressOf.cpp:36:22:36:22 | i |
| addressOf.cpp:31:23:31:23 | i | addressOf.cpp:37:20:37:20 | i |
| addressOf.cpp:31:23:31:23 | i | addressOf.cpp:38:20:38:20 | i |
| addressOf.cpp:46:17:46:24 | captured | addressOf.cpp:5... | {
"pile_set_name": "Github"
} |
//
// ********************************************************************
// * License and Disclaimer *
// * *
// * The Geant4 software is copyright of the Copyright Holders of *
// * the Geant4 Collaboration... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | {
"pile_set_name": "Github"
} |
/* Copyright OpenWrt.org (C) 2015.
* Copyright Altera Corporation (C) 2014. 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,
* as published by the Free Software Foundation.
*
* This program is distribu... | {
"pile_set_name": "Github"
} |
{
"productName": "WordPress.com",
"appId": "com.automattic.wordpress",
"asar": false,
"directories": {
"buildResources": "./resource/icons",
"output": "./release"
},
"files": [
"package.json",
"build/desktop.js",
"build/*.desktop.js",
"public_desktop",
"public/**/*",
"public/**/*.css.map",
"clie... | {
"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/. */
function main() {
getlocal0
pushscope
findproperty COMPARE_STRICTEQ
pushstring "null istype Objec... | {
"pile_set_name": "Github"
} |
<template>
<div class="dv-decoration-11" :ref="ref">
<svg :width="width" :height="height">
<polygon
:fill="fade(mergedColor[1] || defaultColor[1], 10)"
:stroke="mergedColor[1]"
:points="`20 10, 25 4, 55 4 60 10`"
/>
<polygon
:fill="fade(mergedColor[1] || defaultC... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose ei... | {
"pile_set_name": "Github"
} |
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------
namespace System.Activities.Statements
{
using System;
using System.Collections.Generic;
using System.Collection... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
use crate::parser::types::{FragmentDefinition, InlineFragment, Name};
use crate::validation::visitor::{Visitor, VisitorContext};
use crate::Positioned;
#[derive(Default)]
pub struct FragmentsOnCompositeTypes;
impl<'a> Visitor<'a> for FragmentsOnCompositeTypes {
fn enter_fragment_definition(
&mut self,
... | {
"pile_set_name": "Github"
} |
{% extends "admin/change_form.html" %}
{% load i18n %}
{% block form_top %}
{% if not is_popup %}
<p>{% trans "First, enter a username and password. Then, you'll be able to edit more user options." %}</p>
{% else %}
<p>{% trans "Enter a username and password." %}</p>
{% endif %}
{% endblock %}
| {
"pile_set_name": "Github"
} |
// This file was procedurally generated from the following sources:
// - src/dstr-assignment-for-await/array-rest-yield-expr.case
// - src/dstr-assignment-for-await/async-generator/async-gen-decl.template
/*---
description: When a `yield` token appears within the DestructuringAssignmentTarget of an AssignmentRestElemen... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file ex... | {
"pile_set_name": "Github"
} |
apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: messagebus
spec:
type: pubsub.redis
metadata:
- name: redisHost
value: localhost:6379
- name: redisPassword
value: ""
| {
"pile_set_name": "Github"
} |
System.register(["foo"], function (_export, _context) {
"use strict";
var bar, bar2, baz, baz2, baz3, xyz;
return {
setters: [function (_foo) {
bar = _foo.bar;
bar2 = _foo.bar2;
baz = _foo.baz;
baz2 = _foo.bar;
baz3 = _foo.bar;
xyz = _foo.xyz;
}],
execute: function... | {
"pile_set_name": "Github"
} |
"""Internal utilities."""
from .internal import *
from .data import *
from .checks import *
| {
"pile_set_name": "Github"
} |
<?php
namespace Application\Controller;
use Zend\Mvc\Controller\ControllerManager;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
use ZfModule\Mapper;
class IndexControllerFactory implements FactoryInterface
{
/**
* {@inheritDoc}
*
* @return IndexControl... | {
"pile_set_name": "Github"
} |
michaeln@chromium.org
| {
"pile_set_name": "Github"
} |
KISSY.add("brix/gallery/sitenav/index", function(S, Brick, IO) {
var _insertScript = function (src){
var headNode = document.getElementsByTagName('head')[0];
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
newScript.src = src;
... | {
"pile_set_name": "Github"
} |
LIBRARY xmlpsr
DESCRIPTION 'Microsoft XML Parser 1.0'
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2019 Allegro.pl
*
* 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... | {
"pile_set_name": "Github"
} |
--
-- Create the tables used in the test queries
--
-- T_pkey1 is the primary key table for T_dta1. Entries from T_pkey1
-- Cannot be changed or deleted if they are referenced from T_dta1.
--
-- T_pkey2 is the primary key table for T_dta2. If the key values in
-- T_pkey2 are changed, the references in T_dta2 follow. If... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 2007-2019 Open Information Security Foundation
*
* You can copy, redistribute or modify this Program under the terms of
* the GNU General Public License version 2 as published by the Free
* Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.... | {
"pile_set_name": "Github"
} |
package v4
import (
"testing"
)
func TestRuleCheckWhitelist(t *testing.T) {
w := whitelist{
mapRule{
"Cache-Control": struct{}{},
},
}
if !w.IsValid("Cache-Control") {
t.Error("expected true value")
}
if w.IsValid("Cache-") {
t.Error("expected false value")
}
}
func TestRuleCheckBlacklist(t *testi... | {
"pile_set_name": "Github"
} |
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -basicaa -slp-vectorizer -S -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64... | {
"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 ignore
package main
// This program generates tables.go:
// go run maketables.go | gofmt > tables.go
// TODO: Emoji extensions?
// http://www.unico... | {
"pile_set_name": "Github"
} |
// Fixed Width Icons
// -------------------------
.@{fa-css-prefix}-fw {
width: (18em / 14);
text-align: center;
}
| {
"pile_set_name": "Github"
} |
<?php
/**
* FecShop file.
*
* @link http://www.fecshop.com/
* @copyright Copyright (c) 2016 FecShop Software LLC
* @license http://www.fecshop.com/license/
*/
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use backend\models\core\helper\Producthelper;
use backend\models\core\helper\Base;
use backend\models\cor... | {
"pile_set_name": "Github"
} |
import pytest
import sdk_utils
import sdk_auth
import sdk_install
from security import transport_encryption
from tests import config, auth
pytestmark = [
sdk_utils.dcos_ee_only,
pytest.mark.skipif(
sdk_utils.dcos_version_less_than("1.10"),
reason="Kerberos tests require DC/OS 1.10 or higher"... | {
"pile_set_name": "Github"
} |
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.0] - 2020-06-02
### Added
- Support I18n tr... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
@class NSMutableDictionary, NSString;
@interface KHDBIncrementalUpgrader : NSObject
{
NSString *m_datab... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 3.10)
project(Parallel3)
include("../AutogenGuiTest.cmake")
# Test different values for AUTOGEN_PARALLEL
include("../Parallel/parallel.cmake")
add_executable(parallel3 ${PARALLEL_SRC})
set_target_properties(parallel3 PROPERTIES AUTOGEN_PARALLEL 3)
target_link_libraries(parallel3 ${QT_LI... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.