text stringlengths 3 1.05M |
|---|
/**
* <p>This package contains DurableExecutorService functionality for Hazelcast.<br>
* The DurableExecutorService extends the {@link java.util.concurrent.ExecutorService} and provides additional methods like
* executing tasks on a member who is owner of a specific key. DurableExecutorService also provides a way ... |
package org.onosproject.net.packet;
import org.onosproject.net.ConnectPoint;
import org.onlab.packet.Ethernet;
import java.nio.ByteBuffer;
import java.util.Objects;
import static com.google.common.base.MoreObjects.toStringHelper;
/**
* Default implementation of an immutable inbound packet.
*/
public final class ... |
require 'formula'
class Gzrt < Formula
desc "Gzip recovery toolkit"
homepage 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html'
url 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz'
sha1 'a354901b7aa2192bafdc34f43fbfde3cd7de2822'
def install
system "make"
bin.install "gzrecover"
... |
package br.com.jazz.codegen;
import java.io.File;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.c... |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Microsoft.Owin.Mapping
{
using AppFunc = Func<IDictionary<string, object>, Task>;
/// <... |
use_inline_resources if defined?(use_inline_resources)
def whyrun_supported?
true
end
action :create do
do_s3_file(:create)
end
action :create_if_missing do
do_s3_file(:create_if_missing)
end
action :delete do
do_s3_file(:delete)
end
action :touch do
do_s3_file(:touch)
end
def do_s3_file(resource_actio... |
AliAnalysisTaskParticleEfficiency *AddTaskQAPartEff(const char* outfilename="AnalysisResults.root")
{
// Get the pointer to the existing analysis manager via the static access method.
//==============================================================================
AliAnalysisManager *mgr = AliAnalysisManager::Get... |
export interface Album {
"artist": string;
artist: string;
} |
namespace gpu {
namespace gles2 {
class Texture;
class TextureManager;
// Manages resources scoped beyond the context or context group level
// and across threads and driver level share groups by synchronizing
// texture state.
class GPU_EXPORT MailboxManagerSync : public MailboxManager {
public:
MailboxManagerSyn... |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { VolumeAccessModesComponent } from './access-modes.component';
import { ReactiveFormsModule } from '@angular/forms';
import { MatFormFieldModule } from '@angular/material/form-field';
import { MatRadioModule } from '@angu... |
NS_ASSUME_NONNULL_BEGIN
@interface ESTBeaconBatteryLifetimesVO : NSObject
- (instancetype)initWithLifetimes:(NSDictionary *)lifetimes;
- (NSString *)lifetimeForAdvertisingInterval:(int)interval;
- (NSString *)lifetimeForBroadcastingPower:(int)power;
- (NSString *)lifetimeForBasicPowerMode:(ESTBeaconPowerSavingMode)b... |
.. _astropy-cosmology:
***********************************************
Cosmological Calculations (`astropy.cosmology`)
***********************************************
.. |wCDM| replace:: :class:`~astropy.cosmology.wCDM`
.. |FlatwCDM| replace:: :class:`~astropy.cosmology.FlatwCDM`
.. |w0wzCDM| replace:: :class:`~astro... |
CKEDITOR.plugins.setLang( 'image', 'fr', {
alertUrl: 'Veuillez entrer l\'adresse de l\'image',
alt: 'Texte de remplacement',
border: 'Bordure',
btnUpload: 'Envoyer sur le serveur',
button2Img: 'Voulez-vous transformer le bouton image sélectionné en simple image?',
hSpace: 'Espacement horizontal',
img2Button: '... |
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2015 "Henry Tao <hi@henrytao.me>"
~
~ 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/L... |
package com.impressiveinteractive.checkmark;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import java.lang.reflect.Field;
import java.util.HashSet;
import java.util.Set;
import static org.hamcrest.Matchers.emptyArray;
import static org.hamcrest.Matchers.equalTo;
import stat... |
namespace blink {
class ZipAssetBundle : public mojo::asset_bundle::AssetBundle {
public:
ZipAssetBundle(
mojo::InterfaceRequest<mojo::asset_bundle::AssetBundle> request,
ftl::RefPtr<ZipAssetStore> store);
// mojo::assert_bundle::AssetBundle implementation:
void GetAsStream(
const mojo::Strin... |
title: Number.prototype.toLocaleString
---
## Number.prototype.toLocaleString
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/javascript/standard-objects/number/number-prototype-tolocalestring/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
<a href='htt... |
import { CommandScope, Option } from '../models/command';
import { SchematicCommand } from '../models/schematic-command';
import { getDefaultSchematicCollection } from '../utilities/config';
export default class NewCommand extends SchematicCommand {
public readonly name = 'new';
public readonly description =
... |
<div ng-include="propertyEditorView">
</div> |
package org.apache.camel.component.sql.stored;
import java.sql.SQLException;
import org.apache.camel.component.sql.stored.template.TemplateParser;
import org.apache.camel.support.ServiceSupport;
import org.apache.camel.util.LRUCache;
import org.springframework.jdbc.core.JdbcTemplate;
/**
* Stateful class that cach... |
<!DOCTYPE html>
<!--
Copyright 2017 Mozilla Foundation
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... |
testRepo for cocoapods spec
|
import os
import re
import subprocess
from functools import partial
from multiprocessing.dummy import Pool
import sys
from gooey.gui.pubsub import pub
from gooey.gui.util.casting import safe_float
from gooey.gui.util.functional import unit, bind
from gooey.gui.util.taskkill import taskkill
class Pro... |
package example.service;
import example.repo.Customer922Repository;
import org.springframework.stereotype.Service;
@Service
public class Customer922Service {
public Customer922Service(Customer922Repository repo) {}
}
|
<!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_51) on Fri Jul 19 02:58:57 EDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.sea... |
mod client_extensions;
use client_extensions::transform_fixture;
use fixture_tests::test_fixture;
#[test]
fn client_conditions() {
let input = include_str!("client_extensions/fixtures/client-conditions.graphql");
let expected = include_str!("client_extensions/fixtures/client-conditions.expected");
test_... |
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Second on Hugo Blog Template for GitHub Pages</title>
<link>http://spencerlyon2.github.io/hugo_gh_blog/categories/second/</link>
<description>Recent content in Second on H... |
module C80NewsTz
class ApplicationController < ActionController::Base
def guru
respond_to do |format|
format.js
end
end
end
end
|
package com.neopets.services.bank.model;
import com.neopets.PageStatus;
public class GetBankRecordResult {
private PageStatus pageStatus;
private BankRecord bankRecord;
public PageStatus getPageStatus() {
return pageStatus;
}
public GetBankRecordResult withPageStatus(PageStatus pageStatus) {
this... |
package org.mockito.asm.tree.analysis;
import java.util.Set;
import org.mockito.asm.tree.AbstractInsnNode;
/**
* A {@link Value} that is represented by its type in a two types type system.
* This type system distinguishes the ONEWORD and TWOWORDS types.
*
* @author Eric Bruneton
*/
public class S... |
using blink::WebApplicationCacheHost;
using blink::WebApplicationCacheHostClient;
using blink::WebString;
using blink::WebURLRequest;
using blink::WebURL;
using blink::WebURLResponse;
using blink::WebVector;
namespace content {
namespace {
// Note: the order of the elements in this array must match those
// of the E... |
package org.elasticsearch.search.basic;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.search.MultiSearchResponse;
import org.elasticsearch.action.search.SearchPhaseExecutionException;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.client.Requests;
... |
a Ruby wrapper for ffprobe (which is part of ffmpeg)
ffprobe gathers information from multimedia streams and prints it in human- and machine-readable fashion.
## Installation
Add this line to your application's Gemfile:
gem 'ffprober'
And then execute:
$ bundle
Or install it yourself as:
$ gem inst... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache Lice... |
import "../arrays/map";
d3.dispatch = function() {
var dispatch = new d3_dispatch,
i = -1,
n = arguments.length;
while (++i < n) dispatch[arguments[i]] = d3_dispatch_event(dispatch);
return dispatch;
};
function d3_dispatch() {}
d3_dispatch.prototype.on = function(type, listener) {
var i = type.i... |
require 'test_helper'
class RemoteUSPSTest < Minitest::Test
include ActiveShipping::Test::Credentials
include ActiveShipping::Test::Fixtures
def setup
@usps_credentials = credentials(:usps)
@carrier = USPS.new(@usps_credentials)
rescue NoCredentialsFound => e
skip(e.message)
end
def test_trac... |
namespace Microsoft.Win32
{
public static partial class Registry
{
public static readonly Microsoft.Win32.RegistryKey ClassesRoot;
public static readonly Microsoft.Win32.RegistryKey CurrentConfig;
public static readonly Microsoft.Win32.RegistryKey CurrentUser;
public static reado... |
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string-array name="otr_options">
<item>Derrigortu / Eskatu</item>
<item>Automatikoki saiatu</item>
<item>Eskatu bezala</item>
<item>Ezgaituta / Inoiz</item>
</string-array>
</resources>
|
'use strict';
angular.module('main')
.filter('byType', function ($log) {
return function (cases, types) {
$log.log('types', types);
var items = {
types: types,
out: []
};
angular.forEach(cases, function (value, key) {
// $log.log('value.type', value.type);
// ... |
(function(document) {
// Set language for l10n
var language = document.cookie.match(/language=((\w{2,3})(-\w+)?)/);
if(language) language = language[1];
html10n.bind('indexed', function() {
html10n.localize([language, navigator.language, navigator.userLanguage, 'en'])
})
html10n.bind('localized', fu... |
<html>
<body>
Classes related to the {@link org.camunda.bpm.engine.HistoryService}.
</body>
</html> |
package org.apache.flink.runtime.io.network.partition;
import org.apache.flink.runtime.checkpoint.channel.ChannelStateWriter;
import org.apache.flink.runtime.io.network.api.EndOfData;
import org.apache.flink.runtime.io.network.api.StopMode;
import org.apache.flink.runtime.io.network.buffer.BufferCompressor;
import o... |
package org.apache.ibatis.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Clinton Begin
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface In... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>OpenGL for the web</title>
<script type="application/x-javascript" src="../util.js"></script>
<link rel="stylesheet" type="text/css" href="../unit.css" />
<script type="application/x-javascript" src="../unit.js"></script>
<script type="application/x-javas... |
.yui3-skin-sam .yui3-datatable-scroll-columns {
border-collapse: separate;
border-spacing: 0;
font-family: arial, sans-serif;
margin: 0;
padding: 0;
top: 0;
left: 0;
}
.yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header {
padding: 0;
}
.yui3-skin-sam .yui3-datatable-... |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<name>SoapUI ${type} Plugin</nam... |
#include "SkDisplayRandom.h"
#include "SkInterpolator.h"
enum SkDisplayRandom_Properties {
SK_PROPERTY(random),
SK_PROPERTY(seed)
};
#if SK_USE_CONDENSED_INFO == 0
const SkMemberInfo SkDisplayRandom::fInfo[] = {
SK_MEMBER(blend, Float),
SK_MEMBER(max, Float),
SK_MEMBER(min, Float),
SK_MEM... |
<?php
namespace Zend\Feed\PubSubHubbub\Exception;
use Zend\Feed\Exception;
class RuntimeException extends Exception\RuntimeException implements ExceptionInterface
{
}
|
typedef void (*SendVarProxyFn)( const SendProp *pProp, const void *pStructBase, const void *pData, DVariant *pOut, int iElement, int objectID );
// Return the pointer to the data for the datatable.
// If the proxy returns null, it's the same as if pRecipients->ClearAllRecipients() was called.
class CSendProxyRecipient... |
Product Configurator using Canvas Layers to costumize design able products.
|
<!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_60-ea) on Wed Jan 04 17:08:19 EST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildf... |
// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard
// Hinnant & John Maddock 2000.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
//
// See http://... |
title: Telerik.Web.UI.GridGroupFooterItem
page_title: Telerik.Web.UI.GridGroupFooterItem
description: Telerik.Web.UI.GridGroupFooterItem
---
# Telerik.Web.UI.GridGroupFooterItem
Telerik.Web.UI.RadGrid item which represents a footer for each group on the current page.
## Inheritance Hierarchy
* System.Object
* Syste... |
<?php
namespace Fuel\Core;
class HttpNotFoundException extends \HttpException
{
public function response()
{
return new \Response(\View::forge('404'), 404);
}
}
class HttpServerErrorException extends \HttpException
{
public function response()
{
return new \Response(\View::forge('500'), 500);
}
}
|
import * as nls from 'vs/nls';
import * as resources from 'vs/base/common/resources';
import { Disposable } from 'vs/base/common/lifecycle';
import { IWorkbenchContribution } from 'vs/workbench/common/contributions';
import { ITaskService, WorkspaceFolderTaskResult } from 'vs/workbench/contrib/tasks/common/taskServic... |
#include "config.h"
#include "CacheModel.h"
#include <algorithm>
namespace WebKit {
void calculateCacheSizes(CacheModel cacheModel, uint64_t memorySize, uint64_t diskFreeSize,
unsigned& cacheTotalCapacity, unsigned& cacheMinDeadCapacity, unsigned& cacheMaxDeadCapacity, double& deadDecodedDataDeletionInterval,
... |
// Validate.js 0.7.1
// (c) 2013-2015 Nicklas Ansman, 2013 Wrapp
// Validate.js may be freely distributed under the MIT license.
// For all details and documentation:
// http://validatejs.org/
(function(exports, module, define) {
"use strict";
// The main function that calls the validators sp... |
package null
import (
"bytes"
"database/sql/driver"
"encoding/json"
"strconv"
"gopkg.in/nullbio/null.v6/convert"
)
// Uint64 is an nullable uint64.
type Uint64 struct {
Uint64 uint64
Valid bool
}
// NewUint64 creates a new Uint64
func NewUint64(i uint64, valid bool) Uint64 {
return Uint64{
Uint64: i,
V... |
#if !defined(BOOST_SPIRIT_CONJURE_FUNCTION_HPP)
#define BOOST_SPIRIT_CONJURE_FUNCTION_HPP
#include "statement.hpp"
namespace client { namespace parser
{
///////////////////////////////////////////////////////////////////////////////
// The function grammar
///////////////////////////////////////////////... |
import rospy
from std_srvs.srv import SetBool
from std_srvs.srv import SetBoolResponse
from spacenav_wrapper import SpacenavWrapper
from geometry_msgs.msg import Twist
from sensor_msgs.msg import Joy
from lg_common.helpers import run_with_influx_exception_handler
NODE_NAME = 'spacenav_wrapper'
def get_fullscale():
... |
Page({
navigateTo: function () {
wx.navigateTo({ url: './navigator' })
},
navigateBack: function () {
wx.navigateBack()
},
redirectTo: function () {
wx.redirectTo({ url: './navigator' })
}
})
|
<?php
/** Sets up the WordPress Environment. */
require( dirname(__FILE__) . '/wp-load.php' );
add_action( 'wp_head', 'wp_no_robots' );
require( './wp-blog-header.php' );
if ( is_array( get_site_option( 'illegal_names' )) && isset( $_GET[ 'new' ] ) && in_array( $_GET[ 'new' ], get_site_option( 'illegal_names' ) ) =... |
<?php
namespace DrupalCI\Plugin;
use Pimple\Container;
class PluginManagerFactory {
protected $container;
public function __construct(Container $container) {
$this->container = $container;
}
public function create($plugin_type) {
return new PluginManager($plugin_type, $this->container);
}
}
|
require('../../modules/es6.regexp.match');
var MATCH = require('../../modules/_wks')('match');
module.exports = function (it, str) {
return RegExp.prototype[MATCH].call(it, str);
};
|
#ifndef MEMORY_SUPPORT_H_
#define MEMORY_SUPPORT_H_
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#ifdef __cplusplus
extern "C" {
#endif //__cplusplus
void allocate_memory(void);
uintptr_t block_start_addr(void);
size_t block_size(void);
uintptr_t block_end_addr(void);
bool memory_allocated(void);
... |
FROM ubuntu:14.04
MAINTAINER Maciej Pasternacki <maciej@3ofcoins.net>
# Prerequisites
RUN set -e -x ; \
apt-get update --yes ; \
apt-get install --yes python2.7 python2.7-dev python-virtualenv postgresql-client \
libpq-dev libxslt1-dev libxml2-dev libz-dev libffi-dev libssl-dev \
... |
local skynet = require "skynet"
local mode = ...
if mode == "test" then
skynet.start(function()
skynet.dispatch("lua", function (...)
print("====>", ...)
skynet.exit()
end)
end)
elseif mode == "dead" then
skynet.start(function()
skynet.dispatch("lua", function (...)
skynet.sleep(100)
print("return", sky... |
#include <aws/amplifybackend/model/ServiceName.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace AmplifyBackend
{
namespace Model
{
namespace ServiceNameMapper
... |
package datadir_test
import (
"testing"
"github.com/stretchr/testify/assert"
"go.etcd.io/etcd/server/v3/storage/datadir"
)
func TestToBackendFileName(t *testing.T) {
result := datadir.ToBackendFileName("/dir/data-dir")
assert.Equal(t, "/dir/data-dir/member/snap/db", result)
}
func TestToMemberDir(t *testing.T)... |
package com.google.template.soy.sharedpasses;
import com.google.template.soy.base.IdGenerator;
import com.google.template.soy.soytree.AbstractSoyNodeVisitor;
import com.google.template.soy.soytree.RawTextNode;
import com.google.template.soy.soytree.SoyFileSetNode;
import com.google.template.soy.soytree.SoyNode;
impo... |
require "spec_helper"
describe Mongoid::Extensions::Nil::Collectionization do
describe "#collectionize" do
it "returns ''" do
nil.collectionize.should eq("")
end
end
end
|
// Copyright 2014 Google Inc. 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 applicable law... |
using System;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization;
using Umbraco.Core.Models.EntityBase;
namespace Umbraco.Core.Models
{
/// <summary>
/// Represents an abstract file which provides basic functionality for a File with an Alias and Name
/// </summary>
... |
<?php
declare(strict_types = 1);
namespace SoliantTest\SimpleFM\Repository\Builder;
use PHPUnit_Framework_TestCase as TestCase;
use Soliant\SimpleFM\Client\ResultSet\ResultSetClientInterface;
use Soliant\SimpleFM\Repository\Builder\Metadata\Entity;
use Soliant\SimpleFM\Repository\Builder\Metadata\MetadataBuilderInter... |
cask 'unity-ios-support-for-editor' do
version '2018.1.3f1,a53ad04f7c7f'
sha256 'f10b87cc9e7d1233fbd16793621f5c34484dd5b8cfc52c0ce7a172135b33b988'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity... |
INTERPROCEDURAL_OPTIMIZATION
----------------------------
Enable interprocedural optimization for targets in a directory.
If set to true, enables interprocedural optimizations if they are
known to be supported by the compiler.
|
"""Tests for experimental capture-by-value feature in TF functions."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from tensorflow.contrib.data.python.framework import function
from tensorflow.python.framework import constant_op
from tensorflow.python.f... |
module Travis
module Requests
require 'travis/requests/services'
end
end
|
using System;
using System.Collections.Generic;
namespace CashCreditCalculator.Web.Infrastructure.Messages
{
[Serializable]
public class Toastr
{
public Toastr()
{
this.ToastMessages = new List<ToastrMessage>();
this.ShowNewestOnTop = true;
this.ShowClos... |
require 'rubygems/remote_fetcher'
##
# Utility methods for using the RubyGems API.
module Gem::GemcutterUtilities
# TODO: move to Gem::Command
OptionParser.accept Symbol do |value|
value.to_sym
end
attr_writer :host
##
# Add the --key option
def add_key_option
add_option('-k', '--key KEYNAME... |
namespace BlyncLightForSkype.Client.Models
{
public enum DeviceStatus
{
Connected, Disconnected, Disabled
}
} |
<?php
namespace Symfony\Component\Templating\Tests;
use Symfony\Component\Templating\PhpEngine;
use Symfony\Component\Templating\Loader\Loader;
use Symfony\Component\Templating\Storage\Storage;
use Symfony\Component\Templating\Storage\StringStorage;
use Symfony\Component\Templating\Helper\SlotsHelper;
use Symfony\C... |
/**
* jqGrid Portuguese Translation
* Tradução da jqGrid em Portugues por Frederico Carvalho, http://www.eyeviewdesign.pt
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
**/
/*jslint white: true */
/*global jQuery */
(func... |
'use strict';
var angular = require('angular');
/*
Note: use angular.mock.module('...') instead of module('...')
See: https://github.com/xdissent/karma-browserify/issues/10
*/
describe('DailyForecastCtrl', function () {
var $controller,
$routeParams,
currentLocationForecastService,
pre... |
<!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.7.0) on Mon Jan 13 19:53:35 EST 2014 -->
<title>QuotingParams</title>
<meta name="date" content="2014-01-13">
<link rel="stylesheet"... |
package akka.persistence.cassandra.compaction
import com.typesafe.config.Config
/*
* http://docs.datastax.com/en/cql/3.1/cql/cql_reference/compactSubprop.html
*/
trait CassandraCompactionStrategy {
def asCQL: String
}
object CassandraCompactionStrategy {
def apply(config: Config): CassandraCompactionStrategy =... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace eidss.webui.Configurations
{
public static class GridDisplayRowsSettings
{
public const int HUMAN_CASE_LIST = 50;
}
} |
<?php
namespace ZendTest\Session;
use Zend\Session\Config\StandardConfig;
/**
* @category Zend
* @package Zend_Session
* @subpackage UnitTests
* @group Zend_Session
*/
class StandardConfigTest extends \PHPUnit_Framework_TestCase
{
/**
* @var StandardConfig
*/
protected $config;
... |
package org.json;
// Note: this class was written without inspecting the non-free org.json sourcecode.
/**
* Thrown to indicate a problem with the JSON API. Such problems include:
* <ul>
* <li>Attempts to parse or construct malformed documents
* <li>Use of null as a name
* <li>Use of numeric types not av... |
package com.intellij.ui.tabs;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.DialogWrapper;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.psi.search.scope.packageSet.CustomScopesProviderEx;
import com.intellij.psi.search.scope.packageSet.NamedScope;
import com.int... |
/*
Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
base: #282c34
mono-1: #abb2bf
mono-2: #818896
mono-3: #5c6370
hue-1: #56b6c2
hue-2: #61aeee
hue-3: #c678dd
hue-4: #98c379
hue-5: #e06c75
hue-5-2: #be5046
hue-6: #d19a66
hue-6-2: #e6c07b
*/
... |
#if DEBUG
using Logy.Maps.Exchange;
using Logy.Maps.Metrics;
using Logy.Maps.ReliefMaps.Water;
using NUnit.Framework;
namespace Logy.Maps.ReliefMaps.World.Ocean
{
/// <summary>
/// http://hist.tk/ory/Карта_Земли_после_сдвига_полюса_на_17_градусов
/// </summary>
public class ReliefAxis17 : R... |
// Type definitions for azure-storage-node v0.10.0
// Project: https://github.com/Azure/azure-storage-node
// Definitions by: Maxime LUCE <https://github.com/SomaticIT/>
// Definitions: https://github.com/typed-contrib/azure-storage-node
declare class TableBatch {
operations: TableBatch.Operation[];
pk: string... |
'use strict';
(function() {
var Dom = Stimuli.core.Dom,
Support = Stimuli.core.Support,
Obj = Stimuli.core.Object;
Stimuli.keyboard.specialKey.Enter = {
getSequence: function(target) {
var defaultEventConfig = {
bubbles: true,
cancelable: tru... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Ze... |
*, *::before, *::after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
font-size: 100%;
}
body {
background-image: url(../assets/images/blurred_backgrounds/blur_bg_3.jpg);
background-repeat: no-repeat;
background-attach... |
var CREATE_MODES = {
/**
* The znode will not be automatically deleted upon client's disconnect.
*/
PERSISTENT : 0,
/**
* The znode will not be automatically deleted upon client's disconnect,
* and its name will be appended with a monotonically increasing number.
*/
PERSISTENT_S... |
local G = {}
setmetatable(G,{ __index = function(t,name)
local mod = require("lunamark.reader." .. name)
rawset(t,name,mod)
return t[name]
end })
return G
|
namespace base {
class MessageLoopProxy;
}
namespace content {
// RTCVideoRenderer is a VideoFrameProvider designed for rendering
// Video MediaStreamTracks,
// http://dev.w3.org/2011/webrtc/editor/getusermedia.html#mediastreamtrack
// RTCVideoRenderer implements VideoTrackSink in order to render
// video frames prov... |