text stringlengths 3 1.05M |
|---|
<!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_03) on Mon Nov 19 21:41:13 CET 2007 -->
<TITLE>
org.springframework.web.portlet.multipart (Spring Framework API 2.5)
</TITLE>
<META NAME="date" CONT... |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.acme</groupId>
<artifactId>module1</artifactId>
<version>1.0</version>
</parent>
<artifactId>module2</artifactId>
</project>
|
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout 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"
android:layout_width="match_parent"
android:layout_height="mat... |
/*global browser */
/*jslint node: true */
/*archiebnz linted 1/1*/
'use strict';
describe('E2E: Routes', function () {
it('should have a working home route', function () {
browser.get('#/');
expect(browser.getLocationAbsUrl()).toMatch('/');
});
}); |
package com.amazonaws.services.codecommit.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.codecommit.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* DeletePullRequestApprovalRuleRequestMarsha... |
'use strict';
nas.controller('NotificationCtrl', ['$scope',
function ($scope) {
$scope.alerts = [];
$scope.$on('error', function (event, error) {
$scope.alerts.push({ type: 'danger', msg: error});
});
$scope.closeAlert = function (index) {
$scope.alerts.splice(index, 1);
};
$sc... |
package org.pac4j.scribe.builder.api;
import com.github.scribejava.core.builder.api.DefaultApi20;
import com.github.scribejava.core.model.Verb;
import com.github.scribejava.core.utils.OAuthEncoder;
import com.github.scribejava.core.model.OAuthConfig;
import java.util.Map;
import java.util.Map.Entry;
/**
* OAuth API ... |
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="co.edu.javeriana.isml.generator">
<generatorSuiteClient
class="co.edu.javeriana.lityerses.generator.persistence.LityPersistenceGenerator">
</generatorSuiteClient>
</extension>
</plugin>
|
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { BasicAuthComponent } from './basic-auth.component';
describe('BasicAuthComponent', () => {
let component: BasicAuthComponent;
let fixture: ComponentFixture<BasicAuthComponent>;
beforeEach(async(() => {
TestBed.configureTesti... |
<?php
/**
* ClientIndex
*
* PHP version 5
*
* @category Class
* @package Swagger\Client
* @author Swagger Codegen team
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
* MINDBODY Public API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-... |
import requests
url = "https://maps.googleapis.com/maps/api/place/autocomplete/json?input=Vict&types=(cities)&language=pt_BR&key=YOUR_API_KEY"
payload={}
headers = {}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
# [END maps_http_places_autocomplete_pt_br] |
/**
* @description
* <%= controllerName %>.controller
* <%= whatIsThis %>
**/
angular.module('<%= controllerName %>.controller', [
'humpback.controllers'
])
.controller( '<%= ControllerName %>', function <%= ControllerNameLong %> ( $scope ) {
}); |
package com.androsz.electricsleepbeta.app;
import com.actionbarsherlock.app.SherlockFragmentActivity;
import com.androsz.electricsleepbeta.util.GoogleAnalyticsSessionHelper;
import com.androsz.electricsleepbeta.util.GoogleAnalyticsTrackerHelper;
public abstract class AnalyticActivity extends SherlockFragmentAct... |
describe("About Functions", function() {
it("should declare functions", function() {
function add(a, b) {
return a + b;
}
expect(add(1, 2)).toBe(3);
});
it("should know internal variables override outer variables", function () {
var message = "Outer";
function getMessage... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="themed_card_background_color" format="reference" />
<attr name="themedCardHighlightColor" format="reference" />
<attr name="themedDrawerBackgroundColor" format="reference" />
<attr name="themedPanelBackgroundColor" format="reference" />
... |
"use strict";
const { SwitchArgumentParser, Serializers: { Member } } = require("sosamba");
const Command = require("../lib/commandTypes/ModCommand");
class BanCommand extends Command {
constructor(sosamba, ...args) {
super(sosamba, ...args, {
name: "ban",
argParser: new SwitchArg... |
<?php
namespace hiqdev\higrid\representations;
use Yii;
use yii\base\InvalidConfigException;
/**
* Class RepresentationCollection represents a collection of [[Representation]] objects
* and provides API to access them.
*
* @author Dmytro Naumenko <d.naumenko.a@gmail.com>
*/
class RepresentationCollection imple... |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
tools:context="com.sampa.tasksreminder.NewTask$PlaceholderFragment" >
<RelativeLayout
android:layout_w... |
'use strict'
module.exports = text
var u = require('unist-builder')
var trimLines = require('trim-lines')
function text(h, node) {
return h.augment(node, u('text', trimLines(node.value)))
}
|
var NeDBStore;
NeDBStore = (function() {
function NeDBStore(db) {
this.db = db;
if (typeof this.db !== 'Object') {
throw new Error('Must be provided an NeDB datastore');
}
}
NeDBStore.prototype.add = function(type, data, cb) {
data.type = type;
return this.db.insert(data, cb);
};
... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.05.03 at 03:15... |
package org.librucha.lamer;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.*;
public class OfflineActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.F... |
namespace GraphQLCore.Validation
{
using Language;
using Language.AST;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Type;
using Type.Complex;
using Type.Introspection;
using Type.Translation;
public class Validation... |
module CapybaraExt
def page!
save_and_open_page
end
def click_icon(type)
find(".icon-#{type}").click
end
def eventually_fill_in(field, options={})
expect(page).to have_css('#' + field)
fill_in field, options
end
def within_row(num, &block)
if RSpec.current_example.metadata[:js]
... |
<?xml version="1.0" encoding="utf-8"?>
<!-- set equivalent to AnimatorSet !-->
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:ordering="together">
<objectAnimator
android:propertyName="scaleX"
android:valueFrom="0"
android:valueTo="1"
android:duration="1... |
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
<property name="activate_action" type="string" value="switch"/>
<property name="box_move" type="empty"/>
<property name="box_resize" type="empty"/>
<property name="button_layout" type="e... |
<?php
class XeroOrganisation extends XeroAppModel {
var $endpoint = 'Organisation';
var $localModel = 'Company';
public function update($organisation, $conditions = array()) {
if (empty($organisation)) {
return false;
}
if (!is_array($organisation) || !isset($organisation['Organisation'])
|| !is_arra... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
#pragma once
#include <aws/ec2/EC2_EXPORTS.h>
#include <aws/ec2/model/IamInstanceProfileAssociation.h>
#include <aws/ec2/model/ResponseMetadata.h>
#include <utility>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Xml
{
class XmlDocument;
} // namespace Xm... |
using System;
using System.ComponentModel;
namespace Azure.ResourceManager.Automation.Models
{
/// <summary> Gets or sets the status of the job. </summary>
public readonly partial struct AutomationJobStatus : IEquatable<AutomationJobStatus>
{
private readonly string _value;
/// <summary> I... |
<?php
require_once "../../../config/settings.inc.php";
require_once "../../../include/myview.php";
require_once "../../../include/database.inc.php";
require_once "../../../include/imagemaps.php";
require_once "../../../include/forms.php";
$t = new MyView();
$t->title = "Download Surface Station data";
$y1select = ... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
<Button
android:layout_width="30dp"
android:layout_height="30dp"
android:id="@+id/nav_but... |
declare function waitsForPromise<T>(callback: () => Promise<T>);
declare function waitsForPromise<T>(callback: () => Q.Promise<T>);
declare function waitsForPromise<T>(callback: () => Rx.IPromise<T>);
declare module jasmine {
function attachToDOM(element:any);
interface Matchers {
toExist();
}
}
|
using HASystem.Shared.ValueSystem;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HASystem.Server.Logic.Components
{
public abstract class BooleanLogicGate : LogicComponent
{
public bool Input1
{
get
... |
<?xml version="1.0"?>
<!--
-->
<config>
<instances>
<blocks>
<header>
<name_in_layout>header</name_in_layout>
<class>persistent/observer</class>
<method>emulateWelcomeBlock</method>
<block_type>Mage_Page_Block_Html_Header</block_ty... |
package com.cmmi.biz.service.logic.exception;
import java.io.PrintWriter;
import java.io.StringWriter;
/**
* Reason:为Biz 提供关于异常的工具类.
*
* @author chenlg
* @version $Id: ServiceExceptions.java, v 0.1 2014年2月21日 上午10:37:55 chenlg Exp $
* @since JDK 1.7
*/
public class ServiceExceptions {
/**
* 将Chec... |
package core.classes.hr;
// default package
// Generated Aug 25, 2014 2:45:14 PM by Hibernate Tools 4.0.0
import java.util.HashSet;
import java.util.Set;
/**
* HrDepartment generated by hbm2java
*/
public class HrDepartment implements java.io.Serializable {
private Integer deptId;
private HrEmployee hrEmployee;... |
package com.badlogic.gdx.controllers.mappings;
import java.lang.reflect.Field;
import com.badlogic.gdx.controllers.Controller;
/**
* Button and axis indices for the OUYA {@link Controller}.
* @author mzechner
*
*/
public class Ouya {
public static final String ID = "OUYA Game Controller";
public s... |
/**
* Module dependencies.
*/
var utils = require('./utils')
, Stream = require('stream');
/**
* Expose `Response`.
*/
module.exports = Response;
/**
* Initialize a new `Response` with the given `xhr`.
*
* - set flags (.ok, .error, etc)
* - parse header
*
* @param {ClientRequest} req
* @param {Incom... |
<div layout="column" layout-padding ng-cloak>
<div layout="row" layout-align="center center">
<h1>Tell us about your self</h1>
</div>
<br/>
<md-content class="md-no-momentum">
<md-input-container class="md-icon-float md-block">
<label>First Name</label>
<md-icon md-svg-src="/content/images/i... |
/*jslint sub: true */
/**
* @description The WebSQL adapter for storage service implementation
* @constructor
*/
var WebSQLStorageAdapter = function WebSQLStorageAdapter(config) {
this.size = 0;
this.createSchemaInProgress = false;
this.createSchemaSuccessCallbacks = [];
this.createSchemaErrorCallb... |
<?xml version="1.0" encoding="UTF-8"?>
<CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<help><!-- The description of the Test. --></help>
<label><!-- Description --></label>
<name>Description__c</name>
</CustomFieldTranslation>
|
describe Date, "#as_avro" do
it "returns Date object describing the time" do
date = Date.today
expect(date.as_avro).to eq(date)
end
end
|
Gogo::Gogo(Backend* backend, Linemap* linemap, int int_type_size,
int pointer_size)
: backend_(backend),
linemap_(linemap),
package_(NULL),
functions_(),
globals_(new Bindings(NULL)),
imports_(),
imported_unsafe_(false),
packages_(),
init_functions_(),
var_deps_(),
n... |
namespace BaristaLabs.BaristaCore
{
using System;
/// <summary>
/// Instructs the BaristaTypeConversionStrategy not to project the public field, property or method.
/// </summary>
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.M... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<meta name="description" content="FlashCast.">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ SITENAME }} | Error</title>
<link href="/static/custom-... |
<CtCheapTimeSolution id="1">
<id>0</id>
<timeResolutionInMinutes>5</timeResolutionInMinutes>
<globalPeriodRangeFrom>0</globalPeriodRangeFrom>
<globalPeriodRangeTo>288</globalPeriodRangeTo>
<resourceList id="2">
<CtResource id="3">
<id>0</id>
<index>0</index>
</CtResource>
</resourceList>... |
@interface EmotionalBubbleView ()
{
NSAttributedString * txt1;
NSAttributedString * txt2;
NSAttributedString * txt3;
}
@property (strong, nonatomic) NSMutableArray *arrayCells;
@property (weak, nonatomic) IBOutlet UIImageView *bgImageView;
@property (weak, nonatomic) IBOutlet UILabel *pm25Lbl;
@property (... |
<?php
namespace Thinkscape\ActiveRecord\Persistence;
use Thinkscape\ActiveRecord\Core;
use Thinkscape\ActiveRecord\Exception;
/**
* Simple, volatile memory storage, useful for testing.
*/
trait Memory
{
protected static $_persistenceMemoryStorage = [];
public function save()
{
// Get trait leve... |
.bgimg-battlecup {
background: url(../img/matches/Battle-Cup.png);
min-height: 50%;
background-attachment: scroll;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.match-info-hero-img {
height: 40px;
}
.table > tbody > tr > td {... |
import Route from '@ember/routing/route';
export default Route.extend({
titleToken() {
return this.l10n.t('System');
},
actions: {
willTransition() {
this.get('controller.model').rollbackAttributes();
}
}
});
|
<table id="main-table" class="table table-bordered table-striped keyword_to_link-table tablesorter">
<thead>
<tr>
<th><input type="checkbox" name="keyword_to_link-bulk-mark"/></th>
<th>Name</th>
<th>Title</th>
<th>Link</th>
<th>Displayed</th>
<th>Clicks Generated</th>
<th></th>
</tr>
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
de.l3s.boilerpipe.estimators (1.1 API)
</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=utf-8"
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../style... |
var batchcompute = require('./batchcompute');
/**
*
*/
batchcompute.listJobs(function(err, data) {
if(err) {
console.log(err);
return;
}
console.log(data);
});
|
package com.fu.group10.apps.teacher.activity;
import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.widget.Toast;
import com.fu.group10.apps.teacher.R;
import com.fu.group10.apps.teacher.service.ShareExternal... |
<?php
namespace PhpGitHooks\Module\PhpUnit\Contract\CommandHandler;
use PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandHandlerInterface;
use PhpGitHooks\Infrastructure\CommandBus\CommandBus\CommandInterface;
use PhpGitHooks\Module\Configuration\Domain\MinimumStrictCoverage;
use PhpGitHooks\Module\PhpUnit\Con... |
<?php
namespace Xi\Doctrine;
/**
* Marker interface for Xi\Doctrine exceptions.
*/
interface Exception
{} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/apidoc.iml" filepath="$PROJECT_DIR$/apidoc.iml" />
</modules>
</component>
</project>
|
=begin
#The Plaid API
#The Plaid REST API. Please see https://plaid.com/docs/api for more details.
The version of the OpenAPI document: 2020-09-14_1.205.3
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 5.1.1
=end
require 'date'
require 'time'
module Plaid
# WalletListResponse defines th... |
import { Mongo } from 'meteor/mongo';
import { SimpleSchema } from 'meteor/aldeed:simple-schema';
/* eslint-disable object-shorthand */
export const Profile = new Mongo.Collection('Profile');
/**
* Create the schema for Stuff
*/
export const ProfileSchema = new SimpleSchema({
first: {
label: 'first',
typ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http... |
def connect_attr(attr_source, attr_destination):
return True |
'''
collection of commonly used Ops and layers
'''
from math import factorial
from functools import reduce
import itertools
import numpy as np
import tensorflow as tf
from app.hparams import hparams
def dimshuffle(s_x, *axes, name='dimshuffle'):
'''
Emulates theano.dimshuffle
Args:
s_x: tensor
... |
var vows = require('vows');
var assert = require('assert');
var util = require('util');
var clientPassword = require('../lib');
vows.describe('passport-oauth2-client-password-uri').addBatch({
'module': {
'should export Strategy': function (x) {
assert.isFunction(clientPassword.Strategy);
},
},
}).... |
Demonstrates using a 1N4733 Zener diode as a 5V regulator, using an Arduino to measure the voltage supply and plot the results with [Processing](https://www.processing.org).

## Notes
The 1N4733 zener diode is rated at 5.1V reverse-bias beakdown voltage.
In reverse bias... |
#pragma once
#include <aws/kendra/Kendra_EXPORTS.h>
#include <aws/kendra/model/SalesforceStandardObjectName.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/kendra/model/DataSourceToIndexFieldMapping.h>
#include <utility>
namespace Aws
{
namespace Ut... |
package org.kuali.rice.krad.uif.lifecycle;
import static org.kuali.rice.krad.uif.UifConstants.ViewPhases.APPLY_MODEL;
import static org.kuali.rice.krad.uif.UifConstants.ViewPhases.FINALIZE;
import static org.kuali.rice.krad.uif.UifConstants.ViewPhases.INITIALIZE;
import org.kuali.rice.krad.uif.component.Compo... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
namespace blink {
gin::WrapperInfo RemoteObject::kWrapperInfo = {gin::kEmbedderNativeGin};
namespace {
const char kMethodInvocationAsConstructorDisallowed[] =
"Java bridge method can't be invoked as a constructor";
const char kMethodInvocationNonexistentMethod[] =
"Java bridge method does not exist for this o... |
using namespace std;
using namespace ESTLUtils;
int data[] = { -30, 102, 55, -19, 0, 222, -3000, 4000, 8, -2 };
const int numValues = sizeof data / sizeof(int);
const int SOME_MAGIC_NUMBER = 10;
void doSomething()
{
vector<Widget*> vwp;
for (int j = 0; j < SOME_MAGIC_NUMBER; ++j)
vwp.push_back(new Widget);
/... |
flex package
============
Subpackages
-----------
.. toctree::
flex.compat
flex.loading
flex.validation
Submodules
----------
flex.cli module
---------------
.. automodule:: flex.cli
:members:
:undoc-members:
:show-inheritance:
flex.constants module
---------------------
.. automodule:: ... |
require "spec_helper"
describe OpenXml::DrawingML::Properties::ColorSchemeAccentTwo do
include ValuePropertyTestMacros
it_should_use tag: :accent2, name: "color_scheme_accent_two"
it_should_have_properties :component_rgb, :hsl
it_should_have_value_properties :rgb, :system_color, :scheme_color, :preset_color
... |
package com.hazelcast.cache.impl;
import com.hazelcast.nio.serialization.Data;
import com.hazelcast.nio.serialization.IdentifiedDataSerializable;
/**
* Internal event data wrapper used during publishing and dispatching events.
*
* An event data is represented by
* <ul>
* <li>name</li>
* <li>event type</li>
*... |
<?php
namespace Chamilo\Core\User\Integration\Chamilo\Core\Reporting\Block;
use Chamilo\Core\Reporting\ReportingData;
use Chamilo\Core\Reporting\Viewer\Rendition\Block\Type\Html;
use Chamilo\Libraries\Platform\Translation;
class NoOfUsersBlock extends Block
{
public function count_data()
{
$reporting... |
using System;
using System.Threading;
using System.Threading.Tasks;
using Azure;
using Azure.Core;
using Azure.Core.Pipeline;
namespace Azure.ResourceManager.Network
{
/// <summary> Starts the specified application gateway. </summary>
public partial class ApplicationGatewaysStartOperation : Operation<Response>... |
#ifndef ASSIMP_FILELOGSTREAM_H_INC
#define ASSIMP_FILELOGSTREAM_H_INC
#include "../include/assimp/LogStream.hpp"
#include "../include/assimp/IOStream.hpp"
#include "DefaultIOSystem.h"
namespace Assimp {
// ----------------------------------------------------------------------------------
/** @class FileLog... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Text;
using System.Security.Cryptography;
using System.Globalization;
namespace Lib.Web.Mvc
{
/// <summary>
/// Represents a base class that is used to send binary file content to the range ... |
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Gabriel Araujo</title>
<link>http://gbiel.com/post/</link>
<description>Recent content in Posts on Gabriel Araujo</description>
<generator>Hugo -- gohugo.io</... |
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="QcDataQueryMapperSet">
<resultMap type="com.netsteadfast.greenstep.po.hbm.QcDataQueryMapperSet" id="baseResultMap">
<id column="OID" property="oid"/>
<result column="MAPPER_OID" pr... |
<?xml version="1.0" encoding="utf-8"?>
<CoverageParams>
<TargetExecutable>C:/Program Files/dotnet/dotnet.exe</TargetExecutable>
<TargetArguments>test --no-build -c Release</TargetArguments>
<Filters>
<IncludeFilters>
<FilterEntry>
<ModuleMask>Google.Cloud.DataCatalog.V1</ModuleMask>
</Fil... |
package wisekb.flume.sink.jdbc;
public abstract class HeaderParameter extends Parameter {
protected String header;
public HeaderParameter(final int id, final String header) {
super(id);
this.header = header;
}
}
|
<?php
namespace modules\directory\models;
use Yii;
/**
* This is the model class for table "cafe_lang".
*
* @property integer $id
* @property integer $cafe_id
* @property integer $lang_id
* @property string $name
* @property string $spellings
* @property string $worktime
*
* @property Lang $lang
* @proper... |
void lsync_install(lua_State* L);
#endif
|
using System;
using System.Collections.Generic;
namespace Scheduler.WebAPI.Models
{
// Models returned by AccountController actions.
public class ExternalLoginViewModel
{
public string Name { get; set; }
public string Url { get; set; }
public string State { get; set; }
}
... |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
/**
* Global constant CCW defines counter clockwise direction of arc
* @type {boolean}
*/
const CCW = true;
/**
* Global constant CW defines clockwise direction of arc
* @type {boolean}
*/
const CW = false;
/**
* Defines orientation... |
import itertools
import warnings
import numpy
import pytest
import cupy
from cupy import testing
float_types = [numpy.float16, numpy.float32, numpy.float64]
complex_types = [numpy.complex64, numpy.complex128]
signed_int_types = [numpy.int8, numpy.int16, numpy.int32, numpy.int64]
unsigned_int_types = [numpy.uint8, n... |
.. _build/messages/342:
========================================================================================
342 - inputHTMLDirNoFiles
========================================================================================
:Message Number: 342
:Message: inputHTMLDirNoFiles
:Text: HTML directory given for "htmlDi... |
package cn.xishan.oftenporter.demo.core.test3;
import cn.xishan.oftenporter.porter.core.ParamSourceHandleManager;
import cn.xishan.oftenporter.porter.core.base.StateListener;
import cn.xishan.oftenporter.porter.core.init.InitParamSource;
import cn.xishan.oftenporter.porter.core.init.PorterConf;
import cn.xishan.oftenp... |
package jline;
import java.io.*;
import jline.UnixTerminal.ReplayPrefixOneCharInputStream;
/**
* <p>
* Terminal implementation for Microsoft Windows. Terminal initialization in
* {@link #initializeTerminal} is accomplished by extracting the
* <em>jline_<i>version</i>.dll</em>, saving it to the system temporary
... |
using UnityEngine;
using System;
using LuaInterface;
using SLua;
using System.Collections.Generic;
public class Lua_UnityEngine_Joint2D : LuaObject {
[MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))]
static public int constructor(IntPtr l) {
try {
UnityEngine.Joint2D o;
o=new UnityEngine.Joint2D();
pu... |
!
MODULE MAP
USE MAP_Types
USE NWTC_Library
IMPLICIT NONE
PRIVATE
PUBLIC :: MAP_Init
PUBLIC :: MAP_UpdateStates
PUBLIC :: MAP_CalcOutput
PUBLIC :: MAP_JacobianPInput
PUBLIC :: MAP_GetOP
PUBLIC :: MAP_End
PUBLIC :: MAP_Restart
INTERFACE ! BEGIN: Interface to external C fu... |
/**
* The Pointer Drag Leave Input Event.
*
* This event is dispatched by the Input Plugin belonging to a Scene if a pointer drags a Game Object out of a Drag Target.
*
* Listen to this event from within a Scene using: `this.input.on('dragleave', listener)`.
*
* A Pointer can only drag a single Game Object at ... |
import { ScrollingModule } from '@angular/cdk/scrolling';
import { ComponentFixture, ComponentFixtureAutoDetect, fakeAsync, flush, TestBed, tick, waitForAsync } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { HexEditorComponent, HexEditorCharacterDirective, HexEditorCharacterShado... |
/* hub controller */
angular.module('pt.hub')
.controller('HubCtrl', [ '$scope', '$mdDialog', '$mdToast', 'HubService', function($scope, $mdDialog, $mdToast, HubService) {
$scope.model = {};
$scope.model.myPlansSumm = [];
$scope.model.availablePlans = [];
$scope.model.planStartDate = '';
$scope.model.startAP = nul... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lazy-pcf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... |
.. _v2.0.0:
2.0.0
=====
Enhancements
............
* Added configuration option :attr:`~pynetdicom._config.ALLOW_LONG_DIMSE_AET`
to allow bypassing the length check for elements with a VR of **AE**
(:issue:`515`)
* Added the ability to pass a file path to a dataset to
:meth:`~pynetdicom.association.Association... |
<?xml version="1.0" ?>
<LEOSimulation version="2.5.0">
<STELAVersion>2.5.1</STELAVersion>
<SpaceObject>
<mass unit="kg">3.0</mass>
<dragArea>0.025</dragArea>
<reflectingArea>0.1</reflectingArea>
<reflectivityCoefficient>1.5</reflectivityCoefficient>
<orbitType>LEO</orbitType>
<ConstantDragCo... |
//
// NSDictionary+HLSExtensions.h
// CoconutKit
//
// Created by Samuel Défago on 04.07.11.
// Copyright 2011 Hortis. All rights reserved.
//
@interface NSDictionary (HLSExtensions)
/**
* Return the receiver, to which object has been set for key
*/
- (id)dictionaryBySettingObject:(id)object forKey:(id)key;
/*... |
package main
import (
"errors"
"fmt"
"io"
"net"
"os"
"os/exec"
"sync"
"syscall"
"time"
"github.com/creack/pty"
"v.io/v23/context"
"v.io/v23/rpc"
"v.io/v23/security"
"v.io/x/ref/examples/tunnel"
"v.io/x/ref/examples/tunnel/internal"
)
// T implements tunnel.TunnelServerMethods
type T struct {
}
// Use... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |