text
stringlengths
3
1.05M
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------------...
<?php namespace Nelmio\ApiDocBundle\Tests\Fixtures\Form; use Nelmio\ApiDocBundle\Util\LegacyFormHelper; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\OptionsResolver\OptionsResolverInterface; cl...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Propriedade Font</title> <link rel="stylesheet" type="text/css" href="font.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"...
var win = Ti.UI.currentWindow; Ti.include('sc.js'); var grid = sc.ui.createImageGrid(); win.add( grid ); grid.updateGrid(sc.allImages);
package org.kuali.kra.lookup.keyvalue; import org.kuali.kra.infrastructure.Constants; import org.kuali.kra.infrastructure.KraServiceLocator; import org.kuali.kra.service.SponsorService; import org.kuali.rice.core.api.util.ConcreteKeyValue; import org.kuali.rice.core.api.util.KeyValue; import org.kuali.rice.coreservic...
import { ChangeDetectionStrategy, ViewEncapsulation } from '@angular/core'; import * as o from '../output/output_ast'; import { ViewType } from '../private_import_core'; export declare class ViewTypeEnum { static fromValue(value: ViewType): o.Expression; } export declare class ViewEncapsulationEnum { static fr...
<?php namespace Symfony\Component\DependencyInjection\Tests\Loader; use PHPUnit\Framework\TestCase; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader\PhpFileLoader; use Symfony\Component\Config\FileLocator; class PhpFileLoaderTest extends TestCase { pu...
module Fastlane class JUnitGenerator def self.generate(results) # JUnit file documentation: http://llg.cubic.org/docs/junit/ # And http://nelsonwells.net/2012/09/how-jenkins-ci-parses-and-displays-junit-output/ containing_folder = ENV['FL_REPORT_PATH'] || Fastlane::FastlaneFolder.path || Dir.pw...
<?php $lang = array(); $lang['title'] = 'AJAX Chat'; $lang['userName'] = 'Потребителско име'; $lang['password'] = 'Парола'; $lang['login'] = 'Влизане'; $lang['logout'] = 'Излизане'; $lang['channel'] = 'Канал'; $lang['style'] = 'Облик'; $lang['language'] = 'Език'; $lang['inputLineBreak'] = 'Натиснете SHIFT+ENTER, за д...
package com.downloader; /** * Created by amitshekhar on 13/11/17. */ public interface OnPauseListener { void onPause(); }
#include <string> #include <deque> #include <ts/ts.h> class DomainNameTree { public: class DomainNameNode { public: DomainNameNode() : order(-1), payload(NULL), parent(NULL), is_wild(false) {} DomainNameNode(std::string key, void *payload, int order, bool is_wild) : key(key), order(order), payload...
#include "port_api.h" #if DEVICE_PORTIN || DEVICE_PORTOUT #include "pinmap.h" #include "gpio_api.h" /* Array of GPIO peripheral base address. */ static GPIO_Type *const port_addrs[] = GPIO_BASE_PTRS; PinName port_pin(PortName port, int pin_n) { return (PinName)((port << GPIO_PORT_SHIFT) | pin_n); } void port_...
AmCharts.translations[ "export" ][ "en" ] = { "fallback.save.text": "CTRL + C to copy the data into the clipboard.", "fallback.save.image": "Rightclick -> Save picture as... to save the image.", "capturing.delayed.menu.label": "{{duration}}", "capturing.delayed.menu.title": "Click to cancel", "menu.label.print":...
<!DOCTYPE html> <html> <!-- Copyright 2008 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. --> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Closure Unit Tests - goog.ui.ac.ArrayMatcher</ti...
class CommandObserver { public: // Notifies the observer that the enabled state has changed for the // specified command id. virtual void EnabledStateChangedForCommand(int id, bool enabled) = 0; protected: virtual ~CommandObserver() {} }; #endif // CHROME_BROWSER_COMMAND_OBSERVER_H_
package org.apache.hadoop.yarn.server.resourcemanager.reservation; import org.apache.hadoop.classification.InterfaceAudience; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.security.authorize.AccessControlList; import org.apache.hadoop.yarn.api.records.ReservationACL; import org.apache.hadoop....
module Mongoid module Persistence module Operations module Embedded # Remove is a persistence command responsible for deleting a document from # the database. # # The underlying query resembles the following MongoDB query: # # collection.remove( # ...
/* * 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...
package org.apache.ibatis.submitted.cache; import java.io.Reader; import java.sql.Connection; import org.apache.ibatis.io.Resources; import org.apache.ibatis.jdbc.ScriptRunner; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSession...
PORT=$1 JAVA_OPTS="-server -d64 -Xms2048m -Xmx2048m -Xmn1024m -XX:MaxPermSize=128m \ -Xss512k -XX:+UseConcMarkSweepGC \ -XX:+UseParNewGC -XX:CMSFullGCsBeforeCompaction=5 \ -XX:+UseCMSCompactAtFullCollection \ -XX:+PrintGC -Xloggc:/data/vrslogs/hedwig/benchmark_server_gc.log -Dport=${PORT}" LOG="/data/vrslogs/hedwig/b...
<html> <!-- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you 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://...
package com.gitblit.tickets; import java.io.IOException; import java.io.InputStream; import java.text.DateFormat; import java.text.MessageFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; im...
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="test-to-html.xsl" type="text/xml"?> <!-- Copyright (c) 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is ...
/* * 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...
<?php namespace Mockery\Generator; class Method { private $method; public function __construct(\ReflectionMethod $method) { $this->method = $method; } public function __call($method, $args) { return call_user_func_array(array($this->method, $method), $args); } public...
package com.intellij.compiler.classFilesIndex.chainsSearch; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.TestOnly; /** * @author Dmitry Batkovich <dmitry.batkovich@jetbrains.com> */ public class ChainRelevance implements Comparable<ChainRelevance> { public static final ChainRelevanc...
<?php /** * Service definition for Manager (v1beta2). * * <p> * The Deployment Manager API allows users to declaratively configure, deploy * and run complex solutions on the Google Cloud Platform.</p> * * <p> * For more information about this service, see the API * <a href="https://developers.google.com/depl...
<?php $menuprofil=mysql_query("SELECT * FROM sh_info_sekolah WHERE posisi_menu ='0'"); while($mp=mysql_fetch_array($menuprofil)){ echo "<li><a href="">$mp[nama_info]</a></li>";} ?>
// Copyright 2014 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. #include "chrome/browser/chromeos/file_system_provider/service.h" #include <string> #include <vector> #include "base/files/file.h" #include "base/memory...
package org.apache.rave.rest.impl; import org.apache.rave.portal.service.UserService; import org.apache.rave.rest.UsersResource; import org.apache.rave.rest.model.User; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.ws.rs.core.Response; public class DefaultUsersResource implements UsersResour...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body> <p>Exceptions defined particularly for use with mock EC2 web service.</p> </body> </html>
<?php namespace Symfony\Component\Translation\Tests\DataCollector; use Symfony\Component\Translation\DataCollectorTranslator; use Symfony\Component\Translation\DataCollector\TranslationDataCollector; class TranslationDataCollectorTest extends \PHPUnit_Framework_TestCase { protected function setUp() { ...
TEST(FileSelectHelperTest, IsAcceptTypeValid) { EXPECT_TRUE(FileSelectHelper::IsAcceptTypeValid("a/b")); EXPECT_TRUE(FileSelectHelper::IsAcceptTypeValid("abc/def")); EXPECT_TRUE(FileSelectHelper::IsAcceptTypeValid("abc/*")); EXPECT_TRUE(FileSelectHelper::IsAcceptTypeValid(".a")); EXPECT_TRUE(FileSelectHelper:...
package com.alibaba.dubbo.examples.aop.api; /** * @author dylan */ public interface AopAnnotationService { String sayHello(String name); }
/* Remove obsolete option */ DELETE FROM `cot_config` WHERE `config_owner` = 'core' AND `config_cat` = 'locale' AND `config_name` = 'servertimezone';
package package2; public class A { public static int method() {return 100;} }
/* jshint latedef:false */ /* jshint forin:false */ /* jshint noempty:false */ 'use strict'; exports.HeadException = require('./headException');
import { Mongo } from 'meteor/mongo'; import { SimpleSchema } from 'meteor/aldeed:simple-schema'; /** * These records are for tracking the wait status of all roles for each Wait step that they have */ export const TestResultStepWait = new SimpleSchema({ // Link to the project to which this test belongs projectId...
"use strict"; var vows = require('vows') , fs = require('fs') , path = require('path') , sandbox = require('sandboxed-module') , log4js = require('../lib/log4js') , assert = require('assert'); log4js.clearAppenders(); function remove(filename) { try { fs.unlinkSync(filename); } catch (e) { //doesn't reall...
package test; public class Utils { public static void foo(String str) { } }
<!-- This file is released under terms of BSD license See LICENSE file for more information @author: Mikhail Zhigun --> <!-- CLAWFC build process --> <project name="claw-tests" default="main" basedir="."> <description>Run tests on CLAWFC driver</description> <!-- Value set externally--> <property name=...
namespace tesseract { class DENORM; class MATRIX; class UNICHARSET; class WERD_RES; struct MATRIX_COORD; struct TWERD; class LMPainPoints; static const int16_t kBlamerBoxTolerance = 5; // Enum for expressing the source of error. // Note: Please update kIncorrectResultReasonNames when modifying this enum. enum Inco...
<!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_151) on Wed Jun 10 13:53:03 MST 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
package javax.swing; import java.awt.*; import java.beans.ConstructorProperties; import java.io.Serializable; import java.io.PrintStream; /** * A layout manager that allows multiple components to be laid out either * vertically or horizontally. The components will not wrap so, for * example, a vertical arrangem...
package com.capitalone.dashboard.util; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.stringtemplate.v4.ST; import org.stringtemplate.v4.STGroup; import org.stringtemplate.v4.STGroupDir; /** * Provides dynamic variabl...
interface Derived extends Base { method(...args: any[]): void; } interface Base { method(...args: any[]): void; } class Derived2 implements Base2 { method(...args: any[]): void { } } interface Base2 { method(...args: any[]): void; }
<html> <head> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript" src="draw.js"></script> </head> <body> <div id="chart_div" style="width: 900px; height: 500px;"></div> </bo...
webshims.register('form-native-extend', function($, webshims, window, doc, undefined, options){ "use strict"; var support = webshims.support; if(!support.formvalidation || webshims.bugs.bustedValidity){return;} var typeModels = webshims.inputTypes; var runTest = false; var validityRules = {}; var updateValidity ...
var Dicer = require('..'); var assert = require('assert'), fs = require('fs'), path = require('path'), inspect = require('util').inspect; var FIXTURES_ROOT = __dirname + '/fixtures/'; var t = 0, group = path.basename(__filename, '.js') + '/'; var tests = [ { source: 'many', opts: { boundary: '-...
<?php namespace Fisharebest\Localization\Territory; class TerritoryRu extends AbstractTerritory implements TerritoryInterface { public function code() { return 'RU'; } }
package ec2query_test import ( "bytes" "encoding/json" "encoding/xml" "fmt" "io" "io/ioutil" "net/http" "net/url" "testing" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/client" "github.com/aws/aws-sdk-go/aws/client/metadata" "github.com/aws/aws-sdk-go/aws/request" "github.com/a...
ACCEPTED #### According to World Register of Marine Species #### Published in null #### Original name null ### Remarks null
<?php defined('_JEXEC') or die('Restricted access'); ?> <div style="color:#555;border-bottom:1px solid #ddd;padding-bottom:20px;margin-bottom:20px"> <?php echo JText::_( 'COM_EASYBLOG_NOTIFICATION_HELLO' );?>, <br /><br /> <?php echo JText::_( 'COM_EASYBLOG_NOTIFICATION_NEW_BLOG_PENDING_REVIEW' ); ?> </div> <div s...
- [x] Fix Unhandled Promise rejections (see `yarn test`) - [ ] Find a way to write readable tests - [x] Split randomtests into meaningful files - [ ] Try to remove some unsafe `any` casts - [x] Add `invalidate` to `Cache` - [x] Add top-level `invalidate`. Should invalidate a set of queries - [x] I don't think this is n...
package org.wso2.dss.integration.test.util; import org.apache.axiom.om.OMElement; import org.apache.axis2.AxisFault; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.wso2.carbon.automation.test.utils.axis2client.AxisServiceClient; import org.wso2.carbon.automation.test....
/*global define, $ */ define(function (require, exports, module) { "use strict"; exports.initExtension = function () { // promise is rejected immediately return new $.Deferred().reject(); }; });
package org.apache.camel.component.cxf.util; import java.io.IOException; import java.io.InputStream; import java.io.Reader; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CoderResult; import java.nio.charset.Codin...
ACCEPTED #### According to Index Fungorum #### Published in Nova Hedwigia, Beih. 87: 80 (2008) #### Original name Caloplaca elvebakkiana Søchting, Lorentsen & Arup ### Remarks null
package net.bytebuddy.agent; import java.lang.instrument.Instrumentation; /** * An installer class which defined the hook-in methods that are required by the Java agent specification. */ public class Installer { /** * A field for carrying the {@link java.lang.instrument.Instrumentation} that was loaded by...
/** \addtogroup hal */ /** @{*/ /* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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.apac...
/** * \file SDL_gamecontroller.h * * Include file for SDL game controller event handling */ #ifndef SDL_gamecontroller_h_ #define SDL_gamecontroller_h_ #include "SDL_stdinc.h" #include "SDL_error.h" #include "SDL_rwops.h" #include "SDL_sensor.h" #include "SDL_joystick.h" #include "begin_code.h" /* Set up for...
package macaroon import ( "encoding/binary" "fmt" ) type fieldType int // Field constants as used in the binary encoding. const ( fieldEOS fieldType = 0 fieldLocation fieldType = 1 fieldIdentifier fieldType = 2 fieldVerificationId fieldType = 4 fieldSignature fieldType = 6 ) type pa...
package unikl.disco.network; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.List; import java.util.LinkedList; import java.util.Map; import java.util.HashMap; import java.util.Map.Entry; import java.util.Set...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>spawn (4 of 4 overloads)</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.h...
using System; using System.Collections.Immutable; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Synta...
<br/> $r.translate("chelp.res1") $r.translate("chelp.res2") $r.translate("chelp.res3") $r.translate("chelp.res4") (<i>$r.translateWithPackage("org.olat.core.commons.chiefcontrollers","topnav.dr")</i> -&gt; <i>$r.translateWithPackage("org.olat.repository","tools.new.header")</i> -&gt; <i>$r.translateWithPackage("o...
package io.dropwizard.jdbi; import com.codahale.metrics.health.HealthCheck; import io.dropwizard.util.Duration; import org.junit.Test; import org.mockito.Mockito; import org.skife.jdbi.v2.DBI; import org.skife.jdbi.v2.Handle; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import j...
require 'rubygems' require 'oauth' require 'optparse' require 'ostruct' require 'stringio' require 'yaml' library_files = Dir[File.join(File.dirname(__FILE__), "/twurl/**/*.rb")].sort library_files.each do |file| require file end module Twurl @options ||= Options.new class << self attr_accessor :options e...
namespace Typify.NET { using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Typify.NET.Models; internal static class TypesScriptDefinitionFactory { public static (TypeScriptDefinition definition, IEnumerable<Type> dependentTypes) BuildFr...
from django.core.management.base import BaseCommand from optparse import make_option import sys class Command(BaseCommand): option_list = BaseCommand.option_list + ( make_option('--noinput', action='store_false', dest='interactive', default=True, help='Tells Django to NOT prompt the user for in...
import unittest from pyramid import testing from articlemeta.decorators import LogHistoryChange class LogHistoryChangeDecoratorTest(unittest.TestCase): def setUp(self): self.config = testing.setUp() def tearDown(self): testing.tearDown() def test_invoke_without_params_must_crash(self): ...
<?php namespace Symfony\Component\Validator\Constraints; use Symfony\Component\Validator\Constraint; /** * @Annotation * * @api */ class MinLength extends Constraint { public $message = 'This value is too short. It should have {{ limit }} characters or more.'; public $limit; public...
package com.bazaarvoice.emodb.sor.log; import com.bazaarvoice.emodb.sor.core.Expanded; public interface SlowQueryLog { void log(String table, String key, Expanded record); }
namespace google { namespace protobuf { class MessageLite; } // namespace protobuf } // namespace google namespace gcm { // A wrapper for MCS protobuffers that encapsulates their tag, size and data // in an immutable and thread-safe format. If a mutable version is desired, // CloneProtobuf() should use used to crea...
@echo off echo start testenc path=..\ms;%path% set ssleay=%1% set input=..\ms\testenc.bat set tmp1=..\ms\cipher.out set out1=..\ms\clear.out set cmp=perl ..\ms\cmp.pl cd call tenc.bat enc if errorlevel 1 goto err call tenc.bat rc4 if errorlevel 1 goto err call tenc.bat des-cfb if errorlevel 1 goto err call tenc.ba...
/** * Tiling engine. * * Builds per-tile display lists and executes them on calls to * lp_setup_flush(). */ #include <limits.h> #include "pipe/p_defines.h" #include "util/u_framebuffer.h" #include "util/u_inlines.h" #include "util/u_memory.h" #include "util/u_pack_color.h" #include "draw/draw_pipe.h" #include ...
import sys import os, os.path import shutil from optparse import OptionParser CPP_SAMPLES = ['testcpp'] LUA_SAMPLES = ['testlua'] JSB_SAMPLES = ['testjavascript'] ALL_SAMPLES = CPP_SAMPLES + LUA_SAMPLES + JSB_SAMPLES def get_num_of_cpu(): ''' The build process can be accelerated by running multiple concurrent job pr...
require 'spec_helper' describe Service, models: true do describe "Associations" do it { is_expected.to belong_to :project } it { is_expected.to have_one :service_hook } end describe "Mass assignment" do end describe "Test Button" do before do @service = Service.new end describe "...
import mock import pytest import pylast def mock_network(): return mock.Mock(_get_ws_auth=mock.Mock(return_value=("", "", ""))) @pytest.mark.parametrize( "artist", [ "\xe9lafdasfdsafdsa", "ééééééé", pylast.Artist("B\xe9l", mock_network()), "fdasfdsafsaf not unicode", ...
<?xml version="1.0" encoding="iso-8859-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> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page device_method_missing.p...
'use strict'; import types = require('vs/base/common/types'); import _level = require('vs/languages/css/common/level'); /// <summary> /// Nodes for the css 2.1 specification. See for reference: /// http://www.w3.org/TR/CSS21/grammar.html#grammar /// </summary> export enum NodeType { Undefined, Identifier, Styles...
package net.wasdev.jaxrs.async; import java.util.Collection; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; @Path("items") public class ItemsResource { ItemS...
JAVA_OPTS=" -Dserver.port=9090 -Djava.security.auth.login.config=web-app/WEB-INF/jaas.conf -Xmx512m -Xms256m -server -Dant.home=$ANT_HOME -Drdeck.base=$RDECK_BASE \ grails prod run-app
WebInspector.CSSRule = function(nodeStyles, ownerStyleSheet, id, type, sourceCodeLocation, selectorText, selectors, matchedSelectorIndices, style, mediaList) { WebInspector.Object.call(this); console.assert(nodeStyles); this._nodeStyles = nodeStyles; this._ownerStyleSheet = ownerStyleSheet || null; ...
/** * @license Highcharts JS v4.2.5 (2016-05-06) * * (c) 2011-2016 Torstein Honsi * * License: www.highcharts.com/license */ /* eslint indent: [2, 4] */ (function (factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts); } }...
<?xml version="1.0" ?> <?xml-stylesheet type="text/xsl" href="resources/xslt-entity.xsl"?> <TEST />
package registrytest import ( "fmt" "sync" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/errors" "k8s.io/kubernetes/pkg/fields" "k8s.io/kubernetes/pkg/labels" "k8s.io/kubernetes/pkg/watch" ) // Registry is an interface for things that know how to store endpoints. type EndpointRegistry struct { End...
<!doctype html> <!-- Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file for details. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html> <head> <title>whenPolymerReady</title> <script src="packages/unittest/...
package ssh import ( "net" "strings" "testing" ) func testClientVersion(t *testing.T, config *ClientConfig, expected string) { clientConn, serverConn := net.Pipe() defer clientConn.Close() receivedVersion := make(chan string, 1) config.HostKeyCallback = InsecureIgnoreHostKey() go func() { version, err := re...
name "chefdk" default_version "master" source git: "git://github.com/chef/chef-dk.git" relative_path "chef-dk" if windows? dependency "ruby-windows" dependency "ruby-windows-devkit" else dependency "libffi" if debian? dependency "ruby" end dependency "rubygems" dependency "bundler" dependency "appbundler" d...
package unix func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) { return 0, ENOSYS }
/* * Sparsifiers.h * * Created on: 23.07.2014 * Author: Gerd Lindner */ #ifndef SPARSIFIERS_H_ #define SPARSIFIERS_H_ #include "../graph/Graph.h" namespace NetworKit { /** * In this file, edge score calculators and edge score filters are combined * into different sparsification algorithms. */ /** * ...
import _ from 'lodash' import cx from 'classnames' import React, { Children, cloneElement, PropTypes } from 'react' import { AutoControlledComponent as Component, customPropTypes, getElementType, META, useKeyOnly, } from '../../lib' import Icon from '../../elements/Icon' import AccordionContent from './Acco...
stacker.hooks package ===================== Submodules ---------- stacker.hooks.ecs module ------------------------ .. automodule:: stacker.hooks.ecs :members: :undoc-members: :show-inheritance: stacker.hooks.iam module ------------------------ .. automodule:: stacker.hooks.iam :members: :undoc...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2012 The MyBatis Team 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...
namespace geofeatures_boost {} namespace boost = geofeatures_boost; namespace geofeatures_boost { namespace mpl { namespace aux { template< bool > struct resolve_arg_impl { template< typename T, typename U1, typename U2, typename U3 , typename U4, typename U5 > struct result_ { ...
package quota import ( "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/resource" "k8s.io/kubernetes/pkg/util/sets" ) // Equals returns true if the two lists are equivalent func Equals(a api.ResourceList, b api.ResourceList) bool { for key, value1 := range a { value2, found := b[key] if !found { re...
using System.Collections.Generic; using Orchard.Localization; using Orchard.Workflows.Models; namespace Orchard.Workflows.Services { public abstract class Event : IActivity { public abstract string Name { get; } public abstract LocalizedString Category { get; } public abstract LocalizedSt...
@class Braintree; @class PKPayment; NS_ASSUME_NONNULL_BEGIN typedef void (^BraintreeCompletionBlock)(Braintree *__nullable braintree, NSError *__nullable error); /// The `Braintree` class is the front door to the Braintree SDK for iOS. It contains /// everything you need to easily start accepting payments in your mo...
(function() { var sync = Backbone.sync; var ajax = Backbone.ajax; var emulateHTTP = Backbone.emulateHTTP; var emulateJSON = Backbone.emulateJSON; var history = window.history; var pushState = history.pushState; var replaceState = history.replaceState; QUnit.config.noglobals = true; QUnit.testStart(...