text
stringlengths
3
1.05M
set -o errexit set -o nounset set -o pipefail # generate-internal-groups generates everything for a project with internal types, e.g. an # user-provided API server based on k8s.io/apiserver. if [ "$#" -lt 5 ] || [ "${1}" == "--help" ]; then cat <<EOF Usage: $(basename "$0") <generators> <output-package> <internal-a...
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class ChestInteraction : MonoBehaviour { public bool drop; public GameObject dropItem; public GameObject checker; public bool playerNear; public Image interactionButton; public Transf...
<?php /** * Short description for class. * * @package Cake.Test.Fixture */ class ArticleFeaturedsTagsFixture extends CakeTestFixture { /** * name property * * @var string 'ArticleFeaturedsTags' */ public $name = 'ArticleFeaturedsTags'; /** * fields property * * @var array */ public $fields = arr...
import SDS_ServerPackage.*; import org.omg.CORBA.ORB; import org.omg.CosNaming.NameComponent; import org.omg.CosNaming.NamingContext; import org.omg.CosNaming.NamingContextHelper; import java.io.FileInputStream; import java.io.ObjectInputStream; public class SDS_ServerImpl extends _SDS_ServerImplBase { ...
using AllReady.Areas.Admin.Features.Notifications; using AllReady.Features.Notifications; using MediatR; using Moq; using System.Text; using System.Threading.Tasks; using Xunit; namespace AllReady.UnitTest.Areas.Admin.Features.Notifications { public class EventManagerInvitedHandlerShould { private cons...
#ifndef TINF_H_INCLUDED #define TINF_H_INCLUDED #include <stdint.h> /* calling convention */ #ifndef TINFCC #ifdef __WATCOMC__ #define TINFCC __cdecl #else #define TINFCC #endif #endif #ifdef __cplusplus extern "C" { #endif #define TINF_OK 0 #define TINF_DATA_ERROR (-3) #define TINF_DEST_OVE...
/****** Color *****/ body a, #header .navbar-nav > li.active > a, #header .navbar-nav > li.active:before, #portfolio .og-expander .container .details .fa-external-link, #portfolio .og-expander .container .details .social li a:hover, #contact .info .social .icon:hover, .btn.btn-default:hover, .btn.btn-default:focus, #bl...
* Any pull request is welcomed
var requirejsPath, createPattern; createPattern = function(path) { return {pattern: path, included: true, served: true, watched: false}; }; requirejsPath = require('path').dirname(require.resolve('requirejs')) + '/../require.js'; var initRequireJs = function(files) { files.unshift(createPattern(__dirname + '/ada...
<?php namespace Symfony\Bundle\FrameworkBundle\Tests\Console\Descriptor; use Symfony\Bundle\FrameworkBundle\Console\Descriptor\MarkdownDescriptor; class MarkdownDescriptorTest extends AbstractDescriptorTest { protected function getDescriptor() { return new MarkdownDescriptor(); } protected...
// Code generated by informer-gen. DO NOT EDIT. package internalversion import ( time "time" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" cache "k8s.io/client-go/tools/cache" admissionregistration "k8s.io/kubernetes/pkg/apis/admissi...
#ifndef BOOST_ICL_TYPE_TRAITS_DIFFERENCE_TYPE_OF_HPP_JOFA_080911 #define BOOST_ICL_TYPE_TRAITS_DIFFERENCE_TYPE_OF_HPP_JOFA_080911 #include <boost/config.hpp> // For macro BOOST_STATIC_CONSTANT #include <boost/type_traits/is_pointer.hpp> #include <boost/mpl/has_xxx.hpp> #include <boost/mpl/or.hpp> #include <boost/mpl/...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Draggable - Revert position</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.10.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.w...
package org.apache.jackrabbit.oak.plugins.memory; import org.apache.jackrabbit.oak.api.PropertyState; import org.apache.jackrabbit.oak.api.Type; import org.apache.jackrabbit.oak.plugins.value.Conversions; import org.apache.jackrabbit.oak.plugins.value.Conversions.Converter; import static org.apache.jackrabbit.oak.ap...
__author__ = 'Cedric' # each information will be used to sort the properties for the given policy import random from monopyly import * from .Memory import * from .Policy import * class VSSmartBuyerGaussFocusAI(PlayerAIBase): ''' ''' def __init__(self): ''' ctor ''' # memor...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Mail</title> <meta name="viewport" content="initial-scale=1, maximum-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="stylesheet" href="...
module TestCoord where import qualified Data.Map as DM import Jade.Types import qualified Jade.TopLevel as TopLevel import qualified Jade.Decode as Decode import qualified Jade.Module as Module import qualified Jade.Vhdl as Vhdl import qualified Data.Hashable as H import Text.Format import Control.Monad import qualifi...
<!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_65) on Fri Dec 18 18:19:52 MSK 2015 --> <title>BackgroundSubtractorMOG2</title> <meta name="date" content="2015-12-18"> <link rel="stylesheet" ...
<?php /** * Edit plugin editor administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( is_multisite() && ! is_network_admin() ) { wp_redirect( network_admin_url( 'plugin-editor.php' ) ); exit...
require "danger/plugin_support/plugin" module Danger # Handles interacting with Bitbucket Cloud inside a Dangerfile. Provides a few functions which wrap `pr_json` and also # through a few standard functions to simplify your code. # # @example Warn when a PR is classed as work in progress # # warn ...
<component name="libraryTable"> <library name="support-v4-22.0.0"> <CLASSES> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.0.0/libs/internal_impl-22.0.0.jar!/" /> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.sup...
<?xml version="1.0"?> <!-- JBoss, Home of Professional Open Source Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual contributors by the @authors tag. See the copyright.txt in the distribution for a full listing of individual contributors. Licensed under the Apache License, Versio...
package com.intellij.openapi.ui; public class NonEmptyInputValidator implements InputValidator { @Override public boolean checkInput(String inputString) { return !inputString.isEmpty(); } @Override public boolean canClose(final String inputString) { return checkInput(inputString); } }
'use strict'; /*global m */ var app = app || {}; // View utility app.watchInput = function (onenter, onescape) { return function (e) { m.redraw.strategy('none'); if (e.keyCode === app.ENTER_KEY) { onenter(); m.redraw.strategy('diff'); } else if (e.keyCode === app.ESC_KEY) { onescape(); m.redraw.stra...
// +build !ignore_autogenerated // This file was autogenerated by deepcopy-gen. Do not edit it manually! package v2alpha1 import ( unversioned "k8s.io/kubernetes/pkg/api/unversioned" v1 "k8s.io/kubernetes/pkg/api/v1" conversion "k8s.io/kubernetes/pkg/conversion" runtime "k8s.io/kubernetes/pkg/runtime" reflect...
require File.expand_path('../../../spec_helper', __FILE__) platform_is_not :windows do describe "Process.setrlimit" do context "when passed an Object" do before do @resource = Process::RLIMIT_CORE @limit, @max = Process.getrlimit @resource end it "calls #to_int to convert resou...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * CodeIgniter Rest Controller * A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller. * * @package CodeIgniter * @subpackage Libraries * @category Libraries * @au...
package com.jetbrains.python; import com.intellij.testFramework.PlatformTestUtil; import com.jetbrains.python.fixtures.PyTestCase; import com.jetbrains.python.inspections.PyDeprecationInspection; import com.jetbrains.python.psi.PyFile; import com.jetbrains.python.psi.PyFunction; /** * @author yole */ public class ...
package org.springframework.boot.actuate.amqp; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.boot.actuate.health.AbstractHealthIndicator; import org.springframework.boot.actuate.health.Health; import org.springframework.boot.actuate.health.HealthIndicator; import org.springfr...
extern IFileSystem *filesystem; // NOTE: If CStringRegistry allowed storing arbitrary data, we could just use that. // in this case we have the "isPrivate" member and the replacement rules // (activityIndex can be reused by private activities), so a custom table is necessary struct activitylist_t { int activityI...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectTasksOptions" suppressed-tasks="Less" /> </project>
#ifndef PHOENIX_SCOPE_LOCAL_VARIABLE_HPP #define PHOENIX_SCOPE_LOCAL_VARIABLE_HPP #include <boost/spirit/home/phoenix/core/limits.hpp> #include <boost/spirit/home/phoenix/detail/local_reference.hpp> #include <boost/spirit/home/phoenix/scope/detail/local_variable.hpp> #include <boost/spirit/home/phoenix/core/actor.hpp...
/*global _flashState:true, _currentElement:true, _copyTarget:true, _extend, _getStyle, _removeClass, _addClass, _vars, _cacheBust, _extractDomain, _determineScriptAccess, _mapClipDataToFlash, _mapClipResultsFromFlash, _createEvent, _preprocessEvent, _getRelatedTarget, _shouldPerformAsync, _dispatchCallback, _detectFlas...
<div class='OG-histogram-gadget'> <section class='og-histogram-plots {{alive}}'> <div class='og-histogram-refresh OG-link'>Refresh</div> <div class='og-buckets'> Buckets: <span class='og-bucket-select og-bucket-oleft OG-link' name='{{buckets.oleft}}'>{{buckets.oleft}}</span> <span class='og-...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); // ------------------------------------------------------------------------ /** * CodeIgniter Memcached Caching Class * * @package CodeIgniter * @subpackage Libraries * @category Core * @author ExpressionEngine Dev Team * @link *...
<?php namespace Symfony\Component\Translation\Tests\Dumper; use PHPUnit\Framework\TestCase; use Symfony\Component\Translation\MessageCatalogue; use Symfony\Component\Translation\Dumper\XliffFileDumper; class XliffFileDumperTest extends TestCase { public function testFormatCatalogue() { $catalogue =...
#ifndef PROJECTMANIFEST_H #define PROJECTMANIFEST_H #include <QtCore/QString> #include <set> struct ServerDescriptor; struct FileDescription { QString m_relativePath; mutable QString m_signature; // mutable since we can change this while not changing the sorted-by key bool operator==(const FileDescript...
// This file was automatically generated by informer-gen package informers import ( "fmt" v1alpha1 "k8s.io/api/admissionregistration/v1alpha1" v1beta1 "k8s.io/api/apps/v1beta1" v1beta2 "k8s.io/api/apps/v1beta2" v1 "k8s.io/api/autoscaling/v1" v2beta1 "k8s.io/api/autoscaling/v2beta1" batch_v1 "k8s.io/api/batch...
tinyMCE.addI18n('en.advanced',{ style_select:"Styles", font_size:"Font size", fontdefault:"Font family", block:"Format", paragraph:"Paragraph", div:"Div", address:"Address", pre:"Preformatted", h1:"Heading 1", h2:"Heading 2", h3:"Heading 3", h4:"Heading 4", h5:"Heading 5", h6:"Heading 6", blockquote:"Blockquote", code:...
System.register("tree/third", [], function($__export) { var some; return { setters: [], execute: function() { some = $__export('some', 'exports'); } }; }); System.registerDynamic("tree/cjs", [], true, function(require, exports, __moduleName) { var global = System.global; var __define = glob...
@implementation OAServiceTicket @synthesize request, response, data, didSucceed; - (id)initWithRequest:(OAMutableURLRequest *)aRequest response:(NSURLResponse *)aResponse data:(NSData *)aData didSucceed:(BOOL)success { if ((self = [super init])) { request = aRequest; response = aResponse; data = aData; did...
package org.scribe.oauth; import org.scribe.builder.api.*; import org.scribe.model.*; public class OAuth20ServiceImpl implements OAuthService { private static final String VERSION = "2.0"; private final DefaultApi20 api; private final OAuthConfig config; /** * Default constructor * * @param ap...
var baseFor = require('../internal/baseFor'), createForIn = require('../internal/createForIn'); /** * Iterates over own and inherited enumerable properties of an object invoking * `iteratee` for each property. The `iteratee` is bound to `thisArg` and invoked * with three arguments: (value, key, object). Iterato...
package com.actionbarsherlock.internal.view.menu; import java.util.HashSet; import java.util.Set; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.os.Build; import android.text.TextUtils; import android.util...
<?php /* * Paging */ $iTotalRecords = 178; $iDisplayLength = intval($_REQUEST['length']); $iDisplayLength = $iDisplayLength < 0 ? $iTotalRecords : $iDisplayLength; $iDisplayStart = intval($_REQUEST['start']); $sEcho = intval($_REQUEST['draw']); $records = array(); $records["data"...
body, html { } .bb-image-list-item { height: 300px !important; } .bb-image-list-item-details { height: 300px !important; padding-left: 325px !important; } .bb-image-list-item .title { padding-top: 30px !important; } .bb-image-list-item-details { background-size: 300px 300px !important; } .bb-image-...
package org.apache.ode.daohib.bpel; import org.apache.ode.daohib.SessionManager; import org.apache.ode.daohib.bpel.hobj.HObject; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.Query; import org.hibernate.Session; import java.io.Serializable; import java.util...
namespace gl44 { // import enums to namespace // AccumOp using gl::GL_ACCUM; using gl::GL_LOAD; using gl::GL_RETURN; using gl::GL_MULT; using gl::GL_ADD; // AlphaFunction using gl::GL_NEVER; using gl::GL_LESS; using gl::GL_EQUAL; using gl::GL_LEQUAL; using gl::GL_GREATER; using gl::GL_NOTEQUAL; using gl::GL_GEQUA...
using namespace clang; using namespace driver; using namespace llvm::opt; Action::~Action() = default; const char *Action::getClassName(ActionClass AC) { switch (AC) { case InputClass: return "input"; case BindArchClass: return "bind-arch"; case OffloadClass: return "offload"; case PreprocessJobClass: r...
package com.splunk.shuttl.integration.hadoop.hbase; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; @Test(groups = { "fast-unit" }) public class JobRunnerTest { @BeforeMethod public void setUp() { } @AfterMethod public void tearDown() {...
// Code generated by informer-gen. DO NOT EDIT. package v1alpha1 import ( time "time" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" watch "k8s.io/apimachinery/pkg/watch" cache "k8s.io/client-go/tools/cache" wardle_v1alpha1 "k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha...
class c1 { constructor(i: number, ...arguments) { // error var arguments: any[]; // no error } } class c12 { constructor(arguments: number, ...rest) { // error var arguments = 10; // no error } } class c1NoError { constructor(arguments: number) { // no error var arguments = 1...
var DateProto = Date.prototype , INVALID_DATE = 'Invalid Date' , TO_STRING = 'toString' , $toString = DateProto[TO_STRING]; if(new Date(NaN) + '' != INVALID_DATE){ require('./$.redefine')(DateProto, TO_STRING, function toString(){ var value = +this; return value === value ? $toString.cal...
title: Minutes for the Node.js core team meeting on 03/05/2015 date: 2015-03-05 layout: foundation-tsc-minutes-post.hbs --- ## Present ----- - Alexis Campailla - James Snell - Michael Dawson - Julien Gilli - Trevor Norris - Steven Loomis ## Discussion ### General ### Leap second There will be a leap second between...
package org.intellij.plugins.relaxNG.config; import com.intellij.ide.highlighter.XmlFileType; import com.intellij.openapi.module.Module; import com.intellij.openapi.project.Project; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.psi.PsiFile; import com.intellij.psi.PsiManager; import com.intellij.p...
package com.intellij.lang.ant.config.impl; import com.intellij.lang.ant.AntSupport; import com.intellij.lang.ant.config.*; import com.intellij.lang.ant.config.execution.ExecutionHandler; import com.intellij.lang.ant.dom.AntDomElement; import com.intellij.lang.ant.dom.AntDomProject; import com.intellij.lang.ant.dom.An...
package org.openrtb.ssp.client; import org.junit.Before; import org.junit.Test; import org.openrtb.common.model.Advertiser; import org.openrtb.common.model.Blocklist; import org.openrtb.ssp.AdvertiserSupplySideService; import java.util.LinkedList; import java.util.List; import static org.junit.Assert.assertTrue; p...
#ifndef __SIM_PSEUDO_INST_HH__ #define __SIM_PSEUDO_INST_HH__ class ThreadContext; //We need the "Tick" and "Addr" data types from here #include "base/types.hh" namespace PseudoInst { /** * Execute a decoded M5 pseudo instruction * * The ISA-specific code is responsible to decode the pseudo inst * function nu...
void AddAliEbyENetChargeFluctuationTask(const Char_t *taskname="TOFTPC", const Char_t *centralityEstimator = "V0M", Bool_t isModeAOD = 1, Int_t aodFilterBit = 768, Int_t sysType = 0, // 0-pp,1-pA,2-AA, 3,4,5 mc Int_t cuttype = 9, // esd cut type Int_t pidtype = ...
#ifndef MODELNODE_H #define MODELNODE_H #include "pandabase.h" #include "pandaNode.h" /** * This node is placed at key points within the scene graph to indicate the * roots of "models": subtrees that are conceptually to be treated as a single * unit, like a car or a room, for instance. It doesn't affect render...
/*! UIkit 2.13.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function($, UI) { "use strict"; UI.component('tab', { defaults: { 'target' : '>li:not(.@-tab-responsive, .@-disabled)', 'connect' : false, 'active' : 0, 'animation...
package org.apache.drill.exec.compile.bytecode; import org.apache.drill.exec.expr.holders.BigIntHolder; import org.apache.drill.exec.expr.holders.BitHolder; import org.apache.drill.exec.expr.holders.DateHolder; import org.apache.drill.exec.expr.holders.Decimal18Holder; import org.apache.drill.exec.expr.holders.Decima...
<?php /** * @file * Contains \Drupal\Tests\Core\DependencyInjection\Compiler\ProxyServicesPassTest. */ namespace Drupal\Tests\Core\DependencyInjection\Compiler; use Drupal\Core\DependencyInjection\Compiler\ProxyServicesPass; use Drupal\Core\DependencyInjection\ContainerBuilder; use Drupal\Tests\UnitTestCase; /**...
package org.xnio.streams; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.xnio.AssertReadWrite.assertReadMessage; import java...
<?php namespace Seboettg\Collection\NativePhp; use ReturnTypeWillChange; trait IteratorTrait { private int $offset = 0; /** * {@inheritdoc} */ #[ReturnTypeWillChange] public function current() { return $this->valid() ? $this->array[$this->offset] : false; } public funct...
// // SettingsGroup.m // JTSettingsEditor // // Created by Joris Timmerman on 20/02/14. // Copyright (c) 2014 Joris Timmerman. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
<?php namespace PayPal\Test\Api; use PayPal\Api\ExtendedBankAccount; use PHPUnit\Framework\TestCase; /** * Class ExtendedBankAccount * * @package PayPal\Test\Api */ class ExtendedBankAccountTest extends TestCase { /** * Gets Json String of Object ExtendedBankAccount * @return string */ pub...
/** * @license @product.name@ JS v@product.version@ (@product.date@) * * Indicator series type for Highstock * * (c) 2010-2017 Paweł Fus * * License: www.highcharts.com/license */ 'use strict'; import '../../indicators/pivot-points.src.js';
package com.voxeo.moho.sip.fake; import java.util.Enumeration; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; public class MockServletConfig implements ServletConfig { ServletContext _ctx; public MockServletConfig(ServletContext ctx) { _ctx = ctx; } @Override final public St...
<?php use yupe\components\Event; /** * This is the model class for table "Page". * * The followings are the available columns in table 'Page': * * @property integer $id * @property string $parent_id * @property integer $category_id * @property string $create_time * @property string $update_time * @property...
package org.wildfly.swarm.resource.adapters; import org.junit.Test; import org.wildfly.swarm.config.resource.adapters.ResourceAdapter; import org.wildfly.swarm.config.resource.adapters.ResourceAdapter.TransactionSupport; import org.wildfly.swarm.config.resource.adapters.resource_adapter.AdminObjects; import org.wildf...
/** * Use the bamPercentPageViewed plugin */ (function() { var o=onload, n=function(){ bamPercentPageViewed.init({ percentInterval : '10', cookieName : '__ga_premium_yoast_scroll_depth' }); } if (typeof o!='function'){onload=n} else { onload=function(){ n();o()...
**MessagePack and [Binc](http://github.com/ugorji/binc) Codec for [Go](http://golang.org) Language.** *A High Performance, Feature-Rich, Idiomatic encode/decode and rpc library*. To install: go get github.com/ugorji/go/codec Source: [http://github.com/ugorji/go] Online documentation: [http://godoc.org/github....
package org.apache.camel.processor; import java.io.IOException; import org.apache.camel.ContextTestSupport; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.builder.RouteBuilder; /** * */ public class FailOverLoadBalancerSetFaultTest extends ContextTestSupport { ...
YUI.add('pjax-base', function (Y, NAME) { /** `Y.Router` extension that provides the core plumbing for enhanced navigation implemented using the pjax technique (HTML5 pushState + Ajax). @module pjax @submodule pjax-base @since 3.5.0 **/ var win = Y.config.win, // The CSS class name used to filter link clicks fr...
"use strict"; exports.__esModule = true; // istanbul ignore next function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj;...
package ideal.development.constructs; import ideal.library.elements.*; import javax.annotation.Nullable; import ideal.runtime.elements.*; import ideal.development.elements.*; public class procedure_construct extends base_construct { public final readonly_list<annotation_construct> annotations; public final @Nul...
/** * Module dependencies. */ var methods = require('methods'); /** * Method Override: * * Provides faux HTTP method support. * * Pass an optional `key` to use when checking for * a method override, otherwise defaults to _\_method_. * The original method is available via `req.originalMethod`. * * @param ...
package org.orekit.forces.maneuvers.propulsion; import org.hipparchus.geometry.euclidean.threed.Vector3D; import org.orekit.frames.Frame; import org.orekit.time.AbsoluteDate; import org.orekit.utils.PVCoordinatesProvider; /** * Interface to compute the thrust direction of a maneuver. * * @author Mikael Fillastre ...
/*global QUnit:false, module:false, test:false, asyncTest:false, expect:false*/ /*global start:false, stop:false ok:false, equal:false, notEqual:false, deepEqual:false*/ /*global notDeepEqual:false, strictEqual:false, notStrictEqual:false, raises:false*/ require(['jquery', 'fuelux/combobox'], function ($) { var html...
package java.security.cert; import java.util.Set; public interface X509Extension { public abstract Set getCriticalExtensionOIDs(); public abstract byte[] getExtensionValue(String oid); public abstract Set getNonCriticalExtensionOIDs(); public abstract boolean hasUnsupportedCriticalExtension(); }
using namespace SDKTemplate; using namespace Platform; 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; using namespace Windows::UI::X...
using Machine.Specifications; namespace PlainElastic.Net.Tests.Builders.Commands { [Subject(typeof(SearchCommand))] class When_SearchCommand_with_reflected_fields_built { Because of = () => result = new SearchCommand(index:"Index", type:"Type") .Fields<FieldsTestClass>(c => c.StringPr...
package environmentvariablegroup import ( "github.com/cloudfoundry/cli/cf/api/environmentvariablegroups" "github.com/cloudfoundry/cli/cf/commandregistry" "github.com/cloudfoundry/cli/cf/configuration/coreconfig" cf_errors "github.com/cloudfoundry/cli/cf/errors" . "github.com/cloudfoundry/cli/cf/i18n" "github.com...
namespace extensions { struct StackFrame { StackFrame(); StackFrame(const StackFrame& frame); StackFrame(uint32_t line_number, uint32_t column_number, const std::u16string& source, const std::u16string& function); ~StackFrame(); // Construct a stack frame from a report...
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" tools:context="ch.schoeb.exercise02_intent.TargetActivity"> <item android:id="@+id/action_settings" android:title="@string/action_settings" ...
Shared Host Installation ======================== If you do not have SSH access to your server, fear not! You can still run composer and download the SDK. Here's how... Installation ------------ Linux / Mac OSX: *PHP is typically installed by default, consult your distribution documentation. Instructions from [get...
<?php /** * Constraint that checks if the file/dir(name) that it is evaluated for is writable. * * The file path to check is passed as $other in evaluate(). */ class PHPUnit_Framework_Constraint_IsWritable extends PHPUnit_Framework_Constraint { /** * Evaluates the constraint for parameter $other. Returns...
namespace Octokit { /// <summary> /// Authentication protocols supported by the GitHub API /// </summary> public enum AuthenticationType { /// <summary> /// No credentials provided /// </summary> Anonymous, /// <summary> /// Username &amp; password ...
<ion-view> <ion-nav-title> <p class="htcTitle">Help the City</p> </ion-nav-title> <ion-content> <div id="titleLogin"> <div id="textOfLogin"> Login </div> </div> <form name="form" novalidate class="form" ng-class="{submitted:form.submitted}"> <label class="item item-input item-stacked-label"> ...
// 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.Linq; using System.Reflection; using System.Threading; using System.Xml.Linq; using Microsoft.Co...
<?php /** * Pop3Exception thrown when an error occurs connecting to a POP3 host. * * @package Swift * @subpackage Transport * * @author Chris Corbyn */ class Swift_Plugins_Pop_Pop3Exception extends Swift_IoException { /** * Create a new Pop3Exception with $message. * * @param string $messag...
<section data-ng-controller="ArtcilesController" data-ng-init="findOne()"> <div class="page-header"> <h1>Comments</h1> </div> <div class="col-md-12"> <form class="form-horizontal" novalidate> <fieldset> <div class="col-lg-12"> <div class="form-group"> <div class="contr...
package org.apache.flink.streaming.api.functions.python.eventtime; import org.apache.flink.annotation.Internal; import org.apache.flink.api.common.eventtime.SerializableTimestampAssigner; import org.apache.flink.api.java.tuple.Tuple2; /** TimestampAssigner which extracts timestamp from the second field of the input...
(function() { 'use strict'; angular .module('osicApp', ['ui.bootstrap', 'ngTable', 'angularMoment', 'ngRoute']) .constant('config', { appName: 'OSICAlytics', appVersion: '0.9.1', apiTunnelUrl: '/api_tunnel.php?q=', apiStackalyticsUrl: 'http://stackalytics.com/api/1.0' }) .co...
package org.ovirt.engine.core.common.queries; import org.ovirt.engine.core.compat.*; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.NONE) @XmlType(na...
Bridge.define("System.Text.UTF7Encoding", { inherits: [System.Text.Encoding], statics: { methods: { Escape: function (chars) { return chars.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); } } }, fields: { ...
#import "ZXAbstractBlackBoxTestCase.h" @interface ZXEAN13BlackBox4TestCase : ZXAbstractBlackBoxTestCase @end
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/C:/Users/12125/Desktop/OCR/textfairy/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.0.1/res/values-sw600dp/values.xml --> <eat-comment/> <dimen name="abc_action_bar_default_height">56dip</dimen> <dimen name="ab...
namespace base { enum WhitespaceHandling { KEEP_WHITESPACE, TRIM_WHITESPACE, }; enum SplitResult { // Strictly return all results. // // If the input is ",," and the separator is ',' this will return a // vector of three empty strings. SPLIT_WANT_ALL, // Only nonempty results will be added to the res...