text stringlengths 3 1.05M |
|---|
/**
* Gumby Toggles/Switches
*/
!function($) {
'use strict';
// Toggle constructor
function Toggle($el) {
this.$el = $($el);
this.targets = [];
this.on = '';
this.className = '';
this.self = false;
if(this.$el.length) {
Gumby.debug('Initializing Toggle', $el);
this.init();
}
}
// Switch con... |
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"... |
package com.dtolabs.rundeck.core.utils;
import com.dtolabs.rundeck.core.common.INodeEntry;
import com.dtolabs.rundeck.core.common.NodesSelector;
import com.dtolabs.rundeck.core.common.SelectorUtils;
import org.apache.commons.lang.StringUtils;
import java.io.File;
import java.util.*;
import java.util.regex.PatternSy... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>T88561093185777664</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="/style.css">
<link ... |
package com.google.api.ads.dfp.jaxws.v201308;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
*
* Represents the ac... |
// 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.Diagnostics;
using System.Runtime.CompilerServices;
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
usi... |
"use strict";
exports.__esModule = true;
exports.visitors = exports.Hub = exports.Scope = exports.NodePath = undefined;
var _getIterator2 = require("babel-runtime/core-js/get-iterator");
var _getIterator3 = _interopRequireDefault(_getIterator2);
var _path = require("./path");
Object.defineProperty(exports, "NodePa... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
module.exports = require("./lib/localsLoader");
|
package pflag
// -- stringArray Value
type stringArrayValue struct {
value *[]string
changed bool
}
func newStringArrayValue(val []string, p *[]string) *stringArrayValue {
ssv := new(stringArrayValue)
ssv.value = p
*ssv.value = val
return ssv
}
func (s *stringArrayValue) Set(val string) error {
if !s.change... |
user=`whoami`
if [ "$user"x = "root"x ]
then
echo "current user is root. please change to normal user."
exit -1
fi
work_dir="${HOME}/.vim/bundle/YouCompleteMe"
# 判断工作目录
if [ ! -d ${work_dir} ]
then
echo "Vundle is not installed or YouCompleteMe is not installed"
exit -1
fi
cd
cd ${work_dir}
clang_ve... |
package hr.fer.java.vjezbe.zadatak5.domain.jpa.entity;
import javax.persistence.*;
@Entity @Table(name = "LIBRARIAN", schema = "LIBRARY") public class LibrarianEntity {
private Integer id;
private String firstName;
private String lastName;
@Id @Column(name = "ID") public Integer getId() {
ret... |
ActiveRecord::Schema.verbose = false
ActiveRecord::Base.time_zone_aware_attributes = true if ActiveRecord::Base.respond_to?(:time_zone_aware_attributes)
ActiveRecord::Base.default_timezone = :utc
#just a random zone, unlikely to be local, and not utc
Time.zone = 'Moscow' if Time.respond_to?(:zone)
module MigrationSetu... |
import * as child_process from 'child_process';
declare function spawn(command: string, args?: string[], options?: child_process.SpawnOptions): child_process.ChildProcess;
declare namespace spawn {
const sync: typeof child_process.spawnSync;
}
export = spawn;
|
Software License Agreement
==========================
CKEditor - The text editor for Internet - http://ckeditor.com
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Licensed under the terms of any of the following licenses at your
choice:
- GNU General Public License Version 2 or later (t... |
<?php
namespace Symfony\Component\Security\Http\Firewall;
use Psr\Log\LoggerInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\Event\RequestEvent;
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
use Symfony\Component\Security\Core\Authenticat... |
#include "gm.h"
#include "SkBlurImageFilter.h"
#include "SkRandom.h"
#define WIDTH 500
#define HEIGHT 500
namespace skiagm {
class ImageBlurGM : public GM {
public:
ImageBlurGM() {
this->setBGColor(0xFF000000);
}
protected:
virtual SkString onShortName() {
return SkString("imageblur");... |
"""Tests for Relaxed One-Hot Categorical distribution."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import numpy as np
from scipy.special import gamma
from tensorflow.contrib.distributions.python.ops import relaxed_onehot_categorical
from tensorflow.... |
<?php namespace Illuminate\Database\Eloquent\Relations;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Support\Collection as BaseCollection;
class MorphTo extends BelongsTo {
/**
* The type of the polymorphic relation.
... |
YUI.add('yql', function(Y) {
/**
* This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).
* @module yql
*/
/**
* Utility Class used under the hood my the YQL class
* @class YQLRequest
* @constructor
* @param {String} sql The SQL statement... |
#ifndef APR_ERRNO_H
#define APR_ERRNO_H
/**
* @file apr_errno.h
* @brief APR Error Codes
*/
#include "apr.h"
#if APR_HAVE_ERRNO_H
#include <errno.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/**
* @defgroup apr_errno Error Codes
* @ingroup APR
* @{
*/
/**
* Type for specifying an ... |
StartTest(function (t) {
t.expectGlobals('0', '1')
var innerWin, innerExt;
t.getHarness([
{
preload : [
'../../../extjs-4.2.1/resources/css/ext-all.css',
'../../../extjs-4.2.1/ext-all.js'
],
url : 'testfiles/604_ex... |
(function (window, $, _, Concrete) {
'use strict';
var Layout = Concrete.Layout = function Layout(elem, edit_mode) {
this.init.apply(this, _(arguments).toArray());
};
Layout.prototype = _.extend(Object.create(Concrete.Block.prototype), {
init: function(elem, edit_mode) {
v... |
layout: page
title: FH-Potsdam GitHub Members
---
{% for member in site.github.organization_members %}
<div class="col-xs-1 col-sm-1 col-md-1 col-lg-1 member-avatar-container">
<a href="{{member.html_url}}" title="{{member.login}}">
<img class="member-avatar" alt="{{member.login}}" src="{{member.avatar_url... |
<?xml version="1.0" encoding="UTF-8" ?>
<process-application xmlns="http://www.camunda.org/schema/1.0/ProcessApplication" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<process-archive name="default">
<process-engine>default</process-engine>
<properties>
<property name="isDeleteUponUndeploy">false</p... |
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.hive.service.rpc.thrift;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.UI.WebControls;
using DotNetNuke.Common.Utilities;
using DotNetNuke.Entities.Portals;
using DotNetNuke.Entities.Tabs;
using DotNetNuke.Framework;
using DotNetNuke.Modules.MobileManagement.Presenters;
using DotNetNuke.Modules.MobileManag... |
package wardle
import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// FlunderList is a list of Flunder objects.
type FlunderList struct {
metav1.TypeMeta
metav1.ListMeta
Items []Flunder
}
type FlunderSpec struct {
}
type FlunderStatus st... |
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
... |
package com.intellij.openapi.keymap.impl;
import com.intellij.ide.DataManager;
import com.intellij.ide.IdeEventQueue;
import com.intellij.ide.ProhibitAWTEvents;
import com.intellij.ide.impl.DataManagerImpl;
import com.intellij.internal.statistic.customUsageCollectors.ui.ShortcutsCollector;
import com.intellij.openapi... |
<html>
<body>
<div id="app"></div>
<script src="out/goog/base.js" type="text/javascript"></script>
<script src="main.js" type="text/javascript"></script>
<script type="text/javascript">goog.require("examples.input.core");</script>
</body>
</html>
|
// Package policybased implements a standard storage for ClusterRole that prevents privilege escalation.
package policybased
import (
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"
genericapirequest "k8s.io/apiserver/pkg/endpoints/request"
"k8s.io/apiserver/pkg/registry/rest"
"k8s.io/kub... |
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Diagnostics.Contracts;
using System;
// Disable the "this variable is not used" warning as every field would imply it.
#pragma warning disable 0414
// Disable the "this variable is never assigned to".
#pragma warning disable 0067
// Dis... |
<!DOCTYPE html>
<html>
<head>
<title>Leaflet debug page</title>
<link rel="stylesheet" href="../../dist/leaflet.css" />
<link rel="stylesheet" href="../css/screen.css" />
<script type="text/javascript" src="../../build/deps.js"></script>
<script src="../leaflet-include.js"></script>
</head>
<body>
<div id="ma... |
function onRequest() {
return {};
} |
return "#{node['platform']} is not supported by the #{cookbook_name}::#{recipe_name} recipe" if node['platform'] == 'windows'
include_recipe 'git'
directory node['git']['server']['base_path'] do
owner 'root'
group 'root'
mode '0755'
end
case node['platform_family']
when 'debian'
package 'xinetd'
when 'rhel'
... |
// Name: AcTc.h
//
// Description: Header for all the published API classes
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __ACTC_H__
#define __ACTC_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef _ACTC_BUILD
# define ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Imagine\Filter\Basic\FlipVertically | Imagine API</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... |
package edu.hm.hafner;
import java.util.Date;
/**
* Document type ExplicitInitialization4_InlineMethod.
*
* @author Christian Möstl
*/
public class ExplicitInitialization4_InlineMethod {
private Date date;
private int number = 0;
private final String text;
/**
* Creates a new instance ... |
package org.zaproxy.clientapi.gen;
import java.util.HashMap;
import java.util.Map;
import org.zaproxy.clientapi.core.ApiResponse;
import org.zaproxy.clientapi.core.ClientApi;
import org.zaproxy.clientapi.core.ClientApiException;
/**
* This file was automatically generated.
*/
public class Pscan {
private Clie... |
package org.bouncycastle.jcajce.provider.symmetric;
import java.io.IOException;
import java.security.AlgorithmParameters;
import java.security.InvalidAlgorithmParameterException;
import java.security.SecureRandom;
import java.security.spec.AlgorithmParameterSpec;
import java.security.spec.InvalidParameterSpecException... |
<?php
/**
* Zend_Config_Ini
*/
require_once 'Zend/Config/Ini.php';
/**
* @category Zend
* @package Zend_Config
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @gro... |
/**
* Gets URI that identifies the test.
* @return uri identifier of test
*/
function getTargetURI() {
return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentadoptnode15";
}
var docsLoaded = -1000000;
var builder = null;
//
// This function is called by the testing framework b... |
package validation
import (
"fmt"
"strings"
"testing"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/validation/field"
)
func TestValidateLabels(t *testing.T) {
successCases := []map[string]string{
{"simple": "bar"},
{"now-with-dashes": "bar"}... |
package com.example.android.background.utilities;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
/**
* This class contains utility methods which update water and charging counts in SharedPreferences
*/
public final class PreferenceUtilities {
... |
class BadAPIKeyFormat(Exception):
"""An exception that will raise when the API key is having a bad format."""
def __init__(self, api_key):
message = "API key %r has a bad format." % api_key
super(BadAPIKeyFormat, self).__init__(message)
class InvalidAPIKey(Exception):
"""An exception that... |
CentOS 7 PHP Web Dev Vagrant Box Builder
========================================
This tool is used to build and provion the base box used in https://github.com/dyankov91/centos-7.0-phpwebdev
# Managing Packages and Repos
All packages are `.sh` files inside `bootstrap/provisions` folder.
To add new provisions to t... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package bditac;
import bditac.exceptions.NonexistentEntityException;
import java.io.Serializable;
import java.util.List;
import javax.... |
class AddNotificationTypeProjectReceivedChannel < ActiveRecord::Migration
def up
execute "
INSERT INTO notification_types (name, created_at, updated_at) VALUES ('project_received_channel', now(), now())
"
end
def down
execute "
DELETE FROM notification_types WHERE name = 'project_received_cha... |
YUI.add('loader-base', function (Y, NAME) {
/**
* The YUI loader core
* @module loader
* @submodule loader-base
*/
if (!YUI.Env[Y.version]) {
(function() {
var VERSION = Y.version,
BUILD = '/build/',
ROOT = VERSION + BUILD,
CDN_BASE = Y.Env.base,
GALLER... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:jpa="http://www.springframework.org/schema/data/jpa"
xmlns:jdbc="http://www.springframework.org/schema/jdbc"
xsi:schemaLocation="http://www.springframewo... |
package com.vmware.vim25;
/**
* @author Steve Jin (http://www.doublecloud.org)
* @version 5.1
*/
public enum HostInternetScsiHbaChapAuthenticationType {
chapProhibited ("chapProhibited"),
chapDiscouraged ("chapDiscouraged"),
chapPreferred ("chapPreferred"),
chapRequired ("chapRequired");
@SuppressWarning... |
package demo.test;
/**
* for dnyclass load test only ,dont delete
* @author wuzhih
*
*/
public class TestClass1 {
public TestClass1()
{
System.out.println(TestClass1.class.getName()+ " created");
}
}
|
@import url("http://fonts.googleapis.com/css?family=Rye");
.odometer.odometer-auto-theme, .odometer.odometer-theme-slot-machine {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme, .o... |
package org.apache.camel.util;
import java.io.InputStream;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.camel.ContextTestSupport;
import org.apache.camel.Expression;
import org.apache.camel.ExtendedCamelContext;
import org.apache.camel.model.ExpressionNode;
impor... |
<html>
<head>
<script>
var position_1 = 0;
var position_2 = 0;
var watch_1_id = 0;
var watch_2_id = 0;
var last_error = 0;
var final_position_latitude = 0;
var final_position_longitude = 0;
var initial_navigation_sent = false;
var iteration = 0;
function geoNavigate(msg) {
... |
#ifndef IPAddress_h
#define IPAddress_h
// A class to make it easier to handle and pass around IP addresses
class IPAddress {
private:
uint8_t _address[4]; // IPv4 address
// Access the raw byte array containing the address. Because this returns a pointer
// to the internal structure rath... |
using MongoDB.Driver;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MongoDBController
{
internal class MongoDBConnector
{
private MongoServer server;
public MongoDBConnector(string connectionString)
{
... |
using mus::mojom::Pass;
using mus::mojom::PassPtr;
using mus::mojom::RenderPassId;
using mus::mojom::SharedQuadState;
using mus::mojom::SharedQuadStatePtr;
namespace mojo {
SharedQuadStatePtr CreateDefaultSQS(const gfx::Size& size) {
SharedQuadStatePtr sqs = SharedQuadState::New();
sqs->quad_to_target_transform =... |
package v1beta1
import (
"fmt"
"k8s.io/client-go/1.5/pkg/api"
"k8s.io/client-go/1.5/pkg/api/unversioned"
v1 "k8s.io/client-go/1.5/pkg/api/v1"
"k8s.io/client-go/1.5/pkg/apis/autoscaling"
"k8s.io/client-go/1.5/pkg/apis/batch"
"k8s.io/client-go/1.5/pkg/apis/extensions"
"k8s.io/client-go/1.5/pkg/conversion"
"k... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Dacrymyces tremellosus Kobayasi
### Remarks
null |
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="col... |
S V U I By: Failcoder
##############################################################################
--]]
--[[ GLOBALS ]]--
local _G = _G;
local unpack = _G.unpack;
local select = _G.select;
--[[ ADDON ]]--
local SV = _G['SVUI'];
local L = SV.L;
local MOD = SV.Skins;
--[[
##########################################... |
echo 22 >> hooks_order.txt |
<?php
/**
* EN-Revision: 16.Jul.2013
*/
return array(
// Zend\I18n\Validator\Alnum
"Invalid type given. String, integer or float expected" => "Podan neveljaven tip. Predviden je niz, celo število ali število s premično vejico",
"The input contains characters which are non alphabetic and no digits" => "V... |
#include <pcl/registration/correspondence_rejection_distance.h>
//////////////////////////////////////////////////////////////////////////////////////////////
void
pcl::registration::CorrespondenceRejectorDistance::getRemainingCorrespondences (
const pcl::Correspondences& original_correspondences,
pcl::Corre... |
package watch
import "gopkg.in/tomb.v1"
// FileWatcher monitors file-level events.
type FileWatcher interface {
// BlockUntilExists blocks until the file comes into existence.
BlockUntilExists(*tomb.Tomb) error
// ChangeEvents reports on changes to a file, be it modification,
// deletion, renames or truncations.... |
<?php
namespace Troiswa\BackBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
/**
* BrandLogo
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="Troiswa\BackBundle\Repository\BrandLogoRepository")
* @ORM\HasLifecycleCallbacks
*/
class BrandLogo
{
/**
*... |
We'd love to accept your code patches! However, before we can take them, we
have to jump a couple of legal hurdles.
Please fill out either the individual or corporate Contributor License
Agreement.
* If you are an individual writing original source code and you're sure you
own the intellectual property, then sign ... |
<!doctype html>
<html>
<head>
<title>AUI Form Builder Layout Builder Unit tests</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../../build/aui-css/css/bootstrap.css">
<script src="../../../../build/aui/aui.js"></script>
<script src="js/aui-form-builder-layout-builder-tests.js"... |
<?php
namespace TwigBridge\Tests\Extension\Loader;
use TwigBridge\Tests\Base;
use Mockery as m;
class LoaderTest extends Base
{
public function testDefault()
{
$loader = m::mock('TwigBridge\Extension\Loader\Loader');
$this->assertEquals($loader->parseCallable('foo', null), [
'foo... |
from __future__ import division
"""This will ultimately replace the observation.py module. It defines
a new Observation class, subclassed from CompositeSourceSpectrum,
that has some special methods and attributes and explicitly removes
certain other methods."""
import os
import types
import spectrum
import units
impo... |
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([
"jquery",
"./effect"
], factory );
} else {
// Browser globals
factory( jQuery );
}
}(function( $ ) {
return $.effects.effect.size = function( o, done ) {
// Create eleme... |
package silhouette.provider.form
import javax.inject.Inject
import silhouette.LoginInfo
import silhouette.provider.Provider
import silhouette.provider.form.TokenLoginProvider._
/**
* A provider for authenticating with a token like OTP.
*/
class TokenLoginProvider[F[_]] @Inject() () extends Provider {
/**
* G... |
package org.springsource.loaded.test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import java.lang.reflect.InvocationTargetException;
import java... |
using BlueSheep.AccountsManager;
using BlueSheep.Common.Data;
using BlueSheep.Common.Data.D2o;
using BlueSheep.Common.Types;
using BlueSheep.Core;
using BlueSheep.Data.D2p;
using BlueSheep.Engine.Constants;
using BlueSheep.Engine.Network;
using BlueSheep.Interface.Text;
using System;
using System.Collections.Generic;
... |
/**
* node-harmonize (c) 2013 Daniel Wirtz <dcode@dcode.io>
* Released under the Apache License, Version 2.0
* see: https://github.com/dcodeIO/node-harmonize for details
*/
var child_process = require("child_process");
var isIojs = require("is-iojs");
module.exports = function() {
if (typeo... |
package org.traxnet.shadingzen.core;
public enum RenderDeviceCapability {
TEXTURE_COMPRESSION_ETC1,
TEXTURE_COMPRESSION_PVR
}
|
.. rst-class:: outdated
Interfaces
==========
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
Model Interfaces
----------------
.. _component_locale_model_loca... |
package org.wso2.carbon.uiserver.api.util;
import java.util.List;
/**
* Represents an entity that can be present in more than one location.
*
* @since 0.12.0
*/
public interface Multilocational {
/**
* Returns paths that the entity represented this object is present. First path of the returning list h... |
namespace boost {
namespace asio {
namespace detail {
template <typename Handler>
class win_iocp_overlapped_op : public operation
{
public:
BOOST_ASIO_DEFINE_HANDLER_PTR(win_iocp_overlapped_op);
win_iocp_overlapped_op(Handler handler)
: operation(&win_iocp_overlapped_op::do_complete),
handler_(handler)
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Goldman Sachs.
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 ... |
using System;
using System.Web.Security;
using Orchard.ContentManagement.Records;
namespace Orchard.Users.Models {
public class UserPartRecord : ContentPartRecord {
public virtual string UserName { get; set; }
public virtual string Email { get; set; }
public virtual string Normalize... |
package org.apache.camel.util;
import org.apache.camel.Exchange;
import org.apache.camel.Expression;
import org.apache.camel.Predicate;
/**
* To adapt {@link Predicate} as an {@link org.apache.camel.Expression}
*/
public final class PredicateToExpressionAdapter implements Expression {
private final Predicate p... |
// .NAME vtkGaussianBlurPass - Implement a post-processing Gaussian blur
// render pass.
// .SECTION Description
// Blur the image renderered by its delegate. Blurring uses a Gaussian low-pass
// filter with a 5x5 kernel.
//
// This pass expects an initialized depth buffer and color buffer.
// Initialized buffers mean... |
<localEntry xmlns="http://ws.apache.org/ns/synapse" key="xquery-double">
<x xmlns="">
declare variable $symbol as xs:double external;
<m:symbol xmlns:m="http://services.samples">{$symbol}</m:symbol>
</x>
</localEntry> |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dialog example - jQuery Mobile Demos</title>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">... |
package r_kvstore
//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
//dis... |
package org.wso2.carbon.identity.core.dao;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.carbon.identity.base.Identi... |
source default.sh
for p in ${param_num_partitions[@]}
do
for((g=1; g<=$num_graphs; g++))
do
prefix=$graph_name_prefix\_$g\_$p
echo "$graph_compression -g $prefix.graph -v $prefix.data -s $prefix.sizes -t $num_threads -m $max_radius"
$graph_compression -g $prefix.graph -v $prefix.data -s $p... |
package org.jetbrains.debugger;
import com.intellij.xdebugger.frame.XCompositeNode;
import com.intellij.xdebugger.frame.XValueChildrenList;
import com.intellij.xdebugger.frame.XValueGroup;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.jetbrains.debugger.values.ObjectVa... |
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // AMD
define(["../../lib/codemirror"], mod);
else // Plain browser env
mod(CodeMirror);
})(function(CodeMirror) ... |
<testData>
<delete>
</delete>
<deleted_by_make>
<file path="classes/packageA/Server.class" />
<file path="classes/packageA/Client.class" />
</deleted_by_make>
<recompile>
<file path="source/packageA/Client.java" />
</recompile>
</testData>
|
layout: default
---
{% include page.html %}
|
<!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_151) on Thu Feb 08 09:04:08 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly... |
package repo
import (
"bytes"
"io/ioutil"
"net/http"
"net/http/httptest"
"os"
"path/filepath"
"reflect"
"strings"
"testing"
"time"
"sigs.k8s.io/yaml"
"helm.sh/helm/v3/internal/test/ensure"
"helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/cli"
"helm.sh/helm/v3/pkg/getter"
)
const (
testRepository =... |
package org.xtuml.bp.welcome.cheatsheets.library;
//====================================================================
//
//File: $RCSfile: OpenDiagram.java,v $
//Version: $Revision: 1.5 $
//Modified: $Date: 2013/01/10 23:32:09 $
//
//(c) Copyright 2005-2014 by Mentor Graphics Corp. All rights reserved.
//
//========... |
import blessed from 'blessed';
import createSearchResults from './SearchResults/SearchResults.js';
import createStarting from './Starting.js';
import createPreferences from './Preferences/Preferences.js';
import createLoading from './Loading.js';
import createAutocompletionBox from './AutocompletionBox/AutocompletionCo... |
package org.apache.ignite.internal.processors.cache.distributed.near;
import org.apache.ignite.configuration.NearCacheConfiguration;
import org.apache.ignite.internal.processors.cache.distributed.GridCacheAbstractPartitionedByteArrayValuesSelfTest;
/**
* Tests for byte array values in NEAR-PARTITIONED caches.
*/
... |
namespace Chaser.Game
{
public interface IGameStateBuilder
{
void AddChaser();
void InitScore();
void AddPlayer();
void AddGameMap();
void SetStartGameState();
GameState GetGameState();
}
} |
namespace Microsoft.Azure.Management.Quantum.Models
{
using Newtonsoft.Json;
using System.Linq;
/// <summary>
/// The resource management error additional info.
/// </summary>
public partial class ErrorAdditionalInfo
{
/// <summary>
/// Initializes a new instance of the Erro... |