text
stringlengths
2
99.9k
meta
dict
module I18n module Backend autoload :Base, 'i18n/backend/base' autoload :InterpolationCompiler, 'i18n/backend/interpolation_compiler' autoload :Cache, 'i18n/backend/cache' autoload :Cascade, 'i18n/backend/cascade' autoload :Chain, 'i18...
{ "pile_set_name": "Github" }
/* Example: viewB = new Text text: 'lol' fontSize: 64 color: 'black' parent: viewA Below Phone, [ view: viewA properties: width: 40 bc: 'blue' , view: viewB properties: fontSize: 12 color: 'red' ] Below Mobile, viewA, width: 100 bc: 'purple' Below Mobile, viewB, fontSize: 40 Above Mobile, view...
{ "pile_set_name": "Github" }
//! A paths provider for k8s logs. #![deny(missing_docs)] use super::path_helpers::build_pod_logs_directory; use crate::kubernetes as k8s; use evmap::ReadHandle; use file_source::paths_provider::PathsProvider; use k8s_openapi::api::core::v1::Pod; use std::path::PathBuf; /// A paths provider implementation that uses ...
{ "pile_set_name": "Github" }
#### [DefaultEcs](./index.md 'index') ### [DefaultEcs.Serialization](./DefaultEcs-Serialization.md 'DefaultEcs.Serialization') ## TextSerializationContext Class Represents a context used by the [TextSerializer](./DefaultEcs-Serialization-TextSerializer.md 'DefaultEcs.Serialization.TextSerializer') to convert types duri...
{ "pile_set_name": "Github" }
package com.open.androidtvwidget.utils; import java.util.ArrayList; import java.util.List; import java.util.Set; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.ActivityInfo; import android.content.pm.P...
{ "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"/> <title>LCD Library: LiquidCrystal_I2C.cpp File Reference</title> <link href="t...
{ "pile_set_name": "Github" }
#!/usr/bin/env perl use strict; use warnings; use Test::More; use Test::Exception; use lib 't/lib'; my $pkg; BEGIN { $pkg = 'Catmandu::Serializer'; use_ok $pkg; } require_ok $pkg; { package T::Serializer; use Moo; with $pkg; } my $t = T::Serializer->new; can_ok $t, qw(serialize deserialize s...
{ "pile_set_name": "Github" }
# 11.1.4 Receive one message and deliver to multiple parties ## When to use Publish and subscribe pattern is very common in asynchronous messaging. It basically enables user to publish one message to \ middleware layer and same copy of the message will be distributed to multiple subscribers. There are two basic pa...
{ "pile_set_name": "Github" }
Migrated to Bazel bazel test //javatests/jflex/testcase/buffer:all
{ "pile_set_name": "Github" }
/* * Copyright (c) 2000-2005 Silicon Graphics, 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. * * This program is distributed in the hope that it would be ...
{ "pile_set_name": "Github" }
.menu { position: absolute; margin: 0; padding: 2px; border-width: 1px; border-style: solid; overflow: hidden; } .menu-inline { position: relative; } .menu-item { position: relative; margin: 0; padding: 0; overflow: hidden; white-space: nowrap; cursor: pointer; border-width: 1px; border-st...
{ "pile_set_name": "Github" }
configuration reflection { shadows_pssm false fog false water_reflect false water_refract false } configuration impostor_rtt { shadows_pssm false fog false wind false }
{ "pile_set_name": "Github" }
-------------------------------- -- @module EffectSprite3D -- @extend Sprite3D -- @parent_module cc -------------------------------- -- -- @function [parent=#EffectSprite3D] setEffect3D -- @param self -- @param #cc.Effect3D effect -- @return EffectSprite3D#EffectSprite3D self (return value: cc.EffectSprite3D) ...
{ "pile_set_name": "Github" }
namespace Blog.Services.Models { using System; public class ArticleListingServiceModel { public int Id { get; set; } public string Title { get; set; } public DateTime? PublishedOn { get; set; } public string Author { get; set; } } }
{ "pile_set_name": "Github" }
{% extends "message.html" %} {% block message %} <h2>Вас забанили</h2> {% if me.is_banned_until %} <p> Бан истечет {{ me.is_banned_until | date:"j E Y" }} </p> {% endif %} <p> <br><img src="https://i.vas3k.ru/lk8.jpg" alt="" style="width: 100%;"> </p> <p> ...
{ "pile_set_name": "Github" }
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ /* Javad Mowlanezhad -- jmowla@gmail.com */ /* Jalali calendar should supported soon! (Its implemented but I have to test it) */ jQuery(function($) { $.datepicker.regional['fa'] = { closeText: 'بستن', prevText: '&#x3C;قبلی', nextText: 'بعدی&...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Toradex AG * * Stefan Agner <stefan@agner.ch> * * Freescale TCON device driver * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or ...
{ "pile_set_name": "Github" }
// Type definitions for Select2 4.0 // Project: http://ivaynberg.github.com/select2/, https://select2.org // Definitions by: Boris Yankov <https://github.com/borisyankov> // denisname <https://github.com/denisname> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version:...
{ "pile_set_name": "Github" }
class Proselint < Formula include Language::Python::Virtualenv desc "Linter for prose" homepage "http://proselint.com" url "https://files.pythonhosted.org/packages/42/ff/8e7ad0108b8faffdf2ec7d170b4a8a3c9bc91f5077debf5381ef14702588/proselint-0.10.2.tar.gz" sha256 "3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9f...
{ "pile_set_name": "Github" }
# Использование конструкторов с параметрами при объявлении структуры (NestedConstructorsInStructureDeclaration) Тип | Поддерживаются<br>языки | Важность | Включена<br>по умолчанию | Время на<br>исправление (мин) | Тэги :-: | :-: | :-: | :-: | :-: | :-: `Дефект кода` | `BSL`<br>`OS` | `Незначительный` | `Да` | `10...
{ "pile_set_name": "Github" }
import * as React from 'react'; import PropertyFieldHeader from '../../common/propertyFieldHeader/PropertyFieldHeader'; import { IPropertyFieldToggleWithCalloutHostProps } from './IPropertyFieldToggleWithCalloutHost'; import * as telemetry from '../../common/telemetry'; import { Toggle } from 'office-ui-fabric-react/...
{ "pile_set_name": "Github" }
//@ts-nocheck export * from './SingleStatBaseOptions';
{ "pile_set_name": "Github" }
Deploy by running `mvn appengine:deploy` ([Documentation](https://cloud.google.com/appengine/docs/standard/java/tools/uploadinganapp))
{ "pile_set_name": "Github" }
#pragma once #include <AH/Math/IncreaseBitDepth.hpp> #include <Control_Surface/Control_Surface_Class.hpp> BEGIN_CS_NAMESPACE /** * @brief Class that sends continuous MIDI pitch bend messages with a * resolution of 14 bits. * * @tparam INPUT_PRECISION_BITS * The resolution of the input val...
{ "pile_set_name": "Github" }
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Cms\Controller\Adminhtml\Wysiwyg\Images; use Magento\Framework\App\Filesystem\DirectoryList; use Magento\Framework\Controller\Result\Json as JsonResponse; use Magento\Fra...
{ "pile_set_name": "Github" }
// mksyscall.pl -tags linux,mips64le syscall_linux.go syscall_linux_mips64x.go // Code generated by the command above; see README.md. DO NOT EDIT. // +build linux,mips64le package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func fchmoda...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JavaScript - Popover</title> <!-- Styleguide CSS --> <link rel="stylesheet" href="./theme-build/css/vendors.css"> <link rel="stylesheet" href="./theme-build/css/cortana.css"> <!...
{ "pile_set_name": "Github" }
;;; gv.el --- generalized variables -*- lexical-binding: t -*- ;; Copyright (C) 2012-2017 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> ;; Keywords: extensions ;; Package: emacs ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or mo...
{ "pile_set_name": "Github" }
\version "2.16.0" violaSecondMov = \relative g { \key c \major \clef alto g4(\p f) | e r | g2 ~ | g4 r | e d | c( g'8.[ f16)] | e8[( f)] e[( a)] | g4 ~ g8 r | f2( % 10 | e8) r r4 | R2*2 | b'4( a) ~ | a8 r r4 | e4( f) | e8 r r4 | c'4(\p...
{ "pile_set_name": "Github" }
/** * 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, software * distribu...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2006. 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) #ifndef BOOST_CONCEPT_DETAIL_GENERAL_DWA2006429_HPP # define BOOST_CONCEPT_DETAIL_GENERAL_DWA2006429_HPP # include <boost/config.hpp...
{ "pile_set_name": "Github" }
# # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source # file to this component. This file merely indirects to the real make file # that is shared by all the components of NT OS/2 # !INCLUDE $(NTMAKEENV)\makefile.def
{ "pile_set_name": "Github" }
package otto import ( "strconv" "unicode/utf8" ) type _stringObject interface { Length() int At(int) rune String() string } type _stringASCII string func (str _stringASCII) Length() int { return len(str) } func (str _stringASCII) At(at int) rune { return rune(str[at]) } func (str _stringASCII) String() str...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Thu Feb 21 16:35:36 EST 2008 --> <TITLE> CompoundResolver </TITLE> <META NAME="keywords" CONTENT="polyglot.types.CompoundResolver class"> <L...
{ "pile_set_name": "Github" }
module Facets SUPPORTED_CORE_OBJECTS = [:host, :hostgroup] module_function def registered_facets(facet_type = nil) facets = configuration.dup return facets unless facet_type facets.select { |_, facet| facet.has_configuration(facet_type) } end def find_facet_by_class(facet_class, facet_type = :h...
{ "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 "FolderAlbum.h" @class NSString; @interface PublishServiceCollection : FolderAlbum { NSString *_serviceKey; NSString ...
{ "pile_set_name": "Github" }
/* * This file is part of wl1251 * * Copyright (C) 2009 Nokia Corporation * * 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 distributed in the hope that it...
{ "pile_set_name": "Github" }
/* * Licensed to Cloudkick, Inc ('Cloudkick') under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Cloudkick licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not us...
{ "pile_set_name": "Github" }
package org.qiyi.basecore.taskmanager.threadpool; import android.os.Handler; import org.qiyi.basecore.taskmanager.TM; import org.qiyi.basecore.taskmanager.TaskWrapper; import org.qiyi.basecore.taskmanager.other.TMLog; public class PendingTaskQueue implements ITaskQueue { private TaskBlockingQueue rejectedQueue =...
{ "pile_set_name": "Github" }
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-03-01 18...
{ "pile_set_name": "Github" }
--- title: "/QIntel-jcc-erratum" description: "Describes the Microsoft C/C++ compiler (MSVC) /QIntel-jcc-erratum option." ms.date: "01/07/2020" f1_keywords: ["QIntel-jcc-erratum"] helpviewer_keywords: ["/QIntel-jcc-erratum", "-QIntel-jcc-erratum"] --- # /QIntel-jcc-erratum ::: moniker range="<=vs-2017" The **/QIntel-...
{ "pile_set_name": "Github" }
/* CryptoJS v3.1.2 code.google.com/p/crypto-js (c) 2009-2013 by Jeff Mott. All rights reserved. code.google.com/p/crypto-js/wiki/License */ (function () { // Shortcuts var C = CryptoJS; var C_lib = C.lib; var Base = C_lib.Base; var WordArray = C_lib.WordArray; var C_algo = C.algo; var SHA1 =...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, STMicroelectronics - All Rights Reserved * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. */ #include <common.h> #include <spl.h> static int spl_xip(struct spl_image_info *spl_image, struct spl_boot_device *bootdev) { #ifd...
{ "pile_set_name": "Github" }
/***************************************************************************** * * - H.264 encoder for mencoder using x264 - * * Copyright (C) 2004 LINUX4MEDIA GmbH * Copyright (C) 2004 Ark Linux * * Written by Bernhard Rosenkraenzer <bero@arklinux.org> * * This file is part of MPlayer. * * MPlayer is free s...
{ "pile_set_name": "Github" }
StartChar: aacute Encoding: 429 225 173 GlifName: aacute Width: 1070 VWidth: 0 Flags: W HStem: -16 134<365.543 663.873> 0 21G<780 930> 964 134<365.326 663.885> 1222 274<558 562> VStem: 100 150<242.001 839.569> 404 323 780 150<0 117 241.242 840.758 967 1082> LayerCount: 4 Back Fore Refer: 478 714 N 1 0 0 1 304 0 2 Refer...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later ver...
{ "pile_set_name": "Github" }
/** * Implementation package for JSR-107 (javax.cache aka "JCache") based caches. * Provides a {@link org.springframework.cache.CacheManager CacheManager} * and {@link org.springframework.cache.Cache Cache} implementation for * use in a Spring context, using a JSR-107 compliant cache provider. */ @NonNullApi @NonN...
{ "pile_set_name": "Github" }
package com.medlinker.hybridsdk.widget; import android.content.Context; import android.util.AttributeSet; import android.webkit.WebView; /** * Created by vane on 16/6/7. */ public class HybridWebView extends WebView { public HybridWebView(Context context) { super(context); } public HybridWebVi...
{ "pile_set_name": "Github" }
95250e0630f4674e364770a30046737abadd13d8
{ "pile_set_name": "Github" }
/* main.c * Created by Mengyao Zhao on 06/23/11. * Version 1.2.2 * Last revision by Mengyao Zhao on 2017-05-30. */ #include <stdlib.h> #include <stdint.h> #include <emmintrin.h> #include <zlib.h> #include <stdio.h> #include <time.h> #include <string.h> #include <math.h> #include <unistd.h> #include "ssw.h" #inc...
{ "pile_set_name": "Github" }
# Run chatty tests. Assert on CONT lines. ! go test chatty_test.go -v -bench . chatty_bench # Sanity check that output occurs. stdout -count=2 'this is sub-0' stdout -count=2 'this is sub-1' stdout -count=2 'this is sub-2' stdout -count=1 'error from sub-0' stdout -count=1 'error from sub-1' stdout -count=1 'error fro...
{ "pile_set_name": "Github" }
<?php /* FusionPBX Version: MPL 1.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (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.mozilla.org/MPL/ Software distributed under the License is dis...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0 /* * Filesystem-level keyring for fscrypt * * Copyright 2019 Google LLC */ /* * This file implements management of fscrypt master keys in the * filesystem-level keyring, including the ioctls: * * - FS_IOC_ADD_ENCRYPTION_KEY * - FS_IOC_REMOVE_ENCRYPTION_KEY * - FS_IOC_REMOV...
{ "pile_set_name": "Github" }
'use strict'; var expect = require('expect.js'), KdbxUuid = require('../../lib/format/kdbx-uuid'); describe('KdbxUuid', function () { it('creates uuid from 16 bytes ArrayBuffer', function () { var uuid = new KdbxUuid( new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6]).buffer...
{ "pile_set_name": "Github" }
!["The Evolution of Trust"](https://i.imgur.com/kde760y.png) # 本项目为[http://ncase.me/trust/](http://ncase.me/trust/)的非官方简体中文版,地址为[http://sekai.co/trust/](http://sekai.co/trust/) 本作品 *信任的进化* (译名参考罗伯特·阿克塞尔罗德的《合作的进化》)属于公共领域,多亏了现有的知识共享许可和开源的资源,才能顺利地诞生!本项目用到的全部音乐、音效、以及代码列举如下: **音乐:** "Bleu" by Komiku (CC Zero). [在 Free Mu...
{ "pile_set_name": "Github" }
[ { "date": "2017-01-01 00:00:00", "start": "2017-01-01T05:00:00.000Z", "end": "2017-01-02T05:00:00.000Z", "name": "New Year's Day", "type": "public", "rule": "01-01 and if sunday then next monday if saturday then previous friday", "_weekday": "Sun" }, { "date": "2017-01-02 00:00:0...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // A...
{ "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...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available. Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. Licensed under the MIT License (the "License"); you may not use this file except in co...
{ "pile_set_name": "Github" }
#ifndef BOOST_METAPARSE_V1_ALWAYS_HPP #define BOOST_METAPARSE_V1_ALWAYS_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2009 - 2010. // 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) #include <bo...
{ "pile_set_name": "Github" }
// Auto-generated file. Do not edit! // Template: src/f32-gemm/avx-broadcast.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <immintrin...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|x64"> <Configuration>Debug</Configuration> <Platform>x64</Platform> ...
{ "pile_set_name": "Github" }
export const delay = (time) => new Promise((resolve) => setTimeout(() => resolve(), time));
{ "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" }
{ "label": "Europe (EU27)", "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5]] }
{ "pile_set_name": "Github" }
// PowerShell.org Tug DSC Pull Server // Copyright (c) The DevOps Collective, Inc. All rights reserved. // Licensed under the MIT license. See the LICENSE file in the project root for more information. using System.ComponentModel.DataAnnotations; namespace Tug.Model { public class CertificateInformation : Util...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: d20022435cb54fb40abf547c823ed568 timeCreated: 1467964904 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
#ifndef UTILS_H_ #define UTILS_H_ int verify_hair(char *str, size_t size); int verify_eye(char *str, size_t size); int verify_suffix(char *str, size_t size); int verify_state(char *str, size_t size); int verify_education(char *str, size_t size); int verify_month(char *str, size_t size); int verify_day(char *str, size_...
{ "pile_set_name": "Github" }
function l = lum(img) % % l = lum(img) % % This function calculates the luminance % % % input: % img: an RGB image % % output: % l: luminance as XYZ color % % Copyright (C) 2011-13 Francesco Banterle % % This program is free software: you can redistribute it and/or...
{ "pile_set_name": "Github" }
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2010, 2011, 2012 Google Inc. All rights reserved. // http://code.google.com/p/ceres-solver/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // ...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2015 IBM Corp. * * 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/li...
{ "pile_set_name": "Github" }
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. namespace VsChromium.Features.ToolWindows.CodeSearch { public class CodeSearchItemViewModelBase : TreeViewItemViewModel { private readonly IC...
{ "pile_set_name": "Github" }
#include <stdio.h> char *a[] = {"one"}; const char b[] = {"two"}; int main(void) { printf("%s %s\n", a[0], b); }
{ "pile_set_name": "Github" }
; RUN: llc < %s -mtriple=i686-pc-linux-gnu | FileCheck %s ; CHECK: .cfi_startproc ; CHECK: .cfi_def_cfa_offset 8 ; CHECK: .cfi_def_cfa_offset 12 ; CHECK: .cfi_def_cfa_offset 32 ; CHECK: .cfi_offset %esi, -12 ; CHECK: .cfi_offset %edi, -8 ; CHECK: .cfi_endproc %0 = type { i64, i64 } declare fastcc %0 @ReturnBigStruct...
{ "pile_set_name": "Github" }
/** * 1000ミリ秒未満のランダムなタイミングでレスポンスを擬似的にデータ取得する関数 * 指定した`path`にデータがあるなら`callback(null, レスポンス)`を呼ぶ * データがない場合はNOT FOUNDとなり`callback(エラー)`を呼ぶ */ function dummyFetch(path, callback) { setTimeout(() => { // /success を含むパスにはリソースがあるという設定 if (path.startsWith("/success")) { callback(null, { bod...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>IBFramework Version</key> <string>667</string> <key>IBLastKnownRelativeProjectPath</key> <string>../Sparkle.xcodeproj</string> <key>IBOldes...
{ "pile_set_name": "Github" }
// // AdaptivePresentationSecondViewController.swift // UIScrollViewDemo // // Created by xiAo_Ju on 2018/11/14. // Copyright © 2018 伯驹 黄. All rights reserved. // import UIKit class AdaptivePresentationSecondViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() ...
{ "pile_set_name": "Github" }
Flot 0.7 -------- API changes: Multiple axes support. Code using dual axes should be changed from using x2axis/y2axis in the options to using an array (although backwards-compatibility hooks are in place). For instance, { xaxis: { ... }, x2axis: { ... }, yaxis: { ... }, y2axis: { ... } } becomes { ...
{ "pile_set_name": "Github" }
<html> <head> <title>NVIDIA(R) PhysX(R) SDK 3.4 API Reference: PxMeshGeometryFlag Struct Reference</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <LINK HREF="NVIDIA.css" REL="stylesheet" TYPE="text/css"> </head> <body bgcolor="#FFFFFF"> <div id="header"> <hr class="first...
{ "pile_set_name": "Github" }
#pragma once // restore GCC/clang diagnostic settings #if defined(__clang__) || defined(__GNUC__) || defined(__GNUG__) #pragma GCC diagnostic pop #endif #if defined(__clang__) #pragma GCC diagnostic pop #endif // clean up #undef JSON_ASSERT #undef JSON_INTERNAL_CATCH #undef JSON_CATCH #undef JSON_THROW #undef...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.limlee.hiframeanimation"> <application android:name="org.limlee.hiframeanimationlib.HolderApplication" android:allowBackup="true" android:icon="@mipmap/ic_launc...
{ "pile_set_name": "Github" }
package au.com.example.service.user; import org.springframework.security.provisioning.UserDetailsManager; public interface UserService extends UserDetailsManager { }
{ "pile_set_name": "Github" }
// mksyscall.pl syscall_linux.go syscall_linux_ppc64x.go // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT // +build ppc64,linux package unix import ( "syscall" "unsafe" ) var _ syscall.Errno // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT func Linkat(olddirfd int, oldpath string, newdirfd...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js * * Copyright (c) 2009-2015 The MathJax Consortium * * 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 * ...
{ "pile_set_name": "Github" }
{ "name": { "message": "Adguard AdBlocker" }, "short_name": { "message": "Adguard AdBlocker" }, "description": { "message": "Unmatched adblock extension against advertising and pop-ups. Blocks ads on Facebook, Youtube and all other websites." } }
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- -*- html -*- --> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <title>Two Planes Intersecting</title> <link rel="shortcut icon" href="img/gatech.gif"/> <link rel="stylesheet" href="css/demo.css?vers=2759ff"> <style> ...
{ "pile_set_name": "Github" }
const webpack = require('webpack'); module.exports = () => { return webpack.version[0] !== '4'; };
{ "pile_set_name": "Github" }
<?php /** * UserController * PHP version 5 * * @category Class * @package OpenAPI\Server\Controller * @author OpenAPI Generator team * @link https://github.com/openapitools/openapi-generator */ /** * OpenAPI Petstore * * This is a sample server Petstore server. For this sample, you can use the api k...
{ "pile_set_name": "Github" }
import test from 'ava' import sinon from 'sinon' import when from '../when' test('when() merges correctly', t => { const whenBlock = when(true, [entryPoint1(), entryPoint2()]) t.deepEqual(whenBlock(null, {})({}), { entry: { foo: './src/foo', bar: './src/bar' } }) }) test('when() respects th...
{ "pile_set_name": "Github" }
import os import requests from xml.etree import ElementTree as ET URL_BASE = 'http://lirc.sourceforge.net/remotes/' def get_base(): ''' Returns a list of subpages for remotes ''' r = requests.get(URL_BASE) t = r.text return [ x[:x.index('/"')] for x in t.split('<a href="') if '/"' in x] def get_subpages(s...
{ "pile_set_name": "Github" }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "dimanche", "l...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8" /> <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" /> ...
{ "pile_set_name": "Github" }
<?php namespace plastic\tests\Persistence; use Illuminate\Database\Eloquent\Model; use Sleimanx2\Plastic\Connection; use Sleimanx2\Plastic\Persistence\EloquentPersistence; use Sleimanx2\Plastic\Searchable; class EloquentPersistenceTest extends \PHPUnit_Framework_TestCase { /** * @test */ public fun...
{ "pile_set_name": "Github" }
/* Copyright (C) 2006-2008 CSIRO, Jean-Marc Valin, Xiph.Org Foundation File: scal.c Shaped comb-allpass filter for channel decorrelation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions ...
{ "pile_set_name": "Github" }
--- title: GC 配置 aliases: ['/docs-cn/dev/garbage-collection-configuration/','/docs-cn/dev/reference/garbage-collection/configuration/'] --- # GC 配置 TiDB 的 GC 相关的配置存储于 `mysql.tidb` 系统表中,可以通过 SQL 语句对这些参数进行查询和更改: {{< copyable "sql" >}} ```sql select VARIABLE_NAME, VARIABLE_VALUE from mysql.tidb where VARIABLE_NAME lik...
{ "pile_set_name": "Github" }
package matchers import ( "bytes" "fmt" "reflect" "github.com/onsi/gomega/format" ) type EqualMatcher struct { Expected interface{} } func (matcher *EqualMatcher) Match(actual interface{}) (success bool, err error) { if actual == nil && matcher.Expected == nil { return false, fmt.Errorf("Refusing to compare...
{ "pile_set_name": "Github" }
package servers import ( "github.com/TeaWeb/code/teaconfigs" "github.com/TeaWeb/code/teaweb/actions/default/proxy/proxyutils" "github.com/iwind/TeaGo/actions" ) type WafUpdateAction actions.Action // WAF修改 func (this *WafUpdateAction) RunPost(params struct { ServerId string WafId string }) { server := teaco...
{ "pile_set_name": "Github" }