text
stringlengths
3
1.05M
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Web.Http; using System.Web...
layout: page title: Rider Chief Technologies Seminar date: 2016-05-24 author: James Weeks tags: weekly links, java status: published summary: Vivamus at iaculis orci. Nam congue convallis varius. Nunc lacinia. banner: images/banner/people.jpg booking: startDate: 03/31/2019 endDate: 04/03/2019 ctyhocn: CHIHSHX g...
<!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_32) on Tue Jun 18 11:08:47 PDT 2013 --> <TITLE> RebootInstanceRequest (AWS SDK for Java - 1.4.7) </TITLE> <META NAME="date" CONTENT="2013-06-18"> <...
package org.apache.commons.imaging.common; import java.io.IOException; import java.io.OutputStream; /** * Like ByteArrayOutputStream, but has some performance benefit, * because it's not thread safe. */ class FastByteArrayOutputStream extends OutputStream { private final byte[] bytes; private int count; ...
class ChromeHttpAuthHandler { public: ChromeHttpAuthHandler(const base::string16& explanation); ~ChromeHttpAuthHandler(); // This must be called before using the object. // Constructs a corresponding Java land ChromeHttpAuthHandler. void Init(); // Registers an observer to receive callbacks when SetAuth(...
package com.squareup.picasso; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Color; import android.net.Uri; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.os.Process; import android.widget.ImageView; import android.widget.RemoteV...
#if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES #include <boost/proto/detail/preprocessed/expr_variadic.hpp> #else #include <boost/proto/detail/preprocessed/expr.hpp> #endif #elif !defined(BOOST_PP_IS_ITERATING) /// INTERNAL ONLY ///...
struct MeshData { double *interfaces; int *poly_orders, *material_markers, *subdivisions; int N_macroel; MeshData(bool report=false) { // One macroelement is defined for each cell N_macroel = N_ASSY * N_CELLS_PER_ASSY; interfaces = new double [N_macroel+1]; // coordinates of macroelement interfaces [c...
require 'spec_helper' if defined? Mongoid describe Kaminari::MongoidCriteriaMethods do describe "#total_count" do before do 2.times {|i| User.create!(:salary => i) } end context "when the scope is cloned" do it "should reset total_coount momoization" do User.page.tap(...
function CommentLoader(url,xcm,callback){ if(callback == null) callback = function(){return;}; var xmlhttp = null; if (window.XMLHttpRequest){ xmlhttp=new XMLHttpRequest(); } else{ xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.open("GET",url,true); xmlhttp.send(); var cm = xcm; xmlhttp.onre...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>GestureList &mdash; Leap Motion JavaScript SDK v2.3 documentation</title> <link rel="stylesheet" href="../../cpp/_static/bootstrap-3...
/** * This file is provided by Facebook for testing and evaluation purposes * only. Facebook reserves all rights not expressly granted. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICUL...
alias cpv="rsync -poghb --backup-dir=/tmp/rsync -e /dev/null --progress --"
package com.jain.addon.i18N; import java.util.Locale; import com.vaadin.ui.AbstractSelect.ItemDescriptionGenerator; /** * * <code>I18NItemDescriptionGenerator<code> * @author Lokesh Jain * @since Oct 7, 2012 * @version 1.0.2 */ public interface I18NItemDescriptionGenerator extends ItemDescriptionGenerator { ...
layout: post date: '2015-09-01' title: "SWEET 16 Sherri Hill 21192 Short Homecoming Dress" category: SWEET 16 tags: [SWEET 16] --- ### SWEET 16 Sherri Hill 21192 Short Homecoming Dress Just **$461.99** ### Sherri Hill 21192 Short Homecoming Dress. Available in sizes 0-18. <a href="https://www.eudances.com/en/sweet...
package com.amazonaws.services.identitymanagement.model; import com.amazonaws.AmazonWebServiceRequest; /** * Container for the parameters to the {@link com.amazonaws.services.identitymanagement.AmazonIdentityManagement#listRolePolicies(ListRolePoliciesRequest) ListRolePolicies operation}. * <p> * Lists the names o...
#ifndef __boosting__feature_set_h__ #define __boosting__feature_set_h__ #include "config.h" #include <boost/tuple/tuple.hpp> #include <boost/tuple/tuple_comparison.hpp> #include <boost/tuple/tuple_io.hpp> #include "jml/db/persistent.h" #include "jml/stats/distribution.h" #include <vector> #include "jml/utils/floati...
package org.apache.parquet; import org.apache.parquet.bytes.ByteBufferAllocator; import org.apache.parquet.bytes.HeapByteBufferAllocator; import org.apache.parquet.compression.CompressionCodecFactory; import org.apache.parquet.filter2.compat.FilterCompat; import org.apache.parquet.format.converter.ParquetMetadataCon...
<html> <head> <link rel="stylesheet" type="text/css" href="css/tips.css"> </head> <body> <p> Use <span class="shortcut">&shortcut:InsertLiveTemplate;</span> to complete any valid <span class="">Live Template</span> abbreviation if you don't remember it. For example, type <span class="cod...
<?php namespace Unleashed\ShortenUrlBundle\Model\om; use \BasePeer; use \Criteria; use \PDO; use \PDOStatement; use \Propel; use \PropelException; use \PropelPDO; use Unleashed\ShortenUrlBundle\Model\Urls; use Unleashed\ShortenUrlBundle\Model\UrlsPeer; use Unleashed\ShortenUrlBundle\Model\map\UrlsTableMap; abstract ...
extern "C" { #endif struct _cef_v8exception_t; struct _cef_v8handler_t; struct _cef_v8stack_frame_t; struct _cef_v8value_t; /// // Structure representing a V8 context handle. V8 handles can only be accessed // from the thread on which they are created. Valid threads for creating a V8 // handle include the render proc...
package org.apache.tomcat.jdbc.test; import java.sql.Connection; import org.junit.Test; import org.apache.tomcat.jdbc.pool.ConnectionPool; import org.apache.tomcat.jdbc.pool.JdbcInterceptor; import org.apache.tomcat.jdbc.pool.PooledConnection; public class TestException extends DefaultTestCase { @Test pub...
#include "gb-include.h" #include "IndexTable.h" #include "Stats.h" #include <math.h> #include "Conf.h" #include "Mem.h" // getHighestLitBitValue() #include "TopTree.h" #include "sort.h" // global var //TopTree *g_topTree; // when using Msg39.cpp to call addLists_r() on 2 5MB prefab lists: // 1. it takes 100m...
Simple Objective-C object validation. Currently available default validators: > * Presence validator * String length validator * Email validator ## Requirements * Xcode 4.5 or higher * Apple LLVM compiler * iOS 5.0 or higher / Mac OS X 10.7 or higher * ARC ## Installation ### CocoaPods The recommended approach fo...
"""Utility to use the Closure Compiler CLI from Python.""" import logging import os import re import subprocess import tempfile # Pulls just the major and minor version numbers from the first line of # 'java -version'. Versions are in the format of [0-9]+\.[0-9]+\..* See: # http://www.oracle.com/technetwork/java/java...
package main import ( "bytes" "fmt" "io/ioutil" "os" "strings" mangen "github.com/cpuguy83/go-md2man/md2man" "github.com/spf13/cobra" "github.com/spf13/pflag" "k8s.io/kubernetes/cmd/genutils" "k8s.io/kubernetes/pkg/kubectl/cmd" cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util" ) func main() { // use os....
namespace rocksdb { class TransactionDBMutex; class TransactionDBCondVar; // Default implementation of TransactionDBMutexFactory. May be overridden // by TransactionDBOptions.custom_mutex_factory. class TransactionDBMutexFactoryImpl : public TransactionDBMutexFactory { public: std::shared_ptr<TransactionDBMutex> ...
from pykickstart.base import * from pykickstart.version import * class RHEL5Handler(BaseHandler): version = RHEL5
require 'loquacious' require 'active_support/inflector' require 'adhearsion/configuration' %w( collection initializer ).each { |r| require "adhearsion/plugin/#{r}" } module Adhearsion # Plugin is the core of extension of Adhearsion framework and provides the easiest # path to add new functionality, configurat...
package pq // Package pq is a pure Go Postgres driver for the database/sql package. // This module contains support for Postgres LISTEN/NOTIFY. import ( "errors" "fmt" "sync" "sync/atomic" "time" ) // Notification represents a single notification from the database. type Notification struct { // Process ID (PID...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lice...
<!DOCTYPE html> <!-- Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following di...
#if !defined(__FSL_MKW20Z4_FEATURES_H__) #define __FSL_MKW20Z4_FEATURES_H__ /* ADC16 module features */ /* @brief Has Programmable Gain Amplifier (PGA) in ADC (register PGA). */ #define FSL_FEATURE_ADC16_HAS_PGA (0) /* @brief Has PGA chopping control in ADC (bit PGA[PGACHPb] or PGA[PGACHP]). */ #define FS...
namespace caffe { extern cudaDeviceProp CAFFE_TEST_CUDA_PROP; template <typename Dtype> class ConcatLayerTest : public ::testing::Test { protected: ConcatLayerTest() : blob_bottom_0(new Blob<Dtype>(2, 3, 6, 5)), blob_bottom_1(new Blob<Dtype>(2, 5, 6, 5)), blob_bottom_2(new Blob<Dtype>(5, 3, 6...
 CKEDITOR.plugins.setLang( 'selectall', 'es', { toolbar: 'Seleccionar Todo' });
Logged out
package org.lionsoul.jcseg.elasticsearch.index.analysis; import java.io.FileInputStream; import java.io.IOException; import org.apache.lucene.analysis.Tokenizer; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.env.Environment; import org.elasticsearch.index.IndexSettings; import org.elasti...
namespace base { class SequencedTaskRunner; } namespace content { class BrowserContext; } namespace policy { class UserCloudPolicyManager; // BrowserContextKeyedBaseFactory implementation for UserCloudPolicyManager // instances that initialize per-profile cloud policy settings on the desktop // platforms. // // Use...
package com.google.code.validationframework.base.binding; import com.google.code.validationframework.api.common.Disposable; import com.google.code.validationframework.api.property.ReadableProperty; import com.google.code.validationframework.api.property.ValueChangeListener; import com.google.code.validationframework...
px4_add_board( PLATFORM posix VENDOR px4 MODEL sitl ROMFSROOT px4fmu_common LABEL test TESTING DRIVERS #barometer # all available barometer drivers #batt_smbus camera_capture camera_trigger #differential_pressure # all available differential pressure drivers #distance_sensor # all available distance ...
<?xml version="1.0" encoding="UTF-8"?> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd" ...
package org.apache.cassandra.schema; import java.nio.ByteBuffer; import java.util.*; import javax.annotation.Nullable; import com.google.common.collect.*; import org.apache.cassandra.cql3.FieldIdentifier; import org.apache.cassandra.cql3.CQL3Type; import org.apache.cassandra.db.marshal.AbstractType; import org.apa...
import spark.conf def _start_livy_server(): import atexit import subprocess import sys import time p = subprocess.Popen([sys.executable, sys.argv[0], 'livy_server']) def cleanup(): p.terminate() for _ in xrange(5): if p.poll() == None: time.sleep(1) else: break els...
#if CEFGLUE using Eto; using Eto.Drawing; using Eto.Forms; using Eto.Platform.CustomControls; using Eto.Platform.Wpf.Forms; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using xc = Xilium.CefGlue; using swm = System.Windows.Media; usin...
"""Utility functions for comparing proto2 messages in Python. ProtoEq() compares two proto2 messages for equality. ClearDefaultValuedFields() recursively clears the fields that are set to their default values. This is useful for comparing protocol buffers where the semantics of unset fields and default valued fields ...
from cinderclient import base class Limits(base.Resource): """A collection of RateLimit and AbsoluteLimit objects.""" def __repr__(self): return "<Limits>" @property def absolute(self): for (name, value) in list(self._info['absolute'].items()): yield AbsoluteLimit(name, v...
<?php namespace Sylius\Bundle\InventoryBundle\Templating\Helper; use Sylius\Component\Inventory\Checker\AvailabilityCheckerInterface; use Sylius\Component\Inventory\Model\StockableInterface; use Symfony\Component\Templating\Helper\Helper; class InventoryHelper extends Helper { /** * @var AvailabilityCheck...
<?php namespace Fisharebest\Webtrees\Module; use Fisharebest\Webtrees\Auth; use Fisharebest\Webtrees\I18N; use Fisharebest\Webtrees\Menu; /** * Class OccupationReportModule */ class OccupationReportModule extends AbstractModule implements ModuleReportInterface { /** {@inheritdoc} */ public function getTitle() { ...
cask 'qq' do version '5.3.1' sha256 'bcdae2d041cb40f29597f90c075a585e87ff0254b1885f21e5d2f57962606dd5' url "http://dldir1.qq.com/qqfile/QQforMac/QQ_V#{version}.dmg" name 'QQ' homepage 'https://im.qq.com/macqq/' app 'QQ.app' uninstall quit: 'com.tencent.qq' zap delete: [ '~/Library/Ap...
#ifndef CALENDAR_H #define CALENDAR_H #include "unicode/utypes.h" /** * \file * \brief C++ API: Calendar object */ #if !UCONFIG_NO_FORMATTING #include "unicode/uobject.h" #include "unicode/locid.h" #include "unicode/timezone.h" #include "unicode/ucal.h" #include "unicode/umisc.h" U_NAMESPACE_BEGIN class ICUS...
# -*- coding: utf-8 -*- try: from setuptools import setup, find_packages except ImportError: from ez_setup import use_setuptools use_setuptools() from setuptools import setup, find_packages setup( name='GAPProject', version='0.1', description='', author='', author_email='', #url...
<?php require_once 'Zend/Feed/Writer/Feed/FeedAbstract.php'; /** * @category Zend * @package Zend_Feed_Writer * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Feed_Writer_Deleted...
require 'faraday' class Faraday::Request::OSToken def initialize(app, token) @app = app @token = token end def call(env) env[:request_headers]['X-Auth-Token'] = @token @app.call(env) end end Faraday::Request.register_middleware os_token: -> { Faraday::Request::OSToken }
var _ = require('lodash'), api = require('../api'), helpers = require('../helpers'), filters = require('../filters'), i18n = require('../i18n'), generateProxyFunctions; generateProxyFunctions = function (name, permissions) { var getPermission = function (perm) {...
<?php // USERDETAILS.PHP LANGUAGE FILE $language['USERNAME'] = 'Uživatelské jméno'; $language['EMAIL'] = 'Email'; $language['LAST_IP'] = 'Poslední IP'; $language['USER_LEVEL'] = 'Hodnost'; $language['USER_JOINED'] = 'Registrovaný'; $language['USER_LASTACCESS'] = 'Po...
<?php defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_ENV') or define('YII_ENV', 'test'); defined('YII_APP_BASE_PATH') or define('YII_APP_BASE_PATH', dirname(dirname(dirname(__DIR__)))); require_once(YII_APP_BASE_PATH . '/vendor/autoload.php'); require_once(YII_APP_BASE_PATH . '/vendor/yiisoft/yii2/Yi...
package zq.whu.zhangshangwuda.ui.news; import java.io.IOException; import java.io.InputStream; import java.lang.ref.SoftReference; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import com.nostra13.universalimag...
package io.netty.channel; import java.net.SocketAddress; /** * Skelton implementation of a {@link ChannelOutboundHandler}. This implementation just forwards each method call via * the {@link ChannelHandlerContext}. */ public class ChannelOutboundHandlerAdapter extends ChannelHandlerAdapter implements ChannelOutbo...
<?php namespace Drupal\entity_test\Entity; use Drupal\Core\Config\Entity\ConfigEntityBundleBase; use Drupal\Core\Entity\EntityDescriptionInterface; /** * Defines the Test entity bundle configuration entity. * * @ConfigEntityType( * id = "entity_test_bundle", * label = @Translation("Test entity bundle"), * ...
namespace appcache { static const int kMockProcessId = 1; class AppCacheRequestHandlerTest : public testing::Test { public: class MockFrontend : public AppCacheFrontend { public: virtual void OnCacheSelected( int host_id, const appcache::AppCacheInfo& info) OVERRIDE {} virtual void OnStatusChan...
<?php namespace Symfony\Component\VarDumper\Caster; use Symfony\Component\VarDumper\Cloner\Stub; /** * Casts SPL related classes to array representation. * * @author Nicolas Grekas <p@tchwork.com> */ class SplCaster { private static $splFileObjectFlags = array( \SplFileObject::DROP_NEW_LINE => 'DRO...
"""A python interface for Grappler clusters.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import contextlib from tensorflow.core.framework import step_stats_pb2 from tensorflow.core.grappler.costs import op_performance_data_pb2 from tensorflow.core.p...
package test import ( docker "github.com/fsouza/go-dockerclient" ) type FakeDockerClient struct { // list result Images []docker.APIImages // inspect result Image *docker.Image ListErr error InspectErr error } func (f FakeDockerClient) ListImages(opts docker.ListImagesOptions) ([]docker.APIImages, err...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Pr...
module OAuth2 module ResponseObject def self.from(response) object = MultiJson.decode(response.body) case object when Array ResponseArray.new(response, object) when Hash ResponseHash.new(response, object) else ResponseString.new(response) en...
namespace boost { namespace geometry { namespace index { namespace detail { namespace rtree { // TODO - change the name to node_scoped_ptr template <typename Value, typename Options, typename Translator, typename Box, typename Allocators> class node_auto_ptr { typedef typename rtree::node<Value, typename Options...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Threading.Tasks; using Vipr.Writer.CSharp; using FluentAssertions; using Mi...
require File.expand_path('../../../spec_helper', __FILE__) require 'stringio' describe "StringIO#initialize when passed [Object, mode]" do before(:each) do @io = StringIO.allocate end it "uses the passed Object as the StringIO backend" do @io.send(:initialize, str = "example", "r") @io.string.should...
define([ "globals", "helpers", "Enemy", "Player", "underscore" ], function (globals, helpers, Enemy, Player, _) { "use strict"; return function (game) { this.easystar = new EasyStar.js(); this.moveLayer = undefined; this.sceneryLayer = undefined; this.highSceneryLayer = undefined; this...
/* LumX v0.3.10 (c) 2014-2015 LumApps http://ui.lumapps.com License: MIT */ /* global angular */ angular.module('lumx.utils', [ 'lumx.utils.transclude', 'lumx.utils.transclude-replace' ]); angular.module('lumx', [ 'lumx.utils', 'lumx.ripple', 'lumx.notification', 'lumx.dropdown', 'lumx....
package Net::HTTPS; use strict; use vars qw($VERSION $SSL_SOCKET_CLASS @ISA); $VERSION = "6.02"; # Figure out which SSL implementation to use if ($SSL_SOCKET_CLASS) { # somebody already set it } elsif ($SSL_SOCKET_CLASS = $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS}) { unless ($SSL_SOCKET_CLASS =~ /^(IO::Socket::SS...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sun Jun 19 16:44:58 IDT 2022 --> <title>Generated Documentation (Untitled)</title> <script type="text/javascript"> targetPage = "" + ...
#include "Benchmark.h" #include "SkBitmapDevice.h" #include "SkBitmapSource.h" #include "SkCanvas.h" #include "SkDisplacementMapEffect.h" #define FILTER_WIDTH_SMALL 32 #define FILTER_HEIGHT_SMALL 32 #define FILTER_WIDTH_LARGE 256 #define FILTER_HEIGHT_LARGE 256 class DisplacementBaseBench : public Benchmark { publ...
package walkingdevs.vals; import walkingdevs.val.Val; import java.util.function.Predicate; // Vals = Validators public interface Vals<T> { void crash(); // Tests for Invalid boolean test(); // Try to crash and return val T get(); // Return val without tests T val(); String name();...
<?php return [ 'adminEmail' => 'comercial@itdeveloper.com.br', ];
#if !defined(OPENNURBS_EXTRUSION_INC_) #define OPENNURBS_EXTRUSION_INC_ /* Description: Get the transformation that maps the ON_Extrusion 2d xy profile to 3d world space. Parameters: P - [in] start or end of path T - [in] unit tanget to path U - [in] unit up vector perpendicular to T Normal - [in] optiona...
.. _usecase_enterprise: ========================= Jupyter in the Enterprise ========================= .. contents:: Contents :local: Description ----------- Businesses, especially those that started their ‘digital transformation’ journey, are producing ever-increasing volumes of data. Enterprise data science aim...
namespace blink { class CSSValue; class StyleResolverState; class CSSParserContext; class CSSParserLocalContext; class CSSParserTokenRange; class Longhand : public CSSProperty { public: // Parses and consumes a longhand property value from the token range. // Returns nullptr if the input is invalid. virtual co...
Contributing to Project Ne10 ==================================== Before you start contributing to this project you must sign the ARM Contributor License Agreement (CLA). Individuals who want to contribute their own work must sign and return an Individual CLA. Companies that want to contribute must sign and return a ...
<?php namespace lithium\tests\integration\net\socket; use lithium\net\http\Request; use lithium\net\socket\Context; class ContextTest extends \lithium\test\Integration { protected $_testConfig = [ 'persistent' => false, 'scheme' => 'http', 'host' => 'example.org', 'port' => 80, 'timeout' => 4, 'classe...
package org.apache.ibatis.session; import java.io.IOException; import java.io.InputStream; import java.io.Reader; import java.util.Properties; import org.apache.ibatis.builder.xml.XMLConfigBuilder; import org.apache.ibatis.exceptions.ExceptionFactory; import org.apache.ibatis.executor.ErrorContext; import org.apache...
/** * @module ol/format */ export {default as EsriJSON} from './format/EsriJSON.js'; export {default as GeoJSON} from './format/GeoJSON.js'; export {default as GML} from './format/GML.js'; export {default as GPX} from './format/GPX.js'; export {default as IGC} from './format/IGC.js'; export {default as IIIFInfo} fro...
package com.facebook.cache.common; import javax.annotation.Nullable; /** * An implementation of {@link CacheErrorLogger} that doesn't do anything. */ public class NoOpCacheErrorLogger implements CacheErrorLogger { private static NoOpCacheErrorLogger sInstance = null; private NoOpCacheErrorLogger() { } p...
package create import ( "context" "fmt" "regexp" "github.com/spf13/cobra" policyv1 "k8s.io/api/policy/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/intstr" "k8s.io/cli-runtime/pkg/genericclioptions" resourcecli "k8s.io/cli-runtime/pkg/re...
require File.expand_path('../../../dir/fixtures/common', __FILE__) describe :file_read_directory, :shared => true do platform_is :darwin, :linux do it 'raises a Errno::EISDIR when passed a path that is a directory' do lambda { @object.send(@method, ".") }.should raise_error(Errno::EISDIR) end end ...
package org.apache.camel.example.websocket; import org.apache.camel.main.Main; /** * A main to start this example. */ public final class CamelTwitterWebSocketMain { // Twitter now requires the use of OAuth for all client application authentication. // In order to use camel-twitter with your account, you'l...
<?php namespace Doctrine\Tests\ORM\Tools\Export; /** * Test case for YamlClassMetadataExporterTest * * @author Jonathan H. Wage <jonwage@gmail.com> * @author Roman Borschel <roman@code-factory.org * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @link http://www.phpdoc...
namespace ui { class Event; } namespace aura { class Window; namespace client { class ActivationChangeObserver; // An interface implemented by an object that manages window activation. class AURA_EXPORT ActivationClient { public: // Adds/Removes ActivationChangeObservers. virtual void AddObserver(ActivationChan...
namespace gl { class GLImage; } namespace gpu { class GPU_EXPORT ImageFactory { public: ImageFactory(); // Creates a GLImage instance for GPU memory buffer identified by |handle|. // |client_id| should be set to the client requesting the creation of instance // and can be used by factory implementation to v...
//////////////////////////////////////////////////////////////////////////////// // // JASPER BLUES // Copyright 2012 Jasper Blues // All Rights Reserved. // // NOTICE: Jasper Blues permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. // ///...
package com.evolveum.icf.dummy.resource; /** * @author semancik * */ public class DummyDelta { private int syncToken; private Class<? extends DummyObject> objectClass; private String objectId; private String objectName; private DummyDeltaType type; DummyDelta(int syncToken, Class<? extends DummyObject> o...
<?php use Scalr\Acl\Acl; class Scalr_UI_Controller_Account2_Environments_Accessmap extends Scalr_UI_Controller { /** * * @var Scalr_Environment */ private $env; public function init() { $this->env = Scalr_Environment::init()->loadById($this->getParam(Scalr_UI_Controller_Environm...
(function() { var deprecate, hasModule, makeTwix, __slice = [].slice; hasModule = (typeof module !== "undefined" && module !== null) && (module.exports != null); deprecate = function(name, instead, fn) { var alreadyDone; alreadyDone = false; return function() { var args; args = 1 <...
/** * This code was auto-generated by a Codezu. * * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. */ package com.mozu.api.urls.platform; import com.mozu.api.MozuUrl; import com.mozu.api.utils.UrlFormatter; import org.joda.time.DateTime; public c...
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.JSData=e()}}(function(){var define,module,exports;re...
<Record> <Term>Urethral Stricture</Term> <SemanticType>Disease or Syndrome</SemanticType> <SemanticType>Anatomical Abnormality</SemanticType> <ParentTerm>Urethral Obstruction</ParentTerm> <ClassificationPath>Female Urogenital Diseases and Pregnancy Complications/Female Urogenital Diseases/Urologic Diseases/Urethra...
age = raw_input('How old are you?') height = raw_input('How tall are you?') weight = raw_input('How much do you weight?') print 'So you are %s years old, you are %s cm long and your weight is %s kg.' % \ (age, height, weight)
package nxt.user; import org.json.simple.JSONStreamAware; import javax.servlet.http.HttpServletRequest; import java.io.IOException; public final class GetNewData extends UserServlet.UserRequestHandler { static final GetNewData instance = new GetNewData(); private GetNewData() {} @Override JSONStre...
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@android:id/background"> <shape> <!-- Matches the progress bar background on Android 4.4. --> <solid android:color="#ff3a3f44"/> </shape> ...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/secretmanager/v1/resources.proto namespace Google\Cloud\SecretManager\V1; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * A secret payload resource in...