text
stringlengths
3
1.05M
#ifndef WebProcessLauncher_h #define WebProcessLauncher_h #include "Connection.h" #include "PlatformProcessIdentifier.h" #include <wtf/HashMap.h> #include <wtf/RefPtr.h> #include <wtf/Threading.h> #include <wtf/text/StringHash.h> #include <wtf/text/WTFString.h> namespace WebKit { class ProcessLauncher : public Thr...
<?php /** Zend_Dojo_View_Helper_DijitContainer */ require_once 'Zend/Dojo/View/Helper/DijitContainer.php'; /** * Dojo SplitContainer dijit * * @uses Zend_Dojo_View_Helper_DijitContainer * @package Zend_Dojo * @subpackage View * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www...
class Chef class Provider class Package class Macports < Chef::Provider::Package provides :package, os: "darwin" provides :macports_package def load_current_resource @current_resource = Chef::Resource::Package.new(@new_resource.name) @current_resource.package_na...
<?php require_once 'propel/engine/database/reverse/BaseSchemaParser.php'; /** * SQLite database schema parser. * * @author Hans Lellelid <hans@xmpl.org> * @version $Revision: 989 $ * @package propel.engine.database.reverse.mysql */ class SqliteSchemaParser extends BaseSchemaParser { /** * Map Sql...
package org.apache.camel.component.dropbox.integration.producer; import org.apache.camel.Exchange; import org.apache.camel.component.dropbox.DropboxConfiguration; import org.apache.camel.component.dropbox.DropboxEndpoint; import org.apache.camel.component.dropbox.core.DropboxAPIFacade; import org.apache.camel.compone...
package org.jetbrains.plugins.textmate.language; import com.intellij.util.containers.Interner; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.jetbrains.plugins.textmate.Constants; import org.jetbrains.plugins.textmate.language.preferences.TextMateBracePair; import org.j...
namespace Nancy.Validation.DataAnnotations { using System; using System.Collections.Generic; /// <summary> /// Defines the functionality for retrieving <see cref="PropertyValidator"/> instances /// from a specified <see cref="Type"/>. /// </summary> public interface IPropertyValid...
package com.intellij.execution.testframework.sm.runner; import com.intellij.execution.process.ProcessOutputTypes; import com.intellij.openapi.util.Key; import gnu.trove.THashMap; import org.jetbrains.annotations.NotNull; import java.util.ArrayList; import java.util.List; import java.util.Map; public abstract class...
import config from '../../../config'; import * as mongo from 'mongodb'; import User, { isLocalUser } from '../../../models/user'; /** * Convert (local|remote)(Follower|Followee)ID to URL * @param id Follower|Followee ID */ export default async function renderFollowUser(id: mongo.ObjectID): Promise<any> { const us...
package org.multibit.hd.ui.views.components.renderers; import org.multibit.hd.core.dto.PaymentData; import org.multibit.hd.core.dto.PaymentStatus; import org.multibit.hd.ui.MultiBitUI; import org.multibit.hd.ui.views.components.LabelDecorator; import org.multibit.hd.ui.views.components.Labels; import org.multibit.hd.u...
int barFunc1(int a); int redeclaredInMultipleModulesFunc1(int a); @interface BarForwardDeclaredClass - (void) barInstanceFunc0; @end enum BarForwardDeclaredEnum { BarForwardDeclaredEnumValue = 42 }; #define BAR_MACRO_1 0 typedef struct { int count; } SomeItemSet; typedef SomeItemSet SomeEnvironment;
<?php use PHPUnit\Framework\TestCase; class InheritanceB extends TestCase { public function testSomething() { } }
<?php namespace Concrete\Tests\File; use PHPUnit_Framework_TestCase; use RecursiveDirectoryIterator; use RecursiveIteratorIterator; use RecursiveRegexIterator; use RegexIterator; class FilesParseTest extends PHPUnit_Framework_TestCase { public function testFilesParse() { foreach ($this->getPhpFiles(D...
Article 1730 ---- S'il a été fait un état des lieux entre le bailleur et le preneur, celui-ci doit rendre la chose telle qu'il l'a reçue, suivant cet état, excepté ce qui a péri ou a été dégradé par vétusté ou force majeure.
@interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
Emcheck::Application.configure do # Settings specified here will take precedence over those in config/application.rb. # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test s...
package inject_test import ( "github.com/flynn/flynn/Godeps/_workspace/src/github.com/codegangsta/inject" "reflect" "testing" ) type SpecialString interface { } type TestStruct struct { Dep1 string `inject` Dep2 SpecialString `inject` Dep3 string } /* Test Helpers */ func expect(t *testing.T, a interfa...
package java.lang.ref; /** * Final references, used to implement finalization */ class FinalReference<T> extends Reference<T> { public FinalReference(T referent, ReferenceQueue<? super T> q) { super(referent, q); } }
var asn1 = require('../asn1'); var inherits = require('inherits'); var api = exports; api.define = function define(name, body) { return new Entity(name, body); }; function Entity(name, body) { this.name = name; this.body = body; this.decoders = {}; this.encoders = {}; }; Entity.prototype._createNamed = f...
<!DOCTYPE HTML> <style> body { margin: 0; } .flex { display: flex; align-items: flex-start; width: 200px; height: 300px; background-color: red; } .item { background-color: green; border: solid thin blue; width: 100px; align-self: stretch; } </style> <p style="height: 20px">Tests invalidation on alig...
<?php /** * Checks that open PHP tags are paired with closing tags. * * @category PHP * @package PHP_CodeSniffer * @author Stefano Kowalke <blueduck@gmx.net> * @copyright 2010-2014 Stefano Kowalke * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence * @version ...
using System.Linq; using Orchard.ContentManagement; using Orchard.Localization; using Orchard.MediaLibrary.Fields; using Orchard.MediaLibrary.Models; using Orchard.Tokens; namespace Orchard.MediaLibrary.Tokens { public class FieldTokens : ITokenProvider { private readonly IContentManager _contentManager;...
<?php namespace yiiunit\framework\console\controllers; use Yii; use yii\helpers\FileHelper; use yii\helpers\VarDumper; use yiiunit\TestCase; use yii\console\controllers\MessageController; /** * Base for [[\yii\console\controllers\MessageController]] unit tests. * @see MessageController */ abstract class BaseMessag...
 using System.Diagnostics; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Reflection; using System.Drawing.Text; using System; namespace MetroFramework { public enum MetroLabelSize { Small, Medium, Tall } public enum MetroLabelWeight ...
Using Amazon's EC2 ================= Amazon's services can be used to start a txtorg server, upload your data, and index your text for a low rate. Depending on the size the data you need to index, you will need a larger server. Pricing is as follows: As long as your machine is running, you will be charged. If you t...
import java.io.*; import java.net.*; class A { A(int i) {} A(A a) {} int f() { return 0; } int fi; } class B extends A { int bi; B(int h) { super(<error descr="Cannot reference 'B.bi' before supertype constructor has been called">bi</error>); } B() { this(<error descr="Cannot reference 'B.bi' be...
package vpc //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...
"""Metadata pass for annotating tokens in EcmaScript files.""" __author__ = ('robbyw@google.com (Robert Walker)') from closure_linter import javascripttokens from closure_linter import tokenutil TokenType = javascripttokens.JavaScriptTokenType class ParseError(Exception): """Exception indicating a parse error a...
<!-- 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 ma...
package net.java.sip.communicator.plugin.iptelaccregwizz; import java.util.*; import net.java.sip.communicator.service.browserlauncher.*; import net.java.sip.communicator.service.gui.*; import net.java.sip.communicator.service.protocol.*; import net.java.sip.communicator.service.resources.*; import net.java....
#include "tensorflow/core/lib/core/status_test_util.h" #include "tensorflow/core/lib/io/inputbuffer.h" #include "tensorflow/core/lib/io/snappy/snappy_inputbuffer.h" #include "tensorflow/core/lib/io/snappy/snappy_outputbuffer.h" namespace tensorflow { // The current implementation of snappy compresses the below bloc...
/* This is a common file */ #include "AMCCommonLibConfig.h" /* define operating system type */ #define OS_TYPE_LINUX 0 #define OS_TYPE_MAC_OS_X 1 #define OS_TYPE_IPHONE 1 /* Apple */ #if defined(__APPLE__) && defined(__MACH__) /* Apple OSX and iOS (Darwin). ------------------------------ */ #include <TargetCon...
.. Copyright 2010-2012 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. 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. Y...
require File.expand_path('../../../spec_helper', __FILE__) describe "FalseClass#&" do it "returns false" do (false & false).should == false (false & true).should == false (false & nil).should == false (false & "").should == false (false & mock('x')).should == false end end
Open DICOM<em>web<em> SDK ## Convert Version: 0.5.1 **Note**: _This is a work in progress and not complete._ An Open DICOMweb package providing encoders/decoders for converting between different DICOM representations (media types) to the Open DICOMweb in-memory Study model. ### Supported Media Types and Codecs * ap...
<?php namespace umi\acl; /** * Интерфейс для внедрения поддержки ACL-менеджера. */ interface IAclAware { /** * Устанавливает фабрику сущностей ACL. * @param IAclFactory $aclFactory * @return self */ public function setAclFactory(IAclFactory $aclFactory); }
<?php class loggedInUser { public $email = NULL; public $hash_pw = NULL; public $user_id = NULL; public $csrf_token = NULL; // Simple function to update the last sign in of a user public function updateLastSignIn() { updateUserLastSignIn($this->user_id); } //csrf tokens public function csrf_token($reg...
<?php namespace Concrete\Core\Session; use Symfony\Component\HttpFoundation\Session\Session as SymfonySession; /** * Interface FactoryInterface * An object that can create symfony sessions. * * \@package Concrete\Core\Session */ interface SessionFactoryInterface { /** * Create a new symfony session obje...
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springfr...
Bootstrap Tags Input is a jQuery plugin providing a Twitter Bootstrap user interface for managing tags. ## Usage Examples can be found [here](http://timschlechter.github.com/bootstrap-tagsinput/examples/). ## Features * Objects as tags * True multi value * Typeahead * Designed for Bootstrap 2.3.2 and 3 ### Objects a...
#ifndef GL_GPGPU_RENDERER_H #define GL_GPGPU_RENDERER_H #include "shader.h" #define QUAD_VERTICES 4 #define QUAD_COORDS_PER_VERTEX 3 #define QUAD_TEXCOORDS_PER_VERTEX 2 #define QUAD_VERTEX_BUFSIZE (QUAD_VERTICES * QUAD_COORDS_PER_VERTEX) #define QUAD_TEX_BUFSIZE (QUAD_VERTICES * QUAD_TEXCOORDS_PER_VERTEX)...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
// The MIT License // // Copyright (c) 2016 Dariusz Bukowski // // 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...
<?xml version="1.0" encoding="UTF-8"?> <!-- 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, Versi...
<html lang="en"> <head> <title>strtoflt128 - GCC libquadmath</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="GCC libquadmath"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="I_002fO-Library-Routines...
// Copyright (c) 2010-2013 SharpDX - Alexandre Mutel // // 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...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <base href="../../" /> <script src="list.js"></script> <script src="page.js"></script> <link type="text/css" rel="stylesheet" href="page.css" /> </head> <body> <h1>[name]</h1> <div class="desc"> Abstract base class for materials.<br />...
<script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <body> <canvas id="canvas" width="100" height="100"></canvas> <script> var ctx = document.getElementById('canvas').getContext('2d'); function shouldBeYellow(x, y) { blue_value = ctx.getImageData(x, y...
package org.bouncycastle.cms; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import org.bouncycastle.asn1.ASN1Encodable; import org.bouncycastle.asn1.ASN1Primitive; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycastle.asn1.ASN1Set; import org.bouncycastle.asn1.cms.Origi...
<?php /** * Zend_Cloud_Exception */ require_once 'Zend/Cloud/Exception.php'; /** * @category Zend * @package Zend_Cloud * @subpackage StorageService * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD...
<?xml version="1.0" encoding="utf-8"?> <!-- This file contains Runtime Directives, specifications about types your application accesses through reflection and other dynamic code patterns. Runtime Directives are used to control the .NET Native optimizer and ensure that it does not remove code accessed by...
import re import struct import hashlib import binascii import logging import pefile from datetime import datetime from laikaboss.objectmodel import ModuleObject, ExternalVars, QuitScanException, \ GlobalScanTimeoutError, GlobalModuleTimeoutError from laikaboss.si_module import SI_MODULE ...
""" WSGI config for cross_origin_test project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/ """ import os os.environ.setdefault("DJANGO_SETTINGS_MODULE", "cross_origin_test.settings")...
package com.thoughtworks.go.server.service.materials.commands; import java.util.Map; import com.thoughtworks.go.config.CruiseConfig; import com.thoughtworks.go.domain.packagerepository.PackageDefinition; import com.thoughtworks.go.domain.packagerepository.PackageRepository; import com.thoughtworks.go.server.service...
package org.zstack.core.rest; import org.apache.http.HttpStatus; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.*; import org.springframework.http.client.HttpComponentsClientHttpRequestFactory; import org.springframework.web.client.HttpClientErrorException; import org.sp...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package org.kuali.rice.ksb.api.bus.support; import org.kuali.rice.core.api.config.ConfigurationException; import org.kuali.rice.ksb.api.KsbApiConstants; import org.kuali.rice.ksb.api.bus.ServiceConfiguration; /** * @author Kuali Rice Team (rice.collab@kuali.org) * @since 0.9 */ public class SoapServiceDefinition ...
#include "config.h" #include "WebDOMNodeFilter.h" #include "WebDOMNode.h" #include "WebNativeNodeFilterCondition.h" short WebDOMNodeFilter::acceptNode(const WebDOMNode& n) { if (!impl()) return 0; return impl()->acceptNode(0, toWebCore(n)); } WebDOMNodeFilter toWebKit(WebUserNodeFilter* value) { ...
using System; /// <summary> /// Char.IsSurrogatePair(char, char) /// Note: This method is new in the .NET Framework version 2.0. /// Indicates whether the two specified Char objects form a surrogate pair. /// </summary> public class CharIsSurrogatePair { private const char c_HIGH_SURROGATE_START = '\ud800'; ...
This file is to track decisions made when designing Stonecutter to comply with OAuth2.0 specifications. ### Decisions and Discussion notes #### Date July 20, 2015 To register with Stonecutter, a registering client must provide a full url to their site (e.g. "http://stonecutter-client.herokuapp.com") - the url must in...
package testing import ( "context" "reflect" "testing" apiequality "k8s.io/apimachinery/pkg/api/equality" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/diff" "k8s.io/apiserver/pkg/admission" ) // WithReinvocationTesting wraps a mutating admission handler and reinvokes it each time Admit is...
// // file: rbbirb.cpp // // Copyright (C) 2002-2008, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains the RBBIRuleBuilder class implementation. This is the main class for // building (compiling) break rules into the tables required by the runtime // R...
/// <reference path="phonegap-plugin-push.d.ts" /> function test() { var options:PhonegapPluginPush.InitOptions = { android: { senderID: '123456789', icon: 'phonegap', iconColor: 'blue', sound: true, vibrate: true, clearNotifications: false }, ios: { badge: true, sound: true, alert: t...
// ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ // TNT Library // CResourceManager.h // © Mark Tully and TNT Software 2003 -- All Rights Reserved // 16/2/03 // ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using System.Collections.Immutable; using Microsoft.CodeAnalysis.Classification.Classifiers; using Microsoft.CodeAnalysis.C...
$.ui.toggleHeaderMenu(force) - will toggle the header menu for your app. If you specify false for "force", it will always hide the header. If you specify true for "force", it will always show the header.
package org.elasticsearch.index.store; import org.apache.lucene.analysis.MockAnalyzer; import org.apache.lucene.codecs.CodecUtil; import org.apache.lucene.codecs.FilterCodec; import org.apache.lucene.codecs.SegmentInfoFormat; import org.apache.lucene.codecs.lucene50.Lucene50Codec; import org.apache.lucene.codecs.luce...
#include "splashscreen.h" #include "clientversion.h" #include "util.h" #include <QPainter> #undef loop /* ugh, remove this when the #define loop is gone from util.h */ #include <QApplication> SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f) : QSplashScreen(pixmap, f) { // set reference poi...
namespace pp { namespace { template <> const char* interface_name<PPB_FileRef_1_0>() { return PPB_FILEREF_INTERFACE_1_0; } template <> const char* interface_name<PPB_FileRef_1_1>() { return PPB_FILEREF_INTERFACE_1_1; } } // namespace FileRef::FileRef(PP_Resource resource) : Resource(resource) { } FileRef::Fi...
// Provides control sap.ui.demokit.FileUploadIntrospector. sap.ui.define(['jquery.sap.global', 'sap/ui/core/Control', './library'], function(jQuery, Control, library) { "use strict"; /** * Constructor for a new FileUploadIntrospector. * * @param {string} [sId] id for the new control, generated automatica...
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * * @package PhpMyAdmin */ /** * */ require_once 'libraries/common.inc.php'; /** * functions implementation for this script */ require_once 'libraries/operations.lib.php'; $pma_table = new PMA_Table($GLOBALS['table'], $GLOBALS['db']); $response = PMA_Respons...
define(["Ti/_/browser", "Ti/_/declare", "Ti/_/UI/KineticScrollView", "Ti/_/lang", "Ti/_/dom", "Ti/_/style", "Ti/UI", "Ti/_/event"], function(browser, declare, KineticScrollView, lang, dom, style, UI, event) { var setStyle = style.set, is = require.is, isDef = lang.isDef, unitize = dom.unitize, once = require...
package com.adaptris.fs; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import com.thoughtworks.xstream.annotations.XStreamAlias; /** * Implementation of {@link FsWorker} that uses overwrites the file if it already exists. * * @config fs-overwrite-file */ @XStreamAlias("fs-o...
To run this benchmark, first follow the setup steps in `closed/NVIDIA/README.md`. Then to generate the TensorRT engines and run the harness: ``` make generate_engines RUN_ARGS="--benchmarks=ssd-mobilenet --scenarios=MultiStream" make run_harness RUN_ARGS="--benchmarks=ssd-mobilenet --scenarios=MultiStream --test_mode=...
(function() { tinymce.create('tinymce.plugins.AutolinkPlugin', { /** * Initializes the plugin, this will be executed after the plugin has been created. * This call is done before the editor instance has finished it's initialization so use the onInit event * of the editor instance to intercept that event. ...
class TerminalExpression : public AbstractExpression { public: TerminalExpression(char v); ~TerminalExpression(); void interpret(Context *c); private: char value; }; #endif
package com.javafx.experiments.dataapp.client.historytab; import javafx.application.Platform; import javafx.beans.property.DoubleProperty; import javafx.beans.property.SimpleDoubleProperty; import javafx.event.EventHandler; import javafx.scene.Node; import javafx.scene.chart.*; import javafx.scene.input.MouseEvent; i...
package com.facebook.react.uimanager; import android.view.View; import com.facebook.react.bridge.JSApplicationIllegalArgumentException; import com.facebook.react.bridge.ReadableArray; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.bridge.JavaOnlyArray; import com.facebook.react.bridge.JavaO...
package org.apache.axis2.addressing; import javax.xml.namespace.QName; /** * Interface AddressingConstants */ public interface AddressingConstants { // ====================== Common Message Addressing Properties =================== static final String WSA_MESSAGE_ID = "MessageID"; static final String...
from __future__ import print_function import unittest import numpy as np import six from op_test import OpTest import paddle.fluid.core as core from paddle.fluid.op import Operator class TestSplitIdsOp(OpTest): def setUp(self): self.op_type = "split_ids" ids = np.array([[0], [2], [2], [3], [5], [...
package fsm.service; import fsm.model.domain.Floor; import java.io.File; public interface ParsingService { public Floor parseLayout(File file); }
namespace content { GpuMemoryBufferFactoryIOSurface::GpuMemoryBufferFactoryIOSurface() { } GpuMemoryBufferFactoryIOSurface::~GpuMemoryBufferFactoryIOSurface() { } // static bool GpuMemoryBufferFactoryIOSurface::IsGpuMemoryBufferConfigurationSupported( gfx::BufferFormat format, gfx::BufferUsage usage) { swi...
(function() { var EventEmitter, PusherChannel, PusherClient, WebSocket, crypto, uuid, _, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = pa...
BOOST_TYPEOF_REGISTER_TEMPLATE(std::unary_function, 2) BOOST_TYPEOF_REGISTER_TEMPLATE(std::binary_function, 3) BOOST_TYPEOF_REGISTER_TEMPLATE(std::plus, 1) BOOST_TYPEOF_REGISTER_TEMPLATE(std::minus, 1) BOOST_TYPEOF_REGISTER_TEMPLATE(std::multiplies, 1) BOOST_TYPEOF_REGISTER_TEMPLATE(std::divides, 1) BOOST_TYPEOF_REGIST...
begin require 'typhoeus' rescue LoadError # typhoeus not found end if defined?(Typhoeus) WebMock::VersionChecker.new('Typhoeus', Typhoeus::VERSION, '0.3.2').check_version! module WebMock module HttpLibAdapters class TyphoeusAdapter < HttpLibAdapter adapter_for :typhoeus def self.ena...
<?php namespace JBBCode; /** * This class represents a BBCode Definition. You may construct instances of this class directly, * usually through the CodeDefinitionBuilder class, to create text replacement bbcodes, or you * may subclass it to create more complex bbcode definitions. * * @author jbowens */ class Co...
void-elements ============== ### Array of "void elements" defined by the HTML specification Exports an Array of "void element" node names as defined by the HTML spec. The list is programatically generated from [SPEC](http://www.w3.org/html/wg/drafts/html/master/syntax.html#void-elements). [![Build Status](https://i...
<?xml version="1.0" encoding="UTF-8"?> <!-- This file stores bootstrap properties needed by Openfire. Property names must be in the format: "prop.name.is.blah=value" That will be stored as: <prop> <name> <is> <blah>value</blah> </is> ...
package org.apache.ignite.spi.communication.tcp; import org.apache.ignite.configuration.*; import org.apache.ignite.spi.communication.*; /** * */ public class GridTcpCommunicationSpiTcpFailureDetectionSelfTest extends GridTcpCommunicationSpiTcpSelfTest { /** */ private final static int SPI_COUNT = 4; ...
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright no...
from setuptools import setup, find_packages from rabbit_dump import VERSION url="https://www.google.com.hk/" long_description="rabbit dump Python client" setup(name="rabbit_dump", version=VERSION, description=long_description, maintainer="msheng", maintainer_email="msheng.ye@foxmail.com", ...
package org.apache.camel.itest.jms; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.jms.JmsComponent; import org.apache.camel.itest.utils.extensions.JmsServiceExtension; import org.apache.camel.spi.Registry; import or...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> <component name="ma...
/** * German translation * 2007-Apr-07 update by schmidetzki and humpdi * 2007-Oct-31 update by wm003 * 2009-Jul-10 update by Patrick Matsumura and Rupert Quaderer * 2010-Mar-10 update by Volker Grabsch */ Ext.onReady(function() { if (Ext.Date) { Ext.Date.monthNames = ["Januar", "Februar", "März"...
//#define ASTAR_NoTagPenalty using UnityEngine; using Pathfinding; using Pathfinding.Serialization; namespace Pathfinding { public interface INavmeshHolder { Int3 GetVertex (int i); int GetVertexArrayIndex(int index); void GetTileCoordinates (int tileIndex, out int x, out int z); } /** Node represented by...
namespace chromeos { namespace { const char* kUsers[] = {"a@gmail.com", "b@gmail.com" }; struct BehaviorTestCase { const char* primary; const char* secondary; MultiProfileUserController::UserAllowedInSessionReason expected_primary_policy; MultiProfileUserController::UserAllowedInSessionReason exp...
fn test_success() {}
import Vue from 'vue' import { mergeSlot } from '../../utils/slot.js' import ListenersMixin from '../../mixins/listeners.js' import QIcon from '../icon/QIcon.js' import { RouterLinkMixin } from '../../mixins/router-link.js' export default Vue.extend({ name: 'QBreadcrumbsEl', mixins: [ ListenersMixin, RouterLink...
<?php namespace Acquia\Cloud\Api\Response; class Domains extends \Acquia\Rest\Collection { /** * @var string */ protected $elementClass = '\Acquia\Cloud\Api\Response\Domain'; }
include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk # ---------------------------------------------------- # Application version # ---------------------------------------------------- include ../../vsn.mk VSN=$(INETS_VSN) # ---------------------------------------------------- # Release director...