text stringlengths 3 1.05M |
|---|
module.exports = {
PathField: require('./path_field'),
LookupPane: require('./lookup_pane'),
OptionSelector: require('./option_selector'),
ParamBuilder: require('./param_builder'),
RequestViewer: require('./request_viewer'),
AuthPanel: require('./auth_panel'),
Tip: require('./t... |
package config
import (
"testing"
"time"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/v1"
"k8s.io/kubernetes/pkg/client/cache"
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/kubernetes/pkg/watch"
)
type fakeLW struct {
listResp runtime.Object
watchResp watch.Interface
}
func (lw fakeLW) List(options ... |
package dynamodbattribute
|
<!DOCTYPE html>
<html class="no-js">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" href="css/poole.css">
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" href=... |
//---------------------------------------------------------------------
// <copyright file="EventBasedAssertionHandler.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//--------------------------... |
/******************************************************************************
* 版权所有 刘大磊 2013-07-01 *
* 作者:刘大磊 *
* 电话:13336390671 *
* email:ldlqdsd@126.com *
****... |
using namespace std;
int readInt(string);
int main()
{
char choice;
int item;
LinkedList a;
cout << "This program demonstrates the linked list. " << endl;
cout << "Initially, you will be asked to create the list." << endl;
cout << "You will be later prompted to manipulate the list." <<endl << en... |
namespace boost{
namespace my_conditions {
BOOST_STATIC_ASSERT(std::numeric_limits<int>::digits >= 32);
BOOST_STATIC_ASSERT(WCHAR_MIN >= 0);
} // namespace my_conditions
} // namespace boost
int main()
{
return 0;
}
|
<!DOCTYPE html>
<html>
<!--
Copyright 2009 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.Checkbox... |
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [("migrations", "0002_second")]
operations = [
migrations.CreateModel(
"OtherAuthor",
[
("id", models.AutoField(primary_key... |
(function($) {
// progress/loaded bar
$.extend(MediaElementPlayer.prototype, {
buildprogress: function(player, controls, layers, media) {
$('<div class="mejs-time-rail">'+
'<span class="mejs-time-total">'+
'<span class="mejs-time-buffering"></span>'+
'<span class="mejs-time-loaded"></span>'+
... |
<?php
namespace Zend\Validator\Sitemap;
use Zend\Stdlib\ErrorHandler;
use Zend\Validator\AbstractValidator;
/**
* Validates whether a given value is valid as a sitemap <lastmod> value
*
* @link http://www.sitemaps.org/protocol.php Sitemaps XML format
*/
class Lastmod extends AbstractValidator
{
/**
... |
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="../resources/mojo-helpers.js"></script>
<script src="resources/mock-imagecapture.js"></script>
<body>
<canvas id='canvas' width=10 height=10/>
</body>
<script>
// This test verifie... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.validate = validate;
exports.afterRequest = afterRequest;
exports.beforeRequest = beforeRequest;
exports.browser = browser;
exports.cache = cache;
exports.content = content;
exports.cookie = cookie;
exports.creator = creator;
export... |
#include "fsl_usdhc.h"
#if defined(FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL) && FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL
#include "fsl_cache.h"
#endif /* FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL */
/*******************************************************************************
* Definitions
*************************************... |
<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
var dragIcon = document.createElementNS("http://www.w3.org/2000/svg", "img");
</script>
<p>Tests dragging an SVG image. Test passes if the test does not crash.</p>
<img id="elementToDrag" src=... |
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
Param case a string.
Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, numbe... |
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: AssemblyTi... |
package org.apache.hadoop.yarn.webapp.hamlet;
import com.google.common.base.Joiner;
import static com.google.common.base.Preconditions.*;
import com.google.common.base.Splitter;
import com.google.common.collect.Iterables;
import java.io.PrintWriter;
import java.util.EnumSet;
import static java.util.EnumSet.*;
impor... |
package org.elasticsearch.common.inject.multibindings;
import org.elasticsearch.common.inject.Binder;
import org.elasticsearch.common.inject.Binding;
import org.elasticsearch.common.inject.ConfigurationException;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.inject.Injector;
import o... |
package storage
import (
"fmt"
"strings"
"time"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ec2"
apierrs "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.... |
package archive
import (
"io/ioutil"
"os"
"os/exec"
"path"
"runtime"
"sort"
"testing"
"time"
"github.com/docker/docker/pkg/system"
)
func max(x, y int) int {
if x >= y {
return x
}
return y
}
func copyDir(src, dst string) error {
cmd := exec.Command("cp", "-a", src, dst)
if runtime.GOOS == "solaris"... |
/**
*
* jspsych-visual-search-circle
* Josh de Leeuw
*
* display a set of objects, with or without a target, equidistant from fixation
* subject responds to whether or not the target is present
*
* based on code written for psychtoolbox by Ben Motz
*
* requires Snap.svg library (snapsvg.io)
*
* ... |
() {
local d autoenv_dir install_locations
if ! type autoenv_init >/dev/null; then
# Check if activate.sh is in $PATH
if (( $+commands[activate.sh] )); then
autoenv_dir="${commands[activate.sh]:h}"
fi
# Locate autoenv installation
if [[ -z $autoenv_dir ]]; then
install_locations=(
~/.autoenv
... |
#pragma once
//------------------------------------------------------------------------------
// If the macro value is 0 (the default), the port uses SysTick as a system
// timer. It initializes the timer and starts it. The user must make sure that
// the address of the timer interrupt handler (SysTick_Handler) is i... |
// save-resource-as.js
(function($){
if (!window.calli) {
window.calli = {};
}
window.calli.saveFormAs = function(event, fileName, create) {
return calli.saveResourceAs(event, fileName, create);
};
var nestedSubmit = false;
window.calli.saveResourceAs = function(event, fileName, create) {
event = calli.... |
'use strict';
angular.module('mgcrea.ngStrap.typeahead', ['mgcrea.ngStrap.tooltip', 'mgcrea.ngStrap.helpers.parseOptions'])
.provider('$typeahead', function() {
var defaults = this.defaults = {
animation: 'am-fade',
prefixClass: 'typeahead',
prefixEvent: '$typeahead',
placement: 'bottom... |
<?php
namespace Nette\Latte\Macros;
use Nette,
Nette\Latte,
Nette\Latte\MacroNode,
Nette\Latte\PhpWriter,
Nette\Latte\CompileException,
Nette\Forms\Form,
Nette\Utils\Strings;
/**
* Macros for Nette\Forms.
*
* - {form name} ... {/form}
* - {input name}
* - {label name /} or {label ... |
package de.onyxbits.weave;
/**
* Support for populating the {@link Globals} registry lazily.
*
* @author patrick
*
*/
public interface GlobalsFactory {
/**
* Called by {@link Globals#get(Class)} when it doesn't have an instance of
* the given class.
*
* @param globals
* the calling regist... |
<?php
use yii\helpers\Html;
use kartik\widgets\ActiveField;
use yii\helpers\ArrayHelper;
use kartik\builder\Form;
$model_list = ArrayHelper::map($property->models, 'id', 'tNameWithMedia');
foreach($property->models as $prop_model){
if($prop_model->selected_value==1){
$model_skill->skills[] = $prop_model-... |
YUI.add('history-html5', function(Y) {
/**
* Provides browser history management using the HTML5 history API.
*
* @module history
* @submodule history-html5
* @since 3.2.0
*/
/**
* <p>
* Provides browser history management using the HTML5 history API.
* </p>
*
* <p>
* When calling the <code>add()</code>, ... |
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
using System.Threading.Tasks;
using NSubstitute;
using Octokit;
using Octokit.Internal;
using Octokit.Reactive;
using Octokit.Reactive.Internal;
using Octokit.Tests.Helpers;
using Xunit;
using Xunit.Exten... |
var object1 = {
property1: 42
};
assert(Reflect.getOwnPropertyDescriptor(object1, 'property1').value === 42);
assert(Reflect.getOwnPropertyDescriptor(object1, 'property2') === undefined);
assert(Reflect.getOwnPropertyDescriptor(object1, 'property1').writable === true);
|
import os
def GetStringFromConfig(bsp_dir, string):
try:
config = open(bsp_dir + '/rtconfig.h', 'r')
except IOError:
print('no found rtconfig.h, use scons --menuconfig before compile')
else:
cfg_list = config.readlines()
for cfg in cfg_list:
if cfg.find(string) !... |
FROM balenalib/armv7hf-alpine:3.13-run
LABEL io.balena.device-type="beaglebone-pocket"
RUN apk add --update \
less \
nano \
net-tools \
ifupdown \
usbutils \
gnupg \
&& rm -rf /var/cache/apk/*
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker im... |
#ifndef itkDOMNode_h
#define itkDOMNode_h
#include "itkObject.h"
#include "itkObjectFactory.h"
#include "ITKIOXMLExport.h"
#include <string>
#include <vector>
#include <list>
#include <map>
namespace itk
{
class DOMTextNode; // forward declaration
/**
* \class DOMNode
* \brief Class to rep... |
package io.codetail.widget;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Path;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import io.codetail.animation.RevealAnimator;
import io.codetail.animat... |
<?php defined('BASEPATH') || exit('No direct script access allowed');
/**
* Add CI3 sessions table.
*
* For additional instructions/information, see
* http://www.codeigniter.com/userguide3/libraries/sessions.html#database-driver
*
* The created table does not include an index/key on the timestamp field. The link... |
<?php
function FoundationPress_theme_support() {
// Add language support
load_theme_textdomain('FoundationPress', get_template_directory() . '/languages');
// Add menu support
add_theme_support('menus');
// Add post thumbnail support: http://codex.wordpress.org/Post_Thumbnails
add_theme_suppor... |
This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the
[swagger-spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. This
is an example of building a swagger-enabled JAX-RS server.
This e... |
package org.elasticsearch.index.snapshots;
/**
* Represent shard snapshot status
*/
public class IndexShardSnapshotStatus {
/**
* Snapshot stage
*/
public enum Stage {
/**
* Snapshot hasn't started yet
*/
INIT,
/**
* Index files are being copied... |
(function() {
function loadNodeList() {
$.ajax({
headers: {
"Accept":"application/json"
},
cache: false,
url: 'nodes',
success: function(data) {
RED.nodes.setNodeList(data);
RED.i18n.loadNodeCatalog... |
layout: relation
title: 'auxpass'
shortdef: 'passive auxiliary'
---
This document is a placeholder for the language-specific documentation
for `auxpass`.
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE book SYSTEM "book.dtd">
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<header titlestyle="normal">
<copyright>
<year>1997</year><year>2016</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Licensed ... |
<h4 class="page-header">
Comments
</h4>
<div class="row" style="margin-left:5px;padding:5px;">
@if($comments)
@foreach( $comments as $comment)
<div>
<div><i class="fa fa-check-square-o"></i>
<span>{{ $comment->comments }} by
... |
title: rawpercentile Function
keywords: query language reference
tags: [reference page]
sidebar: doc_sidebar
permalink: ts_rawpercentile.html
summary: Reference to the rawpercentile() function
---
## Summary
```
rawpercentile(<percentage>, <tsExpression>[, metrics|sources|sourceTags|pointTags|<pointTagKey>])
```
Retu... |
/****************************************************************************
* arch/arm/src/tiva/tiva_start.c
*
* Copyright (C) 2009, 2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification,... |
<?php
namespace Code16\Sharp\View\Components;
use Code16\Sharp\View\Utils\Colors;
use Illuminate\View\Component;
use NumberFormatter;
class RootStyles extends Component
{
public string $primaryColor;
public string $primaryColorLuminosity;
public array $primaryColorHSL;
public function __construct()
... |
<!doctype html>
<title>CodeMirror: yacas mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel=stylesheet href=../../lib/codemirror.css>
<script src=../../lib/codemirror.js></script>
<script src=../../addon/edit/matchbrackets.js></script>
<script src=yacas.js></script>
<style ... |
require 'bundler/setup'
require 'sprockets'
require_relative 'support/benchmark_rails'
require 'rack/builder'
app = Rack::Builder.new do
map "/assets" do
environment = Sprockets::Environment.new
environment.append_path File.expand_path('../assets/javascripts', __FILE__)
run environment
end
end
request ... |
package org.apache.ambari.server.controller;
import org.apache.ambari.server.api.AmbariPersistFilter;
import org.apache.ambari.server.orm.entities.ViewEntity;
import org.apache.ambari.server.orm.entities.ViewInstanceEntity;
import org.apache.ambari.server.security.AmbariViewsSecurityHeaderFilter;
import org.apache.am... |
package org.cidrz.webapp.dynasite.dao.partograph;
import org.apache.commons.dbutils.QueryLoader;
import org.cidrz.project.zeprs.valueobject.partograph.Oxytocin;
import org.cidrz.project.zeprs.valueobject.BaseRecord;
import org.cidrz.webapp.dynasite.Constants;
import org.cidrz.webapp.dynasite.dao.PersistenceD... |
// Code generated by client-gen. DO NOT EDIT.
package v1beta1
import (
v1beta1 "k8s.io/api/rbac/v1beta1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
types "k8s.io/apimachinery/pkg/types"
watch "k8s.io/apimachinery/pkg/watch"
scheme "k8s.io/client-go/kubernetes/scheme"
rest "k8s.io/client-go/rest"
)
// ClusterR... |
console.log("Hello Dog!")
|
/**
* Select2 Romanian translation.
*/
(function ($) {
"use strict";
$.extend($.fn.select2.defaults, {
formatNoMatches: function () { return "Nu a fost găsit nimic"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "Vă rugăm să introduceți incă " + n + " cara... |
"""
This module holds simple classes used by GeoQuery.convert_values
to convert geospatial values from the database.
"""
class BaseField(object):
empty_strings_allowed = True
def get_internal_type(self):
"Overloaded method so OracleQuery.convert_values doesn't balk."
return None
class AreaFiel... |
package flexvolume
import (
"fmt"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/klog"
"k8s.io/kubernetes/pkg/volume"
"k8s.io/kubernetes/pkg/volume/util"
)
type expanderDefaults struct {
plugin *flexVolumePlugin
}
func newExpanderDefaults(plugin *flexVolumePlugin) *expanderDefaults {
return &expanderDefaul... |
{-# LANGUAGE TypeFamilies, QuasiQuotes, TemplateHaskell, MultiParamTypeClasses, OverloadedStrings #-}
module YesodCoreTest.StubSslOnly ( App ( App ) ) where
import Yesod.Core
import qualified Web.ClientSession as CS
data App = App
mkYesod "App" [parseRoutes|
/ HomeR GET
|]
instance Yesod App where
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Copyright 2011 Software Freedom Conservancy
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/licens... |
class WindowsRebootHandler < Chef::Handler
include Chef::Mixin::ShellOut
def initialize(allow_pending_reboots = true, timeout = 60, reason = "Opscode Chef initiated reboot")
@allow_pending_reboots = allow_pending_reboots
@timeout = timeout
@reason = reason
end
def report
log_message, reboot = ... |
package docker
import (
"fmt"
"io/ioutil"
"net"
"net/http"
"net/url"
"reflect"
"strconv"
"strings"
"testing"
"time"
)
func TestNewAPIClient(t *testing.T) {
endpoint := "http://localhost:4243"
client, err := NewClient(endpoint)
if err != nil {
t.Fatal(err)
}
if client.endpoint != endpoint {
t.Errorf... |
namespace base {
class Version;
namespace win {
class RegKey;
}
}
namespace installer {
class InstallationState;
// A representation of a product's state on the machine based on the contents
// of the Windows registry.
// TODO(grt): Pull this out into its own file.
class ProductState {
public:
ProductState();
... |
<?php
namespace Mailosaur\Models;
class MessageReplyOptions
{
/**
* @var string Any additional plain text content to include in the reply. Note that only text or html can be supplied, not both.
*/
public $text = null;
/**
* @var string Any additional HTML content to include in the reply. ... |
package scuff
object Numbers {
@inline
def unsigned(n: Int) = n & 0xFFFFFFFFL
@inline
def unsigned(n: Short) = n & 0xFFFF
@inline
def unsigned(n: Byte) = n & 0xFF
private[this] val longUnsigner = (2 * BigInt(Long.MaxValue) + 2).underlying
@inline
def unsigned(value: Long) = {
if (value < 0)
... |
<?php
namespace Gedmo\References;
use Doctrine\Common\Annotations\AnnotationReader;
use Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver as MongoDBAnnotationDriver;
use Doctrine\ORM\Mapping\Driver\AnnotationDriver as ORMAnnotationDriver;
use References\Fixture\ODM\MongoDB\Product;
use References\Fixture\ODM\Mongo... |
package xyz.myhelper.sduthelper.dataparse;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import xyz.myhelper.sduthelper.bean.GpaBean;
import... |
//
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu>
// Creation Date: Fri Aug 24 17:32:47 PDT 2018
// Last Modified: Fri Aug 24 17:32:51 PDT 2018
// Filename: tool-trillspell.h
// URL: https://github.com/craigsapp/humlib/blob/master/include/tool-trill.h
// Syntax: C++11; humlib
// vi... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
/*============================================================
**
** Source: CreateMutexA_ReleaseMutex/test2/CreateM... |
// 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 Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem.Interop;
namespace Microsoft.VisualStudio.LanguageServices.Implementation.Project... |
import { AsyncComponent, Component } from './options'
export type AsyncComponentResolveResult<T = Component> = T | { default: T } // es modules
export type AsyncComponentLoader<T = any> = () => Promise<
AsyncComponentResolveResult<T>
>
export interface AsyncComponentOptions {
loader: AsyncComponentLoader
loadi... |
@interface EXPMatchers_beSubclassOfTest : XCTestCase
@end
@implementation EXPMatchers_beSubclassOfTest
- (void)test_beSubclassOf {
assertPass(test_expect([Foo class]).beSubclassOf([Foo class]));
assertPass(test_expect([Bar class]).beSubclassOf([Bar class]));
assertPass(test_expect([Bar class]).beSubclassOf([Foo... |
package org.apache.lucene.analysis;
import org.apache.lucene.analysis.tokenattributes.OffsetAttribute;
import org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute;
import org.apache.lucene.analysis.tokenattributes.PositionLengthAttribute;
import org.apache.lucene.analysis.tokenattributes.TermToBytes... |
package com.intellij.psi.templateLanguages;
import com.intellij.lang.LangBundle;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.CommonDataKeys;
import com.intellij.openapi.options.ShowSettingsUtil;
import com.intellij... |
'use strict';
module.exports = function(input) {
this.input = input;
this.normalizePlaintext = function() {
return input.toLowerCase().replace(/[^a-zA-Z0-9]/g,'');
};
this.size = function() {
var realLength = Math.sqrt(this.normalizePlaintext().length);
return Math.ceil(realLength);
};
this.plaintextSeg... |
@(fooForm: Form[String])(implicit messages: Messages)
@import utils.BSVersion
@import tags._
@implicitFC = @{ b4.horizontal.fieldConstructor("col-md-2", "col-md-10") }
@fruits = @{ Seq("A"->"Apples","P"->"Pears","B"->"Bananas") }
@main("Mixed Forms", tab = "mixed") {
<h1 id="mixed-forms" class="page-header">Mixed... |
package com.google.template.soy.soytree;
import com.google.common.collect.ImmutableList;
import com.google.template.soy.base.SourceLocation;
import com.google.template.soy.base.SoySyntaxException;
import com.google.template.soy.base.internal.SoyFileKind;
import com.google.template.soy.error.ErrorReporter;
import com... |
'use strict';
angular.module('openshiftConsole')
.provider('Logger', function() {
this.$get = function() {
// Wraps the global Logger from https://github.com/jonnyreeves/js-logger
var OSLogger = Logger.get("OpenShift");
var logger = {
get: function(name) {
var logger = Logger.get("OpenShift... |
<!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_40) on Wed Apr 13 18:09:38 UTC 2016 -->
<title>org.apache.cassandra.index.internal Class Hierarchy (apache-cassandra API)</title>
<meta name="d... |
package com.siyeh.ig.junit;
import com.intellij.codeInsight.TestFrameworks;
import com.intellij.codeInspection.ProblemDescriptor;
import com.intellij.openapi.module.Module;
import com.intellij.openapi.module.ModuleUtilCore;
import com.intellij.openapi.project.Project;
import com.intellij.psi.*;
import com.intellij.ps... |
<h3>Total: {{ qrCtrl.result.total }}</h3>
<ul class="nav nav-tabs"
role="tablist">
<!-- sources are dynamically added in GMF after reading the themes, so
no one-time binding here -->
<li ng-repeat="source in qrCtrl.result.sources"
role="presentation"
ng-if="source.features.length">
<a hr... |
(function( $, undefined ) {
var uuid = 0,
runiqueId = /^ui-id-\d+$/;
// $.ui might exist from components with no dependencies, e.g., $.ui.position
$.ui = $.ui || {};
$.extend( $.ui, {
version: "1.10.2",
keyCode: {
BACKSPACE: 8,
COMMA: 188,
DELETE: 46,
DOWN: 40,
END: 35,
ENTER: 13,
ESCAPE: 27,
H... |
@interface RCTLePushManager : RCTViewManager
@end
|
CKEDITOR.plugins.setLang("preview","pt-br",{preview:"Visualizar"}); |
package org.directwebremoting.spring.namespace;
import org.directwebremoting.spring.ConverterConfig;
import org.springframework.beans.factory.config.BeanDefinitionHolder;
import org.springframework.beans.factory.support.BeanDefinitionRegistry;
import org.springframework.beans.factory.xml.BeanDefinitionDecorator... |
Mono class libraries
Copyright (C) Mono project (authors listed in individual ChangeLog entries)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation.
This library is distributed in the hope that ... |
<!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_27) on Sat Oct 06 03:05:11 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Uses of Class org.apache.solr.han... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Effects - Easing demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.0.js"></script>
<script src="../../ui/jquery.ui.effect.js"></script>
<link rel="stylesheet" href="../demos.... |
var assert = require('assert');
var Uri = (typeof(require) === 'function') ? require('../../Uri') : window.Uri
describe('Uri', function() {
describe('toString()', function() {
it('should convert empty constructor call to blank url', function() {
assert.equal(new Uri().toString(), '')
})
it('can c... |
using namespace std;
using namespace boost;
//
// Global state
//
CCriticalSection cs_setpwalletRegistered;
set<CWallet*> setpwalletRegistered;
CCriticalSection cs_main;
CTxMemPool mempool;
unsigned int nTransactionsUpdated = 0;
map<uint256, CBlockIndex*> mapBlockIndex;
uint256 hashGenesisBlock("0x");
static CBigN... |
Rails.application.routes.draw do
resources :documents, only: [:index, :show, :create, :destroy]
end
|
#if !defined(FUSION_REMOVE_07162005_0818)
#define FUSION_REMOVE_07162005_0818
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/view/filter_view/filter_view.hpp>
#include <boost/mpl/not.hpp>
#include <boost/type_traits/is_same.hpp>
namespace boost { namespace fusion
{
namespace result_of
{
... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/C:/Work/Studying/android/material-design-library/library/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-in/values-in.xml -->
<eat-comment/>
<string msgid="4600421777120114993" name="abc_action_bar_home_d... |
'use strict';
var path = require('path');
module.exports.getFileNameWithoutExtension = function(file) {
return path.basename(file.path, path.extname(file.path));
};
|
module Github
class Client::Users < API
# Load all the modules after initializing Repos to avoid superclass mismatch
require_all 'github_api/client/users',
'emails',
'followers',
'keys'
VALID_USER_PARAMS_NAMES = %w[
name
email
blog
company
location
hi... |
<!doctype html>
<html>
<head>
<title>Mithril</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic" rel="stylesheet" />
<link href="lib/prism/prism.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" />
</head>
<body>
<header>
<nav class="container">
<a href="in... |
import sys
import pyric
import pyric.pyw as pyw
import pyric.lib.libnl as nl
from colorama import Fore, Style
def mode_command(interface, mode):
card = pyw.getcard(interface)
newcard = None
if mode == "monitor":
if pyw.modeget(card) == "monitor":
sys.exit(
f"{Fore.YE... |
namespace Contoso.Core
{
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using System.Net;
using System.Security;
using System.Threading;
using System.Globalization;
using System.Diagnostics;
// Reference SharePoint client ... |
#ifndef MBED_INTERFACE_H
#define MBED_INTERFACE_H
#include "device.h"
/* Mbed interface mac address
* if MBED_MAC_ADD_x are zero, interface uid sets mac address,
* otherwise MAC_ADD_x are used.
*/
#define MBED_MAC_ADDR_INTERFACE 0x00
#define MBED_MAC_ADDR_0 MBED_MAC_ADDR_INTERFACE
#define MBED_MAC_ADDR_1 MBED_M... |
<!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... |
/**
* Component for rendering a section (a container for blocks).
*/
import React from "react";
import { ErrorBoundary } from "../shared/error_boundary";
import { NamedTypedPlace } from "../shared/types";
import { randDomId } from "../shared/util";
import { Block } from "./block";
import { StatVarProvider } from ... |