input
stringlengths
1
893
label
int64
0
1
/* (c) 2020 Open Source Geospatial Foundation - all rights reserved * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ /* Copyright (c)
1
namespace NxBRE.InferenceEngine.IO { using System; using System.Collections.Generic; using NxBRE.InferenceEngine.Rules; /// <summary> /// Provides attributes for defining saving format of rule base /// </summary> public enum SaveFormatAttributes { /// <summary> /// Compact RuleML
1
--- -api-id: P:Windows.UI.Composition.CompositionTarget.Root -api-type: winrt property --- <!-- Property syntax public Windows.UI.Composition.Visual Root { get; set; } --> # Windows.UI.Composition.CompositionTarget.Root ## -description The root of the composition tree to display. ## -property-value
1
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef
1
//! moment.js locale configuration //! locale : Latvian [lv] //! author : Kristaps Karlsons : https://github.com/skakri //! author : Jānis Elmeris : https://github.com/JanisE ;(function (global, factory) { typeof exports === 'object' &&
1
Source: duplicati Section: utils Priority: extra Maintainer: Kenneth Skovhede <kenneth@duplicati.com> Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.4 Homepage: http://www.duplicati.com Vcs-Git: https://github.com/duplicati/duplicati.git Package: duplicati Architecture: all Depends: mono-runtime (>= 5.10.0), ca-certificates-mono, libmono-2.0-1, libmono-system-core4.0-cil, libmono-system-configuration4.0-cil,
1
/* * Copyright (C) 2009 Alexandre Courbot * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as
1
<!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 (version 1.7.0_79) on Wed Jul 20 08:39:15 PDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1
// This file is part of nbind, copyright (C) 2014-2015 BusFaster Ltd. // Released under the MIT license, see LICENSE. #include <cstdio> #include "nbind/api.h" #include "Coord.h" class Nullable { public: static Coord
1
{ "name": "fastclick", "filename": "fastclick.min.js", "version": "1.0.0", "description": "Polyfill to remove click delays on browsers with touch UIs", "homepage": "https://github.com/ftlabs/fastclick", "keywords": [ "fastclick", "mobile", "touch", "tap", "click", "delay" ], "maintainers": [ {
1
#INCLUDE:hdctrl_openpower_ipmi.bundle# reg_linux_diskfull_installation_flat confignetwork_static_installnic confignetwork_s_installnic_secondarynic_updatenode confignetwork_secondarynic_updatenode confignetwork_secondarynic_nicaliases_updatenode confignetwork_secondarynic_nicextraparams_updatenode confignetwork_disable_set_to_yes confignetwork_disable_set_to_1 confignetwork_niccustomscripts confignetwork_secondarynic_nicnetworks_updatenode_false confignetwork_secondarynic_nicips_updatenode_false confignetwork_secondarynic_nictype_updatenode_false confignetwork_2eth_bridge_br0 confignetwork_2eth_bridge_br22_br33 confignetwork_bond_false confignetwork_installnic_2eth_bridge_br22_br33 confignetwork_vlan_bond confignetwork_vlan_eth0 confignetwork_vlan_false confignetwork__bridge_false makeconservercf_null makeconservercf_noderange makeconservercf_d reg_linux_diskless_installation_flat
1
// SetupDlg.cpp : 实现文件 // #include "stdafx.h" #include "AgoraMediaSource.h" #include "SetupDlg.h" #include "afxdialogex.h" // CSetupDlg 对话框 IMPLEMENT_DYNAMIC(CSetupDlg, CDialogEx) CSetupDlg::CSetupDlg(CWnd* pParent /*=NULL*/) : CDialogEx(CSetupDlg::IDD, pParent) { } CSetupDlg::~CSetupDlg() { } void CSetupDlg::DoDataExchange(CDataExchange* pDX)
1
class ChangeAlertMessageSize < ActiveRecord::Migration[4.2] def up change_column :alerts, :message, :text end def down change_column :alerts, :message, :string end end
1
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; } .tipsy-inner { background-color: #000; color: #FFF; max-width: 600px; padding: 5px 8px 4px 8px; text-align: center; } /* Rounded corners */ .tipsy-inner
1
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
1
import Collapse from 'components/Markdown/Collapse' export const meta = { title: 'Check Existence (TypeScript)', position: 110, technology: "typescript", technologyOrder: 2, articleGroup: "Check Existence", } ## Overview The Prisma client lets you check whether
1
C Z6.0+pooncelock+pooncelock+pombonce (* * Result: Sometimes * * This example demonstrates that a pair of accesses made by different * processes each while holding a given lock will not necessarily be *
1
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php *******************************************************************************/ KindEditor.plugin('image', function(K) { var self =
1
object Bar { trait A case class A0(foo: Int) extends A } object Foo { import Bar.A def buzz(a: A) = { a match { case A0(_) => // error } }
1
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types"; export const definition: IconDefinition; export const faSignInAlt: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number;
1
@echo off cls .paket\paket.bootstrapper.exe prerelease if errorlevel 1 ( exit /b %errorlevel% ) .paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) packages\FAKE\tools\FAKE.exe build.fsx %* --nocache
1
// HTMLParser Library $Name: v1_5 $ - A java-based parser for HTML // http://sourceforge.org/projects/htmlparser // Copyright (C) 2004 Claude Duguay // // Revision Control Information // // $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/EncodingChangeException.java,v $ // $Author:
1
/*! * Bootstrap v3.0.3 (http://getbootstrap.com) * Copyright 2013 Twitter, Inc. * Licensed under http://www.apache.org/licenses/LICENSE-2.0 */ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery") } /* ======================================================================== * Bootstrap: transition.js
1
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <SystemMigration/SMSystem.h> @class NSString; @interface SMSystem_Scanning : SMSystem { NSString *_displayMessage;
1
# Generated with generate_ssl_tests.pl num_tests = 9 test-0 = 0-verify-success test-1 = 1-verify-custom-reject test-2 = 2-verify-custom-allow test-3 = 3-noverify-success test-4 = 4-noverify-ignore-custom-reject test-5 = 5-noverify-accept-custom-allow test-6 = 6-verify-fail-no-root test-7 = 7-verify-custom-success-no-root test-8
1
// RUN: %clang_cc1 -fsyntax-only -std=c++11 %s -verify // rdar://12645424, crash due to a double-free template<typename _Tp> struct __add_lvalue_reference_helper {}; template<typename _Tp> struct add_lvalue_reference : __add_lvalue_reference_helper<_Tp> { typedef _Tp type; }; template<typename... Types>
1
/* * operations for finsh shell. * * COPYRIGHT (C) 2006 - 2013, RT-Thread Development Team * * This file is part of RT-Thread (http://www.rt-thread.org) * Maintainer: bernard.xiong <bernard.xiong at gmail.com> *
1
/* * MUSB OTG driver register I/O * * Copyright 2005 Mentor Graphics Corporation * Copyright (C) 2005-2006 by Texas Instruments * Copyright (C) 2006-2007 Nokia Corporation * * This program is
1
<?xml version="1.0" encoding="utf-8"?><!-- ~ MIT License ~ ~ Copyright (c) 2019 Adetunji Dahunsi ~ ~ Permission is hereby granted, free of charge, to any person obtaining a copy ~ of this software
1
{ "version": 8, "metadata": { "test": { "collisionDebug": true, "width": 500, "height": 500, "queryGeometry": [ 370, 305 ] } }, "center": [ -74.522, 39.92 ], "zoom": 8, "bearing": 45, "sources": { "us-counties":
1
package org.broadinstitute.hellbender.tools.walkers.mutect.filtering; import htsjdk.variant.variantcontext.VariantContext; import org.broadinstitute.hellbender.utils.variant.GATKVCFConstants; import java.util.Arrays; import java.util.Collections; import java.util.List; public class MultiallelicFilter extends HardFilter { private final int numAltAllelesThreshold; private static final double MULTIALLELIC_LOD_THRESHOLD = 5.0; public MultiallelicFilter(final int
1
// (C) Copyright John Maddock 2007. // Use, modification and distribution are subject to 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) // //
1
From ab8b54cfc9d3fddba297c343a2d8dea9dbe20017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Krause?= <joerg.krause@embedded.rocks> Date: Tue, 4 Aug 2015 22:13:20 +0200 Subject: [PATCH] drop configh from tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>ESP32VGA: FabGL::Glyph Struct Reference</title> <link href="tabs.css" rel="stylesheet"
1
#!/usr/bin/python from d3py import javascript as JS def test_JavaScript_object_lookup(): g = JS.Selection("g").attr("color", "red") j = JS.JavaScript() + g assert(j.get_object("g", JS.Selection) == g) g.attr("test", "test") assert(j.get_object("g", JS.Selection) == g) f = JS.Function("test", None,
1
define(["exports", "./dom.js", "./modify-template.js", "./render.js", "./template-factory.js", "./template-instance.js", "./template.js", "../lit-html.js"], function (_exports, _dom, _modifyTemplate, _render, _templateFactory, _templateInstance, _template, _litHtml) { "use strict"; Object.defineProperty(_exports, "__esModule", { value: true }); Object.defineProperty(_exports, "html", { enumerable: true, get:
1
#pragma once #ifdef _MSC_VER #include <vtkWin32RenderWindowInteractor.h> namespace quick { namespace Vtk { class Win32Interactor : public vtkWin32RenderWindowInteractor { public: vtkTypeMacro(Win32Interactor, vtkWin32RenderWindowInteractor); static Win32Interactor* New(); auto Initialize() -> void override; protected: Win32Interactor() =
1
(function() { // PATCH BEGIN var opacityRe = /alpha\(opacity=(.*)\)/i; var trimRe = /^\s+|\s+$/g; var focusRe = /button|input|textarea|select|object/; // PATCH END Ext.apply(Ext.Element.prototype, { setOpacity: function(opacity, animate) { var me = this, dom =
1
namespace MassTransit.AmazonSqsTransport.Transport { using System.Collections.Generic; using System.Threading.Tasks; using Amazon.SQS.Model; using GreenPipes; using Transports; public class SqsErrorTransport : SqsMoveTransport, IErrorTransport { readonly ITransportSetHeaderAdapter<MessageAttributeValue> _headerAdapter; public SqsErrorTransport(string destination, ITransportSetHeaderAdapter<MessageAttributeValue> headerAdapter, IFilter<ClientContext> topologyFilter) : base(destination,
1
{-# LANGUAGE TemplateHaskell #-} module Foo where -- This is here just to trigger template haskell blork = $([| 1 + 1 |])
1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a
1
/*globals define, $*/ /*jshint browser: true*/ define([ './ModelItem', './ArtifactModal', 'panel/FloatingActionButton/styles/Materialize', 'deepforge/storage/index', 'deepforge/viz/ConfirmDialog', 'deepforge/viz/StorageHelpers', 'text!./Table.html', 'css!./styles/ArtifactIndexWidget.css' ], function ( ModelItem, ArtifactModal, Materialize, Storage, ConfirmDialog, StorageHelpers, TABLE_HTML ) { 'use strict'; var ArtifactIndexWidget, WIDGET_CLASS
1
with "aunit.gpr"; with "src/hermes.gpr"; project Master is type Os_Type is ("Unix", "Windows_NT"); Os : Os_Type := external ("OS", "Unix"); for Source_Dirs use ("tests"); for Object_Dir use "build"; for Main use ("tests.adb"); package
1
// Copyright 2014 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 cases
1
{ "name": "authorizenet/authorizenet", "type": "library", "description": "Official PHP SDK for Authorize.Net", "keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"], "license": "proprietary", "homepage": "http://developer.authorize.net", "require": { "php": ">=5.6", "ext-curl": "*", "ext-json": "*" }, "require-dev": { "phpunit/phpunit":
1
####################### # Singapore (sg) Singapore, m:6.8m
1
<script> import { createEventDispatcher, onDestroy, onMount } from 'svelte' import { fly, fade } from 'svelte/transition' import Notice, { filterProps } from '../Notice.svelte' /** Text or html message for toast * @svelte-prop
1
import java.util.Arrays; /** * 计数排序 */ public class CountingSort implements IArraySort { @Override public int[] sort(int[] sourceArray) throws Exception { // 对 arr 进行拷贝,不改变参数内容 int[] arr = Arrays.copyOf(sourceArray, sourceArray.length); int maxValue =
1
package com.momentolabs.app.security.applocker.ui.callblocker.service import android.annotation.TargetApi import android.os.Build import android.telecom.InCallService @TargetApi(Build.VERSION_CODES.M) class CallService : InCallService()
1
# # Makefile for the video capture/playback device drivers. # tuner-objs := tuner-core.o msp3400-objs := msp3400-driver.o msp3400-kthreads.o stkwebcam-objs := stk-webcam.o stk-sensor.o omap2cam-objs := omap24xxcam.o omap24xxcam-dma.o videodev-objs := v4l2-dev.o v4l2-ioctl.o v4l2-device.o # V4L2
1
*%(basename)s:5: ReferenceError: Invalid left-hand side expression in prefix operation function f() { ++new.target } ^^^^^^^^^^ ReferenceError: Invalid left-hand side expression in prefix operation
0
// -*- C++ -*- // Package: SiPixelESProducers // Class: SiPixelDetInfoFileWriter // Original Author: V.Chiochia (adapted from the Strip version by G.Bruno) // Created: Mon May 20 10:04:31 CET 2007 #include "CalibTracker/SiPixelESProducers/interface/SiPixelDetInfoFileWriter.h" #include
0
objtool-y += decode.o inat_tables_script = arch/x86/tools/gen-insn-attr-x86.awk inat_tables_maps = arch/x86/lib/x86-opcode-map.txt $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps) $(call rule_mkdir) $(Q)$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
0
<?php class Issue765Test extends PHPUnit_Framework_TestCase { public function testDependee() { $this->assertTrue(true); } /** * @depends testDependee * @dataProvider dependentProvider */ public function testDependent($a) { $this->assertTrue(true); } public function dependentProvider() { throw new
0
defmodule KafkaEx.Partitioner do @moduledoc """ Behaviour definition for partitioners, that assigns partitions for requests. """ alias KafkaEx.Protocol.Produce.Request, as: ProduceRequest alias KafkaEx.Protocol.Metadata.Response, as: MetadataResponse @callback assign_partition( request :: %ProduceRequest{}, metadata :: %MetadataResponse{} )
0
/* * Copyright 2012 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You
0
@model IEnumerable<MvcDemo.Models.Album> @{ ViewBag.Title = "Index"; } @if (TempData["Message"] != null) { <div class="alert alert-success"> <strong>Created album</strong> You successfully read created @TempData["Message"].ToString() </div> } <h2>Index</h2> <p> @Html.ActionLink("Create New", "Create") </p> <table class="table">
0
display_name = "Nintendo - SNES / Famicom (nSide Balanced)" authors = "hex-usr" supported_extensions = "sfc|smc|gb|gbc|bml|rom" corename = "nSide (Super Famicom Balanced)" manufacturer = "Nintendo" categories = "Emulator" systemname = "Super Nintendo Entertainment
0
<Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <ProjectReference Include="..\NetcoreDbgTest\NetcoreDbgTest.csproj" /> </ItemGroup> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp2.1</TargetFramework> </PropertyGroup> </Project>
0
~ tcprstat ~ tcprstat is a pcap-based tool that extracts information about TCP response times. It works by sniffing for TCP "requests" (inbound packets) and measures the time that it takes for
0
# # distutils/version.py # # Implements multiple version numbering conventions for the # Python Module Distribution Utilities. # # $Id$ # """Provides classes to represent module version numbers (one class for each
0
namespace Telerik.UI.Xaml.Controls.Data { /// <summary> /// Represents the possible item virtualization states. /// </summary> public enum ItemState { /// <summary> /// The visual item is about to be recycled for further use.
0
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2019-06-29 WillianChan first version */ #include <rtthread.h> #ifdef PKG_USING_NRF24L01 #include "drv_spi.h"
0
/**************************************************************************** ** ** Copyright (C) 2016 Denis Mingulov. ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License
0
<?php namespace ApacheSolrForTypo3\Solr\Controller\Backend\Search; /*************************************************************** * Copyright notice * * (c) 2010-2017 dkd Internet Service GmbH <solr-support@dkd.de> * All rights reserved * * This script is part of the TYPO3 project. The TYPO3
0
// Extends from concepts found in sampleMaterial.glsl // Combines multiple importance sampling with // Walter Et al. (2007) - Microfacet Models for Refraction through Rough Surfaces // https://www.cs.cornell.edu/~srm/publications/EGSR07-btdf.html export default ` #ifdef
0
@import '~antd/lib/style/themes/default.less'; @import '~@/utils/utils.less'; .activitiesList { padding: 0 24px 8px 24px; .username { color: @text-color; } .event { font-weight: normal; } } .pageHeaderContent { display: flex; .avatar { flex: 0 1 72px;
0
/* 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
0
<?xml version="1.0" encoding="utf-8"?> <proposicao tipo="PLP " numero="302" ano="2013"> <nomeProposicao>PLP 302/2013</nomeProposicao> <idProposicao>585608</idProposicao> <idProposicaoPrincipal> </idProposicaoPrincipal> <nomeProposicaoOrigem>PLS 224/2013</nomeProposicaoOrigem> <tipoProposicao>Projeto de Lei Complementar</tipoProposicao> <tema>Trabalho e Emprego</tema> <Ementa>Dispõe sobre o contrato de trabalho doméstico; altera as Leis
0
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd"><!-- saved from url=(0013)about:internet --> <?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" pref:renderer="mathplayer-dl"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>gluOrtho2D</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /></head><body><div class="refentry"><a
0
var convert = require('./convert'), func = convert('snakeCase', require('../snakeCase'), require('./_falseOptions')); func.placeholder = require('./placeholder'); module.exports = func;
0
const t = require('@babel/types') const { getCode } = require('../../../util') function processClassArrayExpressionElements (classArrayExpression) { let binaryExpression classArrayExpression.elements.forEach(expr => { if (!binaryExpression) { binaryExpression = t.parenthesizedExpression(expr) } else { binaryExpression = t.parenthesizedExpression(t.binaryExpression( '+',
0
{ "images" : [ { "idiom" : "universal", "filename" : "file_color.png", "scale" : "1x" }, { "idiom" : "universal", "filename" : "file_color@2x.png", "scale" : "2x" }, { "idiom" : "universal", "filename" :
0
html, body { width: 100%; padding: 0; margin: 0; background: #f3f3f4; } html, body, button { font: 10px "Open Sans", sans-serif; } header { background: #000; color: #fff; height: 4.9rem; position: relative;
0
##Script for creating Modelnet40 Datasets # A Brock, 2016 # This code, in its current form, saves an NPZ file by reading in a .mat file # (previously prepared using the make_mats.m
0
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/type.ino_t.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/type.ino_t.html">../../../../libc/type.ino_t.html</a>...</p> <script>location.replace("../../../../libc/type.ino_t.html" + location.search + location.hash);</script> </body> </html>
0
// Rewrite of the Bounty Hunter Shuriken Toss // Author: chrislotix // Date: November 28, 2015 // Version: 6.81 // Type: Datadriven "shuriken_toss_datadriven" { // General //------------------------------------------------------------------------------------------------------------- "BaseClass" "ability_datadriven" "AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_UNIT_TARGET" "FightRecapLevel"
0
/* LzmaEnc.c -- LZMA Encoder 2009-02-02 : Igor Pavlov : Public domain */ #include <string.h> /* #define SHOW_STAT */ /* #define SHOW_STAT2 */ #if defined(SHOW_STAT) || defined(SHOW_STAT2) #include <stdio.h> #endif #include "LzmaEnc.h"
0
// Copyright 2012 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
0
/Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac-dummy.o /Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GTMNSData+zlib.o /Users/nikhilsridhar/Desktop/GeoFirestore-iOS/Example/Build/Intermediates/Pods.build/Debug-iphonesimulator/GoogleToolboxForMac.build/Objects-normal/x86_64/GoogleToolboxForMac_vers.o
0
(function(){ function toggle(ev) { var button = ev.target; var parent = ev.target.parentElement; while(parent) { if (parent.tagName === 'TR' && parent.classList.contains('test-interface')) break; parent = parent.parentElement; } if (!parent) return; var direction; if (button.classList.contains('opened'))
0
// +build darwin freebsd openbsd netbsd // +build !appengine package isatty import ( "syscall" "unsafe" ) const ioctlReadTermios = syscall.TIOCGETA // IsTerminal return true if the file descriptor is terminal. func IsTerminal(fd
0
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Dhl\Model\Source\Method; /** * Source model for DHL shipping methods for documentation */ class Unitofmeasure
0
package ast import ( "reflect" "strings" "testing" "github.com/hashicorp/hcl/hcl/token" ) func TestObjectListFilter(t *testing.T) { var cases = []struct { Filter []string Input []*ObjectItem Output []*ObjectItem }{ { []string{"foo"}, []*ObjectItem{ &ObjectItem{ Keys: []*ObjectKey{ &ObjectKey{
0
using System; using System.Threading; using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using Waher.Networking.XMPP.Interoperability; namespace Waher.Networking.XMPP.Test { [TestClass] public class XmppInteroperabilityTests : CommunicationTests { private InteroperabilityClient interopClient; private InteroperabilityServer interopServer; public override void ConnectClients() { base.ConnectClients();
0
/* zzekrmch.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */
0
export { default as unstable_createElement } from './exports/createElement'; export { default as findNodeHandle } from './exports/findNodeHandle'; export { default as processColor } from './exports/processColor'; export { default as render } from './exports/render';
0
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. install(FILES target/docker-api-jar-with-dependencies.jar DESTINATION conf/node-admin-app/components)
0
# Copyright © Magento, Inc. All rights reserved. # See COPYING.txt for license details. type Item { integer_list: [Int] @resolver(class: "Magento\\TestModuleGraphQlQueryExtension\\Model\\Resolver\\IntegerList") } type MutationItem { integer_list: [Int] @resolver(class: "Magento\\TestModuleGraphQlQueryExtension\\Model\\Resolver\\IntegerList") }
0
#!/bin/bash cd $ALLSKY_HOME # Subtract dark frame if there is one defined in config.sh # Find the closest dark frame temperature wise CLOSEST_TEMP=0 DIFF=100 for file in darks/* do if [[ -f
0
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses this
0
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH BITCOINXD "1" "September 2017" "bitcoinxd v0.16.0.1" "User Commands" .SH NAME bitcoinxd \- manual page for bitcoinxd v0.16.0.1 .SH DESCRIPTION
0
/* Copyright 2015 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
0
## # This module requires Metasploit: https://metasploit.com/download # Current source: https://github.com/rapid7/metasploit-framework ## class MetasploitModule < Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::Remote::HttpClient def initialize(info = {}) super(update_info(info, 'Name' => 'Easy Chat Server User
0
<map id="chi::Subprocess::attachStringToStdOut" name="chi::Subprocess::attachStringToStdOut"> <area shape="rect" id="node2" href="$namespacechi.html#af2fbd3aba94ecac3f7b70548da25f4ee" title="Use chi&#45;ctollvm to compile C source code to a llvm module It also uses stdCIncludePaths to find basic..." alt="" coords="248,42,399,69"/> <area shape="rect" id="node3" href="$structchi_1_1GraphModule.html#a24162d01532244d8945128b71af5fc48" title="From
0
{ "_args": [ [ { "raw": "os-browserify@^0.2.0", "scope": null, "escapedName": "os-browserify", "name": "os-browserify", "rawSpec": "^0.2.0", "spec": ">=0.2.0 <0.3.0", "type": "range" }, "/Users/Parry/Desktop/webpack2-tourist/003/node_modules/node-libs-browser" ] ], "_cnpm_publish_time": 1459319485669, "_from": "os-browserify@>=0.2.0 <0.3.0", "_hasShrinkwrap": false, "_id":
0
/* * Copyright (c) 2015 Henrik Gramner * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or modify * it under the terms
0
import React from 'react'; import App from './App'; import renderer from 'react-test-renderer'; it('renders without crashing', () => { const rendered = renderer.create(<App />).toJSON(); expect(rendered).toBeTruthy(); });
0
StartChar: uni1D01 Encoding: 7425 7425 2859 GlifName: uni1D_01 Width: 644 VWidth: 0 Flags: HMW LayerCount: 3 Fore Refer: 1759 -1 N 1 0 0 1 0 0 2 Validated: 1 EndChar
0
/* * Copyright (c) 2004-2005 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are
0