text
stringlengths
2
99.9k
meta
dict
<!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/html; charset=utf-8" /> <title>QProximityFilter &#8212; PyQt 5.8.2 Reference Guide...
{ "pile_set_name": "Github" }
/* * Test program for MSA instruction SUBV.D * * Copyright (C) 2018 Wave Computing, Inc. * Copyright (C) 2018 Mateja Marjanovic <mateja.marjanovic@rt-rk.com> * * 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 * ...
{ "pile_set_name": "Github" }
{{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }} kind: PersistentVolumeClaim apiVersion: v1 metadata: name: {{ template "drone.fullname" . }} spec: accessModes: - {{ .Values.persistence.accessMode | quote }} resources: requests: storage: {{ .Values.persistence.size |...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:44:39 PDT 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JsonSerialize.Inclusion (ja...
{ "pile_set_name": "Github" }
export declare function shallowClone(value: any, strict?: boolean): typeof value;
{ "pile_set_name": "Github" }
package org.jbehave.core.junit.groovy; import org.jbehave.core.configuration.AnnotationBuilder; import org.jbehave.core.configuration.groovy.GroovyAnnotationBuilder; import org.jbehave.core.junit.AnnotatedEmbedderRunner; import org.junit.runners.model.InitializationError; /** * AnnotatedEmbedderRunner that uses {@li...
{ "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> @interface ADMAccountPasswordPolicy : NSObject { } + (id)updatePasswordPolicy:(long long)arg1 userName:(id)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2013 Dmitriy Tarasov ~ ~ 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 ...
{ "pile_set_name": "Github" }
{ "activePlaceCount": 0, "birth": { "place": { "name": "Oxford, United Kingdom", "placeName": "Oxford", "placeType": "inhabited_place" }, "time": { "startYear": 1896 } }, "birthYear": 1896, "date": "1896\u20131980", "death": { "place": { "name": "Hamp...
{ "pile_set_name": "Github" }
{ "word": "Accepted", "definitions": [ "Generally believed or recognized to be valid or correct." ], "parts-of-speech": "Adjective" }
{ "pile_set_name": "Github" }
from __future__ import division, absolute_import, print_function import os import re import sys import copy import glob import atexit import tempfile import subprocess import shutil import distutils from distutils.errors import DistutilsError try: from threading import local as tlocal except ImportError: from...
{ "pile_set_name": "Github" }
module Nmap # # Represents an IP or MAC address and Vendor name. # class Address < Struct.new(:type, :addr, :vendor) # # Initializes the address. # # @param [Symbol] type # The type of address. # # @param [String] addr # The address. # # @param [String, nil] vendor ...
{ "pile_set_name": "Github" }
How to list all files in a directory that match a filename extension in Java Create system file paths using the `Path` class Using buffered streams Reading file attributes List contents of a directory with `newDirectoryStream`
{ "pile_set_name": "Github" }
using NLog; using Shadowsocks.Controller; using Shadowsocks.Model; using Shadowsocks.Properties; using Shadowsocks.Util; using System; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Text; using System.Windows.Forms; using ZXing; using ZXing.Common; using ...
{ "pile_set_name": "Github" }
/* $NetBSD: dprintf.c,v 1.2 2013/03/05 16:29:09 christos Exp $ */ /*- * Copyright (c) 2013 NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or without * mo...
{ "pile_set_name": "Github" }
package burp; import javax.swing.*; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.ArrayList; import java.util.List; public class Menu implements IContextMenuFactory { private final IExtensionHelpers m_helpers; public Menu(IExtensionHelpers helpers) { m_helper...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2014-2017 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
#include <gelf.h> #include "common.h" GElf_Addr arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) { return lte->plt_addr + (ndx + 1) * 16; } void * sym2addr(Process *proc, struct library_symbol *sym) { return sym->enter_addr; }
{ "pile_set_name": "Github" }
/* This file is part of TON Blockchain Library. TON Blockchain Library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later ver...
{ "pile_set_name": "Github" }
.. _covtype_dataset: Forest covertypes ----------------- The samples in this dataset correspond to 30×30m patches of forest in the US, collected for the task of predicting each patch's cover type, i.e. the dominant species of tree. There are seven covertypes, making this a multiclass classification problem. Each samp...
{ "pile_set_name": "Github" }
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
{ "pile_set_name": "Github" }
package parse import ( "fmt" "net" "os" "strings" "github.com/coredns/coredns/plugin/pkg/transport" "github.com/miekg/dns" ) // Strips the zone, but preserves any port that comes after the zone func stripZone(host string) string { if strings.Contains(host, "%") { lastPercent := strings.LastIndex(host, "%")...
{ "pile_set_name": "Github" }
// // FLAnimatedImage.h // Flipboard // // Created by Raphael Schaad on 7/8/13. // Copyright (c) 2013-2015 Flipboard. All rights reserved. // #import <UIKit/UIKit.h> // Allow user classes conveniently just importing one header. #import "FLAnimatedImageView.h" #ifndef NS_DESIGNATED_INITIALIZER #if __has_att...
{ "pile_set_name": "Github" }
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
{ "pile_set_name": "Github" }
"use strict"; var _Symbol$hasInstance = require("babel-runtime/core-js/symbol/has-instance")["default"]; exports["default"] = function (left, right) { if (right != null && right[_Symbol$hasInstance]) { return right[_Symbol$hasInstance](left); } else { return left instanceof right; } }; exports.__esModu...
{ "pile_set_name": "Github" }
# NOTE: Assertions have been autogenerated by utils/update_mca_test_checks.py # RUN: llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=bdver2 -timeline -timeline-max-iterations=2 < %s | FileCheck %s # VALU0/VALU1 vpmulld %xmm0, %xmm1, %xmm2 vpand %xmm0, %xmm1, %xmm2 # VIMUL/STC vcvttps2dq %xmm0, %xmm2 vpclmul...
{ "pile_set_name": "Github" }
/* nios plugin by hewittc at 2018 */ #include <r_asm.h> #include <r_lib.h> #include <r_types.h> #include <r_util.h> #include "dis-asm.h" #include "nios/gnu/nios-desc.h" static RStrBuf *buf_global = NULL; static ut8 bytes[2]; static int nios_buffer_read_memory(bfd_vma address, bfd_byte *byte, ut32 len, disassemble_...
{ "pile_set_name": "Github" }
// Ceres Solver - A fast non-linear least squares minimizer // Copyright 2018 Google Inc. All rights reserved. // http://ceres-solver.org/ // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of so...
{ "pile_set_name": "Github" }
-- Copyright (C) 2001 Bill Billowitch. -- Some of the work to develop this test suite was done with Air Force -- support. The Air Force and Bill Billowitch assume no -- responsibilities for this software. -- This file is part of VESTs (Vhdl tESTs). -- VESTs is free software; you can redistribute it and/or modify i...
{ "pile_set_name": "Github" }
#ifndef _COLOR_SPINOR_FIELD_H #define _COLOR_SPINOR_FIELD_H #include <quda_internal.h> #include <quda.h> #include <iostream> #include <lattice_field.h> #include <random_quda.h> #include <fast_intdiv.h> namespace quda { namespace colorspinor { inline bool isNative(QudaFieldOrder order, QudaPrecision precis...
{ "pile_set_name": "Github" }
/* SPDX-License-Identifier: GPL-2.0-only */ #include <cbfs.h> #include <fmap.h> #include <console/console.h> #include <soc/symbols.h> #include <soc/qclib_common.h> int qclib_soc_blob_load(void) { size_t size; ssize_t ssize; /* Attempt to load PMICCFG Blob */ size = cbfs_boot_load_file(CONFIG_CBFS_PREFIX "/pmiccf...
{ "pile_set_name": "Github" }
--TEST-- binary safety --SKIPIF-- <?php if (!extension_loaded("tidy")) print "skip"; ?> --FILE-- <?php $x = tidy_repair_string("<p>abra\0cadabra</p>", array( 'show-body-only' => true, 'clean' => false, 'newline' => "\n") ); var_dump($x); ?> --EXPECT-- string(19) "<p>abracadabra</p> "
{ "pile_set_name": "Github" }
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>IPCUpdateDataResponseMessage | ElectroCRUD</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet...
{ "pile_set_name": "Github" }
/* * ALSA sequencer Timing queue handling * Copyright (c) 1998-1999 by Frank van de Pol <fvdpol@coil.demon.nl> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 ...
{ "pile_set_name": "Github" }
// // goamz - Go packages to interact with the Amazon Web Services. // // https://wiki.ubuntu.com/goamz // // Copyright (c) 2011 Canonical Ltd. // // Written by Gustavo Niemeyer <gustavo.niemeyer@canonical.com> // package aws import ( "encoding/json" "encoding/xml" "errors" "fmt" "io/ioutil" "net" "net/http" ...
{ "pile_set_name": "Github" }
# # Copyright (C) 2012 Jo-Philipp Wich <jow@openwrt.org> # # This is free software, licensed under the Apache 2 license. # include $(TOPDIR)/rules.mk PKG_NAME:=iwcap PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 include $(INCLUDE_DIR)/package.mk define Package/iwcap SECTION:=utils CATEGORY:=Utilities TITLE:=Simple ...
{ "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. package korean import ( "unicode/utf8" "golang.org/x/text/encoding" "golang.org/x/text/encoding/internal" "golang.org/x/text/encoding/internal/identifier"...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" default-locale="en-US" demote-non-dropping-particle="never"> <info> <title>Oecologia Australis</title> <title-short>OA</title-short> <id>http://www.zotero.org/styles/oecologia-australis</id>...
{ "pile_set_name": "Github" }
#include <asm-generic/errno.h>
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="preferences">Einstellungen</string> <string name="gameDisplay">Spieldarstellung</string> <string name="pieceAnimation">Figurenanimation</string> <string name="materialDifference">Materialunterschied</string> <string name="boardHighlights">Markie...
{ "pile_set_name": "Github" }
ml64.exe /Flinffasx64 /c /Zi inffasx64.asm ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
{ "pile_set_name": "Github" }
# Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* if_mzsch.c */ int mzscheme_enabled(int verbose); void mzvim_check_threads(void); void mzvim_reset_timer(void); void mzscheme_end(void); int mzscheme_main(void); void mzscheme_buffer_free(buf_T *buf); void mzscheme_window_free(win_T *win); void ex_mzscheme(exarg_T *eap); void ex_mzfile(exarg_T *eap); void do_mzeval(c...
{ "pile_set_name": "Github" }
# Макеты и CLI Разработка в Electron разнообразна - нет "одного истинного пути" для разработки, сборки, упаковки или выпуска приложения. Дополнительные особенности для Electron, как для сборки, так и для времени выполнения, обычно можно найти в [npm](https://www.npmjs.com/search?q=electron) в отдельных пакетах, что по...
{ "pile_set_name": "Github" }
#include "tjsCommHead.h" /* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software: you can redistribute it and/...
{ "pile_set_name": "Github" }
// //Copyright 1996, 1998 The Open Group // //Permission to use, copy, modify, distribute, and sell this software and its //documentation for any purpose is hereby granted without fee, provided that //the above copyright notice appear in all copies and that both that //copyright notice and this permission notice appea...
{ "pile_set_name": "Github" }
// Copyright 2017 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package observer import ( "fmt" "sync" "github.com/juju/collections/set" "github.com/juju/errors" "github.com/juju/juju/controller" "github.com/juju/juju/core/auditlog" ) // bufferedLog defers writing records to its ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ...
{ "pile_set_name": "Github" }
#ifdef USE_CUDNN #include <vector> #include "caffe/layers/cudnn_sigmoid_layer.hpp" namespace caffe { template <typename Dtype> void CuDNNSigmoidLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { SigmoidLayer<Dtype>::LayerSetUp(bottom, top); // initialize cuDNN ...
{ "pile_set_name": "Github" }
/* * The MIT License * * Copyright (c) 2004-2009, Kohsuke Kawaguchi * * 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...
{ "pile_set_name": "Github" }
package protocol import ( "math" "testing" gc "github.com/go-check/check" ) type FragmentSuite struct{} func (s *FragmentSuite) TestContentName(c *gc.C) { var f = Fragment{ Journal: "a/journal", Begin: 1234567890, End: math.MaxInt64, Sum: SHA1Sum{Part1: 0x01...
{ "pile_set_name": "Github" }
// Copyright 2012 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. #ifndef SYNC_INTERNAL_API_PUBLIC_UTIL_SYNC_STRING_CONVERSIONS_H_ #define SYNC_INTERNAL_API_PUBLIC_UTIL_SYNC_STRING_CONVERSIONS_H_ #include "sync/base/syn...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2019 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
package jsoniter import ( "math" "strconv" ) var intDigits []int8 const uint32SafeToMultiply10 = uint32(0xffffffff)/10 - 1 const uint64SafeToMultiple10 = uint64(0xffffffffffffffff)/10 - 1 func init() { intDigits = make([]int8, 256) for i := 0; i < len(intDigits); i++ { intDigits[i] = invalidCharForNumber } ...
{ "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. // +build !gccgo // +build arm,darwin #include "textflag.h" // // System call support for ARM, Darwin // // Just jump to package syscall's implementation for...
{ "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/. --> <!ENTITY savedLogins.title "Shranjene prijave"> <!ENTITY closebutton.label ...
{ "pile_set_name": "Github" }
package jrpc2 import ( "context" "encoding/json" "golang.org/x/xerrors" "github.com/creachadair/jrpc2/metrics" ) // ServerMetrics returns the server metrics collector associated with the given // context, or nil if ctx doees not have a collector attached. The context // passed to a handler by *jrpc2.Server wil...
{ "pile_set_name": "Github" }
package replicatorg.uploader.ui; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.Frame; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JComponent; import javax.swi...
{ "pile_set_name": "Github" }
require('../../modules/es6.object.define-property'); var $Object = require('../../modules/_core').Object; module.exports = function defineProperty(it, key, desc) { return $Object.defineProperty(it, key, desc); };
{ "pile_set_name": "Github" }
[ { "name": "test-module", "releases": { "latest": "0.4.0" }, "metadata": { "name": "test-module", "version": "0.4.0" } } ]
{ "pile_set_name": "Github" }
// This source file is part of the Swift.org open source project // Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LICENSE.txt for license information // See https://swift.org/CONTRIBUTORS.txt for the li...
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program 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 3 of the License, o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2020. ~ Microsoft Corporation. All rights reserved. --> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@drawable/ic_fluent_building_shop_24_filled" android:state_activated="true"/> <item android:dra...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt3Support module of the Qt Toolkit. ** ** $QT_BEGIN_LICE...
{ "pile_set_name": "Github" }
package org.apache.maven.project.inheritance.t04; /* * 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 A...
{ "pile_set_name": "Github" }
{ "images" : [ { "idiom" : "universal", "filename" : "sun_00057.png", "scale" : "1x" }, { "idiom" : "universal", "scale" : "2x" }, { "idiom" : "universal", "scale" : "3x" } ], "info" : { "version" : 1, "author" : "xcode" } }
{ "pile_set_name": "Github" }
--- - name: Add SlOp repository apt_repository: repo="ppa:nilarimogard/webupd8" state=present - name: Install SlOp apt: name=slop state=latest update_cache=yes cache_valid_time={{ aptcachetime }}
{ "pile_set_name": "Github" }
package main import ( "flag" "io" "io/ioutil" "log" "net" "github.com/geph-official/geph2/libs/kcp-go" "github.com/geph-official/geph2/libs/niaucchi5" "github.com/google/gops/agent" ) func main() { if err := agent.Listen(agent.Options{}); err != nil { log.Fatal(err) } var flagClient string var flagSer...
{ "pile_set_name": "Github" }
/===SimElectionsEnd===/ { for (i=0; i<on1; i++) { print out1[i] } c1=0 } c1 { out1[on1++]=$0 } /===SimElectionsStart===/ { on1=0 c1=1 }
{ "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> #import <ViceroyTrace/RTCReportingMessageSentNotifier-Protocol.h> #import <ViceroyTrace/VCAggregatorDelegate...
{ "pile_set_name": "Github" }
import errno import os import sys from contextlib import contextmanager from itertools import repeat from functools import update_wrapper from .types import convert_type, IntRange, BOOL from .utils import make_str, make_default_short_help, echo, get_os_args from .exceptions import ClickException, UsageError, BadParame...
{ "pile_set_name": "Github" }
//=========================================== // Lumina-desktop source code // Copyright (c) 2017-2018, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== #include "RootWindow.h" //include the Widgets-based classes we need #i...
{ "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" }
""" For the ``future`` package. Adds this import line:: from builtins import XYZ for each of the functions XYZ that is used in the module. Adds these imports after any other imports (in an initial block of them). """ from __future__ import unicode_literals from lib2to3 import fixer_base from lib2to3.pygram im...
{ "pile_set_name": "Github" }
var searchData= [ ['temp_5fsensor_124',['TEMP_SENSOR',['../namespace_a_d_c__settings.html#a8c2a64f3fca3ac6b82e8df8cf44f6ca2a2d8001cb5670d5668694dbf8697ee69f',1,'ADC_settings']]], ['trim_125',['trim',['../namespace_v_r_e_f.html#adf9a5a3b3d7140ad45019141c2f054b4',1,'VREF']]] ];
{ "pile_set_name": "Github" }
// +build go1.2 package toml // In order to support Go 1.1, we define our own TextMarshaler and // TextUnmarshaler types. For Go 1.2+, we just alias them with the // standard library interfaces. import ( "encoding" ) // TextMarshaler is a synonym for encoding.TextMarshaler. It is defined here // so that Go 1.1 can...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2018 The Google AI Language Team 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 ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * DesignWare High-Definition Multimedia Interface (HDMI) driver * * Copyright (C) 2013-2015 Mentor Graphics Inc. * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> */ #include <linux/clk.h> #in...
{ "pile_set_name": "Github" }
<?php namespace Ivoz\Provider\Domain\Model\ConditionalRoutesConditionsRelMatchlist; use Ivoz\Core\Application\DataTransferObjectInterface; use Ivoz\Core\Application\Model\DtoNormalizer; /** * @codeCoverageIgnore */ abstract class ConditionalRoutesConditionsRelMatchlistDtoAbstract implements DataTransferObjectInter...
{ "pile_set_name": "Github" }
<!-- ScadaBR - Open Source M2M - http://mango.serotoninsoftware.com Copyright (C) 2006-2009 Serotonin Software Technologies Inc. @author Matthew Lohbihler 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 ...
{ "pile_set_name": "Github" }
2
{ "pile_set_name": "Github" }
package hu.advancedweb.scott.instrumentation.transformation; /** * Metadata of a field accessed by a test case. * * @author David Csakvari */ class AccessedField { final String owner; final String name; final String desc; final boolean isStatic; public AccessedField(String owner, String name, String desc...
{ "pile_set_name": "Github" }
/* Copyright 2018 James Laird-Wah * * 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 version. * * This program is distribut...
{ "pile_set_name": "Github" }
/* * Davicom DM96xx USB 10/100Mbps ethernet devices * * Peter Korsgaard <jacmet@sunsite.dk> * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether express or implied. */ //#define DEBUG #include <li...
{ "pile_set_name": "Github" }
/* Copyright 2016 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, ...
{ "pile_set_name": "Github" }
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'pastetext', 'gu', { button: 'પેસ્ટ (ટેક્સ્ટ)', pasteNotification: 'Press %1 to paste. Your browser doesn‘t support pasting with...
{ "pile_set_name": "Github" }
using System.Collections.Generic; namespace NTMiner.Core { public interface IOperationResultSet { void Add(OperationResultDto operationResult); List<OperationResultDto> Gets(long afterTime); } }
{ "pile_set_name": "Github" }
--- layout: reference section: learn title: Event permalink: /learn/ref/Microsoft.Coyote/Event/Event --- # Event constructor The default constructor. ```csharp protected Event() ``` ## See Also * class [Event](../EventType) * namespace [Microsoft.Coyote](../EventType) * assembly [Microsoft.Coyote](../../MicrosoftCo...
{ "pile_set_name": "Github" }
#!/bin/sh cd ${0%/*} || exit 1 # run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions setDecompressionTankFine() { blockMeshDict="constant/polyMesh/blockMeshDict" controlDict="system/controlDict" sed \ -e s/"30 20"/"120 80"/g \ -e s/"30 5"/"120 20"/g...
{ "pile_set_name": "Github" }
import App from './App.svelte'; const app = new App({ target: document.body }); window.app = app; export default app;
{ "pile_set_name": "Github" }
<?php /* * This file is part of Respect/Validation. * * (c) Alexandre Gomes Gaigalas <alexandre@gaigalas.net> * * For the full copyright and license information, please view the "LICENSE.md" * file that was distributed with this source code. */ namespace Respect\Validation\Exceptions\SubdivisionCode; use Resp...
{ "pile_set_name": "Github" }
/*###ICF### Section handled by ICF editor, don't touch! ****/ /*-Editor annotation file-*/ /* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ /*-Specials-*/ define symbol __ICFEDIT_intvec_start__ = 0x00000000; /*-Memory Regions-*/ define symbol __ICFEDIT_region_ROM_start__ = 0x00000000; define s...
{ "pile_set_name": "Github" }
require_relative '../../lib/week_of_month' require_relative '../../lib/reform/open_form' require_relative '../../lib/camelize_keys' require_relative '../../lib/stringify_ids' require_relative '../../lib/oembed'
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0+ # # Copyright (C) 2017 NXP Semiconductors # Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com> What is NVMe ============ NVM Express (NVMe) is a register level interface that allows host software to communicate with a non-volatile memory subsystem. This interface is optimized for ent...
{ "pile_set_name": "Github" }
/* * sst-atom-controls.c - Intel MID Platform driver DPCM ALSA controls for Mrfld * * Copyright (C) 2013-14 Intel Corp * Author: Omair Mohammed Abdullah <omair.m.abdullah@intel.com> * Vinod Koul <vinod.koul@intel.com> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * * This pro...
{ "pile_set_name": "Github" }
package field.core.plugins.autoexecute; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.Map; import java.util.TreeSet; import java.util.regex.Pattern; import field.bytecode.protect.Woven; import field.core.dispatch.iVisualElement; impor...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ********************************************************************** * Copyright (C) 1996-2016, International Business Machines * Corporation and others. All Rights Reserved. ***********************...
{ "pile_set_name": "Github" }
/* * Copyright 2014 Advanced Micro Devices, Inc. * * 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, m...
{ "pile_set_name": "Github" }
desc_be=Кліент ADSL longdesc_be=Наладзьце кліент PPP пры дапамозе пакета RP-PPPoE. name_be=ADSL
{ "pile_set_name": "Github" }
.x-mask background-color: rgba(26,26,29,0.27)
{ "pile_set_name": "Github" }