text
stringlengths
2
99.9k
meta
dict
<?php return [ 'user_validate' => '自定义验证' ];
{ "pile_set_name": "Github" }
<server> <featureManager> <feature>jaxws-2.2</feature> <feature>servlet-3.1</feature> <feature>jdbc-4.0</feature> <feature>mpMetrics-3.0</feature> <feature>monitor-1.0</feature> </featureManager> <include location="../fatTestPorts.xml"/> <include location="server...
{ "pile_set_name": "Github" }
[ { "category": "``neptune``", "description": "Update neptune client to latest version", "type": "api-change" }, { "category": "``elbv2``", "description": "Update elbv2 client to latest version", "type": "api-change" } ]
{ "pile_set_name": "Github" }
# Text v2 plugin HTTP API The text plugin name is `text_v2`, so all its routes are under `/data/plugin/text_v2`. ## `/data/plugin/text_v2/tags` Retrieves an index of tags containint text data. Returns a dictionary mapping from `runName` (quoted string) to an array of `tagName`. Here is an example: ```json { "...
{ "pile_set_name": "Github" }
// <copyright file="PromptDialogViewModel.cs" company="Automate The Planet Ltd."> // Copyright 2016 Automate The Planet Ltd. // 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.apach...
{ "pile_set_name": "Github" }
/* * jdatadst.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains compression data destination routines for the case of * emitting JPEG data to a file (or a...
{ "pile_set_name": "Github" }
#include "rk_driver.h" #include "rk_router.h" /* ROUTING ROUTINES * Redirection and routing routines, including * multicast and broadcast lists. Lists are * protected with Mutex. Enables complete * compromise of any firewall. */ /* route a packet to another host using * encrypted encapsulation ...
{ "pile_set_name": "Github" }
/* * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. * Distributed under the terms of the MIT License. */ #include "StackFrame.h" #include <new> #include "CpuState.h" #include "FunctionInstance.h" #include "Image.h" #include "StackFrameDebugInfo.h" #include "StackFrameValueInfos.h" #include "StackFrameValues...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <script src="ContentScripts.js"></script> <head> <title>Component Creator Start</title> <link rel="stylesheet" type="text/css" href="DWSIMstyle.css"> </head> <body onload="LoadMenue()"> <!-- ==============================================...
{ "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=btver2 -resource-pressure=false -retire-stats -iterations=1 < %s | FileCheck %s vsqrtps %xmm0, %xmm2 vaddps %xmm0, %xmm1, %xmm2 vaddps %xmm0, %xmm1, %xmm2 vaddps %xmm0, %xmm1, ...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: io.netty:netty-common:4.1.33.Final"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.33.Final/netty-common-4.1.33.Final.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/io/netty/netty-common/4.1.33....
{ "pile_set_name": "Github" }
// // SUAppcastItem.h // Sparkle // // Created by Andy Matuschak on 3/12/06. // Copyright 2006 Andy Matuschak. All rights reserved. // #ifndef SUAPPCASTITEM_H #define SUAPPCASTITEM_H #if __has_feature(modules) @import Foundation; #else #import <Foundation/Foundation.h> #endif #import "SUExport.h" @class SUSignatu...
{ "pile_set_name": "Github" }
stderr of test 'mergepart11` in directory 'sql/test/merge-partitions` itself: # 09:47:13 > # 09:47:13 > "mserver5" "--debug=10" "--set" "gdk_nr_threads=0" "--set" "mapi_open=true" "--set" "mapi_port=39288" "--set" "mapi_usock=/var/tmp/mtest-21121/.s.monetdb.39288" "--set" "monet_prompt=" "--forcemito" "--dbpath=/h...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2016 DeepCortex GmbH <legal@eventql.io> * Authors: * - Paul Asmuth <paul@eventql.io> * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License ("the license") as * published by the Free Software Foundation, either ...
{ "pile_set_name": "Github" }
import _ from 'lodash'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; import { saveRemotePathMapping, setRemotePathMappingValue } from 'Store/Actions/settingsActions'; import selectSettings from 'Store/Sele...
{ "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 not us...
{ "pile_set_name": "Github" }
# Header, don't edit NLF v6 # Language ID 1030 # Font and size - dash (-) means default - - # Codepage - dash (-) means ANSI code page 1252 # RTL - anything else than RTL means LTR - # Translation by Claus Futtrup # ^Branding Nullsoft Install System %s # ^SetupCaption $(^Name) Installation # ^UninstallC...
{ "pile_set_name": "Github" }
using UnityEngine; using System.Collections; using LuaInterface; public class TestLuaThread : MonoBehaviour { string script = @" function fib(n) local a, b = 0, 1 while n > 0 do a, b = b, a + b n = n - 1 ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ --> <html> <head> <title>CSS Reference</title> <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> <meta charset="utf-8"> <style> .container { dis...
{ "pile_set_name": "Github" }
phase name id description ---------- -- ----------- parser 1 parse source into ASTs, perform simple desugaring jspretyper 2 capture pre-typer only tree info (for Scala.js) namer 3 resolve names, attach symbols to named trees packageobjects 4 load package objects typ...
{ "pile_set_name": "Github" }
<?php // $Id: calendar-day-node.tpl.php,v 1.1.2.2 2010/12/31 23:31:28 karens Exp $ /** * @file * Template to display a view item as a calendar day node. * * $node * A node object for this calendar item. Note this is * not a complete node object, but it will have $node->nid * that you can use to load the ...
{ "pile_set_name": "Github" }
package model.events { import flash.utils.ByteArray; import flash.events.Event; // 決定 public class AvatarQuestEvent extends Event { public static const GET_QUEST:String = 'get_quest'; public static const USE_QUEST:String = 'use_quest'; public var obj:*; public var i...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////// // // This file is part of the Corona game engine. // For overview and more information on licensing please refer to README.md // Home page: https://github.com/coronalabs/corona // Contact: support@coronalabs.com // ////////////////////////...
{ "pile_set_name": "Github" }
# Make an object with a NoteProperty X by an expression getting $null $x = 1 | Select-Object -Property @{Name = 'X'; Expression = {$null}} # Works $x | Group-Object -Property X
{ "pile_set_name": "Github" }
/** * @file * SNMP message processing (RFC1157). */ /* * Copyright (c) 2006 Axon Digital Design B.V., The Netherlands. * Copyright (c) 2016 Elias Oenal. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following condi...
{ "pile_set_name": "Github" }
name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: new: runs-on: ubuntu-latest name: Testing New Projects steps: - name: Set up Golang uses: actions/setup-go@v2.0.3 with: go-version: 1.13 - uses: actions/checkout@v2.3.1 ...
{ "pile_set_name": "Github" }
// Copyright 2020 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. module content.mojom; enum RendererType { // Media playback uses RendererImpl, which is the same as other // platforms. For video codec supported by ...
{ "pile_set_name": "Github" }
//! This account contains the clock slot, epoch, and leader_schedule_epoch //! pub use crate::clock::Clock; use crate::sysvar::Sysvar; crate::declare_sysvar_id!("SysvarC1ock11111111111111111111111111111111", Clock); impl Sysvar for Clock {}
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2002. // 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 PREPROCESSOR_DWA200247_HPP # define PREPROCESSOR_DWA200247_HPP # include <boost/preprocessor/cat.hpp> # include <...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> <services> <servi...
{ "pile_set_name": "Github" }
# OPcache (Opcode Cache) ---- ### Custom Files *Live configuration files and boilerplates used by current SlickStack installation that may be altered by LittleBizzy or Ubuntu for better performance.* * (coming soon) ### Default Files *Raw files from the vendor’s original release (e.g. official repo), not altered ...
{ "pile_set_name": "Github" }
#pragma once #include "Scenes/Hexus/CardData/CardData.h" class CardBinary3 : public CardData { public: CardBinary3(); virtual ~CardBinary3(); };
{ "pile_set_name": "Github" }
/* array structure interface version 3 declarations */ #if !defined(PG_ARRAYINTER_HEADER) #define PG_ARRAYINTER_HEADER static const int PAI_CONTIGUOUS = 0x01; static const int PAI_FORTRAN = 0x02; static const int PAI_ALIGNED = 0x100; static const int PAI_NOTSWAPPED = 0x200; static const int PAI_WRITEABLE = 0x400; sta...
{ "pile_set_name": "Github" }
package emr //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 //distribut...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- copyright : (C) 2003-2004 Bernhard Wymann email : berniw@bluewin.ch version : $Id: software-requirements.html,v 1.1 2004/11/30 14:02:05 berniw Exp $ Permission is granted to copy, distribute and/or modify this document under the te...
{ "pile_set_name": "Github" }
0000000000000000000000000000000000000000 c607fc30883e335def28cd686b51f6cfa02b06ec Edward Thomson <ethomson@edwardthomson.com> 1352096711 -0600 branch: Created from c607fc30883e335def28cd686b51f6cfa02b06ec c607fc30883e335def28cd686b51f6cfa02b06ec ebc09d0137cfb0c26697aed0109fb943ad906f3f Edward Thomson <ethomson@edwardth...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Storyshots @components/atoms/NotificationTemplate default 1`] = ` .c0 { position: relative; margin: 20px; } .c5 { position: absolute; width: 100%; height: 100%; border: 3px solid rgba(0,0,0,0.2); top: 0; left: 0; pointer-events: none; box-sizing:...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. # # 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/lic...
{ "pile_set_name": "Github" }
#pragma once #include <stdint.h> #include <kern/sched_prim.h> #include "libudis86/extern.h" struct op { // one of either. order here matters. union { x86_saved_state64_t *state64; x86_saved_state32_t *state32; }; enum { SAVEDSTATE_64, SAVEDSTATE_32, } state_flavor; // just another version of the above...
{ "pile_set_name": "Github" }
/* Copyright 2012-2013 CNR-ISTI, http://isti.cnr.it Institute of Information Science and Technologies of the Italian National Research Council See the NOTICE file distributed with this work for additional information regarding copyright ownership Licensed under the Apache License, Version 2.0 (the ...
{ "pile_set_name": "Github" }
/* * HID driver for LC Power Model RC1000MCE * * Copyright (c) 2011 Chris Schlund * based on hid-topseed module */ /* * 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 ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of SwiftMailer. * (c) 2004-2009 Chris Corbyn * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * Logs events in the Transport system. * * @author Chris Corbyn */ interface Swift_Plugins_Logge...
{ "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" }
#include <stdlib.h> #include <glib.h> #include <gmodule.h> #include <check.h> #include <string.h> #include <stdio.h> #include "md5.h" /* From RFC 1321 */ struct md5_test { const char *str; md5_byte_t expected[16]; } tests[] = { { "", { 0xd4, 0x1d, 0x8c, 0xd9, 0x8f, 0x00, 0xb2, 0x04, 0xe9, 0x80, 0x09, 0x98, 0xec,...
{ "pile_set_name": "Github" }
Shader "Hidden/PostProcessing/Debug/Vectorscope" { HLSLINCLUDE #pragma exclude_renderers gles gles3 d3d11_9x #pragma target 4.5 #include "../StdLib.hlsl" #include "../Colors.hlsl" StructuredBuffer<uint> _VectorscopeBuffer; float3 _Params; // x: width, y: hei...
{ "pile_set_name": "Github" }
// // DateTimeAxis.cs // // Author: // Lluis Sanchez Gual // // Copyright (C) 2005 Novell, Inc (http://www.novell.com) // // 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 restrict...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sun-application-client PUBLIC '-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 8.0 Application Client 1.4//EN' 'http://www.sun.com/software/sunone/appserver/dtds/sun-application-client_1_4-0.dtd'> <!-- Copyright (c) 2017, 2018 Oracle and/or its affiliates....
{ "pile_set_name": "Github" }
/* * Copyright (C) 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ofthe License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "pile_set_name": "Github" }
#if GOOGLE_CUDA #define EIGEN_USE_GPU #define WARPS_PER_BLOCK 1 #define THREADS_PER_WARP 32 #include <stdio.h> #include <iostream> #include "correlation_kernel.h" #include "tensorflow/core/framework/register_types.h" #include "tensorflow/core/framework/types.h" #include "tensorflow/core/framework/tensor_types.h" #i...
{ "pile_set_name": "Github" }
import $ from 'jquery'; /* Dialog Patterns */ function clear_errors(sel) { sel.find(".dialog-error").remove(); sel.find(".has-error").removeClass("has-error"); sel.find(".dialog-wrapper").off(".dialog-error"); sel.off(".dialog-error"); return sel; } function field_error(target, error) { var w...
{ "pile_set_name": "Github" }
/******************************************************************************** * Dionaea * - catches bugs - * * * * Copyright (C) 2009 Paul Baecher & Markus Koetter * * This program is free software; you can redistribute it and/or * modify it under t...
{ "pile_set_name": "Github" }
package srslog import ( "errors" "io" "net" ) // unixSyslog opens a connection to the syslog daemon running on the // local machine using a Unix domain socket. This function exists because of // Solaris support as implemented by gccgo. On Solaris you can not // simply open a TCP connection to the syslog daemon. ...
{ "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 ! module my_container type container integer i real r contains procedure :: init => init_c...
{ "pile_set_name": "Github" }
require "spec_helper" require "omnicontacts" require "omnicontacts/middleware/base_oauth" describe OmniContacts::Middleware::BaseOAuth do before(:all) do class TestProvider < OmniContacts::Middleware::BaseOAuth def initialize app, consumer_key, consumer_secret, options = {} super app, options ...
{ "pile_set_name": "Github" }
<!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
{ "pile_set_name": "Github" }
/*! * socket.io-node * Copyright(c) 2011 LearnBoost <dev@learnboost.com> * MIT Licensed */ /** * Module requirements. */ var HTTPTransport = require('./http'); /** * Exports the constructor. */ exports = module.exports = HTTPPolling; /** * HTTP polling constructor. * * @api public. */ function HTTPPo...
{ "pile_set_name": "Github" }
package org.jdownloader.gui.packagehistorycontroller; import org.appwork.storage.Storable; import org.appwork.utils.StringUtils; public class DownloadPath implements Storable, HistoryEntry { @SuppressWarnings("unused") private DownloadPath(/* Storable */) { } public DownloadPath(String my...
{ "pile_set_name": "Github" }
// (c) Copyright 2016 Hewlett Packard Enterprise Development LP // // 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 ...
{ "pile_set_name": "Github" }
#include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <sys/types.h> #include <unistd.h> char t[] = "H\xb8H\xb9H\xbaH\xbbH\xbcH\xbdH\xbeH\xbfI\xb8I\xb9I\xbaI\xbbI\xbcI\xbdI\xbeI\xbf"; int rd; inline void* random_mmap(int perm) { size_t r; void *addr; read(rd,...
{ "pile_set_name": "Github" }
# Settings for the GCC(1) cpu-type "core2": # # Intel Core2 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3 # instruction set support. # # This tune is recommended for the Intel Core 2 CPU family, including Conroe, # Merom and beyond, as well as the first Atom CPUs, Diamondville, and beyond. # DEFA...
{ "pile_set_name": "Github" }
#ifndef MC__EDIT_ASPELL_H #define MC__EDIT_ASPELL_H #include "lib/global.h" /* include <glib.h> */ /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** stru...
{ "pile_set_name": "Github" }
{ "documentation": "https://lucene.apache.org/solr/guide/authentication-and-authorization-plugins.html", "description":"Shows the configuration for authorization, including the classes (type of authorization), permissions, user-roles, and other parameters.", "methods": [ "GET" ], "url": { "paths": [ ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSVGTransformableNode_DEFINED #define SkSVGTransformableNode_DEFINED #include "experimental/svg/model/SkSVGNode.h" #include "include/core/SkMatrix.h" class SkSVGTra...
{ "pile_set_name": "Github" }
extern "C" { #include "cgc_stdio.h" }
{ "pile_set_name": "Github" }
// Copyright (c) 2018, 2020, Oracle Corporation and/or its affiliates. // Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. package oracle.kubernetes.operator.helpers; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import jav...
{ "pile_set_name": "Github" }
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Bonsai.Areas.Admin.Utils; using Bonsai.Areas.Admin.ViewModels.Common; using Bonsai.Areas.Admin.ViewModels.Components; using Microsoft.AspNetCore.Mvc; namespace Bonsai.Areas.Admin.Components { /// <summary> /// Renders the...
{ "pile_set_name": "Github" }
<Canvas> <Kind>42</Kind> <Name>MATERIAL 1Settings</Name> <IsMinified>1</IsMinified> <XPosition>1.000000000</XPosition> <YPosition>170.000000000</YPosition> </Canvas> <Widget> <Kind>25</Kind> <Name>AR</Name> <Value>0.267015696</Value> </Widget> <Widget> <Kind>25</Kind> <Name>AG</N...
{ "pile_set_name": "Github" }
/*- * * Copyright 2016 Skymind, Inc. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE-2.0 * * * * Un...
{ "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/. */ import com.adobe.test.Assert; /** File Name: nested.as Description: tests nested Vectors: Vector.<Vector....
{ "pile_set_name": "Github" }
#!/bin/sh make -f makefile.std sh png2pnm.sh sh pnm2png.sh
{ "pile_set_name": "Github" }
/* * PNM image format * Copyright (c) 2002, 2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg 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.1 of the License,...
{ "pile_set_name": "Github" }
/*========================================================================= Program: GDCM (Grassroots DICOM). A DICOM library Copyright (c) 2006-2011 Mathieu Malaterre All rights reserved. See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details. This software is distributed WITHOUT A...
{ "pile_set_name": "Github" }
include_directories(${ZQCNN_INCLUDE_DIRS}) file(GLOB ZQ_GEMM_SRC ${CMAKE_CURRENT_LIST_DIR}/math/*.c) add_library(ZQ_GEMM ${ZQ_GEMM_SRC})
{ "pile_set_name": "Github" }
deleteStyle=Haluatko varmasti poistaa tyylin \'%S\'? deleteStyleTitle=Poistetaanko tyyli? deleteStyleOK=Poista extensions.{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}.description=Stailaa netti Stylishilla, tyylien muokkausohjelmalla.
{ "pile_set_name": "Github" }
--- title: 'New Apache Oozie Workflow, Coordinator & Bundle Editors' author: admin type: post date: 2015-04-02T16:39:22+00:00 url: /new-apache-oozie-workflow-coordinator-bundle-editors/ sf_thumbnail_type: - none sf_thumbnail_link_type: - link_to_post sf_detail_type: - none sf_page_title: - 1 sf_page_title_style...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <keywordspec name="Example" type="LIBRARY" scope="GLOBAL" format="ROBOT" namedargs="false" source="Example.py" lineno="8" generated="2020-04-01T13:28:56Z" specversion="2"> <vers...
{ "pile_set_name": "Github" }
// // main.m // ZMJSchedule // // Created by Jason on 2018/2/6. // Copyright © 2018年 keshiim. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]))...
{ "pile_set_name": "Github" }
documentTitle: openFDA › Drugs label: API categories title: Drugs description: "The U.S. Food and Drug Administration (FDA) regulates over-the-counter and prescription drugs in the United States, including biological therapeutics and generic drugs. This work covers more than just medicines. For example, fluoride toothp...
{ "pile_set_name": "Github" }
#ifndef POSIX_TIME_PRE133_OPERATORS_HPP___ #define POSIX_TIME_PRE133_OPERATORS_HPP___ /* Copyright (c) 2002-2004 CrystalClear Software, Inc. * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1...
{ "pile_set_name": "Github" }
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } class AMPFORWP_Blurb_Widget extends WP_Widget { /*--------------------------------------------------*/ /* Constructor /*--------------------------------------------------*/ /** * Specifies the classname and description, instantiates the widget, * loads localiz...
{ "pile_set_name": "Github" }
#ifndef helloscrollbarengine_h #define helloscrollbarengine_h /************************************************************************* * Copyright (C) 2014 by Hugo Pereira Da Costa <hugo.pereira@free.fr> * * * * This program is free software...
{ "pile_set_name": "Github" }
//===-- MCJIT.cpp - MC-based Just-in-Time Compiler ------------------------===// // // 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" }
class WizardController { constructor($log, $scope, mockService, $state, socketService, $translate, uiSettingsService, $window, matchmediaService, themeManager, modalService, $filter, authService) { 'ngInject'; this.$log = $log; this.mockService = mockService; this.$state = $state; this.$scop...
{ "pile_set_name": "Github" }
fails:Struct.new keyword_init: true option new class instantiation raises ArgumentError when passed not declared keyword argument fails:Struct.new raises ArgumentError when there is a duplicate member fails:Struct.new keyword_init: true option raises when there is a duplicate member
{ "pile_set_name": "Github" }
/* vim-hybrid theme by w0ng (https://github.com/w0ng/vim-hybrid) */ /*background color*/ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #1d1f21; } /*selection color*/ .hljs::selection, .hljs span::selection { background: #373b41; } .hljs::-moz-selection, .hljs span::-moz-selection ...
{ "pile_set_name": "Github" }
0 SECTION 2 HEADER 9 $ACADVER 1 AC1009 9 $DWGCODEPAGE 3 ansi_1252 9 $INSBASE 10 0.0 20 0.0 30 0.0 9 $EXTMIN 10 1.000000000000000E+20 20 1.000000000000000E+20 30 1.000000000000000E+20 9 $EXTMAX 10 -1.000000000000000E+20 20 -1.000000000000000E+20 30 -1.0000000...
{ "pile_set_name": "Github" }
// Copyright 2011 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 net import "errors" var ( errInvalidInterface = errors.New("invalid network interface") errInvalidInterfaceIndex = errors.New("invalid n...
{ "pile_set_name": "Github" }
/* * websupport.js * ~~~~~~~~~~~~~ * * sphinx.websupport utilities for all documentation. * * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ (function($) { $.fn.autogrow = function() { return this.each(function() { var textarea = this;...
{ "pile_set_name": "Github" }
@model Kooboo.CMS.Sites.Models.FileResource @{ ViewBag.Title = "Create file"; Layout = "~/Views/Shared/Blank.cshtml"; } @section Panel{ <ul class="panel"> <li> <a data-ajaxform=""> @Html.IconImage("save") @("Save".Localize())</a> </li> @foreach (var group...
{ "pile_set_name": "Github" }
import de.fayard.versions.setupVersionPlaceholdersResolving buildscript { repositories { gradlePluginPortal() mavenCentral() } // Didn't find a way to use classpath from composite build, so we are hardcoding a // version expected to be released in one of the configured repositories. ...
{ "pile_set_name": "Github" }
/* * This file is part of RskJ * Copyright (C) 2018 RSK Labs Ltd. * * 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, or * (at your option) any later...
{ "pile_set_name": "Github" }
/**************************************************************************** ** ** Copyright (C) 2016 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
{ "pile_set_name": "Github" }
**Senate Calendar API** ======================= .. note:: Assembly calendar data is currently not sent to us at this time. chamber must be 'senate'. Get a single calendar --------------------- **Usage** :: Full calendar: /api/3/calendars/{year}/{calendarNumber} Floor calendar: /api/3/calendars/{yea...
{ "pile_set_name": "Github" }
<?php namespace Illuminate\Queue\Failed; class NullFailedJobProvider implements FailedJobProviderInterface { /** * Log a failed job into storage. * * @param string $connection * @param string $queue * @param string $payload * @param \Exception $exception * @return int|nu...
{ "pile_set_name": "Github" }
/* * Tencent is pleased to support the open source community by making TKEStack * available. * * Copyright (C) 2012-2020 Tencent. All Rights Reserved. * * 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 th...
{ "pile_set_name": "Github" }
/*! -*-c++-*- @file FaceDetectorAndTrackerNN.h @author David Hirvonen @brief A nearest neighbor (noop) face tracking variant. \copyright Copyright 2014-2016 Elucideye, Inc. All rights reserved. \license{This project is released under the 3 Clause BSD License.} */ #include "drishti/face/FaceDetectorAndTr...
{ "pile_set_name": "Github" }
{ "created_at": "2015-02-27T22:28:21.336740", "description": "shadowsocks client for OSX and non-jailbroken iOS", "fork": false, "full_name": "shadowsocks/shadowsocks-iOS", "language": "Objective-C", "updated_at": "2015-03-10T07:02:11.957622" }
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject Name="HTTPTimeServer" Version="9.00" ProjectType="Visual C++" ProjectGUID="{18A0143A-444A-38E3-838C-1ACFBE4EE18C}" RootNamespace="HTTPTimeServer" Keyword="Win32Proj"> <Platforms> <Platform Name="Win32"/> </Platforms> <ToolFiles/> <Configu...
{ "pile_set_name": "Github" }
/** * Copyright 2012-2020, Plotly, Inc. * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; module.exports = { moduleType: 'locale', name: 'ar', dictionary: {}, format: { days: ['ا...
{ "pile_set_name": "Github" }
/* Copyright (c) 2019-2019, David Anderson All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the ...
{ "pile_set_name": "Github" }