text stringlengths 3 1.05M |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.... |
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ ret... |
import { each } from '@antv/util';
import { ComponentOption } from '../../interface';
import View from '../view';
/** Component controller class type define */
export type ControllerCtor<O = any> = new (view: View) => Controller<O>;
/**
* Component Controller 规范需要定义的基类
* 1. 规范的 option 输入
* 2. 统一的信息获取 API
* 3. 明确定... |
/*!
* Motio 2.0.1 - 5th Apr 2013
* https://github.com/Darsain/motio
*
* Licensed under the MIT license.
* http://opensource.org/licenses/MIT
*/
;(function(w, undefined){
'use strict';
var className = 'Motio';
// Local WindowAnimationTiming interface polyfill
var cAF = w.cancelAnimationFrame || w.cancelRequ... |
<!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_91) on Wed Dec 12 19:04:14 PST 2018 -->
<title>ConfigUtils</title>
<meta name="date" content="2018-12-12">
<link rel="stylesheet" type="text/cs... |
void initialize()
{
InitializeFuzzingContext(CBaseChainParams::SIGNET);
}
void test_one_input(const std::vector<uint8_t>& buffer)
{
FuzzedDataProvider fuzzed_data_provider{buffer.data(), buffer.size()};
const std::optional<CBlock> block = ConsumeDeserializable<CBlock>(fuzzed_data_provider);
if (!block)... |
package org.apache.flink.test.classloading.jar;
import org.apache.flink.api.common.accumulators.Accumulator;
import org.apache.flink.api.common.accumulators.SimpleAccumulator;
import org.apache.flink.api.common.functions.RichMapFunction;
import org.apache.flink.api.common.functions.RichReduceFunction;
import org.apa... |
package org.springframework.security.core.authority;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.SpringSecurityCoreVersion;
import org.springframework.util.Assert;
/**
* Basic concrete implementation of a {@link GrantedAuthority}.
*
* <p>
* Stores a {@code ... |
<html>
<head>
<title>repetition/enum_shifted.hpp</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>repetition/enum_shifted.hpp</b> header defines a construct that produces a comma-separated, shifted list.
</div>
<h4>Usage</h4>
<div cl... |
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using Microsoft.VisualStudio.ExtensionsExplorer;
using Moq;
using NuGet.Dialog.PackageManagerUI;
using NuGet.Dialog.Providers;
using NuGet.VisualStudio;
namespace NuGet.Dialog.Test
{
internal class MockPackagesProvider : Package... |
// Namespace
var mejs = mejs || {};
// version number
mejs.version = '2.9.3';
// player number (for missing, same id attr)
mejs.meIndex = 0;
// media types accepted by plugins
mejs.plugins = {
silverlight: [
{version: [3,0], types: ['video/mp4','video/m4v','video/mov','video/wmv','audio/wma','audio/m4a','audio/m... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Immutable;
namespace Microsoft.CodeAnalysis.Operations
{
/// <summary>
/// Represents a try operation for exception handlin... |
cordova.define("cordova-plugin-file.FileReader", function(require, exports, module) {
var exec = require('cordova/exec'),
modulemapper = require('cordova/modulemapper'),
utils = require('cordova/utils'),
FileError = require('./FileError'),
ProgressEvent = require('./ProgressEvent'),
origFileReader... |
/* jshint node: true */
'use strict';
module.exports = {
name: 'ember-cli-full-calendar',
included: function(app) {
this._super.included(app);
app.import(app.bowerDirectory + '/moment/min/moment.min.js')
app.import(app.bowerDirectory + '/fullcalendar/dist/fullcalendar.min.js');
app.import(app.bower... |
#ifndef QHTTPNETWORKREQUEST_H
#define QHTTPNETWORKREQUEST_H
//
// W A R N I N G
// -------------
//
// This file is not part of the Qt API. It exists for the convenience
// of the Network Access API. This header file may change from
// version to version without notice, or even be removed.
//
// We mean it.
//
#... |
Copyright (c) 2009-2013 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](http://www.openssl.org/). This product incl... |
<html>
<head>
<script src="../inspector-test.js"></script>
<script src="../network-test.js"></script>
<script>
function test()
{
var offset;
InspectorTest.resetInspectorResourcesData(step1);
function step1()
{
InspectorTest.recordNetwork();
offset = InspectorTest.networkRequests().len... |
<?php
namespace Symfony\Component\Console\Helper;
use Symfony\Component\Console\Descriptor\DescriptorInterface;
use Symfony\Component\Console\Descriptor\JsonDescriptor;
use Symfony\Component\Console\Descriptor\MarkdownDescriptor;
use Symfony\Component\Console\Descriptor\TextDescriptor;
use Symfony\Component\Console... |
def test(code):
try:
exec(code)
print('no Error')
except SyntaxError:
print('SyntaxError')
except NotImplementedError:
print('NotImplementedError')
# uPy requires spaces between literal numbers and keywords, CPy doesn't
try:
eval('1and 0')
except SyntaxError:
print('... |
#ifndef __SUPPORT_DATA_SUPPORT_TGALIB_H__
#define __SUPPORT_DATA_SUPPORT_TGALIB_H__
/// @cond DO_NOT_SHOW
namespace cocos2d {
enum {
TGA_OK,
TGA_ERROR_FILE_OPEN,
TGA_ERROR_READING_FILE,
TGA_ERROR_INDEXED_COLOR,
TGA_ERROR_MEMORY,
TGA_ERROR_COMPRESSED_FILE,
};
/** TGA format */
typedef struct... |
layout: model
title: Translate Ukrainian to Serbo-Croatian Pipeline
author: John Snow Labs
name: translate_uk_sh
date: 2021-06-04
tags: [open_source, pipeline, seq2seq, translation, uk, sh, xx, multilingual]
task: Translation
language: xx
edition: Spark NLP 3.1.0
spark_version: 3.0
supported: true
article_header:
type:... |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="resources/SVGTestCase.js"></script>
<script src="../../resources/js-test.js"></script>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
</head>
<body onload="runRepaintTest()">
<h1>SVG 1.1 dynamic update tests</h1>
<p id... |
(function( jQuery, window, undefined ) {
"use strict";
var warnedAbout = {};
// List of warnings already given; public read only
jQuery.migrateWarnings = [];
// Set to true to prevent console output; migrateWarnings still maintained
// jQuery.migrateMute = false;
// Show a message on the console so d... |
using System.Linq;
using Microsoft.CodeAnalysis.Editor.Shared.Tagging;
using Microsoft.CodeAnalysis.Text;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Tagging;
using Roslyn.Test.EditorUtilities;
using Roslyn.Test.Utilities;
using Xunit;
namespace Microsoft.CodeAnalysis.Editor.UnitTests.Tagging
... |
namespace l10n_util {
// The same as base::i18n::GetCanonicalLocale(const char*), but takes
// std::string as an argument.
UI_BASE_EXPORT std::string GetCanonicalLocale(const std::string& locale);
// Takes normalized locale as |locale|. Returns language part (before '-').
UI_BASE_EXPORT std::string GetLanguage(const ... |
delete from krim_role_perm_t where
role_id = (select role_id from krim_role_t where role_nm = 'Technical Administrator' and nmspc_cd = 'KR-SYS') AND
perm_id = (select perm_id from krim_perm_t where nm = 'Add Message to Route Log' and nmspc_cd = 'KUALI')
;
|
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
... |
package services // import "google.golang.org/genproto/googleapis/ads/googleads/v1/services"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources"
import _ "google.golang.org/genproto/googleapis/api/annota... |
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../../../shared/complex/numeric/arg', __FILE__)
ruby_version_is ""..."1.9" do
require 'complex'
require 'rational'
describe "Numeric#arg" do
it_behaves_like :numeric_arg, :arg
end
end
|
package org.jetbrains.yaml.psi.impl;
import com.intellij.openapi.util.TextRange;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.List;
import static org.jetbrains.yaml.psi.impl.YAMLScalarImpl.processReplacements;
/**
* Yaml text value evaluator according to the... |
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
tools:ignore="UnusedAttribute">
<item
android:id="@+id/menu_zoom_toggle"
android:title="@string/menu_zoom_disable"/>
<item
a... |
package org.apache.jmeter.visualizers;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.jmeter.samplers.SampleResult;
/**
* Provides storage of samples in addition to calculations
*/
public class CachingStatCalculator extends SamplingStatCalculator {
private... |
using System;
namespace ChronicNetCore.Tags.Repeaters
{
public class IllegalStateException : Exception
{
public IllegalStateException(string message)
: base(message)
{
}
}
} |
package com.google.javascript.jscomp;
import com.google.common.collect.ImmutableList;
import com.google.javascript.rhino.Node;
import com.google.protobuf.TextFormat;
import java.io.IOException;
import java.util.List;
/**
* Tests for {@link InstrumentFunctions}
*
*/
public final class InstrumentFunctionsTest ext... |
package hudson.maven.reporters;
import hudson.maven.MavenBuild;
import hudson.maven.MavenModuleSet;
import hudson.maven.MavenModuleSetBuild;
import hudson.maven.MavenProjectActionBuilder;
import hudson.maven.reporters.SurefireArchiver.FactoryImpl;
import hudson.model.Result;
import org.jvnet.hudson.test.ExtractResour... |
package kubectl
import (
"fmt"
"io"
"strconv"
"strings"
"time"
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/apimachinery/pkg/util/wa... |
/**
* @requires javelin-view-html
* javelin-view-interpreter
*/
describe('JX.HTMLView', function() {
var html = new JX.ViewInterpreter();
JX.HTMLView.registerToInterpreter(html);
it('should fail validation for a little view', function() {
var little_view =
html.div({className: 'pretty'},
... |
<?php
/**
* @see Zend_Gdata_Feed
*/
#require_once 'Zend/Gdata/Feed.php';
/**
* @see Zend_Gdata_YouTube_ActivityEntry
*/
#require_once 'Zend/Gdata/YouTube/ActivityEntry.php';
/**
* A feed of user activity entries for YouTube
*
* @link http://code.google.com/apis/youtube/
* @category Zend
* @package Ze... |
package org.apache.hadoop.hdfs.web;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.fail;
import java.io.EOFException;
import java.io.IOException;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.InetSocketAdd... |
// 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.chrome.browser.tabmodel;
import org.chromium.chrome.browser.EmptyTabObserver;
import org.chromium.chrome.browser.Tab;
import org.chr... |
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module unless amdModuleId is set
define(["jquery"], function (a0) {
return (factory(a0));
});
} else if (typeof module === 'object' && module.exports) {
// Node. Does not work with ... |
module Fog
module Network
class OpenStack
class Real
# Create a new security group rule
#
# ==== Parameters
# * 'security_group_id'<~String> - UUID of the parent security group
# * 'direction'<~String> - Direction of traffic, must be in ['ingress', 'egress']
#... |
DROP TABLE CAP_PARTYAUTH;
DROP TABLE CAP_RESAUTH;
DROP TABLE CAP_ROLE;
DROP TABLE COMP_IP_ACCESS_RULES;
DROP TABLE COMP_WIN7_AUTO_START;
DROP TABLE COMP_WIN7_CONFIG;
DROP TABLE COMP_WIN7_CUSTOM_PICTURES;
DROP TABLE COMP_WIN7_ICONS;
DROP TABLE APP_FUNCRESOURCE;
DROP TABLE APP_FUNCTION;
DROP TABLE APP_FUNCGROUP;
DROP TAB... |
using System;
using System.Collections.Generic;
using System.Linq;
using ModestTree;
namespace Zenject
{
//[System.Diagnostics.DebuggerStepThrough]
public class SingletonProviderMap
{
readonly Dictionary<SingletonId, SingletonLazyCreatorBase> _creators = new Dictionary<SingletonId, SingletonLazyCre... |
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgr... |
<!DOCTYPE html>
<html>
<head>
<script>
window.enablePixelTesting = true;
</script>
<script src="../../../resources/js-test.js"></script>
<script src="../resources/picker-common.js"></script>
</head>
<body>
<select id="menu" style="width: 10px">
<option>very very very long option</option>
<option>very very very ... |
"use strict";
var AutoFocusMixin = require('AutoFocusMixin');
var LinkedValueUtils = require('LinkedValueUtils');
var ReactBrowserComponentMixin = require('ReactBrowserComponentMixin');
var ReactCompositeComponent = require('ReactCompositeComponent');
var ReactElement = require('ReactElement');
var ReactDOM = requir... |
// vim:filetype=java:ts=4
package junit.com.mcdermottroe.exemplar.output;
import com.mcdermottroe.exemplar.output.LanguageAPIPair;
import junit.com.mcdermottroe.exemplar.NormalClassTestCase;
/** Test class for {@link LanguageAPIPair}.
@author Conor McDermottroe
@since 0.2
*/
public class LanguageAPIPairTest
exte... |
gem 'minitest'
require 'minitest'
Minitest.autorun
|
/* global qFactory: false */
'use strict';
/**
http://wiki.commonjs.org/wiki/Promises
http://www.slideshare.net/domenicdenicola/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript
Q: https://github.com/kriskowal/q
https://github.com/kriskowal/q/blob/master/design/README.... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lecture 18: Cloud Computing — bioinformatics@nau</title>
<link rel="stylesheet" href="../../../static/pygments.css" type="text/css" />
<link rel="stylesheet... |
class Chef
class Provider
class GitClient
class Osx < Chef::Provider::GitClient
include Chef::DSL::IncludeRecipe
provides :git_client, os: 'mac_os_x' if respond_to?(:provides)
action :install do
dmg_package 'GitOSX-Installer' do
app new_resource.osx_dmg_app_na... |
package org.apache.camel;
/**
* An exception caused when a mandatory property is not available on a message
* {@link Exchange}
*
* @see org.apache.camel.support.ExchangeHelper#getMandatoryProperty(Exchange, String, Class)
*
*/
public class NoSuchPropertyException extends CamelExchangeException {
private ... |
/* Thread and interpreter state structures and their interfaces */
#ifndef Py_PYSTATE_H
#define Py_PYSTATE_H
#ifdef __cplusplus
extern "C" {
#endif
/* State shared between threads */
struct _ts; /* Forward */
struct _is; /* Forward */
typedef struct _is {
struct _is *next;
struct _ts *tstate_head;
P... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
|... |
package org.dartlang.analysis.server.protocol;
/**
* An enumeration of the possible types of analysis errors.
*
* @coverage dart.server.generated.types
*/
public class AnalysisErrorType {
public static final String CHECKED_MODE_COMPILE_TIME_ERROR = "CHECKED_MODE_COMPILE_TIME_ERROR";
public static final Stri... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
... |
//
// W A R N I N G
// -------------
//
// This file is not part of the public API. This header file may
// change from version to version without notice, or even be
// removed.
//
// We mean it.
//
//
#ifndef QDBUSABSTRACTINTERFACE_P_H
#define QDBUSABSTRACTINTERFACE_P_H
#include <qdbusabstractinterface.h>
#incl... |
cask :v1 => 'sketch-tool' do
version :latest
sha256 :no_check
url 'http://sketchtool.bohemiancoding.com/sketchtool-latest.zip'
name 'SketchTool'
homepage 'http://bohemiancoding.com/sketch/tool/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholde... |
package com.my.project.repository;
import java.util.List;
import com.my.project.entity.User;
public interface UserRepository extends BaseRepository<User, Long> {
List<User> findByLastname(String lastname);
}
|
//CHECKSTYLE:EmptyBlock:OFF
package org.pentaho.di.repository;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.apache.commons.vfs2.File... |
package com.google.samples.apps.iosched.ui.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v4.view.ViewCompat;
import android.util.AttributeSet;
import androi... |
_PROJECT=<project-id>
_NETWORK=<my-default-vpc>
_VM_TEMPLATE_NAME=auto-gcloud-instance-template
_MACHINE_TYPE=e2-standard-32
_JAVA_XMS_GB=16
_JAVA_XMX_GB=96
_APP_STORAGE_PATH="gs://bucket/path/to/mainframe-connector-assembly-5.7.0.jar"
_DEPS_STORAGE_PATH="gs://bucket/path/to/mainframe-connector-assembly-5.7.0-deps.jar... |
package util
import (
"k8s.io/apiserver/pkg/authentication/user"
"k8s.io/apiserver/pkg/authorization/authorizer"
authorizationapi "k8s.io/kubernetes/pkg/apis/authorization"
)
// ResourceAttributesFrom combines the API object information and the user.Info from the context to build a full authorizer.AttributesReco... |
function plot_selected_cells(target_element,width,height) {
plot_cells(target_element,width,height);
$j("div.spreadsheet_popup").hide();
$j("div#plot_panel").show();
}
function generate_json_data() {
var cells = $j('td.selected_cell');
var columns = $j('.col_heading.selected_heading').size();
v... |
/*Commented this code as container/calendar CSS is no longer supported in SPA and desktopweb.
IF NEEDED PLEASE REVERT THIS COMMIT ID FROM GIT
*/ |
#include <fstream>
#include <string>
#include <sstream>
#include <cstdlib>
#include <cassert>
#include <iostream>
#include "ParameterType.h"
#include "MappingContext.h"
#include "SkeletonMappingKeys.h"
#include "InstanceConfigurableElement.h"
#include "SkeletonSubsystemObject.h"
#define STR_FORMAT_LENGTH 32
#define ... |
from nose.tools import assert_equal, assert_true, assert_false, assert_raises
import networkx as nx
# Tests for node and edge cutsets
def _generate_no_biconnected(max_attempts=50):
attempts = 0
while True:
G = nx.fast_gnp_random_graph(100,0.0575)
if nx.is_connected(G) and not nx.is_biconnected(... |
function getUrlParameter(sParam)
{
var sPageURL = window.location.search.substring(1);
var sURLVariables = sPageURL.split('&');
for (var i = 0; i < sURLVariables.length; i++)
{
var sParameterName = sURLVariables[i].split('=');
if (sParameterName[0] == sParam)
{
retu... |
package com.example.RestController;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotat... |
<?php
namespace Symfony\Component\HttpKernel\Exception;
@trigger_error('The '.__NAMESPACE__.'\FlattenException class is deprecated since version 2.3 and will be removed in 3.0. Use the Symfony\Component\Debug\Exception\FlattenException class instead.', E_USER_DEPRECATED);
/*
* FlattenException wraps a PHP Excepti... |
<sect1 id="introduction.overview">
<title>Gambaran Umum</title>
<para>
Zend Framework (ZF) adalah framework open source yang dibuat untuk mengembangkan aplikasi web
dan service dengan PHP 5. ZF diimplementasikan dalam 100% kode-kode object-oriented.
Struktur komponen ZF terbilang unik;... |
from django.views.generic.base import View, TemplateView, RedirectView
from django.views.generic.dates import (ArchiveIndexView, YearArchiveView, MonthArchiveView,
WeekArchiveView, DayArchiveView, TodayArchiveView,
DateDetailView)
from django.vie... |
package com.thoughtworks.selenium.webdriven;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@RunWith(JUnit4.class)
public class CompoundMutatorTest {
private ScriptMutator mutator;
@Before
public vo... |
#ifndef TS_CACHE_H
#define TS_CACHE_H
#include "fmgr.h"
#include "utils/guc.h"
/*
* All TS*CacheEntry structs must share this common header
* (see InvalidateTSCacheCallBack)
*/
typedef struct TSAnyCacheEntry
{
Oid objId;
bool isvalid;
} TSAnyCacheEntry;
typedef struct TSParserCacheEntry
{
/* prsId is the... |
package org.jboss.weld.tests.interceptors.aroundConstruct.integration;
import static org.junit.Assert.assertEquals;
import javax.inject.Inject;
import javax.interceptor.Interceptors;
@CharlieBinding
@Interceptors(BravoInterceptor.class)
public class InterceptedStatefulBean implements Valuable {
private final I... |
/**
* @docauthor Robert Dougan <rob@sencha.com>
*
* Create simple buttons with this component. Customisations include {@link #iconAlign aligned}
* {@link #iconCls icons}, {@link #cfg-menu dropdown menus}, {@link #tooltip tooltips}
* and {@link #scale sizing options}. Specify a {@link #handler handler} to run code... |
'use strict';
// MODULES //
var tape = require( 'tape' );
var gcusum = require( './../lib' );
// TESTS //
tape( 'main export is a function', function test( t ) {
t.ok( true, __filename );
t.strictEqual( typeof gcusum, 'function', 'main export is a function' );
t.end();
});
tape( 'attached to the main export ... |
package org.apereo.cas.support.oauth.services;
import org.apereo.cas.services.ImmutableInMemoryServiceRegistry;
import org.apereo.cas.services.RegisteredService;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
/**
* This is {@link OAuth20ServiceRegistry}.
*
* @author Misagh Moa... |
package alluxio.hadoop.mapreduce;
import alluxio.AlluxioURI;
import alluxio.annotation.PublicApi;
import alluxio.client.file.FileSystemContext;
import alluxio.client.keyvalue.KeyValueMasterClient;
import alluxio.client.keyvalue.KeyValueSystem;
import alluxio.thrift.PartitionInfo;
import org.apache.hadoop.fs.Path;
i... |
/**
* Backbone-tastypie.js 0.2
* (c) 2011 Paul Uithol
*
* Backbone-tastypie may be freely distributed under the MIT license.
* Add or override Backbone.js functionality, for compatibility with django-tastypie.
* Depends on Backbone (and thus on Underscore as well): https://github.com/documentcloud/backbone.
*/
... |
<!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.google.zxing.pdf417.encoder.Dimensions (ZXing 3.3.0 A... |
<?php
namespace Symfony\Component\Yaml;
use Symfony\Component\Yaml\Exception\ParseException;
/**
* Parser parses YAML strings to convert them to PHP arrays.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class Parser
{
const FOLDED_SCALAR_PATTERN = '(?P<separator>\||>)(?P<modifiers>\+|\-|\d+|\+\d+|\-... |
namespace media {
CdmKeyInformation::CdmKeyInformation()
: status(INTERNAL_ERROR), system_code(0) {
}
CdmKeyInformation::~CdmKeyInformation() {
}
} // namespace media
|
<?php
/**
* @see Zend_Loader_Exception
*/
require_once 'Zend/Loader/Exception.php';
/**
* Plugin class loader exceptions
*
* @category Zend
* @package Zend_Loader
* @subpackage PluginLoader
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://frame... |
<html>
<head>
<title>expr_if.hpp</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>expr_if.hpp</b> is a jumper header for backwards compatibility.
This header is deprecated.
</div>
<h4>Usage</h4>
<div class="code">
#include <b... |
require "cases/helper"
require "support/connection_helper"
if ActiveRecord::Base.connection.respond_to?(:supports_ranges?) && ActiveRecord::Base.connection.supports_ranges?
class PostgresqlRange < ActiveRecord::Base
self.table_name = "postgresql_ranges"
self.time_zone_aware_types += [:tsrange, :tstzrange]
... |
<?php
/*
* This file is part of the Symfony framework.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Sensio\Bundle\FrameworkExtraBundle\EventListener;
/**
* CacheListener handles HTTP ... |
void write_output_sequence_test()
{
using namespace std;
using namespace pdalboost;
using namespace pdalboost::iostreams;
using namespace pdalboost::iostreams::test;
test_file test;
{
vector<char> first(data_reps * data_length(), '?');
filtering_ostream out(make_iterator... |
<!DOCTYPE html>
<!--
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
Version: 3.7.0
Author: KeenThemes
Website: http://www.keenthemes.com/
Contact: support@keenthemes.com
Follow: www.twitter.com/keenthemes
Like: www.facebook.com/keenthemes
Purchase: http://themeforest.n... |
using storage::DatabaseUtil;
namespace content {
static const int kCommitTimerSeconds = 1;
DOMStorageArea::CommitBatch::CommitBatch()
: clear_all_first(false) {
}
DOMStorageArea::CommitBatch::~CommitBatch() {}
// static
const base::FilePath::CharType DOMStorageArea::kDatabaseFileExtension[] =
FILE_PATH_LITER... |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalizat... |
package org.apache.flink.runtime.leaderelection;
/** Factory for {@link MultipleComponentLeaderElectionDriver}. */
public interface MultipleComponentLeaderElectionDriverFactory {
/**
* Creates a {@link MultipleComponentLeaderElectionDriver} for the given leader contender
* description. Moreover, it re... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
|... |
#ifndef TALK_P2P_BASE_SESSIONMESSAGES_H_
#define TALK_P2P_BASE_SESSIONMESSAGES_H_
#include <string>
#include <vector>
#include <map>
#include "talk/xmllite/xmlelement.h"
#include "talk/p2p/base/constants.h"
#include "talk/p2p/base/sessiondescription.h" // Needed to delete contents.
#include "talk/base/basictypes.h... |
<div id="social-buttons" class="hidden-print">
<div class="container">
<form id="newsletter" method="post" action="https://formkeep.com/f/ba101f5b69f0">
<div class="row">
<div class="col-md-4 col-md-offset-2 col-sm-6">
<div class="form-group margin-bottom">
<input name="email" ... |
/*
Language: GLSL
Description: OpenGL Shading Language
Author: Sergey Tikhomirov <me@stikhomirov.com>
Category: graphics
*/
function(hljs) {
return {
keywords: {
keyword:
'atomic_uint attribute bool break bvec2 bvec3 bvec4 case centroid coherent const continue default ' +
'discard dmat2 dma... |
std::string FLAGS_cache_base_dir = ".";
namespace net {
void StoreBodyAndHeadersVisitor::ProcessBodyData(const char *input,
size_t size) {
body.append(input, size);
}
void StoreBodyAndHeadersVisitor::HandleHeaderError(BalsaFrame* framer) {
HandleError();
}
void S... |
<?php
namespace RobTeifi\Differencer\Visitors;
final class Line
{
/** @var boolean */
private $matched ;
/** @var string */
private $text ;
/** @var int */
private $extraIndent;
/** @var string */
private $marker = '>>>';
public function __construct($matched, $text, $marker... |
// ***********************************************************************
// Assembly : MoeLib
// Author : Siqi Lu
// Created : 2015-03-14 1:51 AM
//
// Last Modified By : Siqi Lu
// Last Modified On : 2015-03-14 10:59 PM
// ****************************************************************... |