text
stringlengths
2
99.9k
meta
dict
module.exports = { description: 'using typeof is does not trigger global side-effects' };
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 // // Copyright (c) 2018 MediaTek Inc. // Author: Weiyi Lu <weiyi.lu@mediatek.com> #include <linux/clk-provider.h> #include <linux/platform_device.h> #include "clk-mtk.h" #include "clk-gate.h" #include <dt-bindings/clock/mt8183-clk.h> static const struct mtk_gate_regs cam_cg_regs...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commerc...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, Texas Instruments Incorporated - http://www.ti.com/ * 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 copy...
{ "pile_set_name": "Github" }
KMail is a state-of-the-art email client that integrates well with widely used email providers like GMail. It provides many tools and features to maximize your productivity and makes working with large email accounts easy and fast. KMail supports a large variety of email protocols - POP3, IMAP, Microsoft Exchange (EWS)...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package charmap import ( "testing" "golang.org/x/text/encoding" "golang.org/x/text/encoding/internal" "golang.org/x/text/encoding/internal/enctest" "gola...
{ "pile_set_name": "Github" }
# defusedxml # # Copyright (c) 2013 by Christian Heimes <christian@python.org> # Licensed to PSF under a Contributor Agreement. # See https://www.python.org/psf/license for licensing details. """Defused xml.sax.expatreader """ from __future__ import print_function, absolute_import from xml.sax.expatreader import Expat...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <module type="WEB_MODULE" version="4"> <component name="NewModuleRootManager"> <content url="file://$MODULE_DIR$"> <excludeFolder url="file://$MODULE_DIR$/.babel-cache" /> <excludeFolder url="file://$MODULE_DIR$/.cache" /> <excludeFolder url="file://$MODULE...
{ "pile_set_name": "Github" }
%% Translation of GIT committish: 7073ab2d033f82eb797d6fcefd3cd18c98fb3d63 texidocit = " Per ridurre la dimensione del cerchio di @code{\\flageolet}, usare la seguente funzione Scheme. " doctitleit = "Modifica della dimensione del segno di \\flageolet"
{ "pile_set_name": "Github" }
package com.akexorcist.googledirection.util import com.akexorcist.googledirection.DirectionCallback import com.akexorcist.googledirection.model.Direction import com.akexorcist.googledirection.request.DirectionRequest import com.akexorcist.googledirection.request.DirectionTask /** * Kotlin extension method for direc...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "raw": "mkdirp@^0.5.0", "scope": null, "escapedName": "mkdirp", "name": "mkdirp", "rawSpec": "^0.5.0", "spec": ">=0.5.0 <0.6.0", "type": "range" }, "/Users/chengwei/kafka-doc-zh/doc/zh/node_modules/vinyl-fs" ] ], "_...
{ "pile_set_name": "Github" }
make_vala_find_vapi_files() { # XDG_DATA_DIRS: required for finding .vapi files if [ -d "$1/share/vala/vapi" -o -d "$1/share/vala-@apiVersion@/vapi" ]; then addToSearchPath XDG_DATA_DIRS $1/share fi } addEnvHooks "$hostOffset" make_vala_find_vapi_files _multioutMoveVapiDirs() { moveToOutput share/...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>API documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/> <link typ...
{ "pile_set_name": "Github" }
/*--------------------------------------------------------- * Copyright (C) Microsoft Corporation. All rights reserved. *--------------------------------------------------------*/ import { TestP, TestRoot } from '../test'; import { itIntegrates } from '../testIntegrationUtils'; describe('threads', () => { itInteg...
{ "pile_set_name": "Github" }
package org.openintents.filemanager.test; import android.content.Intent; import android.net.Uri; import android.os.Environment; import android.provider.DocumentsContract; import android.view.View; import androidx.test.espresso.Espresso; import androidx.test.espresso.assertion.ViewAssertions; import androidx.test.espr...
{ "pile_set_name": "Github" }
# 1.1.1 (2016-06-22) - add more context to errors if they are not instanceof Error # 1.1.0 (2015-09-29) - add Emitter#listerCount (to match node v4 api) # 1.0.2 (2014-08-28) - remove un-reachable code - update devDeps ## 1.0.1 / 2014-05-11 - check for console.trace before using it ## 1.0.0 / 2013-12-1...
{ "pile_set_name": "Github" }
1 ;-------------------------------------------------------- 2 ; File Created by SDCC : FreeWare ANSI-C Compiler 3 ; Version 2.3.1 Wed Sep 04 21:56:20 2019 4 5 ;---------...
{ "pile_set_name": "Github" }
# Copyright 2018 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. FROM scratch LABEL maintainer "golang-dev@googlegroups.com" COPY ca-certificates.crt /etc/ssl/certs/ COPY h2demo / ENTRYPOINT ["/h2demo", "-prod"]
{ "pile_set_name": "Github" }
import { normalize } from '../ts'; import * as vm from 'vm'; function normalizeEquiv(original: string) { let compiled = normalize(original); expect(compiled.trim()).not.toEqual(original.trim()); let originalResult = vm.runInNewContext(original); let normalizedResult = vm.runInNewContext(compiled); ...
{ "pile_set_name": "Github" }
[advisory] id = "CVE-2018-1000622" package = "rustdoc" date = "2018-07-05" title = "Uncontrolled search path element vulnerability in rustdoc plugins" categories = ["code-execution"] url = "https://groups.google.com/forum/#!topic/rustlang-security-announcements/4ybxYLTtXuM" cvss = "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/...
{ "pile_set_name": "Github" }
import {addAttributeOptions} from "../model/column/attribute-service"; /** * Checks for lowercase */ export function IsLowercase(target: any, propertyName: string): void { addAttributeOptions(target, propertyName, { validate: { isLowercase: true } }); }
{ "pile_set_name": "Github" }
+++ title = "Talk:Quine" description = "" date = 2015-05-13T22:15:00Z aliases = [] [extra] id = 2249 [taxonomies] categories = [] tags = [] +++ == What is a quine? == I did not read up as fully as I should have on this task. The program is to output its own source without accessing files. This makes the examples here ...
{ "pile_set_name": "Github" }
function module(globals, path, body) { 'use strict'; // Start name lookup in the global object var current = globals; // For each name in the given path path.split('.').forEach(function (name) { // If the current path element does not exist // in the current namespace, create a new sub-names...
{ "pile_set_name": "Github" }
using System.Collections.ObjectModel; using System.ComponentModel; using System.Windows.Input; using GalaSoft.MvvmLight.Command; using Plugin.Connectivity; using TorneoPredicciones.Interfaces; using TorneoPredicciones.Models; using TorneoPredicciones.Services; using Xamarin.Forms; using Point = TorneoPredicciones.Mode...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="collation"> <UniqueIdentifier>{68f85997-0019-471f-b155-5eed0137f082}</UniqueIdentifier> </Filter> <Filter Include="formatting"> <UniqueI...
{ "pile_set_name": "Github" }
package pflag import ( "fmt" "net" "strconv" ) // -- net.IPMask value type ipMaskValue net.IPMask func newIPMaskValue(val net.IPMask, p *net.IPMask) *ipMaskValue { *p = val return (*ipMaskValue)(p) } func (i *ipMaskValue) String() string { return net.IPMask(*i).String() } func (i *ipMaskValue) Set(s string) er...
{ "pile_set_name": "Github" }
import _plotly_utils.basevalidators class HoverlabelValidator(_plotly_utils.basevalidators.CompoundValidator): def __init__(self, plotly_name="hoverlabel", parent_name="scattergeo", **kwargs): super(HoverlabelValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_na...
{ "pile_set_name": "Github" }
.modal.fade#interconnect-modal{ tabindex: -1, role: 'dialog', aria: { labelledby: 'interconnect-modal-label', hidden: true } } .modal-dialog.modal-dialog-centered{ role: 'document' } .modal-content = form_for(RemoteProject.new, as: :project, url: interconnects_path) do |f| .modal-header %h...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); /** * This file is part of the Yasumi package. * * Copyright (c) 2015 - 2020 AzuyaLabs * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * @author Sacha Telgenhof <me@sachatelgenhof.com> */ namespace ...
{ "pile_set_name": "Github" }
From 514985ae786dcde9842e46899ef5b6218662a119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com> Date: Sat, 7 Mar 2015 16:32:51 +0100 Subject: [PATCH 14/14] Add OSX and FreeBSD support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8...
{ "pile_set_name": "Github" }
# To learn about Buck see [Docs](https://buckbuild.com/). # To run your application with Buck: # - install Buck # - `npm start` - to start the packager # - `cd android` # - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Androi...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'sourcearea', 'de-ch', { toolbar: 'Quellcode' } );
{ "pile_set_name": "Github" }
--- title: "Installation in Python virtual environment" description: "How to install Home Assistant in a Python virtual environment." redirect_from: /getting-started/installation-virtualenv/ --- If you already have Python 3.7 or later installed, you can easily give Home Assistant a spin. It's recommended when install...
{ "pile_set_name": "Github" }
/* mkfs.fat.c - utility to create FAT/MS-DOS filesystems Copyright (C) 1991 Linus Torvalds <torvalds@klaava.helsinki.fi> Copyright (C) 1992-1993 Remy Card <card@masi.ibp.fr> Copyright (C) 1993-1994 David Hudson <dave@humbug.demon.co.uk> Copyright (C) 1998 H. Peter Anvin <hpa@zytor.com> Copyright (C) 199...
{ "pile_set_name": "Github" }
pragma solidity ^0.4.2; // ---------------------------------------------------------------------------------------------- // Basic ERC20 Token Contract For **TESTING ONLY** on Testnet or Dev blockchain. // // Enjoy. (c) Bok Consulting Pty Ltd 2016. The MIT Licence. // --------------------------------------------------...
{ "pile_set_name": "Github" }
{ "name": "vue-bus", "version": "1.2.1", "description": "A event bus for Vue.js", "main": "dist/vue-bus.common.js", "module": "dist/vue-bus.esm.js", "unpkg": "dist/vue-bus.js", "jsdelivr": "dist/vue-bus.js", "typings": "types/index.d.ts", "files": [ "src", "dist/*.js", "types/*.d.ts" ], ...
{ "pile_set_name": "Github" }
<p> Shame page will be offline until entries are updated. </p> <!-- <p> This is a list of projects or companies violating FFmpeg's license. The list is part of an effort to get them to comply with the licensing terms by shaming them in public. </p> <p> A good way to help us is to link to this page, thereby boosting i...
{ "pile_set_name": "Github" }
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
{ "pile_set_name": "Github" }
export default function p2a(a: any): string[]
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2010, 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
{ "pile_set_name": "Github" }
plaidml-keras==0.6.2 mplfinance
{ "pile_set_name": "Github" }
/***************************************************************************/ /* */ /* ftlcdfil.h */ /* */ /* Fr...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Working with text corpora\n", "\n", "Your text data usually comes in the form of (long) plain text strings that are stored in one or several files on disk. The [Corpus](api.rst#tmtoolkit-corpus) class is for loading and manag...
{ "pile_set_name": "Github" }
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_crypto_key_srp6_SRP6Host__ #define __gnu_javax_crypto_key_srp6_SRP6Host__ #pragma interface #include <gnu/javax/crypto/key/srp6/SRP6KeyAgreement.h> extern "Java" { namespace gnu { namespace javax { namespace crypto ...
{ "pile_set_name": "Github" }
package com.shensiyuan.zerocopy; import java.io.DataOutputStream; import java.io.FileInputStream; import java.io.InputStream; import java.net.Socket; public class OldIOClient { public static void main(String[] args) throws Exception { Socket socket = new Socket("localhost", 8899); String fileNam...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6336869efe01e3f4e91371605b8b008e MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// from: https://www.shadertoy.com/view/XdVXW3 // from: https://www.shadertoy.com/view/MsyXD3 #ifdef GL_ES precision mediump float; precision mediump int; #endif #define PROCESSING_TEXTURE_SHADER uniform sampler2D texture; varying vec4 vertColor; varying vec4 vertTexCoord; uniform vec2 texOffset; void main() { /* ...
{ "pile_set_name": "Github" }
/* ** ClanLib SDK ** Copyright (c) 1997-2016 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
{ "pile_set_name": "Github" }
The SSH BMC provider provides a limited level of BMC functionality by running commands over an SSH connection to the host using a trusted SSH key. It has the following configuration options for authentication, for the remote SSH user and private SSH key: :bmc_ssh_user: root :bmc_ssh_key: /usr/share/foreman/....
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="file.ext"> <body> <trans-unit id="1"> <source>This value is not a valid captcha.</source> <target>El valor del captc...
{ "pile_set_name": "Github" }
# BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: # # This software is Copyright (c) 1996-2020 Best Practical Solutions, LLC # <sales@bestpractical.com> # # (Except where explicitly superseded by other copyright notices) # # # LICENSE: # # This work is made available to you under the ...
{ "pile_set_name": "Github" }
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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/. */ import com.adobe.test.Assert; var...
{ "pile_set_name": "Github" }
================== HR Attendance RFID ================== .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shiel...
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut...
{ "pile_set_name": "Github" }
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package acmpca const ( // ErrCodeCertificateMismatchException for service response error code // "CertificateMismatchException". // // The certificate authority certificate you are importing does not comply with // conditions specified in the ...
{ "pile_set_name": "Github" }
/* Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
import { getFriendlyTitle } from '../title' import { VideoInfo, DanmakuInfo } from '../video-info' import { VideoDownloaderFragment } from './video-downloader-fragment' import { DownloadVideoPackage } from './download-video-package' import { BatchTitleParameter, BatchExtractor } from './batch-download' /** * ☢警告☢ ☢CA...
{ "pile_set_name": "Github" }
#ifndef __gl3_h_ #define __gl3_h_ 1 #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2013-2015 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials wi...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. * * Portions of this file are derived from the ipw3945 project, as well * as portions of the ieee80211 subsystem header files. * * This program is free software; yo...
{ "pile_set_name": "Github" }
{ "FLAVOUR_0_INTRO": { "description": "", "message": "Avoid the inconvenience of a broken-down hyperspace engine. Get yours serviced today, by the officially endorsed {name} Engine Servicing Company.\n" }, "FLAVOUR_0_PRICE": { "description": "", "message": "\nEngine: {drive}\nService: {price}\nGua...
{ "pile_set_name": "Github" }
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.github.mmin18.layoutcast.library"> <application android:allowBackup="true" android:label="@string/app_name" > </application> </manifest>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM"> <Configuration>Debug</Configuration> <Platform>ARM</Platform> ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2011-2013 Gerhard Reitmayr, TU Graz 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, publi...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Bucket type = "1" version = "2.0"> <Breakpoints> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActio...
{ "pile_set_name": "Github" }
#ifndef BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED #define BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boos...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: b18c7ae976868a4499e2dbd7f60e92a4 folderAsset: yes timeCreated: 1467313717 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# sonic centec one image installer SONIC_ONE_IMAGE = sonic-centec.bin $(SONIC_ONE_IMAGE)_MACHINE = centec $(SONIC_ONE_IMAGE)_IMAGE_TYPE = onie $(SONIC_ONE_IMAGE)_INSTALLS = $(SYSTEMD_SONIC_GENERATOR) $(SONIC_ONE_IMAGE)_LAZY_INSTALLS += $(CENTEC_E582_48X6Q_PLATFORM_MODULE) \ $(CENTEC...
{ "pile_set_name": "Github" }
#include <windows.h> #include <stdio.h> LRESULT WINAPI MainWndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { WNDCLASS wc; MSG msg; HWND hWnd; wc.lpszClassName = "ClipClass"; wc.lpfnWndProc = MainWndProc; wc.style = ...
{ "pile_set_name": "Github" }
// included by json_value.cpp // everything is within Json namespace // ////////////////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////////////// // ////////////////////////////////////////////////////////////////// // class ValueInternalArray // /////////...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2006 Gino van den Bergen / Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this...
{ "pile_set_name": "Github" }
import { task } from 'gulp'; import * as gulp from 'gulp'; const gulpClean = require('gulp-clean'); task('clean', [], (done:any) => { return gulp.src('dist', { read: false }).pipe(gulpClean(null)); });
{ "pile_set_name": "Github" }
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* vim: set sw=4 sts=4 expandtab: */ /* rsvg-cairo.h: SAX-based renderer for SVG files using cairo Copyright (C) 2005 Red Hat, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser ...
{ "pile_set_name": "Github" }
/*============================= * 二叉树的二叉链表存储结构 * * 包含算法: 6.1、6.2、6.3、6.4 =============================*/ #include "BiTree.h" #include "LinkQueue.h" //**▲03 栈和队列**// /* * 初始化 * * 构造空二叉树。 */ Status InitBiTree(BiTree* T) { if(T == NULL) { return ERROR; } *T = NULL; return OK; }...
{ "pile_set_name": "Github" }
SECTIONS { .memory : { . = 0x000000; *(.init); *(.text); *(*); . = ALIGN(4); end = .; } }
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy:v1.16.14-rc.0
{ "pile_set_name": "Github" }
/* ** $Id: lfunc.h,v 2.4.1.1 2007/12/27 13:02:25 roberto Exp $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ #ifndef lfunc_h #define lfunc_h #include "lobject.h" #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ cast(int, sizeof(TVa...
{ "pile_set_name": "Github" }
div.exhibit-lens { border: 1px solid #aaa; margin-bottom: 1em; } div.exhibit-lens-title { font-weight: bold; background: #eee; padding: 2px; } .exhibit-lens-copyButton { float: right; } div.exhibit-lens-body { padding: 0.3em; } table.exhibit-lens-properties { } tr.e...
{ "pile_set_name": "Github" }
// @flow import type {allocatedObject} from "./allocatedObjectType"; export default (home: Array<any>, activity: Array<any>, directmail: Array<any>): allocatedObject => ({ home, activity, directmail });
{ "pile_set_name": "Github" }
# # Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=glibc PKG_VERSION:=$(call qstrip,$(CONFIG_GLIBC_VERSION)) PKG_REVISION:=$(call qstrip,$(CONFIG_GLIBC_REVISION)) PKG_SOURCE_PR...
{ "pile_set_name": "Github" }
package com.arasthel.swissknife.annotations import android.widget.TextView import com.arasthel.swissknife.SwissKnife import com.arasthel.swissknife.utils.AnnotationUtils import groovyjarjarasm.asm.Opcodes import org.codehaus.groovy.ast.* import org.codehaus.groovy.ast.expr.ListExpression import org.codehaus.groovy.ast...
{ "pile_set_name": "Github" }
.dark{ padding: 20px; background-color: #3d414d; }
{ "pile_set_name": "Github" }
/* librtmp - Diffie-Hellmann Key Exchange * Copyright (C) 2009 Andrej Stepanchuk * * This file is part of librtmp. * * librtmp 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...
{ "pile_set_name": "Github" }
package body Pkg1 with SPARK_Mode => Off is function F (X : Integer) return Integer; function F (X : Integer) return Integer is begin return X / 2; end F; X : constant Boolean := (for all X in Integer => F (X) = X); function P return Boolean is begin return X; end P; end Pkg1;
{ "pile_set_name": "Github" }
# frozen_string_literal: true require 'rails_helper' describe ThemeModifierHelper do fab!(:theme) { Fabricate(:theme).tap { |t| t.theme_modifier_set.update!(serialize_topic_excerpts: true) } } it "defines a getter for modifiers" do tmh = ThemeModifierHelper.new(theme_ids: [theme.id]) expect(tmh.serialize_...
{ "pile_set_name": "Github" }
{ "commentStamp" : "", "super" : "WAFormTestCase", "category" : "Seaside-Tests-Pharo-Core", "classinstvars" : [ ], "pools" : [ ], "classvars" : [ ], "instvars" : [ ], "name" : "WAPharoDocumentHandlerTest", "type" : "normal" }
{ "pile_set_name": "Github" }
9
{ "pile_set_name": "Github" }
import json import os from click.testing import CliRunner from great_expectations import DataContext from great_expectations.cli import cli from tests.cli.utils import assert_no_logging_messages_or_tracebacks def test_validation_operator_run_interactive_golden_path( caplog, data_context_simple_expectation_suite...
{ "pile_set_name": "Github" }
/*- * BSD LICENSE * * Copyright (c) Intel Corporation. * 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 copyri...
{ "pile_set_name": "Github" }
<?php /* * This file is part of ProgPilot, a static analyzer for security * * @copyright 2017 Eric Therond. All rights reserved * @license MIT See LICENSE at the root of the project for more info */ namespace progpilot\Inputs; class MyCustomFunction extends MySpecify { private $parameters; private $has...
{ "pile_set_name": "Github" }
Barfoo foo-Bar foo-BAZ BAZ-foo BAZ-Bar
{ "pile_set_name": "Github" }
# model node attributes [group Node Attributes] [attr force_expand] default BOOL false label STRING "Expand Node" private BOOL true [input file] default FILE "" [group Outputs] [output outMesh] def...
{ "pile_set_name": "Github" }
diff -uprN old/include/linux/log2.h new/include/linux/log2.h --- old/include/linux/log2.h 2017-01-06 17:40:28.000000000 +0800 +++ new/include/linux/log2.h 2020-06-05 14:52:55.645814146 +0800 @@ -16,12 +16,6 @@ #include <linux/bitops.h> /* - * deal with unrepresentable constant logarithms - */ -extern __attribute__(...
{ "pile_set_name": "Github" }
; RUN: not llvm-link %s %p/module-flags-5-b.ll -S -o - 2>&1 | FileCheck %s ; Test the 'override' error. ; CHECK: linking module flags 'foo': IDs have conflicting override values !0 = !{ i32 4, !"foo", i32 927 } !llvm.module.flags = !{ !0 }
{ "pile_set_name": "Github" }
<?xml version='1.0'?> <!-- 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, Versio...
{ "pile_set_name": "Github" }
module.exports = { 'at': require('./wrapperAt'), 'chain': require('./chain'), 'commit': require('./commit'), 'lodash': require('./wrapperLodash'), 'next': require('./next'), 'plant': require('./plant'), 'reverse': require('./wrapperReverse'), 'tap': require('./tap'), 'thru': require('./thru')...
{ "pile_set_name": "Github" }
# Minimal makefile for Sphinx documentation # # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build SOURCEDIR = source BUILDDIR = build # Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $...
{ "pile_set_name": "Github" }
// This is a generated file. Not intended for manual editing. package com.intellij.lang.jsgraphql.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUti...
{ "pile_set_name": "Github" }
<template> <CommentForm operate="update" /> </template> <script> import CommentForm from './CommentForm' export default { components: { CommentForm } } </script>
{ "pile_set_name": "Github" }
from django.test import TestCase from django.utils.unittest import skipUnless from django.contrib.auth.models import User, AnonymousUser from django.core.management import call_command from StringIO import StringIO try: import crypt as crypt_module except ImportError: crypt_module = None class BasicTestCase(...
{ "pile_set_name": "Github" }
#ifndef ARRAY_H #define ARRAY_H #include "Lib.h" typedef struct { int size; // 陣列目前的上限 int count; // 陣列目前的元素個數 void **item; // 每個陣列元素的指標 } Array; // 動態陣列的資料結構 typedef enum { KEEP_SPLITER, REMOVE_SPLITER } SplitMode; extern void ArrayTest(); extern Array* ArrayNew(int size);// 建立新陣列 extern void...
{ "pile_set_name": "Github" }