text
stringlengths
3
1.05M
package io.bootique.jdbc.test.matcher; import io.bootique.jdbc.test.Column; import io.bootique.jdbc.test.Table; import io.bootique.jdbc.test.jdbc.SelectStatementBuilder; import java.util.ArrayList; import java.util.Collection; import java.util.List; import static org.junit.Assert.assertEquals; /** * @deprecated ...
<?php namespace Psr\Log; /** * Describes a logger-aware instance. */ interface LoggerAwareInterface { /** * Sets a logger instance on the object. * * @param LoggerInterface $logger * * @return void */ public function setLogger(LoggerInterface $logger); }
#ifndef CDSLIB_COMPILER_GCC_SPARC_BITOP_H #define CDSLIB_COMPILER_GCC_SPARC_BITOP_H //@cond none namespace cds { namespace bitop { namespace platform { namespace gcc { namespace Sparc { // MSB - return index (1..64) of most significant bit in nArg. If nArg == 0 return 0 // Source: UltraSPARC Arc...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2009 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 http://www.apache.org/li...
package org.apache.sling.launchpad.webapp.integrationtest.servlets.post; import static org.junit.Assert.assertTrue; import java.io.IOException; import java.util.UUID; import org.apache.commons.httpclient.HttpException; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.sling.commons.testing....
package azure_file import ( "fmt" "strings" v1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/kubernetes/pkg/volume" ) const ( fileMode = "file_mode" dirMode = "dir_mode" gid = "gid" vers = "vers" defa...
// ----------------------------------------------------------------------------------------- // <copyright file="CorsHttpMethods.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compli...
package pkg; import java.lang.annotation.*; @Documented public @interface AnnotationType { }
<html> <body> <span> This intention transforms conditional expression into if/else statement. </span> </body> </html>
<?php namespace falkirks\disguiseme\disguise; use pocketmine\event\player\PlayerEvent; use pocketmine\level\Location; use pocketmine\network\mcpe\protocol\MovePlayerPacket; use pocketmine\Player; interface Disguise{ /** * Produces the Player who is the subject of this disguise. * @return Player *...
<a href='https://github.com/angular/angular.js/edit/v1.4.x/docs/content/error/$controller/ctrlfmt.ngdoc?message=docs(error%2Fctrlfmt)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1>Error: $controller:ctrlfmt <div><span cl...
// Copyright 2017 The Bazel 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 required by appl...
using System.Collections; using System.Collections.Generic; using System.Data.Common; using System.Data.SqlTypes; using System.Diagnostics; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Xml; using Res = System.SR; namespace System.Data.SqlClient { // this internal class he...
package org.apache.hadoop.io.file.tfile; import java.io.IOException; import junit.framework.Assert; import junit.framework.TestCase; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FSDataOutputStream; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apac...
package org.apache.jena.riot.writer; import java.io.ByteArrayInputStream ; import java.io.ByteArrayOutputStream ; import java.util.Arrays ; import org.apache.jena.atlas.lib.StrUtils ; import org.apache.jena.query.Dataset ; import org.apache.jena.query.DatasetFactory ; import org.apache.jena.riot.* ; import org.apac...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>appos</title> <link rel="ro...
// Copyright (c) 2017 Intel Corporation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, pub...
using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Umbraco.Core; using Umbraco.Core.PropertyEditors; using umbraco; using ClientDependency.Core; using Constants = Umbraco.Core.Constants; namespace Umbraco.Web.PropertyEditors { /// <summary> /// A property editor to allow the individual selecti...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using IdentityServer4.Quickstart....
namespace core { CommandsQueue::Environment::Environment(size_t threadNum) : m_threadNum(threadNum) {} size_t CommandsQueue::Environment::threadNum() const { return m_threadNum; } CommandsQueue::BaseCommand::BaseCommand(bool isWaitable) : m_waitCount(0), m_isCompleted(false) { if (isWait...
<?php namespace NamespaceCollision\A\B; class Bar { public static $loaded = true; }
<!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 (version 1.6.0_18) on Thu Dec 18 17:17:29 PST 2014 --> <title>SerialJavaObject (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <...
import * as ts from 'typescript'; import {makeProgram as _makeProgram} from '../../../ngtsc/testing/in_memory_typescript'; export {getDeclaration} from '../../../ngtsc/testing/in_memory_typescript'; export function makeProgram(...files: {name: string, contents: string}[]): ts.Program { return _makeProgram([getFake...
// 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. package org.chromium.android_webview.test; import android.test.suitebuilder.annotation.SmallTest; import org.chromium.android_webview.AwBrowserProcess; ...
while True: <caret>
// Copyright (c) 2012 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. cr.define('options', function() { var FocusManager = cr.ui.FocusManager; var OptionsPage = options.OptionsPage; function OptionsFocusManager() ...
package com.opengamma.financial.convention; import static org.testng.Assert.assertEquals; import static org.testng.Assert.fail; import java.util.Arrays; import org.fudgemsg.FudgeRuntimeContextException; import org.joda.beans.Bean; import org.testng.annotations.Test; import org.threeten.bp.Period; import com.mcleod...
 CKEDITOR.plugins.setLang( 'fakeobjects', 'ms', { anchor: 'Anchor', // MISSING flash: 'Flash Animation', // MISSING hiddenfield: 'Hidden Field', // MISSING iframe: 'IFrame', // MISSING unknown: 'Unknown Object' // MISSING });
<?xml version="1.0"?> <testResults> <FitNesseVersion>v20140201</FitNesseVersion> <rootPath>FitNesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteRenameResponder.TestRenamePageWithAliasSubLinkReference</rootPath> <result> <counts> <right>2</right> <wrong>0</wrong> <ignores>0</ignores> ...
VatCalculator ================ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Build Status](https://travis-ci.org/mpociot/vat-calculator.svg)](https://travis-ci.org/mpociot/vat-calculator) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mpocio...
.oo-ui-icon-alignCenter { background-image: url('themes/wikimediaui/images/icons/alignCenter.png'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/alignCenter.svg'); } .oo-ui-image-invert.oo-ui-icon-alignCenter { background-image: url('themes/wikime...
/* include declarations. */ #include "MagickCore/studio.h" #include "MagickCore/blob.h" #include "MagickCore/blob-private.h" #include "MagickCore/exception.h" #include "MagickCore/exception-private.h" #include "MagickCore/image-private.h" #include "MagickCore/list.h" #include "MagickCore/locale_.h" #include "Magic...
<?php declare(strict_types=1); namespace BrianFaust\Basket\TaxRates\NorthAmerica; use BrianFaust\Basket\Contracts\TaxRate; class NorthCarolinaValueAddedTax implements TaxRate { /** * @var float */ private $rate; /** * NorthCarolinaValueAddedTax constructor. */ public function ...
 using System; using System.Collections.Generic; using System.Composition; using System.Composition.Hosting; using System.Linq; using System.Reflection; using System.Web; using System.Web.Mvc; using System.Composition.Hosting.Core; namespace Masonry.Core.Composition { /// <summary> /// Provides composition servi...
package cluster import ( "fmt" "io/ioutil" kerrs "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/kubernetes/pkg/apis/authorization" authorizationtypedclient "k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/typed/authorization/internalversion" autho...
package cn.com.newcapec.citycard.common.po.base; import java.lang.Comparable; import java.io.Serializable; /** * This is an object that contains data related to the BASE_INDUSTRY table. * Do not modify this class because it will be overwritten if the configuration file * related to this class is modified. * * @...
/** * Created by zhangzhao on 2017/9/13. */ const path = require('path'); const ncu = require('npm-check-updates'); const fs = require('fs'); const ejs = require('ejs'); const bodyParser = require('body-parser'); const _ = require('lodash'); const marked = require('marked'); const cors = require('cors'); module.ex...
'use strict'; (function (root, factory) { if (typeof define === 'function' && define.amd) { define('pdfjs-web/overlay_manager', ['exports'], factory); } else if (typeof exports !== 'undefined') { factory(exports); } else { factory((root.pdfjsWebOverlayManager = {})); } }(this, function (exports) ...
<!DOCTYPE html> <html> <head> <script src="../../../resources/js-test.js"></script> </head> <body> <p id="description"></p> <div id="console"></div> <script> description("This tests the constructor for the StorageEvent DOM class."); // No initializer is passed. shouldBe("new StorageEvent('eventType').bubbles", "false...
@interface QNFileRecorder () @property (copy, readonly) NSString *directory; @property BOOL encode; @end @implementation QNFileRecorder - (NSString *)pathOfKey:(NSString *)key { return [QNFileRecorder pathJoin:key path:_directory]; } + (NSString *)pathJoin:(NSString *)key path:(NSString *)path ...
<?xml version="1.0"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <article xmlns="http://docbook.org/ns/docbook"> <section> <title ID="header">Paragraph</title> <para> Some text with an </para> <literallayout class...
using System; using NUnit.Framework; using Python.Runtime; namespace Python.EmbeddingTest { public class TestPythonEngineProperties { [Test] public static void GetBuildinfoDoesntCrash() { using (Py.GIL()) { string s = PythonEngine.BuildInfo; ...
package hu.paprikapp.smack.soup.app.login; /** * Pure abstract user definition for authentication process. * * @author Balazs Varga */ public interface SmackUser { /** * Gets the identifier of user. * * @return Return the unique identifier of user. */ String getId(); /** * S...
<!DOCTYPE html> <html lang="en"> <head> <title>NTGeometryCollectionStyle Class Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></...
/*! * Qoopido.js library v3.4.9, 2014-7-26 * https://github.com/dlueth/qoopido.js * (c) 2014 Dirk Lueth * Dual licensed under MIT and GPL */ !function(o){window.qoopido.register("support/css/boxshadow",o,["../../support"])}(function(o){"use strict";return o.support.addTest("/css/boxshadow",function(s){o.support.support...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) : typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) : (factory((global.concent = {}),global.React)); }(this, (function (exports,React) { 'use strict'; ...
import { BaseException } from '@angular/core'; import { ListWrapper, StringMapWrapper } from '../facade/collection'; import { isBlank, isPresent } from '../facade/lang'; import { Identifiers, identifierToken } from '../identifiers'; import * as o from '../output/output_ast'; import { ProviderAst, ProviderAstType } from...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.camunda.bpm.getstarted</groupId> <artifactId>loanapproval-spr...
using System.IO; using System.Text; using Xunit; namespace System.Security.Cryptography.Encryption.Tests.Asymmetric { public static class CryptoStreamTests { [Fact] public static void Ctor() { var transform = new IdentityTransform(1, 1, true); Assert.Throws<Argum...
namespace boost { namespace interprocess { //!Null index type //!used to save compilation time when //!named indexes are not needed. template <class MapConfig> class null_index { /// @cond typedef typename MapConfig:: segment_manager_base segment_manager_base; /// @endcond public: typedef void...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Microsoft.CodeAnalysis; using ...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy,...
<!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_232) on Tue Sep 15 08:53:07 UTC 2020 --> <title>Uses of Class org.springframework.jca.work.DelegatingWork (Spring Framework 5.1.18.RELEASE API)...
package daemon import ( "encoding/json" "fmt" "github.com/docker/docker/engine" "github.com/docker/docker/runconfig" ) func (daemon *Daemon) ContainerInspect(job *engine.Job) engine.Status { if len(job.Args) != 1 { return job.Errorf("usage: %s NAME", job.Name) } name := job.Args[0] container, err := daemon...
var argv = process.argv.slice(2) , path = require("path") , Runner = require("../lib/tap-runner") , nopt = require("nopt") , knownOpts = { cover: [path, false] , "cover-dir": path , stderr: Boolean , stdout: Boolean , diag: Boolean , version: Boolean , tap: Boolean , timeout: N...
var deepApply = require('../lib/deep-apply'); var clone = require('clone'); var modSigs = [ require('../signatures/module') ]. concat(require('../signatures/simple')); var refSigs = [ require('../signatures/assign'), require('../signatures/decl') ]; var idSigs = clone(require('../signatures/simple')); var mar...
import os import re from testrunner.local import testsuite from testrunner.objects import testcase FLAGS_PATTERN = re.compile(r"//\s+Flags:(.*)") FILES_PATTERN = re.compile(r"//\s+Files:(.*)") SELF_SCRIPT_PATTERN = re.compile(r"//\s+Env: TEST_FILE_NAME") class MjsunitTestSuite(testsuite.TestSuite): def __init__(...
package pkg; import java.lang.annotation.*; @Target({ElementType.TYPE_USE}) @interface TA { }
package org.apache.cassandra.utils; import java.nio.ByteBuffer; import java.util.ArrayList; import org.github.jamm.MemoryLayoutSpecification; import org.github.jamm.MemoryMeter; /** * A convenience class for wrapping access to MemoryMeter */ public class ObjectSizes { private static final MemoryMeter meter ...
require File.expand_path('../../../spec_helper', __FILE__) require 'set' describe "Set#clear" do before(:each) do @set = Set["one", "two", "three", "four"] end it "removes all elements from self" do @set.clear @set.should be_empty end it "returns self" do @set.clear.should equal(@set) end...
// // BDSClientEvent.h // MementoClient // // Created by Javier Cancio on 12/6/15. // Copyright (c) 2015 Javier Cancio. All rights reserved. // #import <Foundation/Foundation.h> @interface BDSClientEvent : NSObject<NSCoding> /* Event type */ @property (nonatomic, strong, readonly) NSString *type; /* Event main ...
package com.kotcrab.vis.ui.widget.spinner; import com.kotcrab.vis.ui.util.*; import com.kotcrab.vis.ui.widget.VisValidatableTextField; import java.math.BigDecimal; /** * Spinner model allowing to select float values. Uses {@link BigDecimal} to support high precession and support large numbers. * Consider using {...
// Copyright Contributors to the Open Shading Language project. // SPDX-License-Identifier: BSD-3-Clause // https://github.com/AcademySoftwareFoundation/OpenShadingLanguage #include <OpenImageIO/filesystem.h> #include <OpenImageIO/imagebuf.h> #include <OpenImageIO/sysutil.h> #include <OSL/genclosure.h> #include <OSL/...
/* * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a> */ #ifndef _DELAY_H_ #define _DELAY_H_ #ifdef __cplusplus extern "C" { #endif #include <sysclk.h> #if UC3 # include <cycle_counter.h> #elif XMEGA # include "xmega/cycle_counter.h" #elif MEGA # include "mega/cycle_co...
title: adg22 type: products image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png heading: g22 description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj main: heading: Foo Bar BAz description: |- ***This is i a thing***kjh hjk kj # Blah Blah ## Blah![undefined](undefined) ### Baah image1: ...
HackUMass Ping Pong Ball Shooter ===== An automatic ping pong launcher that was made using an Arduino for the HackUMass hackathon. If we had any idea how to put the actual schematics of what we used here we would. It still doesn't work and broke, but it will be finished one way or another. #### Materials + Arduino Un...
const reorder = require('./lib/reorder'); const respawn = require('./lib/respawn'); const remover = require('./lib/remover'); const FORBID_RESPAWNING_FLAG = '--no-respawning'; module.exports = function (flags, argv, forcedFlags, execute) { if (!flags) { throw new Error('You must specify flags to respawn with.')...
var doc = "<p>New line 1</p>"; document.open(); document.clear(); // No-op, but should not crash document.write(doc); document.close();
{ const nodePath = cwd.substr(path.sep.length) + "src/Runtime/__tests__/NODE_PATH_dir"; return createLocalRuntime(nodePath).then(runtime => { expect(() => { runtime.requireModuleOrMock( runtime.__mockRootPath, "regular_module_in_node_path" ); }).toThrow( new Error( ...
package syscall import "unsafe" //go:cgo_import_dynamic libc_getgroups getgroups "libc.so" //go:cgo_import_dynamic libc_setgroups setgroups "libc.so" //go:cgo_import_dynamic libc_fcntl fcntl "libc.so" //go:cgo_import_dynamic libc_accept accept "libsocket.so" //go:cgo_import_dynamic libc_sendmsg sendmsg "libsocket.so"...
package io.siddhi.core.query.sequence.absent; import io.siddhi.core.SiddhiAppRuntime; import io.siddhi.core.SiddhiManager; import io.siddhi.core.TestUtil; import io.siddhi.core.stream.input.InputHandler; import org.apache.log4j.Logger; import org.testng.AssertJUnit; import org.testng.annotations.Test; /** * Test t...
namespace PaderbornUniversity.SILab.Hip.CmsApi.Utility { public class AuthConfig { public string Audience { get; set; } public string Authority { get; set; } } }
/** * USED WITH GRUNT for development! - Usage: grunt run */ /** * Module dependencies. */ var express = require('express'), routes = require('./preview-server'), childProcess = require('child_process'), path = require('path'); var app = module.exports = express(); // Configuration app.engine('.html', re...
;(function() { /** Used as a safe reference for `undefined` in pre-ES5 environments. */ var undefined; /** Used as the semantic version number. */ var VERSION = '4.8.2'; /** Used as the size to enable large array optimizations. */ var LARGE_ARRAY_SIZE = 200; /** Used as the `TypeError` message for "F...
=========================================== Using external authentication with Keystone =========================================== .. _external-auth: When Keystone is executed in a web server like :doc:`Apache HTTPD <apache-httpd>` it is possible to use external authentication methods different from the authenticatio...
// Copyright 2014 The Bazel 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 required by appl...
package virtualbox import ( "bufio" "errors" "fmt" "net" "regexp" "strconv" "strings" ) var ( reHostonlyInterfaceCreated = regexp.MustCompile(`Interface '(.+)' was successfully created`) ) // Host-only network. type hostOnlyNetwork struct { Name string GUID string DHCP bool IPv4 ...
using System.IO; namespace Elasticsearch.Net { public interface IMemoryStreamFactory { MemoryStream Create(); } public class MemoryStreamFactory : IMemoryStreamFactory { public MemoryStream Create() => new MemoryStream(); } }
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
:mod:`fileinput` --- Iterate over lines from multiple input streams =================================================================== .. module:: fileinput :synopsis: Loop over standard input or a list of files. .. moduleauthor:: Guido van Rossum <guido@python.org> .. sectionauthor:: Fred L. Drake, Jr. <fdrake@ac...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["dateFns"] = factory(); else root["dateF...
http://gis.stackexchange.com/questions/137277/moving-the-legend-with-cartodb-js
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0-google-v3) on Mon May 09 20:04:52 EDT 2011 --> <TITLE> org.mozilla.javascript.jdk15 Class Hierarchy (Rhino) </TITLE> <META NAME="date" CONTENT="2011...
WARNING! ======== <h3>Please be informed that this library has been obsoleted and marked as End-of-Life product. ------------------------------------------------------ MOLPay Abantecart Extension - Version 1.0 ===================== MOLPay Extension for Abantecart developed by MOLPay technical team. Notes ----...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="ScreenCapture.cs" company="Helix Toolkit"> // Copyright (c) 2014 Helix Toolkit contributors // </copyright> // --------------------------------------------------------------...
<div class="modal-body"> <form name="ConfirmPasswordForm" ng-submit="confirmPassword.submit()"> <div class="form-group"> <label>Please confirm your password</label> <input type="password" ng-model="confirmPassword.password" class="form-control" autofocus required /> </div> ...
/// <reference path='fourslash.ts'/> // @allowNonTsExtensions: true // @Filename: Foo.js /////** @param {number} [a] */ ////function /**/f(a) { } verify.quickInfoAt("", "function f(a?: number): void");
// Copyright 2000-2018 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 org.jetbrains.idea.svn.dialogs; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.DialogWrapper; import com.intellij.util.ui.JBUI; import com.in...
/** * @license Highmaps JS v1.1.4 (2015-03-10) * * (c) 2014 Highsoft AS * Authors: Jon Arild Nygard / Oystein Moseng * * License: www.highcharts.com/license */ /*global HighchartsAdapter */ (function (H) { var seriesTypes = H.seriesTypes, merge = H.merge, extendClass = H.extendClass, defaultOptions = H.g...
/// Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.4/15.4.4/15.4.4.20/15.4.4.20-3-6.js * @description Array.prototype.filter - value of 'length' is a number (value is positive) */ function testcase() { function callbackfn(val, idx, obj) { return true; ...
<?php /* @var $panel yii\debug\panels\MailPanel */ /* @var $mailCount integer */ if ($mailCount): ?> <div class="yii-debug-toolbar-block"> <a href="<?= $panel->getUrl() ?>">Mail <span class="label"><?= $mailCount ?></span></a> </div> <?php endif ?>
namespace Gwen { namespace Renderer { // Forward declarations. class Base; /// \brief This structure represents a texture. class Texture { public: /// \brief Constructor. Texture(); /// \brief Loads the texture. void Load(const std::string& name, Renderer::Base* render, bool need_readable = false); ...
#include "curl_setup.h" #ifdef USE_NTLM /* * NTLM details: * * http://davenport.sourceforge.net/ntlm.html * http://www.innovation.ch/java/ntlm.html */ #define DEBUG_ME 0 #include "urldata.h" #include "sendf.h" #include "rawstr.h" #include "curl_ntlm.h" #include "curl_ntlm_msgs.h" #include "curl_ntlm_wb.h" #i...
package main import ( "github.com/theupdateframework/notary" store "github.com/theupdateframework/notary/storage" "github.com/theupdateframework/notary/trustmanager" "github.com/theupdateframework/notary/trustmanager/yubikey" ) func getYubiStore(fileKeyStore trustmanager.KeyStore, ret notary.PassRetriever) (*yubi...
.class Landroid/service/textservice/SpellCheckerService$SentenceLevelAdapter; .super Ljava/lang/Object; .source "SpellCheckerService.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/service/textservice/SpellCheckerService; .end annotation .annotation system Ldalvik/annot...
#include "CCControlSaturationBrightnessPicker.h" NS_CC_EXT_BEGIN ControlSaturationBrightnessPicker::ControlSaturationBrightnessPicker() : _saturation(0.0f) , _brightness(0.0f) , _background(nullptr) , _overlay(nullptr) , _shadow(nullptr) , _slider(nullptr) , boxPos(0) , boxSize(0) { } ControlSaturationBrightnessP...
/** * @requires OpenLayers/Layer/Grid.js */ /** * Class: OpenLayers.Layer.WMTS * Instances of the WMTS class allow viewing of tiles from a service that * implements the OGC WMTS specification version 1.0.0. * * Inherits from: * - <OpenLayers.Layer.Grid> */ OpenLayers.Layer.WMTS = OpenLayers.Class(Ope...
package policybased import ( "reflect" "testing" kapi "k8s.io/kubernetes/pkg/api" kapierrors "k8s.io/kubernetes/pkg/api/errors" "k8s.io/kubernetes/pkg/api/unversioned" "k8s.io/kubernetes/pkg/auth/user" "k8s.io/kubernetes/pkg/util/sets" authorizationapi "github.com/openshift/origin/pkg/authorization/api" _ "...
.oo-ui-icon-bigger { background-image: url("themes/apex/images/icons/bigger-rtl.png"); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/apex/images/icons/bigger-rtl.svg"); background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/apex/...
#include "tensorflow/core/kernels/linalg/einsum_op_impl.h" namespace tensorflow { #define REGISTER_EINSUM(D, TYPE) \ REGISTER_KERNEL_BUILDER( \ Name("Einsum").Device(DEVICE_##D).TypeConstraint<TYPE>("T"), \ EinsumOp<D##Device, T...