text
stringlengths
3
1.05M
package javax.net.ssl; import java.security.InvalidAlgorithmParameterException; import java.security.KeyStore; import java.security.KeyStoreException; /** * The <i>Service Provider Interface</i> (SPI) for the * {@code TrustManagerFactory} class. */ public abstract class TrustManagerFactorySpi { /** * C...
/* Based on software by Adam Langly. Adam's original message: * * Async DNS Library * Adam Langley <agl@imperialviolet.org> * http://www.imperialviolet.org/eventdns.html * Public Domain code * * This software is Public Domain. To view a copy of the public domain dedication, * visit http://creativecommons.org/...
define('api', ['ui', 'lang_mappings', 'runner'], function(UI, LangMappings, BiteRunner) { function addBite(options) { UI.addBite(this, options); } function addTab(options) { var side = options.side || 'left', text = options.text, tabs = this.querySelector('.bite-container-tabs-' + side); ...
package org.apache.spark.mllib.tree.impurity import org.apache.spark.annotation.{DeveloperApi, Since} /** * Class for calculating entropy during multiclass classification. */ @Since("1.0.0") object Entropy extends Impurity { private[tree] def log2(x: Double) = scala.math.log(x) / scala.math.log(2) /** * ...
<?php namespace Catalol; class FilterCondition { const SITE_ID_USA = 'US'; const SITE_ID_UK = 'UK'; const SITE_ID_DE = 'DE'; const SITE_ID_MOTORS = 'MOTORS'; const USA = 'US'; const UK = 'UK'; const DE = 'DE'; const MOTORS = 'MOTORS'; const PRICE_DESC = 'PRICE_DESC'; const PRICE...
extern "C" { JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) { return JNI_VERSION_1_4; } // This code goes into its own dynamic library, so we cannot depend on // any other components like base. JNIEXPORT void JNICALL Java_org_chromium_android_1webview_shell_DrawGL_nativeDrawGL( JNIEnv*, j...
namespace boost { namespace mpl { namespace aux { BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_begin, begin, true) }}} #endif // BOOST_MPL_AUX_HAS_BEGIN_HPP_INCLUDED
.navbar { min-height: 64px; border: 0; } .navbar-brand { float: left; padding: 12px 15px; font-size: 18px; line-height: 40px; height: 64px; } .navbar-toggle { padding: 9px 10px; margin-top: 15px; margin-bottom: 15px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } .navbar-nav { marg...
using System; using System.Diagnostics; using System.Collections; using System.Collections.Generic; using System.Xml; using System.Xml.XPath; using MS.Internal.Xml; using System.Xml.Xsl.XPath; using System.Xml.Xsl.Qil; namespace System.Xml.Xsl.Xslt { internal class KeyMatchBuilder : XPathBuilder, XPathPatternParse...
We stack glasses in a pyramid, where the first row has 1 glass, the second row has 2 glasses, and so on until the 100th row. Each glass holds one cup of champagne. Then, some champagne is poured into the first glass at the top. When the topmost glass is full, any excess liquid poured will fall equally to the glass imm...
package main import ( "fmt" "strings" "github.com/go-check/check" ) func (s *DockerSuite) TestPause(c *check.C) { defer unpauseAllContainers() name := "testeventpause" out, _ := dockerCmd(c, "images", "-q") image := strings.Split(out, "\n")[0] dockerCmd(c, "run", "-d", "--name", name, image, "top") docker...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CMakeRunConfigurationManager" shouldGenerate="true" shouldDeleteObsolete="true"> <generated> <config projectName="BinaryTreeLevelOrderTraversalII" targetName="BinaryTreeLevelOrderTraversalII" /> </generated> </component> <...
<?xml version="1.0" encoding="UTF-8"?> <web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"> <context-param> <param-name>javax.faces.P...
namespace ash { class SystemTrayDelegate; } ash::SystemTrayDelegate* CreateLinuxSystemTrayDelegate(); #endif // CHROME_BROWSER_UI_ASH_SYSTEM_TRAY_DELEGATE_LINUX_H_
package org.onosproject.net; /** * Immutable representation of a network element identity. */ public abstract class ElementId implements NetworkResource { }
""" The Spatial Reference class, represents OGR Spatial Reference objects. Example: >>> from django.contrib.gis.gdal import SpatialReference >>> srs = SpatialReference('WGS84') >>> print(srs) GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY...
**Note it!** is a lean and elegant notebook aimed for quick idea collections. Inspired by sticky notes, every note here has two colorful sides. It is simple to create, edit and delete a note just as how you do with the sticky notes in the real life. **Key Features** * Stay Organized * BookMark and Stamp * Qui...
# grunt-filerev [![Build Status](https://secure.travis-ci.org/yeoman/grunt-filerev.svg?branch=master)](http://travis-ci.org/yeoman/grunt-filerev) > Static asset revisioning through file content hash ## Getting Started If you haven't used [grunt][] before, be sure to check out the [Getting Started][] guide, as it ex...
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using System.Windows.Forms; using AdamsLair.WinForms.PropertyEditing; using AdamsLair.WinForms.PropertyEditing.Templates; using AdamsLair.WinForms.Drawing; using BorderStyle = AdamsLair.W...
Blog::Application.configure do # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. config.cache_classes = true # Eager load code on boot. This eager loads most of Rails and # your application in memory, allowing both thread web servers...
"""Skeleton for 'multiprocessing.managers' stdlib module.""" import threading import queue import multiprocessing import multiprocessing.managers class BaseManager(object): def __init__(self, address=None, authkey=None): self.address = address def start(self, initializer=None, initargs=None): ...
module Fog module Compute class Ovirt class Real DISK_SIZE_TO_GB = 1073741824 def add_volume(id, options = {}) raise ArgumentError, "instance id is a required parameter" unless id options[:size]=options[:size_gb].to_i*DISK_SIZE_TO_GB if options[:size_gb] client....
from helpers.api import schedule_runs def schedule_main(): algorithm_version = 16.0 epochs = list(range(1, 11)) epochs_total = 10 general_params = dict(algorithm_version=[algorithm_version], word_vector_dimensionality=[200], word_context_window=[10], frequent_words_downsampl...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package org.elasticsearch.analysis.common; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.core.UpperCaseFilter; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.env.Environment; import org.elasticsearch.index.IndexSettings; import org.elasticsearch.index.a...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
"use strict"; ! function(root, factory) { if ("function" === typeof define && define.amd) { define(function(require) { factory(require("devextreme/localization")) }) } else { if ("object" === typeof module && module.exports) { factory(require("devextreme/...
<div class="grid-12"> <button type="submit">{{ $form->button_text }}</button> </div>
namespace base { class SequencedTaskRunner; class TimeTicks; } namespace quota { class SpecialStoragePolicy; } class GURL; namespace fileapi { class FileSystemOperationContext; class SandboxOriginDatabaseInterface; class TimedTaskHelper; // This file util stores directory information in LevelDB to obfuscate // and...
// Copyright 2006 The Closure Library Authors. 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/licenses/LICENSE-2.0 // // Unless requ...
package controller import ( "fmt" "time" "sync/atomic" "github.com/golang/glog" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/latest" "k8s.io/kubernetes/pkg/api/validation" "k8s.io/kubernetes/pkg/client/cache" "k8s.io/kubernetes/pkg/client/record" client "k8s.io/kubernetes/pkg/client/unversioned...
const Resource = require('../api-resource').Resource; class TaskResource extends Resource { static resourceName() { return 'task'; } localExportContent(driveId) { const clientObj = { path: this.localExportUrl(), entity: { drive_id: driveId } }; return this.client(clientObj); } localImportConten...
module Neo4j::Shared # MassAssignment allows you to bulk set and update attributes # # Including MassAssignment into your model gives it a set of mass assignment # methods, similar to those found in ActiveRecord. # # @example Usage # class Person # include Neo4j::Shared::MassAssignment # end ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.12"/> <link rel="stylesheet" type="text/css" href="search...
package org.apache.solr.util; import com.google.common.collect.ForwardingMap; import java.util.HashSet; import java.util.Map; import java.util.Set; /** * Wraps another map, keeping track of each key that was seen via {@link #get(Object)} or {@link #remove(Object)}. */ @SuppressWarnings("unchecked") public class ...
<?php namespace Illuminate\View; use Illuminate\Filesystem\Filesystem; class FileViewFinder implements ViewFinderInterface { /** * The filesystem instance. * * @var \Illuminate\Filesystem\Filesystem */ protected $files; /** * The array of active view paths. * * @var array */ protected $paths; ...
// (C) Copyright Eric Niebler 2005. // 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) // Test case for weighted_extended_p_square.hpp #include <iostream> #include <boost/random...
package apiserver import ( "testing" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/meta" "k8s.io/kubernetes/pkg/api/unversioned" "github.com/emicklei/go-restful" ) func TestScopeNamingGenerateLink(t *testing.T) { selfLinker := &setTestSelfLinker{ t: t, expectedSet: "/api/v1/namespaces...
OPTIONS="AP-without-Internet-sharing WPA+WPA2-passphrase Internet-sharing-from-the-same-WiFi-interface Ifconfig Quit" SSID="w3_@dy.c" PASS="1q2w3e4r5t6y7u8i" select opt in $OPTIONS; do if [ "$opt" = "Quit" ]; then echo done exit elif [ "$opt" = "AP-without-Internet-sharing" ]; then create_ap -n wlan0 $SSID $P...
var test = require('tape'); var shims = require('../../builtin/_shims.js'); var Buffer = require('buffer').Buffer; var PassThrough = require('stream').PassThrough; var Transform = require('stream').Transform; var timers = require('timers'); test('writable side consumption', function(t) { var tx = new Transform({ ...
// 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; using System.Collections.Generic; using System.Collections.Immutable; using System.Composition; using System.Diagnostics; using System.Linq; us...
package org.apache.spark.graphx.impl import scala.reflect.ClassTag import org.apache.spark.util.collection.{BitSet, PrimitiveVector} import org.apache.spark.graphx._ import org.apache.spark.graphx.util.collection.GraphXPrimitiveKeyOpenHashMap /** Stores vertex attributes to ship to an edge partition. */ private[g...
package org.pentaho.di.trans.steps.mergejoin; import java.util.List; import org.pentaho.di.core.CheckResult; import org.pentaho.di.core.CheckResultInterface; import org.pentaho.di.core.Const; import org.pentaho.di.core.util.Utils; import org.pentaho.di.core.database.DatabaseMeta; import org.pentaho.di.core.exceptio...
<?php namespace Fuel\Core; interface Config_Interface { public function load($overwrite = false); public function group(); public function save($contents); }
angular.module('todoController', []) // inject the Todo service factory into our controller .controller('mainController', ['$scope','$http','Todos', function($scope, $http, Todos) { $scope.formData = {}; $scope.loading = true; // GET ===================================================================== // w...
// Package validation has functions for validating the correctness of api // objects and explaining what is wrong with them when they aren't valid. package validation
package com.navercorp.pinpoint.common.util; import org.junit.Assert; import org.junit.Test; /** * @author emeroad */ public class TransactionIdUtilsTest { @Test public void testParseTransactionId() { TransactionId transactionId = TransactionIdUtils.parseTransactionId("test" + TransactionIdUtils....
<?php /** * @group Core */ class Box_EventManagerTest extends PHPUnit\Framework\TestCase { /** * @doesNotPerformAssertions */ public function testEmptyFire() { $manager = new Box_EventManager(); $manager->fire(array()); } public function testFire() { $db_mock = $this-...
package org.apache.hadoop.streaming; import junit.framework.TestCase; import java.io.*; import org.apache.hadoop.fs.FileUtil; /** * This class tests hadoopStreaming in MapReduce local mode by giving * empty input to mapper and the mapper generates nonempty output. Since map() * is not called at all, output thre...
package com.amazonaws.services.redshift.model.transform; import java.util.HashMap; import java.util.List; import java.util.Map; import com.amazonaws.AmazonClientException; import com.amazonaws.Request; import com.amazonaws.DefaultRequest; import com.amazonaws.internal.ListWithAutoConstructFlag; import com.amazonaws....
package liquibase.change.core.supplier; import liquibase.change.Change; import liquibase.change.ColumnConfig; import liquibase.change.core.CreateTableChange; import liquibase.change.core.LoadDataChange; import liquibase.diff.DiffResult; import liquibase.sdk.supplier.change.AbstractChangeSupplier; public class LoadDat...
@implementation XPathParserTest - (void)setUp { p = [[[XPathParser alloc] init] autorelease]; } - (void)test { s = @"child::foo"; a = [p assemblyWithString:s]; result = [p bestMatchFor:a]; // NSLog(@"\n\n result: %@ \n\n", result); //TDEqualObjects(@"[/, foo]//foo^", [result description]); ...
package com.badlogic.gdx.graphics.g3d.decals; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.math.Quaternion; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.math.Vector3; import com.ba...
/** * @name SDL.AppController * @desc App general logic * @category Controller * @filesource app/controller/AppController.js * @version 1.0 */ SDL.AppController = Em.Object.create( { active: false });
function WPATH(s) { var index = s.lastIndexOf("/"); var path = -1 === index ? "nl.fokkezb.pullToRefresh/" + s : s.substring(0, index) + "/nl.fokkezb.pullToRefresh/" + s.substring(index + 1); return path; } function Controller() { function show(msg) { if (!attached || pulled) return false; ...
/* -*- C++ -*- * nprobe.h * * Created on: Sep 10, 2013 * Author: jan */ #ifndef NPROBE_H_ #define NPROBE_H_ #include "jml/arch/thread_specific.h" #include <unordered_map> #include <chrono> #include <memory> #include <functional> #include <string> #include <stack> #include <vector> #include <tuple> #includ...
package org.hawkular.apm.tests.client.camel; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.util.List; import o...
<h1 align="center">Viserio Translation Contract</h1> <p align="center"> <a href="https://github.com/narrowspark/framework/releases"><img src="https://img.shields.io/packagist/v/narrowspark/framework.svg?style=flat-square"></a> <a href="https://php.net/"><img src="https://img.shields.io/badge/php-%5E7.4.0-8892BF...
var sys = require("util") , assert = require("assert") , XMLHttpRequest = require("../lib/XMLHttpRequest").XMLHttpRequest , xhr = new XMLHttpRequest() , http = require("http"); // Test server var server = http.createServer(function (req, res) { if (req.url === '/redirectingResource') { res.writeHead(307,...
package opensesim.sesim.Assets; import opensesim.world.AbstractAsset; import opensesim.world.GodWorld; import opensesim.world.RealWorld; import org.json.JSONObject; /** * * @author 7u83 <7u83@mail.ru> */ public class CryptoCurrency extends AbstractAsset{ public CryptoCurrency(GodWorld world, JSONObject cfg) ...
(function () { 'use strict'; angular .module('sekcApp') .controller('ConsultKernelAreaOfConcernController', ConsultKernelAreaOfConcernController); ConsultKernelAreaOfConcernController.$inject = ['$stateParams', 'PracticeCatalogs', 'AlertService', 'localStorageService']; function Consu...
namespace Microsoft.Exchange.WebServices.Data { using System; using System.Collections.Generic; using System.Text; /// <summary> /// Defines how conflict resolutions are handled in update operations. /// </summary> public enum ConflictResolutionMode { /// <summary...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Test.Utilities Imports Microsoft.CodeAnalysis.Visu...
package cache import ( "fmt" "strings" "k8s.io/kubernetes/pkg/api/meta" ) // Store is a generic object storage interface. Reflector knows how to watch a server // and update a store. A generic store is provided, which allows Reflector to be used // as a local caching system, and an LRU store, which allows Refle...
var Writable = require('readable-stream').Writable var inherits = require('inherits') if (typeof Uint8Array === 'undefined') { var U8 = require('typedarray').Uint8Array } else { var U8 = Uint8Array } function ConcatStream(opts, cb) { if (!(this instanceof ConcatStream)) return new ConcatStream(opts, cb) if (...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd"> <topic id="topic1" xml:lang="en"> <title id="fv141670">pg_enum</title> <body> <p>The <codeph>pg_enum</codeph> table contains entries matching enum types to their associated values and labels....
using System.ComponentModel; namespace Patchwork.Utility.Binding { public class NotifyPropertyChanged : NotificationMode { public NotifyPropertyChanged(string propertyName) { PropertyName = propertyName; } public string PropertyName { get; } public override void Subscribe(object target, IBindable bi...
class ApplicationController < ActionController::Base protect_from_forgery before_filter :subdomain_view_path private def subdomain_view_path prepend_view_path "app/views/#{request.subdomain}_subdomain" if request.subdomain.present? end end
@interface BBWebViewSSLProtocol : NSURLProtocol @property (retain,nonatomic) NSURLConnection *connection; + (void)addTrustedDomain:(id)domain; + (BOOL)isTrustedDomain:(NSString *)domain; @end
<?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 1999-2011 Alibaba Group. - - 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/LIC...
<?php namespace PhpSpec\Util; use PhpSpec\Exception\Fracture\ClassNotFoundException; class Instantiator { /** * @param string $className * * @return object */ public function instantiate($className) { if (!class_exists($className)) { throw new ClassNotFoundExcept...
package org.apache.hadoop.hive.serde2.objectinspector; import java.util.List; /** * A StandardStructObjectInspector which also implements the * ConstantObjectInspector interface. * * Always use the ObjectInspectorFactory to create new ObjectInspector objects, * instead of directly creating an instance of this ...
DEVICEGROUP.type = "generator_gas_h" --[[ You can also use skin = number here to define a skin to make the Module spawn with You can also use material = "path/to/material" to set a material to make it spawn with ]] DEVICEGROUP.devices = { --[[add_one = { Name = "CE Small Hydrogen Compressor", ...
from __future__ import print_function, unicode_literals
package org.xbill.DNS.dnssec; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNull; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.time.Clock; import java.time.Instant; import java.util.Properties; import or...
"use strict"; const createError = require("../common/parser-create-error"); const postprocess = require("./parse-postprocess"); const createParser = require("./parser/create-parser"); const replaceHashbang = require("./parser/replace-hashbang"); // https://github.com/facebook/flow/tree/master/packages/flow-parser#opt...
/** * Defines template and style encapsulation options available for Component's {@link View}. * * See {@link ViewMetadata#encapsulation}. */ export var ViewEncapsulation; (function (ViewEncapsulation) { /** * Emulate `Native` scoping of styles by adding an attribute containing surrogate id to the Host ...
package kubectl import ( "reflect" "testing" autoscalingv1 "k8s.io/api/autoscaling/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" utilpointer "k8s.io/kubernetes/pkg/util/pointer" ) func TestHPAGenerate(t *testing.T) { tests := []struct { name string HPAName string scaleRefKi...
FM_ID: '' name: East LA Farmers' Market address_1: 4801 East 3rd Street address_2: '' city: Los Angeles state: California zip: '90022' phone: '' latitude: '34.0334' longitude: '-118.16' website: 'https://www.facebook.com/eastlafarmersmarket/' daycode1: Sat day1_open: '900' day1_close: '1400' daycode2: '' day2_open: '' ...
<?php namespace yii\db\mysql; use yii\db\TableSchema; use yii\db\ColumnSchema; /** * Schema is the class for retrieving metadata from a MySQL database (version 4.1.x and 5.x). * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */ class Schema extends \yii\db\Schema { /** * @var array mapping from phys...
using Microsoft.Xunit.Performance; using Xunit; namespace System.Collections.Tests { public static class Perf_Hashtable { public static Hashtable CreateHashtable(int size) { var hash = new Hashtable(); var rand = new Random(341553); while (hash.Count < size) ...
package org.apache.camel.component.beanstalk; import com.surftools.BeanstalkClient.BeanstalkException; import com.surftools.BeanstalkClient.Job; import org.apache.camel.EndpointInject; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.junit.Test; import sta...
/************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* PCRE is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. ...
void foo(int n) { (void) _Generic(0, struct A: 0, // expected-error {{type 'struct A' in generic association incomplete}} void(): 0, // expected-error {{type 'void ()' in generic association not an object type}} int[n]: 0); // expected-error {{type 'int [n]' in generic association is a variably m...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Notification Types</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="demonstration of some noty capabilities"> ...
from __future__ import absolute_import from __future__ import division from __future__ import print_function import importlib import numpy as np from tensorflow.python.framework import constant_op from tensorflow.python.framework import tensor_shape from tensorflow.python.ops import array_ops from tensorflow.python....
using namespace aliyun; namespace { void Json2Type(const Json::Value& value, std::string* item); void Json2Type(const Json::Value& value, SlbDescribeLoadBalancerAttributeListenerPortAndProtocalType* item); void Json2Type(const Json::Value& value, SlbDescribeLoadBalancerAttributeListenerPortAndProtocolType* item); ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. /*============================================================================= ** ** ** ** Purpose: The exception class for running out of memory ** but most likely in...
{% load i18n future pages_tags %} {% spaceless %} {% if page_branch_in_menu %} <ul class="nav nav-list navlist-menu-level-{{ branch_level }}"> {% for page in page_branch %} {% if not has_home and page.is_primary and forloop.first %} <li class="first{% if on_home %} active{% endif %}" id="tree-menu-home"> ...
package org.openqa.selenium.support.ui; public class FakeClock implements Clock { private long now = 500000; public void timePasses(int millisInASecond) { now = now + millisInASecond; } public long laterBy(long durationInMillis) { return now + durationInMillis; } public boolean isNowBefore(long ...
#import <UIKit/UIKit.h> @interface ViewController : UIViewController @end @implementation ViewController @end
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.2 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
gRPC on Android ============== Note: Building the protobuf dependency for Android requires https://github.com/protocolbuffers/protobuf/pull/3878. This fix will be in the next protobuf release, but until then must be manually patched in to `third_party/protobuf` to build gRPC for Android. PREREQUISITES ------------- ...
@class HTMLParser; #define ParsingDepthUnlimited 0 #define ParsingDepthSame -1 #define ParsingDepth size_t typedef enum { HTMLHrefNode, HTMLTextNode, HTMLUnkownNode, HTMLCodeNode, HTMLSpanNode, HTMLPNode, HTMLLiNode, HTMLUlNode, HTMLImageNode, HTMLOlNode, HTMLStrongNode, HTMLPreNode, HTMLBlockQuoteNode, ...
// // DDChatImagePreviewViewController.m // IOSDuoduo // // Created by Michael Scofield on 2014-06-11. // Copyright (c) 2014 dujia. All rights reserved. // #import "DDChatImagePreviewViewController.h" #import "UIImageView+WebCache.h" #import "LCActionSheet.h" #import "RuntimeStatus.h" #import "MTTUserEntity.h" #im...
using content::RenderViewHost; using content::WebContents; using extensions::Extension; class GtalkExtensionTest : public ExtensionBrowserTest { protected: extensions::ProcessManager* GetProcessManager() { return extensions::ExtensionSystem::Get(browser()->profile())-> process_manager(); } void Ins...
<?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 Lic...
/* * 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 description. --> * Contains all classes used by AspectJ AOP implementation. */ package org.apache.ignite.compute.gridify.aop.aspectj;
// 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 Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.PooledObjects; using Roslyn.Utilities; using System; using System.Collections.Immut...