text stringlengths 3 1.05M |
|---|
if (process.env.DDP_DEFAULT_CONNECTION_URL) {
__meteor_runtime_config__.DDP_DEFAULT_CONNECTION_URL =
process.env.DDP_DEFAULT_CONNECTION_URL;
}
Meteor.server = new Server;
Meteor.refresh = function (notification) {
DDPServer._InvalidationCrossbar.fire(notification);
};
// Proxy the public methods of Meteor.se... |
package de.frosner.datagenerator.export;
import static org.fest.assertions.Assertions.assertThat;
import java.io.File;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class CsvFileExportConfigurationTest {
private File _exportFile;
@Before
public void createFile() {
_exportFile... |
<!doctype html>
<html class="theme-next muse use-motion">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta h... |
import React from "react";
import styled from "styled-components";
// Components
import { Registration } from "components";
const PreCourseLinkButton: React.FC = () => {
const registrations = [
{
title: "프리코스 알아보기",
description: "프로그래밍 기초를 다지며 마스터즈를 준비할 수 있는 과정",
caption: "",
path: "/pre-... |
package nl.hugojanssen.sqlgraph.model.graph;
import static org.fest.assertions.Assertions.assertThat;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import nl.hugojanssen.sqlgraph.model.sql.EClauseType;
import org.gephi.graph.api.Edge;
import org.gephi.graph.api.Node;
impor... |
/*--------------------------------------------------------------
## StartUp CPT Testimonials
--------------------------------------------------------------*/
#testimonials blockquote {
border-left: 5px solid #ddd;
margin: 0;
}
#testimonials .carousel-indicators {
bottom: -50px;
}
#testimonials .carousel-... |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mission Map</title>
<meta name="description" content="">
<meta name="keywords" content="Mission, LDS, Minnesota">
<meta name="author" conten... |
layout: styleguide
title: Styleguide
slug: styleguide
lead: "An overview of the new diazo theme"
base_url: "../../"
---
<div class="app-page" id="content">
<div class="app-page-header">
<div class="app-page-title">
<h1 class="app-page-headline">Styleguide
<small>v1.0.0-dev</small>
... |
/**
* TeamServiceSoapBindingStub.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201511;
public class TeamServiceSoapBindingStub extends org.apache.axis.client.Stub implements com.google.api.ads.dfp.ax... |
namespace syncer {
// The state passed from ModelTypeProcessor to Sync thread during DataType
// activation.
struct DataTypeActivationResponse {
DataTypeActivationResponse();
~DataTypeActivationResponse();
// Initial ModelTypeState at the moment of activation.
sync_pb::ModelTypeState model_type_state;
// T... |
package com.zhaojonhy.coolweather;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + 2);
}
} |
@implementation NSString (ZHCMessages)
- (NSString *)zhc_stringByTrimingWhitespace
{
return [self stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]];
}
@end
|
import debug from 'debug';
import {fromBytes4} from './byte';
import {IObservable, TDecodeBuffSubscriber} from './types';
import {noop} from './util';
const MAGIC_HIGH = 0xda;
const MAGIC_LOW = 0xbb;
const HEADER_LENGTH = 16;
const log = debug('dubbo:decode-buffer');
/**
* 在并发的tcp数据传输中,会出现少包,粘包的现象
* 好在tcp的传输是可以保证... |
package ec.app.ant.func;
import ec.*;
import ec.app.ant.*;
import ec.gp.*;
import ec.util.*;
/*
* Right.java
*
* Created: Wed Nov 3 18:26:37 1999
* By: Sean Luke
*/
/**
* @author Sean Luke
* @version 1.0
*/
public class Right extends GPNode implements EvalPrint
{
publi... |
package com.dungeonstory.ui.view.admin.grid;
import com.dungeonstory.backend.data.WeaponType;
import com.vaadin.data.ValueContext;
import com.vaadin.data.converter.StringToBooleanConverter;
import com.vaadin.icons.VaadinIcons;
import com.vaadin.ui.components.grid.HeaderCell;
import com.vaadin.ui.components.grid.Header... |
[ %>.png?branch=master)](https://travis-ci.org/<%= githubName %>/<%= _.slugify(moduleName) %>)
description
Contributers:
- <%= authorName %>
---
### [Contents](id:contents)
- [Usage](#usage)
- [Install](#install)
- [Why](#why)
-... |
import json
import socket
import sys
def readOutput(host, port):
data = None
s = None
try:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((host, int(port)))
except socket.error as msg:
s = None
print msg
if s is None:
return None
try:
data = s.recv(1024)
except socket.error as msg:
... |
/* Changes the x and y values of tracks to type REAL. */
/* @once-per-instance */
BEGIN TRANSACTION;
SET CONSTRAINTS ALL DEFERRED;
SET search_path TO @@@instance@@@, public;
ALTER TABLE track_point alter column x type REAL;
ALTER TABLE track_point alter column y type REAL;
COMMIT;
|
{% extends base_template %}
{% load staticfiles %}
{% load includesettings %}
{% block style %}
<style type="text/css" >
.abtus_box_title > div { display: inline-block; vertical-align: middle; }
.abtus_box_title_image img { width: 24px; height: 24px; }
.abtus_box .abtus_box_title_text { line-height: 24px; }
</style>
... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycosystema 1: 222 (1988)
#### Original name
Ustilago ixiolirii L. Guo
### Remarks
null |
import logging
logger = logging.getLogger(__name__)
_handler = logging.StreamHandler()
_formatter = logging.Formatter(
'[%(asctime)s/%(levelname)s/%(filename)s:%(lineno)d] %(message)s')
_handler.setFormatter(_formatter)
logger.addHandler(_handler)
logger.setLevel(logging.DEBUG)
|
layout: post
key: 20170303
tags: test English
modify_date: 2017-09-09
---
Article With Modify Date. |
import { factory } from '../../../utils/factory';
import { createSolveValidation } from './utils/solveValidation';
var name = 'usolve';
var dependencies = ['typed', 'matrix', 'divideScalar', 'multiplyScalar', 'subtract', 'equalScalar', 'DenseMatrix'];
export var createUsolve =
/* #__PURE__ */
factory(name, dependencies... |
<!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"/>
<title>Boost.Locale: Class Members</title>
<link href="tabs.css" rel="styleshe... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
title: Date.prototype.getHours
localeTitle: Date.prototype.getHours
---
## Date.prototype.getHours
Esto es un talón. [Ayuda a nuestra comunidad a expandirla](https://github.com/freecodecamp/guides/tree/master/src/pages/javascript/standard-objects/date/date-prototype-gethours/index.md) .
[Esta guía rápida de estilo ay... |
//%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... |
<div class="commune_descr limited">
<p>
Darazac est
un village
localisé dans le département de Corrèze en Limousin. Elle totalisait 158 habitants en 2008.</p>
<p>À proximité de Darazac sont localisées les communes de
<a href="{{VLROOT}}/immobilier/servieres-le-chateau_19258/">Servières-le-Château</a> à ... |
<?php namespace App\Http\Middleware;
use Closure;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Http\RedirectResponse;
class RedirectIfAuthenticated {
/**
* The Guard implementation.
*
* @var Guard
*/
protected $auth;
/**
* Create a new filter instance.
*
* @param Guard $auth
* @return vo... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- From: file:/Users/juangui/AndroidStudioProjects/Lab2_ActivityLab/app/src/main/res/values/strings.xml -->
<eat-comment/>
<string name="app_name">ActivityLab</string>
<string name="button">Start Activity Two</string>
<string name="close">Close Ac... |
var button = $('<button/>').html('click me').on('click', function() {
alert('test');
});
$('.bowerTesting').append(button);
|
this["wp"] = this["wp"] || {}; this["wp"]["blocks"] =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/***... |
package skiplist
import (
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/golang/protobuf/proto"
)
func LoadNameList(data []byte, store ListStore, batchSize int) *NameList {
nl := &NameList{
skipList: New(store),
batchSize: batchSize,
}
if len(data) == 0 {
return nl
}
message := &SkipListProto... |
console.log('----- worker -----');
import * as path from 'path';
self.addEventListener(
'message',
function(e) {
setInterval(() => {
console.log(path.join('a', 'b'));
self.postMessage('oioioio');
}, 1000);
},
false,
);
|
Just a little experiment with reactive vars, moment.js, and timers in Meteor
|
export type PackagerAsset = {
+__packager_asset: boolean,
};
class Foo {
+x: int
} |
sap.ui.define([
"sap/f/cards/loading/ListPlaceholder",
"sap/ui/core/Core"
], function (ListPlaceholder, Core) {
"use strict";
/**
* Constructor for a new <code>CalendarPlaceholder</code>.
*
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
* @param {object} [mSettin... |
<?php
// src/Blogger/BlogBundle/Entity/Enquiry.php
namespace Blogger\BlogBundle\Entity;
use Symfony\Component\Validator\Mapping\ClassMetadata;
use Symfony\Component\Validator\Constraints\NotBlank;
use Symfony\Component\Validator\Constraints\Email;
use Symfony\Component\Validator\Constraints\MinLength;
use Symfony\Com... |
1. [Overview](#overview)
2. [Module Description - What the module does and why it is useful](#module-description)
3. [Setup - The basics of getting started with uc_site1](#setup)
* [What uc_site1 affects](#what-uc_site1-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with uc_site1](#beginn... |
#pragma once
#include <sstream>
#include <vector>
bool readvals(std::stringstream &s, const int numvals, std::vector<float> &values);
std::string getDirectory(std::string path); |
package com.microsoft.azure.management.appservice.v2019_08_01;
import java.util.Collection;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.microsoft.rest.ExpandableStringEnum;
/**
* Defines values for BuildStatus.
*/
public final class BuildStatus extends ExpandableStringEnum<BuildStatus> {
/... |
(() => {
const a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
// For this particular eager deopt point to work, we need to dodge
// TurboFan's soft-deopts through a non-inlined and non-optimized function
// call to foo().
function foo(o, deopt) { if (deopt) { o.abc = 3; }}
%NeverOptimizeFunction(foo);
function eage... |
<?php
namespace app\components;
use Yii;
use yii\base\Component;
use yii\bootstrap\Html;
use yii\helpers\ArrayHelper;
/**
* Global alert.
* Sets alert as flash to session.
* Several alert's types:
* - info;
* - success;
* - danger.
*/
class Alert extends Component
{
const DANGER = 'danger';
const SUCCE... |
<!-- @if devBuild -->
<script src="javascript/app.js"></script>
<script src="javascript/functions.js"></script>
<!-- @endif -->
<!-- @if !devBuild -->
<script src="javascript/main.js"></script>
<!-- @endif -->
|
package net.endhq.remoteentities.api.features;
import java.util.*;
import net.endhq.remoteentities.api.RemoteEntity;
public class FeatureSet
{
protected final List<Feature> m_features = new ArrayList<Feature>();
protected final RemoteEntity m_ofEntity;
public FeatureSet(RemoteEntity inEntity)
{
this.m_ofEntit... |
package com.project.studyalarmmanager;
import android.content.Intent;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
pu... |
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
<display-name>Shibboleth Identity Provider</display-name>... |
<?php
namespace Hexarchium\CodeDomain\UseCase\CreateClassStructure;
use Hexarchium\CodeDomain\Model\ClassStructure\Entity\ClassStructure;
use Hexarchium\CodeDomain\Model\ClassStructure\Repository\ClassStructureRepositoryInterface;
class UseCase
{
/**
* @var ClassStructureRepositoryInterface
*/
pr... |
import logging
import requests
from lxml import html
from datetime import datetime
from sources.util.cache import ensure_path
log = logging.getLogger(__name__)
URL = 'https://webgate.ec.europa.eu/publications/ted-export/%s/'
AUTH = ('ted-export', 'R2-dHqZ3')
def make_iso_list():
with open(ensure_path('ted/iso_... |
function Script_PDM_eyes()
addpath('../PDM_helpers/');
addpath('../fitting/normxcorr2_mex_ALL');
addpath('../fitting/');
addpath('../CCNF/');
addpath('../models/');
% Replace this with the location of in 300 faces in the wild data
if(exist([getenv('USERPROFILE') '/Dropbox/AAM/test data/'], 'file'))
root_test_data... |
import {activationStrategy} from 'aurelia-router';
export class HelpText {
determineActivationStrategy(){
return activationStrategy.replace;
}
}
|
<?php
namespace app\models;
use Yii;
use app\models\general\GeneralLabel;
use app\models\general\GeneralMessage;
/**
* This is the model class for table "tbl_ref_kategori_insentif".
*
* @property integer $id
* @property string $desc
* @property integer $aktif
* @property integer $created_by
* @property integ... |
<!DOCTYPE html>
<html>
<head lang="en">
<title>scalajs-benchmarks</title>
</head>
<body>
<div id="body">Loading...</div>
<script type="text/javascript" src="target/scala-2.12/demo-jsdeps.js"></script>
<script type="text/javascript" src="target/scala-2.12/demo-fastopt.js"></script>
<script type="text... |
<?php
namespace Magento\Checkout\Model\Cart\Access;
use Magento\Framework\Api\SearchCriteria;
use Magento\Framework\Exception\AuthorizationException;
use Magento\Authorization\Model\UserContextInterface;
class ReadPlugin
{
/**
* @var UserContextInterface
*/
protected $userContext;
/**
* ... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Fl. Australia 45:476. 1987
#### Original name
null
### Remarks
null |
!function ($) {
"use strict"; // jshint ;_;
/* ALERT CLASS DEFINITION
* ====================== */
var dismiss = '[data-dismiss="alert"]'
, Alert = function (el) {
$(el).on('click', dismiss, this.close)
}
Alert.prototype.close = function (e) {
var $this = $(this)
, selector = $this.attr('data-... |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" tools:context=".RoomActivity">
<item android:id="@+id/action_example" android:title="@string/action_example"
app:showAsAction="withText|... |
/* SPDX-License-Identifier: BSD-3-Clause */
#include "files.h"
#include "log.h"
#include "tpm2.h"
#include "tpm2_policy.h"
#include "tpm2_tool.h"
typedef struct tpm2_policycphash_ctx tpm2_policycphash_ctx;
struct tpm2_policycphash_ctx {
//Input
TPM2B_DIGEST cphash;
//Input/Output
const char *session_... |
namespace ui {
class GestureProviderAuraTest : public testing::Test,
public GestureProviderAuraClient {
public:
GestureProviderAuraTest()
: task_environment_(
base::test::SingleThreadTaskEnvironment::MainThreadType::UI) {}
~GestureProviderAuraTest() override {}
... |
<div ng-include="'views/dialog.html'"></div>
<div class="container top-block editor">
<div class="page-header">
<h1><input class="title" type="text" ng-model="title"></input></h1>
</div>
<div ng-controller="AlertMsgController">
<alert ng-repeat="alert in alerts" type="{{alert.type}}" close="closeAlert()">... |
package edu.uci.ics.jung.graph.decorators;
import java.text.NumberFormat;
import edu.uci.ics.jung.graph.ArchetypeEdge;
import edu.uci.ics.jung.graph.ArchetypeVertex;
/**
* Returns the values specified by a <code>NumberVertexValue</code>
* instance as <code>String</code>s.
*
* @author Joshua O'Madadhain
*/
pub... |
class labeling_NULL : public Labeling2D<Connectivity2D::CONN_8> {
public:
void PerformLabeling()
{
img_labels_ = cv::Mat1i(img_.size());
for (int r = 0; r < img_labels_.rows; ++r) {
// Get rows pointer
const uchar* const img_row = img_.ptr<uchar>(r);
unsigne... |
require 'spec_helper'
require 'hyrax/transactions/steps/delete_resource'
require 'hyrax/specs/spy_listener'
RSpec.describe Hyrax::Transactions::Steps::DeleteResource, valkyrie_adapter: :test_adapter do
subject(:step) { described_class.new }
let(:work) { FactoryBot.valkyrie_create(:hyrax_work) }
let(:listener... |
const helpers = require('../helpers');
const MandatoryCheckboxPage = require('../generated_pages/checkbox/mandatory-checkbox.page');
const NonMandatoryCheckboxPage = require('../generated_pages/checkbox/non-mandatory-checkbox.page');
const SummaryPage = require('../generated_pages/checkbox/summary.page');
describe('C... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head><!-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png"><link rel="icon" type="image/png... |
var serverGroup = {
init : function(){
// 初始化服务器组
this.private_init_server_group_grid();
// 添加服务器组按钮
this.private_add_server_group_btn_event();
// 更新服务器组按钮事件
this.private_update_server_group_btn_event();
// 删除服务器
this.private_del_server_group_btn_event();
},
// 初始化服务器组
private_init_serve... |
<!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_43) on Tue Mar 19 16:17:01 EDT 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
O-Index
</TITLE>
<META NAME="dat... |
from django.apps import AppConfig
class ExampleAppConfig(AppConfig):
name = "example"
verbose_name = "Sample Cats app "
|
package org.apache.drill.exec.planner.sql;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.StringTokenizer;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.calcite.config.Lex;
import org.apache.calcite.rel.rules.ProjectToWindowRule;
im... |
var apnHelpers = require('../lib/apnHelpers.js'),
connections = require('../lib/connections.js'),
db = require('../lib/db.js').db(),
fs = require('fs'),
handlers = require('../lib/handlers.js');
exports.getNotify = function(request, response) {
response.render('api/notify');
};
// this sets up a handler for POST... |
@interface ViewController : UIViewController
@end
|
package com.gitblit;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServlet;
import org.eclipse.jgit.lib.ObjectId;
import org.eclipse.jgit.lib.Repository;
impo... |
// Copyright (c) 2011 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.
#include "chrome/browser/chromeos/input_method/hotkey_manager.h"
#include "base/basictypes.h"
#include "base/logging.h"
#include "base/stl_util.h"
#... |
import utils
import document
import checksum
class FileType(object):
SOURCE = 1
BINARY = 2
ARCHIVE = 3
OTHER = 4
class File(object):
"""Representation of SPDX file.
Fields:
name - File name, str mandatory one.
comment - File comment str, Optional zero or one.
type - one of FileTy... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. Proc. Roy. Soc. New South Wales 60:174. 1927 ("1926")
#### Original name
null
### Remarks
null |
require 'write_xlsx_rails/version'
require 'write_xlsx_rails/action_controller'
require 'write_xlsx_rails/template_handler'
|
// swagger.js
// version 2.0.26
var __bind = function(fn, me){
return function(){
return fn.apply(me, arguments);
};
};
log = function(){
log.history = log.history || [];
log.history.push(arguments);
if(this.console){
console.log( Array.prototype.slice.call(arguments) );
}
};
if (!Array.prototype... |
package com.github.lbroudoux.dsl.eip.gen.switchyard.main;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.acceleo.engine.event.IAcceleoTextGenerationListener;
import org.eclipse.acceleo.engine.generation.strategy.IAcceleoGenerationStrategy;
impor... |
#include <sstmac/replacements/mpi.h>
namespace exitst1 {
/**
* This is a special test to check that mpiexec handles zero/non-zero
* return status from an application
*/
int exitst1( int argc, char *argv[] )
{
MPI_Init( 0, 0 );
MPI_Finalize( );
return 1;
}
} |
FROM balenalib/nitrogen6xq2g-ubuntu:focal-run
ENV GO_VERSION 1.15.7
# gcc for cgo
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
gcc \
libc6-dev \
make \
pkg-config \
git \
&& rm -rf /var/lib/apt/lists/*
RUN set -x \
&& fetchDeps=' \
curl \
' \
&& apt-get update && apt-get... |
package fi.imberg.juhani.ernu.interpreter.nodes;
import fi.imberg.juhani.ernu.interpreter.Environment;
import fi.imberg.juhani.ernu.interpreter.exceptions.RuntimeException;
import fi.imberg.juhani.ernu.interpreter.interfaces.Node;
/**
* A for node represents a for loop.
*/
public class ForNode implements Node {
... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = undefined;
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
var _possibleConstructorReturn2 = require('babel-runtime/helpers/p... |
<!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 -->
<title>NonrealtimeIO (beads 3.00 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script t... |
/* 9.3 Relationships */
var RELS = ({
WB: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
SHEET: "http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument",
HLINK: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink",
VML: "h... |
<?php
namespace Demo;
use AsyncSockets\Event\AcceptEvent;
use AsyncSockets\Event\Event;
use AsyncSockets\Event\EventType;
use AsyncSockets\Event\ReadEvent;
use AsyncSockets\Event\SocketExceptionEvent;
use AsyncSockets\Event\TimeoutEvent;
use AsyncSockets\Frame\RawFramePicker;
use AsyncSockets\Operation\DelayedOperati... |
/* ContentFlowAddOn_white, version 2.0
* (c) 2008 - 2010 Sebastian Kutsch
* <http://www.jacksasylum.eu/ContentFlow/>
*
* This file is distributed under the terms of the MIT license.
* (see http://www.jacksasylum.eu/ContentFlow/LICENSE)
*
*--------------------------------------------------------------------... |
package com.google.common.io;
import static com.google.common.base.Preconditions.checkNotNull;
import static java.nio.file.LinkOption.NOFOLLOW_LINKS;
import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Optional;
import com.google.common.base... |
from lib.common import helpers
class Module:
def __init__(self, mainMenu, params=[]):
# metadata info about the module, not modified during runtime
self.info = {
# name for the module that will appear in module menus
'Name': 'MS16-135.ps1',
# list of one or mo... |
<!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_67) on Sun Sep 07 15:29:31 CEST 2014 -->
<title>QueryOptions (apache-cassandra API)</title>
<meta name="date" content="2014-09-07">
<li... |
// Copyright 2019 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
(function (angular) {
'use strict';
angular.module('cherry.global')
.factory('apiService', ['fbutil', '$firebaseObject', '$firebaseArray', '$q', 'cherryAuth',
function(fbutil, $firebaseObject, $firebaseArray, $q, cherryAuth) {
var pub = {};
// Private
var getTenant = function (callback) {
... |
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The Syndicate Ltd developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MASTERNODEMAN_H
#define... |
package edu.wisc.my.portlets.bookmarks.web;
import javax.portlet.ActionRequest;
import javax.portlet.ActionResponse;
import org.springframework.validation.BindException;
/**
* Takes the responsibility of copying entry parameters that aren't bound to the command from
* the request to the response. Sub classes MUST... |
import { combineReducers } from 'redux';
import FetchWeatherReducer from './reducer_weather'
const rootReducer = combineReducers({
state: (state = {}) => state,
weather: FetchWeatherReducer
});
export default rootReducer;
|
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "dart_test_component_controller.h"
#include <fcntl.h>
#include <fml/logging.h>
#include <fuchsia/test/cpp/fidl.h>
#include <lib/async-loop/loop.h... |
===========
Quick Start
===========
Including the SDK
-----------------
No matter which :doc:`installation method <installation>` you are using, the SDK can be included into your project or
script with a single include (or require) statement. Please refer to the following table for the code that best fits
your instal... |
#  KVLite
*KVLite is a partition-based key-value cache built for SQL RDBMSs.*
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ELJWKEYS9QGKA)
KVLite entries c... |
using Awful.Parser.Models.PostIcons;
using System;
using System.Collections.Generic;
using System.Text;
namespace Awful.Parser.Models.Messages
{
public class NewPrivateMessage
{
public PostIcon Icon { get; set; }
public string Title { get; set; }
public string Receiver { get; set; }
... |
function WPATH(s) {
var index = s.lastIndexOf("/");
var path = -1 === index ? "alloy.button/" + s : s.substring(0, index) + "/alloy.button/" + s.substring(index + 1);
return path;
}
function __processArg(obj, key) {
var arg = null;
if (obj) {
arg = obj[key] || null;
delete obj[key];... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |