text stringlengths 3 1.05M |
|---|
namespace Microsoft.Azure.Management.Network.Models
{
using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Microsoft.Rest.Azure;
/// <summary>
/// Response for ListRoutesTable associ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Xenon Boostrap Admin Panel" />
<meta name="author" content="" />
<title>Xenon - Range Se... |
package client
const (
EXTERNAL_HOST_EVENT_TYPE = "externalHostEvent"
)
type ExternalHostEvent struct {
Resource
AccountId string `json:"accountId,omitempty" yaml:"account_id,omitempty"`
Created string `json:"created,omitempty" yaml:"created,omitempty"`
Data map[string]interface{} `json:"data,omitempty" yaml:... |
using System.Collections.Concurrent;
using System.Diagnostics.Contracts;
using System.Globalization;
using System.Reflection;
using System.Runtime;
using System.Runtime.CompilerServices;
using System.ServiceModel.Description;
using System.ServiceModel.Diagnostics;
using System.ServiceModel.Dispatcher;
using System.Thre... |
package org.openqa.selenium.grid.router;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.Capabilities;
import org.openqa.selenium.ImmutableCapabilities;
import org.openqa... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
import * as gulpLoadPlugins from 'gulp-load-plugins';
import { join } from 'path';
import ts = require('gulp-typescript/release/main');
import Config from '../../config';
const plugins = <any>gulpLoadPlugins();
let tsProjects: any = {};
/**
* Creates a TypeScript project with the given options using the gulp types... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Roslyn.Diagnostics.Analyzers
{
internal static class RoslynDiagnosticIds
{
public const string UseEmptyEnumerableRuleId = "RS0001";... |
#ifndef _TASK_H_
#define _TASK_H_ 1
#ifdef __cplusplus
extern "C" {
#endif
#include <stdarg.h>
#include <unistd.h>
#include <inttypes.h>
#include "zmq_compat.h"
struct tns_value_t;
/*
* basic procs and threads
*/
typedef struct Task Task;
typedef struct Tasklist Tasklist;
#define MAX_STATE_LENGTH 30
int a... |
(function() {
'use strict';
var hello = function () {
return "hello";
}
module.exports = hello;
}()); // benalman.com/news/2010/11/immediately-invoked-function-expression
|
<?php
namespace ZendTest\Db\Adapter\Driver\IbmDb2;
use Zend\Db\Adapter\Driver\IbmDb2\IbmDb2;
use Zend\Db\Adapter\Driver\IbmDb2\Connection;
class ConnectionTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Connection
*/
protected $connection;
/**
* Sets up the fixture, for example, op... |
it("should run a multi compiler", function() {
}); |
<?php
namespace Mockery;
class MethodCall
{
private $method;
private $args;
public function __construct($method, $args)
{
$this->method = $method;
$this->args = $args;
}
public function getMethod()
{
return $this->method;
}
public function getArgs()
{... |
<!--
This is a static template file, so it doesn't have an associated app.
It is rendered by the server via a staticPages renderer.
Since static pages don't include the Derby client library, they can't have
bound variables that automatically update. However, they do support initial
template tag rendering from a c... |
<!DOCTYPE html>
<html>
<link href="resources/grid.css" rel="stylesheet">
<style>
.grid {
grid-template-columns: 100px 300px;
grid-template-rows: 50px 150px;
height: 200px;
width: 400px;
}
.percentWidth {
width: 100%;
height: 15px;
}
.percentHeight {
width: 15px;
height: 100%;
}
.perce... |
#include "../../SDL_internal.h"
#ifdef SDL_FILESYSTEM_COCOA
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* System dependent filesystem routines */
#include <Foundation/Foundation.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "SDL_error.h"
#inc... |
package org.apache.hadoop.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.net.MalformedURLE... |
package org.vertexium.cypher.tck;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(
format = "pretty",
features = "classpath:org/vertexium/cypher/tck/features/TriadicSelection.feature",
glue = "org.vertexium... |
package org.elasticsearch.transport;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.elasticsearch.action.Action;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.ActionModule;
import org.elasticsearch.action.ActionRequ... |
Wrapper that adds `fetcher` function to react component as static property
```js
type FetcherFn = (locals: Object) => Array<Action> | Action | void;
type PrefetchFn = (fetcher: FetcherFn) => (component: ReactComponent) => ReactComponent;
```
### `dispatchFetchers`
Collects results (redux actions) of `fetcher` functio... |
/*
* FileSystem
*
* Translate temporary / persistent / root file paths
*/
var info = require("cordova-plugin-file.bb10FileSystemInfo");
module.exports = {
__format__: function(fullPath) {
var path;
switch (this.name) {
case 'temporary':
path = info.temporaryPath ... |
<div id="__html_block_list_id__" class="adm-bp-blocks">
<bx_include_auto:bp_blocks.html />
<script type="text/javascript">
$(document).ready(function () {
$('.adm-bp-block .adm-bpb-icon, .adm-bp-block .adm-bpb-info').bind('click', function() {
var oCheckbox = $(this).parent... |
package org.springframework.boot.context.web;
import javax.servlet.Filter;
import javax.servlet.Servlet;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import o... |
[npm-img]: https://img.shields.io/npm/v/mkv-subtitle-extractor.svg
[npm-url]: https://www.npmjs.com/package/mkv-subtitle-extractor
[dep-img]: https://david-dm.org/mathiasvr/mkv-subtitle-extractor.svg
[dep-url]: https://david-dm.org/mathiasvr/mkv-subtitle-extractor
[lic-img]: http://img.shields.io/:license-MIT-blue.svg
... |
/*! SWFMini - a SWFObject 2.2 cut down version for webshims
*
* based on SWFObject v2.2 <http://code.google.com/p/swfobject/>
is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfmini = function() {
var wasRemoved = function(){webshims.error('This method was removed f... |
@interface OCThumborTests : XCTestCase
@property (nonatomic, strong) OCThumbor *thumbor;
@end
NSString * const KEY = @"my-security-key";
NSString * const IMG = @"my.server.com/some/path/to/image.jpg";
@implementation OCThumborTests
- (void)testCannotAddInvalidKey {
@try {
[OCThumbor createWithHost... |
{% extends "layout.html" %}
{% block pageTitle %}
GOV.UK prototyping kit
{% endblock %}
{% block content %}
{% import "pip23/macros/elements.html" as elements %}
{% for page in data %}
{% for question in page.treatments %}
<main id="content" role="main" class="pip23">
<div class="grid-row">
<div class="column-... |
require 'spec_helper'
describe Spree::Order, :type => :model do
let(:order) { stub_model("Spree::Order") }
context "#finalize!" do
let(:order) { Spree::Order.create(email: 'test@example.com') }
before do
order.update_column :state, 'complete'
end
it "should set completed_at" do
expec... |
namespace GraphQL.Language
{
public class Directive
{
public string Name { get; set; }
public Arguments Arguments { get; set; }
}
}
|
End of preview. Expand in Data Studio
- Downloads last month
- 71