text stringlengths 3 1.05M |
|---|
<html>
<head>
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest()
{
var target = document.getElementById('target');
target.style.height = '100px';
}
</script>
</head>
<body onload="ru... |
FormiX
======
## Infos
### Setup
Standart XAMPP-Konfiguration mit Default MySQL-Benutzer (root). Falls ein anderer Benutzer verwendet wird, muss
dieser in der Datei <code>inc/db.config.php</code> geändert werden.
### Struktur

Der eigentliche Formulargenerator befindet sich unter <c... |
<!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 (9.0.1) on Tue Dec 05 09:07:30 EST 2017 -->
<title>All Classes (trellis-rosid-file 0.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/ht... |
// Simulates Capsules using CObjects
// For supporting Python 2.7
//
// See https://docs.python.org/3/howto/cporting.html
//
// Code from https://hg.python.org/cpython/file/3.4/Doc/includes/capsulethunk.h
#ifndef __CAPSULETHUNK_H
#define __CAPSULETHUNK_H
#if ( (PY_VERSION_HEX < 0x02070000) \
|| ((PY_VERSION_H... |
<!DOCTYPE html>
<?
include $_SERVER['DOCUMENT_ROOT'] . "/inc/Controllers/ProductsController.php";
if (!isset($_SESSION['User'])) {
header("Location: /");
die();
}
$Interface = [];
$Interface["InterfaceDisplay"] = "Vender";
$Interface["InterfaceDesc"] = "Registrar Ventas";
?>
<link rel="stylesheet" href="../..... |
package com.amazonaws.services.lambda.model;
import java.io.Serializable;
/**
* <p>
* A complex type that describes function metadata.
* </p>
*/
public class FunctionConfiguration implements Serializable, Cloneable {
/**
* <p>
* The name of the function.
* </p>
*/
private String fun... |
echo '<!DOCTYPE html><html>' > test.html
echo "<head><meta charset='utf-8'></head>" >> test.html
echo "<script type=\"text/javascript\">" >> test.html
browserify $1 >> test.html
echo "</script></html>" >> test.html |
package org.apache.ojb.otm.copy;
import org.apache.ojb.broker.PersistenceBroker;
import org.apache.ojb.broker.metadata.*;
import org.apache.ojb.broker.metadata.fieldaccess.PersistentField;
import org.apache.ojb.broker.core.proxy.CollectionProxyDefaultImpl;
import org.apache.ojb.broker.core.proxy.ProxyHelper;... |
(function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:{"\u03F6":c.REL}}});MathJax.Ajax.loadComplete(a.optableDir+"/GreekAndCoptic.js")})(MathJax.ElementJax.mml);
|
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript">
function test_initialize(t) {
t.plan(1);
var ratio = 4;
var s = new OpenLayers.Strategy.BBOX({ratio: ratio});
t.eq(s.ratio, ratio, "ctor sets ratio");
}
function test_activat... |
package org.openecard.ws.marshal;
/**
*
* @author Tobias Wich
*/
public class MarshallingTypeException extends WSMarshallerException {
private static final long serialVersionUID = 1L;
public MarshallingTypeException(String message) {
super(message);
}
public MarshallingTypeException(Throwable... |
import {Injectable} from '@angular/core';
import {Subscription} from 'rxjs/Subscription';
import {Observable, Subscribable} from "rxjs/Observable";
import 'rxjs/add/operator/map';
import 'rxjs/add/operator/filter';
import {BreakPointRegistry} from './breakpoints/break-point-registry';
import {MediaChange} from './m... |
@section( 'head_wrapper' )
<html lang="en">
@stop
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact Page</h1>
</div>
</div>
</div>
@section( 'footer' )
<div class="container">
<span class="pull-left">BJS Motoshop | copyright 2014</... |
from .base import load_movielens_r100k
from .base import load_sample_songs
from .base import load_sample_movies
from .book_crossing import load_bookcrossings |
package com.example.webjson.data;
public class ResultData {
private String[] tags;
private OwnerData owner;
private boolean is_answered;
private int view_count;
private int accepted_answer_id;
private int answer_count;
private int score;
private long last_activity_date;
private long creation_date;
privat... |
package azuremysql
import (
"context"
"fmt"
"testing"
"gocloud.dev/internal/testing/terraform"
"gocloud.dev/mysql"
)
func TestURLOpener(t *testing.T) {
// This test will be skipped unless the project is set up with Terraform.
// Before running go test:
//
// 1. Install Azure CLI (az) (https://docs.microsoft... |
require('../../modules/es6.math.cbrt');
module.exports = require('../../modules/_core').Math.cbrt; |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
//
//
// ===========================================================================
// File: bstr.cpp
//
// ====================================================... |
package mini
import (
"github.com/stretchr/testify/assert"
"os"
"path"
"strings"
"testing"
)
func TestSimpleIniFile(t *testing.T) {
simpleIni := `first=alpha
second=beta
third="gamma bamma"
fourth = 'delta'
int=32
float=3.14
true=true
false=false
#comment
; comment`
filepath := path.Join(os.TempDir(), "simpl... |
package org.elasticsearch.common.lucene.search;
import org.apache.lucene.search.Scorer;
import org.apache.lucene.search.Weight;
import org.apache.lucene.util.BytesRef;
import java.io.IOException;
/**
*
*/
public class EmptyScorer extends Scorer {
private int docId = -1;
public EmptyScorer(Weight weight)... |
<?php
namespace App\Core\Model\Validator;
use App\Core\Model\Validator;
class Integer implements Validator
{
/**
* Error message
*
* @access protected
* @var string
*/
protected $message = 'This value must be an integer.';
/**
* validate method
*
* {@inheritDoc}
... |
"""
ncutil.py contains all the needed utility functions that only depend on
SymPy and that are required for the expansion and manipulation of linear
combinations of noncommutative SymPy symbols.
also contains "half_angle_reduce" which is probably not needed any more
due to the improvements in trigsimp.
"""
from sympy... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
"""Tests for the duckdns component."""
|
<?php
class m130302_000120_view_biotracking extends CDbMigration
{
public function up()
{
$this->createTable("V_MATERIAL_TYPE_PROPERTIES", array(
"MATERIAL_TYPE_ID"=>"integer",
"MATERIAL_TYPE"=>"string",
"CODE"=>"string",
"PROPERTY_ID"=>"integer",
"PROPERTY"=>"string",
"GENERIC_VALUE_... |
layout: archive
title: August | 2011
permalink: /2011/08/
archive-name: August 2011
archive-type: Monthly
---
|
var data = require("../data.json");
var user_data = require("../version2_json/user_data.json");
exports.main = function(req, res){
res.render('pro_land')
}
exports.checkLogin = function(req, res){
//console.log(req);
if(req != null){
var email = req.body.email;
var pass = req.body.password;
var errormsg = da... |
<!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... |
var svgPanZoomOptions : SvgPanZoom.OptionConfig = {
panEnabled: true // enable or disable panning (default enabled)
, controlIconsEnabled: false // insert icons to give user an option in addition to mouse events to control pan/zoom (default disabled)
, zoomEnabled: true // enable or disable zooming (default... |
#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_RECEIVER_AUDIO_H_
#define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_RECEIVER_AUDIO_H_
#include <set>
#include "webrtc/modules/rtp_rtcp/interface/rtp_receiver.h"
#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
#include "webrtc/modules/rtp_rtcp/source/rtp_receiver_s... |
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.IO</name>
</assembly>
<members>
<member name="T:System.IO.BinaryReader">
<summary>Lee tipos de datos primitivos como valores binarios en una codificación específica.</summary>
<filterpriority>2</filterpriority>
</member>... |
<?php
namespace Gajdaw\AngazeBundle\DataFixtures\ORM;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Doctrine\Common\Persistence\ObjectManager;
use Gajdaw\AngazeBundle\Entity\Faculty;
use Symfony\Component\Yaml\Yaml;
class LoadFaculty implements FixtureInterface
{
function load(ObjectManager $manager)
... |
package auth
type Logger interface {
// Debugf formats its arguments according to the format, analogous to fmt.Printf,
// and records the text as a log message at Debug level.
Debugf(format string, args ...interface{})
// Infof is like Debugf, but at Info level.
Infof(format string, args ...interface{})
// Warni... |
<?php
namespace Symfony\Component\Validator\Constraints;
use Symfony\Component\Validator\Constraint;
/**
* @Annotation
*
* @api
*/
class Regex extends Constraint
{
public $message = 'This value is not valid.';
public $pattern;
public $htmlPattern = null;
public $match = true;
/**
* {@... |
import mxnet as mx
import random
from mxnet.io import DataBatch, DataIter
import numpy as np
def add_data_args(parser):
data = parser.add_argument_group('Data', 'the input images')
data.add_argument('--data-train', type=str, help='the training data')
data.add_argument('--data-train-idx', type=str, default=... |
<?php
namespace Slim;
/**
* Middleware
*
* @package Slim
* @author Josh Lockhart
* @since 1.6.0
*/
abstract class Middleware
{
/**
* @var \Slim\Slim Reference to the primary application instance
*/
protected $app;
/**
* @var mixed Reference to the next downstream middleware
*... |
/*jshint node: true*/
var Q = require('q'),
path = require('path'),
shell = require('shelljs'),
spawn = require('./spawn');
var projectPath = path.join(__dirname, '..', '..');
module.exports.run = function() {
var projectName = shell.ls(projectPath).filter(function (name) {
return path... |
package com.siyeh.ig.fixes;
import com.intellij.codeInspection.ProblemDescriptor;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiElement;
import com.intellij.refactoring.RefactoringActionHandler;
import com.intellij.refactoring.Refactoring... |
package integration_test
import (
"os"
"os/exec"
"path/filepath"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/gomega/gbytes"
"github.com/onsi/gomega/gexec"
)
var _ = Describe("ginkgo build", func() {
var pathToTest string
BeforeEach(func() {
pathToTest = tmpPath("passing_ginkgo_... |
<?php
namespace Symfony\Component\Config\Definition\Builder;
/**
* This class provides a fluent interface for building a node.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
class NodeBuilder implements NodeParentInterface
{
protected $parent;
protected $nodeMapping;
/**
* Construct... |
(function (factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['angular', 'chart.js'], factory);
} else if (typeof exports === 'object') {
// Node/CommonJS
module.exports = factory(require('angular'), require('chart.js'));
}... |
package client
import (
"encoding/json"
"fmt"
"io"
"sort"
"strings"
"sync"
"time"
"golang.org/x/net/context"
"github.com/Sirupsen/logrus"
Cli "github.com/docker/docker/cli"
"github.com/docker/docker/opts"
"github.com/docker/docker/pkg/jsonlog"
flag "github.com/docker/docker/pkg/mflag"
"github.com/docke... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Erythrodes venezuelana Garay & Dunst.
### Remarks
null |
package com.r0adkll.slidr.widget;
import android.content.Context;
import android.graphics.Color;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.ViewGroupCompat;
import android.support.v4.widget.ViewDragHelper;
import android.util.Log;
import android.view.MotionEvent;
import android.view.Vi... |
require 'pry-toys/toy'
require 'pry-toys/array'
require 'pry-toys/hash'
require 'pry-toys/string' |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="hr" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Bones</source>
<translation>O Bones-u</translation>
</message>
... |
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Nič izbranega',
noneResultsText: 'Ni zadetkov za {0}',
countSelectedText: function (numSelected, numTotal) {
"Število izbranih: {0}";
},
maxOptionsText: function (numAll, numGroup) {
return [
'Omejitev dosežena ... |
all: clean-pyc test
get-docs: make-docs pack-docs
test:
python test_plan.py
tox-test:
tox
clean-pyc:
find . -name '*.pyc' -exec rm -f {} +
find . -name '*.pyo' -exec rm -f {} +
find . -name '*~' -exec rm -f {} +
lines:
find . -name "*.py"|xargs cat|wc -l
make-docs:
cd docs && make html
pack-docs:
cd docs/... |
package org.wso2.carbon.apimgt.rest.api.admin.v1.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.List;
import org.wso2.car... |
/*
* Angular Imports
*/
import { Component } from '@angular/core';
export interface NavItem {
// Navigation link
href: string;
// Navigation Label
label: string;
// Status of Navigation Item
active: boolean;
}
@Component({
moduleId: module.id,
selector: 'db-navbar',
templateUrl: './navbar.componen... |
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1995-2009
*
* The RTS stores some "global" values on behalf of libraries, so that
* some libraries can ensure that certain top-level things are shared
* even when multiple versions of the library are loaded. e.... |
<?php
namespace Symfony\Component\Config\Exception;
/**
* Exception class for when a resource cannot be loaded or imported.
*
* @author Ryan Weaver <ryan@thatsquality.com>
*/
class FileLoaderLoadException extends \Exception
{
/**
* @param string $resource The resource that could not be import... |
@interface BEViewController : UIViewController
@end
|
This folder contains static resources (typically an `"images"` folder as well).
|
/*
* Do not modify this file. This file is generated from the autoscaling-2011-01-01.normal.json service model.
*/
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Text;
using System.Xml.Serialization;
using Amazon.AutoScaling.Model;
using Amazon.Runtime;
us... |
struct __attribute__((swift_name("Struct1"))) IAMStruct1 {
double x, y, z;
};
extern double IAMStruct1GlobalVar
__attribute__((swift_name("Struct1.globalVar")));
extern struct IAMStruct1 IAMStruct1CreateSimple(double value)
__attribute__((swift_name("Struct1.init(value:)")));
extern struct IAMStruct1 IAMSt... |
package com.intellij.testFramework;
import com.intellij.ide.DataManager;
import com.intellij.openapi.actionSystem.*;
import org.jetbrains.annotations.NotNull;
/**
* @author Dmitry Avdeev
*/
public class TestActionEvent extends AnActionEvent {
public TestActionEvent(@NotNull DataContext dataContext,
... |
MDV extends the capabilities of the [HTML Template Element](http://www.w3.org/TR/html-templates/). It enables `<template>` to create, manage and remove instances of its content by being bound to JavaScript data.
### Basic usage
#### bind
```html
<template bind="{{ singleton }}">
Will create a single instance with ... |
(function (tree) {
tree.debugInfo = function(env, ctx) {
var result="";
if (env.dumpLineNumbers && !env.compress) {
switch(env.dumpLineNumbers) {
case 'comments':
result = tree.debugInfo.asComment(ctx);
break;
case 'mediaquery':
re... |
package teslamaxcompute
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software... |
require 'tc_helper.rb'
class TestAutoFilter < Test::Unit::TestCase
def setup
ws = Axlsx::Package.new.workbook.add_worksheet
3.times { |index| ws.add_row [1*index,2*index,3*index] }
@auto_filter = ws.auto_filter
@auto_filter.range = 'A1:C3'
@auto_filter.add_column 0, :filters, :filter_items => [1... |
namespace blink {
FetchClientSettingsObjectImpl::FetchClientSettingsObjectImpl(
ExecutionContext& execution_context)
: execution_context_(execution_context) {
DCHECK(execution_context_->IsContextThread());
}
const KURL& FetchClientSettingsObjectImpl::GlobalObjectUrl() const {
DCHECK(execution_context_->Is... |
package admission
import (
"errors"
"testing"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
)
// makes sure that we never get:
// Internal error occurred: [some error, object does not implement the Object interfaces]
func TestNewForbidden(t *testing.T) {
attributes := NewAttribute... |
package com.brainbeanapps.rosty.printseditordemo.factory;
import com.brainbeanapps.rosty.printseditordemo.enums.EditorBackground;
import com.brainbeanapps.rosty.printseditorlib.model.BackgroundDataSet;
import com.brainbeanapps.rosty.printseditorlib.widget.PrintBackgroundView;
/**
* Created by rosty on 7/17/2015.
*/... |
/**
*
* Process Editor - Domain Package
*
* (C) 2010 inubit AG
*
* http://frapu.net
*
*/
package net.frapu.code.visualization.domainModel;
import java.util.LinkedList;
import java.util.List;
import net.frapu.code.visualization.ProcessModel;
import net.frapu.code.visualization.ProcessNode;
import net.frapu.code... |
> a task for the [jsfmt](https://github.com/rdio/jsfmt) library
## Getting Started
This plugin requires Grunt.
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/s... |
package com.icytown.course.experimentone.handler;
import android.content.Context;
import android.view.View;
import com.icytown.course.experimentone.context.FoodListActivity;
import com.icytown.course.experimentone.context.MainActivity;
import com.icytown.course.experimentone.databinding.ActivityStartBinding;
public... |
"""WebRTC Demo
This module demonstrates the WebRTC API by implementing a simple video chat app.
"""
import cgi
import logging
import random
import re
import json
import jinja2
import webapp2
import threading
from google.appengine.api import channel
from google.appengine.ext import db
jinja_environment = jinja2.Envir... |
using namespace Sass;
Context ctx = Context(Context::Data());
Compound_Selector* selector(std::string src)
{ return Parser::from_c_str(src.c_str(), ctx, "", Position()).parse_compound_selector(); }
void unify(std::string lhs, std::string rhs)
{
Compound_Selector* unified = selector(lhs + ";")->unify_with(selector(... |
/**
* When DataTables removes columns from the display (`bVisible` or
* `fnSetColumnVis`) it removes these elements from the DOM, effecting the index
* value for the column positions. This function converts the data column index
* (i.e. all columns regardless of visibility) into a visible column index.
*
* DataTa... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/tinderbox/XR-Trunk/WINNT_5.2_Depend/mozilla/netwerk/base/public/nsIMultiPartChannel.idl
*/
#ifndef __gen_nsIMultiPartChannel_h__
#define __gen_nsIMultiPartChannel_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't ... |
using System;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim.Interop;
namespace Microsoft.VisualStudio.LanguageServices.CSharp.ProjectSystemShim
{
internal partial class CSharpProjectShim : ICSharpVenusProj... |
var Test = (function () {
function Test() {
babelHelpers.classCallCheck(this, Test);
}
return Test;
})();
|
package org.apache.hadoop.yarn.server.resourcemanager;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.curator.framework.AuthInfo;
import org.apache.curator.framework.CuratorFramework;
import org.apache.hadoop.classification.InterfaceAudience.Private;
import org... |
int foo(char *p, char *q) {
return p - q;
}
char global1[100] = {}, global2[100] = {};
int main() {
// Heap allocated memory.
char *heap1 = (char *)malloc(42);
char *heap2 = (char *)malloc(42);
// CHECK: ERROR: AddressSanitizer: invalid-pointer-pair
// CHECK: #{{[0-9]+ .*}} in main {{.*}}invalid-pointer-... |
package nfs
import (
"fmt"
"os"
"runtime"
"github.com/golang/glog"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/kubernetes/pkg/api/v1"
"k8s.io/kubernetes/pkg/util/exec"
"k8s.io/kubernetes/pkg/util/mount"
"k8s.io/kubernetes/pkg/util/strings"
"k8s.io/kubernetes/pkg/... |
$.widget.bridge('uibutton', $.ui.button);
$.widget.bridge('uitooltip', $.ui.tooltip); |
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Changing field 'GroupObjectPermission.object_pk'
db.alter_column('guardian_groupobjectpermission', 'object_pk', self.gf('d... |
using AppBrix.Data;
using AppBrix.Data.Services;
namespace AppBrix;
/// <summary>
/// Extension methods for the <see cref="DataModule"/>.
/// </summary>
public static class DataExtensions
{
/// <summary>
/// Gets the application's currently registered <see cref="IDbContextService"/>
/// </summary>
///... |
<!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_25) on Fri Jun 05 10:51:23 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.utils.CoalescingStrategies (apache-cassandra API)</title>
<me... |
'use strict';
import React from "react";
import PostBox from "./postBox";
import client from '../client';
class PostTable extends React.Component {
constructor(props) {
super(props);
this.state = {
posts: [],
showIgnored: props.showIgnored || false,
showPosted:... |
@interface SPUserManager (SPUserManagerDataSource)
@end
|
// 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;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Collections.ObjectModel... |
apache_module 'buffer'
|
namespace boost {
namespace asio {
namespace ssl {
/// Default service implementation for an SSL stream.
class stream_service
#if defined(GENERATING_DOCUMENTATION)
: public boost::asio::io_service::service
#else
: public boost::asio::detail::service_base<stream_service>
#endif
{
private:
// The type of the platf... |
void myworld2cam(cv::Vec2d &point2D, const Eigen::Vector3d &point3D, struct ocam_model *myocam_model);
#endif |
package org.apache.kafka.common.errors;
/**
* This exception indicates that the produce request sent to the partition leader
* contains a non-matching producer epoch. When encountering this exception, user should abort the ongoing transaction
* by calling KafkaProducer#abortTransaction which would try to send init... |
import fs = require('fs');
import assert = require('assert');
import path = require('path');
describe('AzureFunctionOnKubernetesV1 Suite', function () {
before(() => {
});
after(() => {
});
it('Does a basic hello world test', function(done: Mocha.Done) {
// TODO - add real tests
d... |
<?php
namespace Klein\Tests;
use InvalidArgumentException;
use Klein\Klein;
use Klein\Route;
/**
* RouteTest
*/
class RouteTest extends AbstractKleinTest
{
protected function getTestCallable()
{
return function () {
echo 'dog';
};
}
public function testCallbackGetSet(... |
package org.wso2.carbon.esb.mediator.test.xquery;
import org.apache.axiom.om.OMElement;
import org.apache.axis2.AxisFault;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import org.wso2.esb.integration.common.utils.ESBIntegrationTest;
import or... |
package procfs
import (
"fmt"
"os"
"strconv"
"strings"
)
// Namespace represents a single namespace of a process.
type Namespace struct {
Type string // Namespace type.
Inode uint32 // Inode number of the namespace. If two processes are in the same namespace their inodes will match.
}
// Namespaces contains a... |
<?php
namespace PhpAmqpLib\Connection;
use PhpAmqpLib\Wire\IO\StreamIO;
class AMQPStreamConnection extends AbstractConnection
{
protected $sock = null;
public function __construct($host, $port,
$user, $password,
$vhost="/",$insist=false,
... |
class C { private p: string };
var str: string;
var bool: boolean;
var num: number;
var strOrNum: string | number;
var strOrBool: string | boolean;
var numOrBool: number | boolean
var strOrNumOrBool: string | number | boolean;
var strOrC: string | C;
var numOrC: number | C;
var boolOrC: boolean | C;
var emptyObj: {};
... |
package com.hazelcast.monitor.impl;
import com.hazelcast.cluster.ClusterState;
import com.hazelcast.monitor.NodeState;
import com.hazelcast.test.HazelcastParallelClassRunner;
import com.hazelcast.test.annotation.ParallelTest;
import com.hazelcast.test.annotation.QuickTest;
import com.hazelcast.version.MemberVersion;... |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... |
package net.minidev.ovh.api.cdnanycast;
import java.util.Date;
/**
* CDN Ssl
*/
public class OvhSsl {
/**
* Provider of the certificate installed on CDN
*
* canBeNull && readOnly
*/
public String certificateProvider;
/**
* canBeNull && readOnly
*/
public Date certificateValidFrom;
/**
* canBeNu... |
/**
* Supported keybindings:
*
* Motion:
* h, j, k, l
* gj, gk
* e, E, w, W, b, B, ge, gE
* f<character>, F<character>, t<character>, T<character>
* $, ^, 0, -, +, _
* gg, G
* %
* '<character>, `<character>
*
* Operator:
* d, y, c
* dd, yy, cc
* g~, g~g~
* >, <, >>, <<
*
*... |
<?xml version="1.0" encoding="utf-8"?>
<metadata>
<view title="Login">
<message><![CDATA[TYPESEARCHDESC]]></message>
</view>
</metadata> |
require 'test_helper'
class WorldpayTest < Test::Unit::TestCase
include CommStub
def setup
@gateway = WorldpayGateway.new(
:login => 'testlogin',
:password => 'testpassword'
)
@amount = 100
@credit_card = credit_card('4242424242424242')
@options = {:order_id => 1}
end
def t... |
package com.webfirmframework.wffweb.css;
import java.io.Serial;
import com.webfirmframework.wffweb.NullValueException;
import com.webfirmframework.wffweb.css.core.AbstractCssProperty;
import com.webfirmframework.wffweb.util.StringBuilderUtil;
import com.webfirmframework.wffweb.util.StringUtil;
/**
* <pre>
* unico... |