text
stringlengths
3
1.05M
package com.facebook.buck.features.ocaml; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; /** A set of OCaml related constants */ class OcamlCompilables { /** Source files that can be preprocessed and compiled. */ public static final ImmutableSet<String> SOURCE_EX...
function hadoop_usage { echo "Usage: hadoop-daemon.sh [--config confdir] (start|stop|status) <hadoop-command> <args...>" } # let's locate libexec... if [[ -n "${HADOOP_HOME}" ]]; then HADOOP_DEFAULT_LIBEXEC_DIR="${HADOOP_HOME}/libexec" else this="${BASH_SOURCE-$0}" bin=$(cd -P -- "$(dirname -- "${this}")" >/de...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Security; using System.Web.SessionState; namespace Contoso.Core.InformationManagementWeb { public class Global : System.Web.HttpApplication { protected void Application_Start(object sender, EventArgs ...
package ol.format.filter; import jsinterop.annotations.JsProperty; import jsinterop.annotations.JsType; /** * Represents a PropertyIsBetween comparison operator. * * @author hmgn * */ @JsType(isNative = true) public class IsBetween extends Comparison { /** * Constructor * *...
{{+bindTo:partials.standard_nacl_article}} <h1>PPB_Gamepad Struct Reference</h1> <div id="doxygen-ref"> {{- dummy div to appease doxygen -}} <div> <!-- Generated by Doxygen 1.7.6.1 --> </div> <!--header--> <div class="contents"> <!-- doxytag: class="PPB_Gamepad" --><h2> Data Fields</h2><table class="memberdecls"> ...
#ifndef XMLHttpRequestProgressEventThrottle_h #define XMLHttpRequestProgressEventThrottle_h #include "Timer.h" #include "wtf/PassRefPtr.h" #include "wtf/Vector.h" namespace WebCore { class Event; class EventTarget; enum ProgressEventAction { DoNotFlushProgressEvent, FlushProgressEvent }; // This implemen...
<?php /*i18n schema generated on: 2007-11-25 07:11:25 : 1196004805*/ /** * This is i18n Schema file * * Use it to configure database for i18n * * PHP versions 4 and 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.o...
<?php /* SonataBlockBundle:Block:block_template.html.twig */ class __TwigTemplate_fa7916c7a6aa50e8f3029683d18f7cfc578a3bd9196a820b31e3d76a47f2baea extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->blocks = array( 'block' ...
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * * English (UK) Translations * updated to 2.2 by Condor (8 Aug 2008) * updated by Dawesi (7 Dec 2012) */ Ext.onReady(function() { if (Ext.Date) { Ext.Date.defaultDateFormat = "d/m/Y"; Ext.Date.monthNames = ["January...
package crdregistration import ( "reflect" "testing" "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions" crdlisters "k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/internalversion" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/client-go/to...
import sys, os # find_library(name) returns the pathname of a library, or None. if os.name == "nt": def _get_build_version(): """Return the version of MSVC that was used to build Python. For Python 2.3 and up, the version number is included in sys.version. For earlier versions, assume th...
package org.apache.sling.installer.core.impl.tasks; import org.apache.sling.installer.api.tasks.InstallationContext; import org.apache.sling.installer.api.tasks.ResourceState; import org.apache.sling.installer.api.tasks.TaskResourceGroup; import org.osgi.framework.Bundle; import org.osgi.framework.Constants; import o...
if(NOT "${OPENNI_LIB_DIR}" STREQUAL "${OPENNI_LIB_DIR_INTERNAL}") unset(OPENNI_LIBRARY CACHE) unset(OPENNI_LIB_DIR CACHE) endif() if(NOT "${OPENNI_INCLUDE_DIR}" STREQUAL "${OPENNI_INCLUDE_DIR_INTERNAL}") unset(OPENNI_INCLUDES CACHE) unset(OPENNI_INCLUDE_DIR CACHE) endif() if(NOT "${OPENNI_PRIME_SENSOR...
using namespace SDKTemplate; using namespace Platform; using namespace concurrency; using namespace Windows::Foundation; using namespace Windows::Foundation::Collections; using namespace Windows::Security::ExchangeActiveSyncProvisioning; using namespace Windows::UI::Xaml; using namespace Windows::UI::Xaml::Controls; u...
//go:build linux // +build linux package cm import ( "testing" "github.com/stretchr/testify/assert" "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/resource" evictionapi "k8s.io/kubernetes/pkg/kubelet/eviction/api" ) func TestNodeAllocatableReservationForScheduling(t *testing.T) { memoryEvictionThreshold ...
namespace System.Activities { abstract class LocationFactory { public Location CreateLocation(ActivityContext context) { return CreateLocationCore(context); } protected abstract Location CreateLocationCore(ActivityContext context); } abstract class LocationF...
package org.apache.solr.client.solrj; import java.io.File; import java.io.IOException; import java.lang.invoke.MethodHandles; import java.nio.file.Path; import java.util.Arrays; import java.util.Properties; import org.apache.solr.SolrTestCaseJ4; import org.apache.solr.client.solrj.request.AbstractUpdateRequest; impor...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <link rel="stylesheet" href="/css/pointerFeedback.css"> <script src="/js/pointerFeedback.js"></script> </head> <body class="win-type-body"> <div id="scenarioHeader"> <h2 id="sampleHeader" class="win-type-subhea...
.oo-ui-icon-articles { background-image: url("themes/apex/images/icons/articles-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/apex/images/icons/articles-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes...
module ActiveRecord module AttributeMethods module Serialization extend ActiveSupport::Concern module ClassMethods # If you have an attribute that needs to be saved to the database as an # object, and retrieved as the same object, then specify the name of that # attribute usin...
package org.apache.jackrabbit.oak.plugins.document; import java.util.concurrent.ScheduledExecutorService; import com.codahale.metrics.Counter; import com.codahale.metrics.Meter; import com.codahale.metrics.Timer; import org.apache.jackrabbit.oak.commons.concurrent.ExecutorCloser; import org.apache.jackrabbit.oak.pl...
package com.taobao.weex.ui.component.list; import android.content.Context; import android.view.View; import android.view.ViewGroup; import com.taobao.weex.common.WXThread; import com.taobao.weex.ui.component.WXComponent; import com.taobao.weex.ui.view.listview.WXRecyclerView; import com.taobao.weex.ui.view.listview....
/*! * \file vktSparseResourcesImageSparseResidency.cpp * \brief Sparse partially resident images tests *//*--------------------------------------------------------------------*/ #include "vktSparseResourcesBufferSparseBinding.hpp" #include "vktSparseResourcesTestsUtil.hpp" #include "vktSparseResourcesBase.hpp" #in...
INSERT INTO BLC_ADMIN_MODULE (ADMIN_MODULE_ID, NAME, MODULE_KEY, ICON, DISPLAY_ORDER) VALUES (-1,'Catalog','BLCMerchandising', 'icon-barcode', 100); INSERT INTO BLC_ADMIN_MODULE (ADMIN_MODULE_ID, NAME, MODULE_KEY, ICON, DISPLAY_ORDER) VALUES (-2,'Content','BLCContentManagement', 'icon-file', 200); INSERT INTO BLC_ADMIN...
<?php /** * Message ID generator. */ class Swift_Mime_IdGenerator implements Swift_IdGenerator { /** * @param string $idRight */ public function __construct($idRight) { $this->idRight = $idRight; } /** * Returns the right-hand side of the "@" used in all generated IDs. ...
<?php declare(strict_types=1); if (!file_exists(__DIR__.'/Library')) { exit(0); } $header = <<<'EOF' This file is part of the Zephir. (c) Phalcon Team <team@zephir-lang.com> For the full copyright and license information, please view the LICENSE file that was distributed with this source code. EOF; $finder ...
import toCsv from './to-csv'; import toJs from './to-js'; export default function(direction, localesPath, csvPath, options) { switch (direction) { case 'to-csv': return toCsv(localesPath, csvPath, options); case 'to-js': return toJs(csvPath, localesPath, options); default: return Promis...
// Code generated by informer-gen. DO NOT EDIT. package v1alpha1 import ( time "time" rbacv1alpha1 "k8s.io/api/rbac/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" internalinterfaces "k8s.io/client-go/informers/internalinterf...
import dialogPolyfill from "dialog-polyfill"; import {Command, Help, PluginHelp} from "../api/help"; import {showToast} from "../common/common"; import {getParameterByName} from '../common/urls'; declare const allHelp: Help; function redrawOptions(): void { const rs = allHelp.AllRepos.sort(); const sel = document...
// 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.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading; usin...
The `use` declaration can be used so manual scoping isn't needed: {use.play} ### See also: [`match`][match] and [`use`][use] [use]: /mod/use.html [match]: /flow_control/match.html
module UsersHelper def active_tab key if key == :current_equipment return 'active' end end def stats_icons stat return 'fa fa-camera-retro' if stat == :checked_out return 'fa fa-list-alt' if stat == :future return 'fa fa-exclamation-circle' if stat == :overdue return 'fa fa-clock-o'...
<?php /** * A Test can be run and collect its results. * * @package PHPUnit * @subpackage Framework * @author Sebastian Bergmann <sebastian@phpunit.de> * @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> * @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause Licens...
from django.core import management if __name__ == "__main__": management.execute_from_command_line()
<?php namespace DTOx\Domain\ClassElement\ClassMethodElement; use DTOx\Domain\ClassElement\ClassMethodElement\Getter; /** * @package DTOx\Domain\ClassElement\ClassMethodElement */ class GetterTest extends \PHPUnit_Framework_TestCase { const VALID_GETTER_VARIABLE = 'interestingProperty'; /** * @tes...
package com.amazonaws.auth.policy.actions; import com.amazonaws.auth.policy.Action; /** * The available AWS access control policy actions for AWS Direct Connect. */ public enum DirectConnectActions implements Action { /** Represents any action executed on AWS Direct Connect. */ AllDirectConnectActions("dir...
 CKEDITOR.plugins.setLang("devtools","bg",{title:"Информация за елемента",dialogName:"Име на диалоговия прозорец",tabName:"Име на таб",elementId:"ID на елемента",elementType:"Тип на елемента"});
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package nodeaffinity import ( "context" "fmt" "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/component-helpers/scheduling/corev1/nodeaffinity" "k8s.io/kubernetes/pkg/scheduler/apis/config" "k8s.io/kubernetes/p...
"""Support for Homematic thermostats.""" import logging from homeassistant.components.climate import ClimateDevice from homeassistant.components.climate.const import ( STATE_AUTO, STATE_MANUAL, SUPPORT_OPERATION_MODE, SUPPORT_TARGET_TEMPERATURE) from homeassistant.const import ATTR_TEMPERATURE, TEMP_CELSIUS f...
require "bundler/setup" require "recallable/rails" RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! config.expect_...
{-# OPTIONS_GHC -fno-warn-redundant-constraints #-} {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeFamilies, FlexibleInstances, UndecidableInstances #-} module TH_tf3 where type family T a $( [d| foo :: T [a] ~ Bool => a -> a foo x = x |] ) $( [d| class C a instance a ~ Int => C a |] )
'use strict' var fs = require('graceful-fs') var path = require('path') var mkdirp = require('mkdirp') var osenv = require('osenv') var requireInject = require('require-inject') var rimraf = require('rimraf') var test = require('tap').test var common = require('../common-tap.js') var pkg = path.resolve(__dirname, 'g...
using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using Microsoft.VisualStudio.TestTools.UnitTesting; using CM.Payments.Client.Model; using CM.Payments.Client.Enums; //<auto-generated> // IMPORTANT NOTE: // This code is generated by MessageUnitTestGenerator in t...
define([ '../lang/toString', '../object/get' ], function(toString, get) { var stache = /\{\{([^\}]+)\}\}/g; //mustache-like /** * String interpolation */ function interpolate(template, replacements, syntax){ template = toString(template); var replaceFn = function(match, p...
$().siblings([selector]) returns the siblings of each element in the collection, filtered by the optional selector Let's look at the following html structure ```html <div id="siblingstest1"> <div id='siblingtestgc1' class="siblingstest"> <div id='siblingtestgc3' class="siblingsgcstest">GC</div> </div...
function load_no_chart_ui(){ $R(1, 30).each(function(index) { $('no_chart').select('td.column_'+index).each(function(i){ i.writeAttribute('onmouseover', "bar_mouse_over("+index+")"); i.writeAttribute('onmouseou...
package org.apache.spark.sql.hive import java.io.File import scala.collection.mutable.ArrayBuffer import org.apache.hadoop.fs.Path import org.apache.logging.log4j.Level import org.apache.spark.sql._ import org.apache.spark.sql.catalyst.TableIdentifier import org.apache.spark.sql.catalyst.catalog.{CatalogStorageFo...
async def asyncgen(): yield 10 async def run(): {i for i in <warning descr="Expected type 'collections.Iterable', got 'AsyncGenerator[int, Any]' instead">asyncgen()</warning>} [i for i in <warning descr="Expected type 'collections.Iterable', got 'AsyncGenerator[int, Any]' instead">asyncgen()</warning>] ...
<?php return array ( 'Could not extract module!' => 'Nebylo možné rozbalit modul!', 'Could not fetch module list online! (%error%)' => 'Nebylo možné vypsat seznam modulů! (%error%)', 'Could not get module info online! (%error%)' => 'Nebylo možné získat informace o modulu! (%error%₎', 'Download of module failed!...
@interface GADCorrelatorAdLoaderOptions : GADAdLoaderOptions /// Correlator object for correlating ads loaded by an ad loader to other ad objects. @property(nonatomic, strong) GADCorrelator *correlator; @end
/* * 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...
define([ "dojo/_base/array", // array.forEach array.map "dojo/aspect", // aspect.after "dojo/_base/declare", // declare "dojo/_base/lang", // lang.getObject "dojo/parser", // parser._functionFromScript "dojo/query", // query "./_Widget", "./_TemplatedMixin", "./_WidgetsInTemplateMixin", "dojo/NodeList-dom" ],...
<?xml version="1.0" encoding="us-ascii"?> <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude"> <Tags></Tags> <Includes> <Include type="all" source="ART:NSNMSiloCL.w3x" /> <Include type="all" source="ART:NSNMSi...
from django.conf.urls import url from oscar.core.application import Application from oscar.core.loading import get_class class CommsDashboardApplication(Application): name = None default_permissions = ['is_staff', ] list_view = get_class('dashboard.communications.views', 'ListView') update_view = ge...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2012 The Android Open Source Project 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 ...
package com.datatorrent.samples.lib.algo; import org.apache.hadoop.conf.Configuration; import com.datatorrent.api.Context.OperatorContext; import com.datatorrent.api.DAG; import com.datatorrent.api.StreamingApplication; import com.datatorrent.lib.algo.BottomNMap; import com.datatorrent.lib.io.ConsoleOutputOperator...
using System.Collections.Generic; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; using Microsoft.CodeAnalysis.CSharp.Utilities; namespace Microsoft.CodeAnalysis.CSharp.Completion.KeywordRecommenders { internal class ImplicitKeywordRecommender : AbstractSyntacticSingleKeywordRe...
import java.io.IOException; public class B extends A { B() { // Will trigger compile error if Signature attr is missing. String str = protectedMethod("foo"); try { deprecatedMethod(); // <-- triggers deprecation warning; checked by // .sh script. } catch (IOException...
<?php namespace Zend\Mail\Header\Exception; use Zend\Mail\Exception\ExceptionInterface as MailException; interface ExceptionInterface extends MailException { }
namespace gpu { namespace gles2 { class GLES2Decoder; } // namespace gles2 } // namespace gpu namespace gl { // An interface for Restoring GL State. // This will expand over time to provide an more optimizable implementation. class GL_EXPORT GLStateRestorer { public: GLStateRestorer(); GLStateRestorer(const...
using Noear.Snacks.Json; using Noear.Snacks.Xml; using System; using System.Globalization; using System.IO; using System.Text; namespace Noear.Snacks { public partial class ONode { public static String NULL_DEFAULT = "\"\""; public static bool BOOL_USE01 = false; public static F...
#ifndef APR_TIME_H #define APR_TIME_H /** * @file apr_time.h * @brief APR Time Library */ #include "apr.h" #include "apr_pools.h" #include "apr_errno.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /** * @defgroup apr_time Time Routines * @ingroup APR * @{ */ /** month names */ APR_DECLARE_DA...
package net import ( "net" "net/url" "os" "reflect" "syscall" ) // IPNetEqual checks if the two input IPNets are representing the same subnet. // For example, // 10.0.0.1/24 and 10.0.0.0/24 are the same subnet. // 10.0.0.1/24 and 10.0.0.0/25 are not the same subnet. func IPNetEqual(ipnet1, ipnet2 *net.IPNet) b...
Meteor.startup(function () { var scoreInterval = Settings.get("scoreUpdateInterval") || 30; if (scoreInterval > 0) { // active items get updated every N seconds Meteor.setInterval(function () { var updatedPosts = 0; var updatedComments = 0; // console.log('tick ('+scoreInterval+')'); ...
package org.uberfire.java.nio.fs.jgit; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URISyntaxException; import java.net.URLEncoder; import java.nio.charset.Charset; import org.junit.Test; import static org.fest.assertions.api.Assertions.*; public class URITest { @Test ...
package integrationtest import ( "bytes" "errors" "io" "math" "testing" context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" "github.com/ipfs/go-ipfs/core" coreunix "github.com/ipfs/go-ipfs/core/coreunix" mocknet "github.com/ipfs/go-ipfs/p2p/net/mock" "github.com/ipfs/go-ipfs/p2p...
"""SSL wrapper for socket objects. For the documentation, refer to :mod:`ssl` module manual. This module implements cooperative SSL socket wrappers. On Python 2.6 and newer it uses Python's native :mod:`ssl` module. On Python 2.5 and 2.4 it requires `ssl package`_ to be installed. .. _`ssl package`: http://pypi.pyth...
#ifndef B2_WELD_JOINT_H #define B2_WELD_JOINT_H #include "Box2D/Dynamics/Joints/b2Joint.h" /// Weld joint definition. You need to specify local anchor points /// where they are attached and the relative body angle. The position /// of the anchor points is important for computing the reaction torque. struc...
CodeMirror.runMode = function(string, modespec, callback, options) { var mode = CodeMirror.getMode(CodeMirror.defaults, modespec); var ie = /MSIE \d/.test(navigator.userAgent); var ie_lt9 = ie && (document.documentMode == null || document.documentMode < 9); if (callback.nodeType == 1) { var tabSize = (opti...
package org.apache.camel.component.salesforce.api.dto.analytics.reports; /** * Report format enumeration. */ public enum ReportFormatEnum { TABULAR, SUMMARY, MATRIX }
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>iron-list test</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <script src="settings.js"></script> <script src="../../webcomponentsjs/webcomponents-lite.js"></script> <script src="../../web-compon...
"""Constants for SavedModel save and restore operations. """ from __future__ import absolute_import from __future__ import division from __future__ import print_function from tensorflow.python.util.tf_export import tf_export # Subdirectory name containing the asset files. ASSETS_DIRECTORY = "assets" tf_export( "...
package com.google.android.gcm.demo.model; import android.os.SystemClock; import android.util.Log; import com.google.android.gcm.demo.service.LoggingService; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import java.util.List; import static com.google.android.gcm.demo.mode...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <l...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <feed><tipo>Rua</tipo><logradouro>Rocha Pombo</logradouro><bairro>Juvevê</bairro><cidade>Curitiba</cidade><uf>PR</uf><cep>80030390</cep></feed>
package org.apache.hadoop.mapred; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import org.apache.hadoop.mapred.TaskCompletionEvent.Status; import org.apache.hadoop.mapreduce.TaskType; import or...
"""This module runs the api server.""" from app import flask_app, db from app.models import User, BucketList, BucketListItem from flask.ext.script import Manager, Shell from flask.ext.migrate import Migrate, MigrateCommand from flask.ext.restful import Api from app.api_v1.resources import IndexResource, \ BucketLis...
/// <reference path="fourslash.ts"/> ////class Foo { //// doStuff(): number { return 0; } //// static staticMethod() {} ////} ////module Foo { //// export var x: number; ////} ////Foo/*c1*/; // should get "x", "prototype" ////var s: Foo/*c2*/; // no types, in Foo, so shouldnt have anything ////var ...
/* Filters */ angular.module('snowWhite.filters', []) .filter('removeWsLowercase', function () { return function (text) { var str = text.replace(/\s+/g, ''); return str.toLowerCase(); }; }) .filter('mask', function () { return function (text, cc) { if (!angular.isDefined(text)) { ...
// 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; using System.Collections.Generic; using System.Diagnostics; using System.Text; namespace Roslyn.Utilities { /// ...
namespace Umbraco.Core.Persistence.Migrations.Syntax.Create.Index { public interface ICreateIndexOptionsSyntax : IFluentSyntax { ICreateIndexOnColumnSyntax Unique(); ICreateIndexOnColumnSyntax NonClustered(); ICreateIndexOnColumnSyntax Clustered(); } }
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Tabs - Simple manipulation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.3.js"></script> <script src="../../ui/jquery.ui.position.js"></script> <script src="../../ui/jquery.ui...
<?php /** * Zend_Db_Statement_Exception */ require_once 'Zend/Db/Statement/Exception.php'; /** * @package Zend_Db * @subpackage Statement * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ cl...
using System; namespace System.Security.Principal { public interface IIdentity { // Access to the name string string Name { get; } // Access to Authentication 'type' info string AuthenticationType { get; } // Determine if this represents the unauthenticated identity ...
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - postprocessing</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link type="text/css" rel="stylesheet" href="main.css"> </head> <body> <!-- Import maps ...
<?php namespace SystemConnector\TransferObject\Product\Barcode; use ReflectionClass; use SystemConnector\ValueObject\AbstractValueObject; class Barcode extends AbstractValueObject { const TYPE_GTIN13 = 1; const TYPE_GTIN128 = 2; const TYPE_UPC = 3; const TYPE_ISBN = 4; /** * @var int *...
import os.path from typing import Tuple import pytest from pytest_embedded_idf.dut import IdfDut # @pytest.mark.supported_targets # This test should support all targets, even between different target types # For now our CI only support multi dut with esp32 # If you want to enable different target type, please use the...
using System; using System.Linq; using Microsoft.Azure; using Microsoft.WindowsAzure.Management.ExpressRoute.Models; namespace Microsoft.WindowsAzure.Management.ExpressRoute.Models { /// <summary> /// Get link authorization operation response. /// </summary> public partial class DedicatedCircuitLinkAut...
package resources import "github.com/awslabs/goformation/cloudformation/policies" // AWSServerlessFunction_DeadLetterQueue AWS CloudFormation Resource (AWS::Serverless::Function.DeadLetterQueue) // See: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#deadletterqueue-object t...
package com.bronytunes.app.data; import java.lang.annotation.Retention; import javax.inject.Qualifier; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** * With <3 from JakeWharton/u2020 */ @Qualifier @Retention(RUNTIME) public @interface CaptureIntents { }
/*! * \file form_message.cpp * \author Andrey Semashev * \date 01.02.2009 * * \brief This header contains tests for the \c message formatter. */ #define BOOST_TEST_MODULE form_message #include <string> #include <boost/test/unit_test.hpp> #include <boost/log/attributes/constant.hpp> #include <boost/log/att...
package qqq; public class Client { public void perform() { System.out.println("ClientB.perform"); } }
// Code generated by client-gen. DO NOT EDIT. package v1 import ( v1 "k8s.io/api/networking/v1" serializer "k8s.io/apimachinery/pkg/runtime/serializer" "k8s.io/client-go/kubernetes/scheme" rest "k8s.io/client-go/rest" ) type NetworkingV1Interface interface { RESTClient() rest.Interface NetworkPoliciesGetter ...
<p><strong>This content was loaded via ajax.</strong></p>
from ..broker import Broker class AuthAuditBroker(Broker): controller = "auth_audits" def index(self, **kwargs): """Lists the available auth audits. Any of the inputs listed may be be used to narrow the list; other inputs will be ignored. Of the various ways to query lists, using this method is most ...
package com.parse; import android.content.Context; import android.content.pm.PackageManager; import android.net.SSLSessionCache; import android.os.Build; import java.io.File; import java.io.IOException; /** package */ class ParsePlugins { private static final String INSTALLATION_ID_LOCATION = "installationId"; ...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.internal.psiView; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.CommonDataKeys; import com.intellij.openap...
metamacro_if_eq(1, metamacro_argcount(__VA_ARGS__)) \ (RACChannelTo_(TARGET, __VA_ARGS__, nil)) \ (RACChannelTo_(TARGET, __VA_ARGS__)) /// Do not use this directly. Use the RACChannelTo macro above. #define RACChannelTo_(TARGET, KEYPATH, NILVALUE) \ [[RACKVOChannel alloc] initWithTarget:(TARGET...