text
stringlengths
3
1.05M
/** * QuotaCheckError.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter. */ package com.google.api.ads.adwords.axis.v201506.cm; /** * Encapsulates the errors thrown during developer quota checks. */ public class QuotaCheckError extends com....
Article 1356 ---- L'aveu judiciaire est la déclaration que fait en justice la partie ou son fondé de pouvoir spécial. Il fait pleine foi contre celui qui l'a fait. Il ne peut être divisé contre lui. Il ne peut être révoqué, à moins qu'on ne prouve qu'il a été la suite d'une erreur de fait. Il ne pourrait être révoqu...
package com.google.javascript.jscomp.base.format; public class IllegalFormatFlagsException extends RuntimeException { public IllegalFormatFlagsException(String message) { super(message); } }
<?php /** * @since Class available since Release 2.0.0 */ class PHP_CodeCoverage_Report_XML_Totals { /** * @var DOMNode */ private $container; /** * @var DOMElement */ private $linesNode; /** * @var DOMElement */ private $methodsNode; /** * @var DOME...
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.CodeActions Imports Microsoft.CodeA...
package controllers.websockets; /** * Wraps and unwraps messages to be sent/received by the WebSocket in a common format. * * @author Alex Jarvis axj7@aber.ac.uk */ public class MessageWrapper { /** * Adds the custom frame prefix including the length of the message after the prefix. * * e.g. ~m~5~m~he...
module.exports = require('./lib/natural/');
#ifndef BOOST_INTERPROCESS_ROBUST_EMULATION_HPP #define BOOST_INTERPROCESS_ROBUST_EMULATION_HPP #if defined(_MSC_VER)&&(_MSC_VER>=1200) #pragma once #endif #include <boost/interprocess/detail/config_begin.hpp> #include <boost/interprocess/detail/workaround.hpp> #include <boost/interprocess/sync/interproces...
<!doctype html> <meta name="timeout" content="long"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/utils.js"></script> <script src="/common/dispatcher/dispatcher.js"></script> <script src="resources/helper.sub.js"></script> <script src="/s...
<?php namespace Core\Providers; use Domains\BotManager; use Domains\RoomManager; use Gitter\Client; use Illuminate\Container\Container; use Illuminate\Support\ServiceProvider; use Interfaces\Gitter\StandartGitterRoom; use Interfaces\Slack\StandartSlackRoom; /** * Class GitterClientServiceProvider * @package Core\P...
(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) { "use st...
#ifndef SYSTEM_MAX32600_H_ #define SYSTEM_MAX32600_H_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ extern void SystemInit (void); extern void SystemCoreClockUpdate (void); #ifdef __cplusplus } #endif #endif /* SYSTE...
""" This module defines export functions for decision trees. """ # Authors: Gilles Louppe <g.louppe@gmail.com> # Peter Prettenhofer <peter.prettenhofer@gmail.com> # Brian Holt <bdholt1@gmail.com> # Noel Dawe <noel@dawe.me> # Satrajit Gosh <satrajit.ghosh@gmail.com> # Trevor...
// Copyright 2010-2022 Google LLC // 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...
package org.pentaho.di.trans.steps.randomvalue; import java.util.Random; import javax.crypto.KeyGenerator; import org.pentaho.di.core.row.RowMetaInterface; import org.pentaho.di.core.util.UUID4Util; import org.pentaho.di.trans.step.BaseStepData; import org.pentaho.di.trans.step.StepDataInterface; /** * @author S...
using UnityEngine; using System; using System.Collections; using System.IO; using System.Runtime.InteropServices; /// This is the main GVR audio class that communicates with the native code implementation of /// the audio system. Native functions of the system can only be called through this class to /// preserve the ...
require 'spec_helper_acceptance' describe 'join function' do describe 'success' do pp = <<-DOC $a = ['aaa','bbb','ccc'] $b = ':' $c = 'aaa:bbb:ccc' $o = join($a,$b) if $o == $c { notify { 'output correct': } } DOC it 'joins arrays' do apply_manifest(pp, :...
/* Theme Name: Twenty Fourteen Description: Adds support for languages written in a Right To Left (RTL) direction. It's easy, just a matter of overwriting all the horizontal positioning attributes of your CSS stylesheet in a separate stylesheet file named rtl.css. See https://codex.wordpress.org/Right_to_Left_Language...
<component name="libraryTable"> <library name="fabric-1.1.1"> <CLASSES> <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/io.fabric.sdk.android/fabric/1.1.1/res" /> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/io.fabric.sdk.android/fabric/1.1.1/jars/classes.ja...
package org.apache.bookkeeper.sasl; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.Arrays; import java...
{# used directly by ajax finder views, and included from _run_column.html #} {% for object in finder.runs %} {% include "manage/finder/_run.html" %} {% endfor %}
<meta http-equiv="refresh" content="0; url=http://cmr-exchange.github.io/cmr-graph/current/"> <link rel="canonical" href="http://cmr-exchange.github.io/cmr-graph/current/" />
| what | where | |---------------|------------------------------------------------| | documentation | http://mongodb.github.io/node-mongodb-native/ | | apidoc | http://mongodb.github.io/node-mongodb-native/ | | source | https://github.com/mongodb/node-...
package virtualmachinedisk import ( "encoding/xml" "github.com/Azure/azure-sdk-for-go/management" ) // DiskClient is used to perform operations on Azure Disks type DiskClient struct { client management.Client } // CreateDiskParameters represents a disk // // https://msdn.microsoft.com/en-us/library/azure/jj15718...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <l...
@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> <noscript> <meta http-equiv="refresh" content="0;url=/badbrowser"> </noscript> <script> if (navigator.userAgent.search(/MSIE/) > 0) { window.location.re...
set -e # Source libraries. Uncomment if needed/defined #. "${RT_LIB}" . "${RT_PROJECT_ROOT}/_lib/lib.sh" NAME=test-ns clean_up() { rm -rf ${NAME}-* } trap clean_up EXIT linuxkit build -format kernel+initrd -name ${NAME} ../../common.yml test.yml RESULT="$(linuxkit run -cpus 2 ${NAME})" echo "${RESULT}" | grep -...
/* Generated By:JJTree: Do not edit this line. OTraverseProjectionItem.java Version 4.3 */ /* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=O,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package com.orientechnologies.orient.core.sql.parser; import jav...
.oo-ui-icon-bell { background-image: /* @embed */ url(themes/mediawiki/images/icons/bell.png); } .oo-ui-icon-bellOn { background-image: /* @embed */ url(themes/mediawiki/images/icons/bellOn-ltr.png); } .oo-ui-icon-eye { background-image: /* @embed */ url(themes/mediawiki/images/icons/eye.png); } .oo-ui-icon-eyeClos...
package org.motechproject.commcare.web; import org.motechproject.commcare.config.Config; import org.motechproject.commcare.domain.FormValueElement; import org.motechproject.commcare.events.FullFormEvent; import org.motechproject.commcare.events.FullFormFailureEvent; import org.motechproject.commcare.events.MalformedFo...
(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.explode = function( o, done ) { var rows = o...
<div class="layout__group sort-bucket--source" id="sourceBucket"> <?php for ($i=1; $i <= $answerCount; $i++) { ?> <label class="layout--card ripple answer answer--sort" data-order="<?php echo $i ?>"> <input hidden id="<?php echo "q{$q}-answer-{$i}" ?>" name="<?php echo "question_{$q}[]" ?>" value="<?php echo $i ?...
@interface OEXFindCourseInterstitialViewController () @property (strong, nonatomic) IBOutlet UILabel* topLabel; @property (strong, nonatomic) IBOutlet UILabel* bottomLabel; - (IBAction)openInBrowserTapped:(id)sender; - (IBAction)closeTapped:(id)sender; @end @implementation OEXFindCourseInterstitialViewController - (...
export interface Vacancy { _id: string; company_id: string; owner: string; title: string; creation_date: Date; location: string; type: string; position: string; description: string; required_skills: [{ text: string; }]; }
.mainWrapper { width: 576px; background-color: #f4f7f9; border-radius: 4px; display: flex; align-items: flex-start; } .innerWrapper { height: 96px; flex-grow: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 0; overflow: hidden; } .challengeTitle { width: 100%; m...
layout: page title: "Download" description: "" group: nav-right --- {% include JB/setup %} ### Download Zeppelin The latest release of Apache Zeppelin (incubating) is 0.5.0-incubating. Released on July 23, 2015 ([release notes](./docs/releases/zeppelin-release-0.5.0-incubating.html)) ([git tag](https://git-wip-us.apa...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>HeimdalKerberos5library: Heimdal Kerberos 5 PAC handling functions</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="styleshee...
.file-input { overflow-x: auto; } .file-loading { top: 0; right: 0; width: 25px; height: 25px; font-size: 999px; text-align: right; color: #fff; background: transparent url('../img/loading.gif') top left no-repeat; border: none; } .btn-file { position: relative; overflo...
toyplot.qt.png module ===================== .. automodule:: toyplot.qt.png :members: :undoc-members: :show-inheritance:
package org.wso2.siddhi.core.exception; public class CannotLoadClassException extends Exception { public CannotLoadClassException() { super(); } public CannotLoadClassException(String message) { super(message); } public CannotLoadClassException(String message, Throwable throwabl...
package org.apache.drill.exec.physical.impl.aggregate; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import javax.inject.Named; import org.apache.drill.common.expression.ErrorCollector; import org.apache.drill.common.expression.ErrorCollectorImpl; import o...
package com.facebook.buck.cli; import com.facebook.buck.testutil.integration.DebuggableTemporaryFolder; import com.facebook.buck.testutil.integration.ProjectWorkspace; import com.facebook.buck.testutil.integration.TestDataHelper; import com.google.common.base.Joiner; import com.google.common.collect.ImmutableList; ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="docgen-resources/docgen.css" type="text/css"> <meta name="generator" content="FreeMarker Docgen (Doc...
 using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace discuzAddonHelper { static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Application.EnableVisual...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>continuations: 27 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
package org.docksidestage.compatible10x.dbflute.cbean.cq; import org.dbflute.cbean.ConditionQuery; import org.dbflute.cbean.sqlclause.SqlClause; import org.docksidestage.compatible10x.dbflute.cbean.cq.bs.BsProductCategoryCQ; /** * The condition-query of PRODUCT_CATEGORY. * <p> * You can implement your original me...
namespace net { ChannelIDStore::ChannelID::ChannelID() { } ChannelIDStore::ChannelID::ChannelID(const std::string& server_identifier, base::Time creation_time, scoped_ptr<crypto::ECPrivateKey> key) : server_identifier_(server_identifier), ...
package org.zstack.header.vm; import org.zstack.header.message.NeedReplyMessage; /** * @ Author : yh.w * @ Date : Created in 21:23 2021/2/2 */ public class GetVmCapabilitiesMsg extends NeedReplyMessage implements VmInstanceMessage { private String vmInstanceUuid; public void setVmInstanceUuid(String vmI...
<xproc-config xmlns="http://xmlcalabash.com/ns/configuration" xmlns:ex="http://example.net/ns"> <implementation type="ex:throw-java-error" class-name="org.daisy.maven.xproc.xprocspec.ThrowJavaError"/> </xproc-config>
package com.opengamma.strata.pricer.swaption; import java.io.Serializable; import java.time.LocalDate; import java.time.ZonedDateTime; import java.util.Map; import java.util.NoSuchElementException; import java.util.Optional; import java.util.OptionalInt; import org.joda.beans.Bean; import org.joda.beans.BeanBuilder;...
/* * 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 * distribut...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootst...
package info import java.io.File import org.springframework.core.io.ClassPathResource /** * Created by siddhuwarrier on 27/07/2014. */ package object siddhuw { def getFileFromClasspath(filename: String): File = { if (new File(filename).exists()) { new File(filename) } else if (new ClassPathReso...
int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([ZCAppDelegate class])); } }
package org.apache.hadoop.hbase.master.cleaner; import java.io.IOException; import java.util.List; import java.util.concurrent.TimeUnit; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hbase.ScheduledChore; import org.apache.hadoop.hbase.Stoppable; import org.apache.hadoop.hbase.master.snapshot....
@interface BLAPIControllerTests : XCTestCase { BLAPIController* _apiController; } @end @implementation BLAPIControllerTests - (void)setUp { [super setUp]; _apiController = [[BLAPIController alloc] initWithBaseURL:[NSURL URLWithString:@"http://www.google.com"] sessionConfiguration:nil]; } - (void)tearDown...
require 'helper' describe_moneta "adapter_sequel" do def features [:create, :increment] end def new_store Moneta::Adapters::Sequel.new(db: (defined?(JRUBY_VERSION) ? "jdbc:mysql://localhost/moneta?user=root" : "mysql2://root:@localhost/moneta"), table: "adapter_sequel") end def load_value(value) ...
class BarBase { { boolean foo; boolean f = Foo.fo<caret> } } class Foo { static final Boolean foo; }
using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [DllImport(Libraries.SystemNative, EntryPoint = "SystemNative_InitializeConsole", SetLastError = true)] internal static extern bool InitializeConsole(); [DllImport(Librarie...
#import <Foundation/Foundation.h> @class FBAgentLaunchConfiguration; @class FBProcessInfo; @class FBSimulator; NS_ASSUME_NONNULL_BEGIN /** A Strategy for Launching Agents on a Simulator. */ @interface FBAgentLaunchStrategy : NSObject /** Creates a Strategy for the provided Simulator. @param simulator the Sim...
package libcontainer import ( "encoding/json" "fmt" "os" "strings" "syscall" "github.com/Sirupsen/logrus" "github.com/opencontainers/runc/libcontainer/cgroups" "github.com/opencontainers/runc/libcontainer/configs" "github.com/opencontainers/runc/libcontainer/netlink" "github.com/opencontainers/runc/libconta...
namespace _05.JSet { using System; using System.Collections.Generic; using _04.JHashTable; /// <summary> /// A new shiny set of elements /// </summary> /// <typeparam name="T">The type of elements in the JSet</typeparam> public class JSet<T> : IEnumerable<T> { private JHash...
class Zengineer: def __init__(self, username, verbose = False, douglas_county = True, full_tld_search = False, open_links = False): self.bios = [] self.ages = [] self.vines = [] self.emails = [] self.events = [] self.images = [] self.domains = [] self....
package org.apache.toree.kernel.interpreter.scala import org.apache.spark.repl.SparkIMain import scala.tools.nsc.interpreter.JPrintWriter import scala.tools.nsc.{Settings, interpreter} trait SparkIMainProducerLike { /** * Constructs a new instance of SparkIMain. * * @param settings The settings associat...
cask 'spear' do version :latest sha256 :no_check url 'http://www.klingbeil.com/spear/downloads/files/SPEAR_latest.dmg' name 'Spear' homepage 'http://www.klingbeil.com/spear' license :gratis app 'SPEAR.app' end
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2014 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
#import "TiUIClipboardProxy.h" #import "TiUtils.h" #import "TiApp.h" #import "TiBlob.h" #import "TiFile.h" #import "TiUtils.h" #import <MobileCoreServices/UTType.h> #import <MobileCoreServices/UTCoreTypes.h> typedef enum { CLIPBOARD_TEXT, CLIPBOARD_URI_LIST, CLIPBOARD_IMAGE, CLIPBOARD_UNKNOWN } ClipboardType; ...
Something other than numbers and characters has been used for a range. Erroneous code example: ```compile_fail,E0029 let string = "salutations !"; // The ordering relation for strings cannot be evaluated at compile time, // so this doesn't work: match string { "hello" ..= "world" => {} _ => {} } // This is ...
import { GraphQLNonNull, GraphQLObjectType, GraphQLString } from 'graphql'; import { mustBeLoggedInTo } from '../../../lib/auth'; import models from '../../../models'; import { canComment } from '../../common/expenses'; import { Forbidden, NotFound, Unauthorized, ValidationFailed } from '../../errors'; import { idDeco...
@implementation PTTaskHelper @synthesize task = task; + (PTTaskHelper *)instanceFromDictionary:(NSDictionary *)aDictionary { PTTaskHelper *instance = [[PTTaskHelper alloc] init]; [instance setAttributesFromDictionary:aDictionary]; return instance; } - (void)setAttributesFromDictionary:(NSDictio...
namespace Force.Blazer.Algorithms { /// <summary> /// Encoder of no compression version of Blazer algorithm /// </summary> /// <remarks>This is dummy decoder can be used for testing or storing data with Blazer structure</remarks> public class NoCompressionEncoder : IEncoder { /// <summary> /// Encodes given ...
license: 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 License, Version 2...
<?php namespace Chrismou\Phergie\Plugin\Php; use Phergie\Irc\Bot\React\AbstractPlugin; use Phergie\Irc\Bot\React\EventQueueInterface as Queue; use Phergie\Irc\Plugin\React\Command\CommandEventInterface as Event; use Doctrine\DBAL\DriverManager; use Psr\Log\LoggerAwareInterface; /** * Plugin class. * * @category...
export default [ { title: 'Progress', props: [ { name: '<code>type</code>', description: 'Type (color) of the progress bar, optional', type: 'String', values: `<code>is-white</code>, <code>is-black</code>, <code>is-light</co...
namespace { bool CheckInternalResourcesURL(const GURL& url) { return url.SchemeIs(content::kChromeUIScheme) && (url.host() == chrome::kChromeUISyncResourcesHost); } } // namespace ContextMenuContentTypeFactory::ContextMenuContentTypeFactory() { } ContextMenuContentTypeFactory::~ContextMenuContentTypeFactor...
<project default="all" basedir=".."> <path id="lib.path"> <fileset dir="util/java" includes="*.jar"/> </path> <taskdef resource="net/sf/antcontrib/antcontrib.properties"> <classpath> <pathelement location="util/java/ant-contrib-1.0b3.jar"/> </classpath> </taskdef> <taskdef resource="svntask....
# SuperAgent Super Agent is light-weight progressive ajax API crafted for flexibility, readability, and a low learning curve after being frustrated with many of the existing request APIs. It also works with Node.js! request .post('/api/pet') .send({ name: 'Manny', species: 'cat' }) .set('X...
package org.apache.camel.spring.remoting; import org.apache.camel.Message; public class Bean { public String sayHi(final BaseClass baseClass, Message message) { return baseClass.hi(); } public static class BaseClass { public String hi() { return "Hello from Base"; }...
requirejs.config({ map : { "*" : { 'tquery.renderers' : 'three.js/examples/js/renderers/CSS3DRenderer', } }, shim : { 'three.js/examples/js/renderers/CSS3DRenderer' : [ 'three.js/examples/js/renderers/SoftwareRenderer', 'three.js/examples/js/renderers/SVGRenderer', 'three.js/examples/js/renderers/W...
require 'formula' class Sloccount < Formula homepage 'http://www.dwheeler.com/sloccount/' url 'http://www.dwheeler.com/sloccount/sloccount-2.26.tar.gz' sha1 '505031c6adfb93e454aaf8b0ee7de04122079d13' depends_on 'md5sha1sum' patch :DATA def install rm "makefile.orig" # Delete makefile.orig or patch f...
package com.opengamma.masterdb.security; import java.net.URI; import org.threeten.bp.Instant; import com.opengamma.core.change.ChangeManager; import com.opengamma.master.security.impl.RemoteSecurityMaster; import com.opengamma.masterdb.TimeOverrideRequest; /** * Provides remote access to a {@link DbSecurityMaster...
import React from 'react' import { Provider } from 'react-redux' import { Router, Route, browserHistory } from 'react-router' import Index from './Index' // // COMPONENT // const Root = ({store}) => ( <Provider store={store}> <Router history={browserHistory}> <Route path='/' component={Index} /> <R...
<?xml version="1.0" encoding="utf-8" standalone="no"?> <translate xmlns:android="http://schemas.android.com/apk/res/android" android:fromXDelta="100.0%" android:fromYDelta="0.0%" android:toXDelta="0.0%" android:toYDelta="0.0%" android:duration="500"/>
Facter.add("concat_basedir") do setcode do File.join(Puppet[:vardir],"concat") end end
package lscc import "fmt" //InvalidFunctionErr invalid function error type InvalidFunctionErr string func (f InvalidFunctionErr) Error() string { return fmt.Sprintf("invalid function to lscc %s", string(f)) } //InvalidArgsLenErr invalid arguments length error type InvalidArgsLenErr int func (i InvalidArgsLenErr...
package io.netty.handler.codec.marshalling; import io.netty.channel.ChannelHandlerContext; import io.netty.util.concurrent.FastThreadLocal; import org.jboss.marshalling.Marshaller; import org.jboss.marshalling.MarshallerFactory; import org.jboss.marshalling.MarshallingConfiguration; /** * {@link UnmarshallerProvid...
require 'spec_helper' class AdditionProducer include IvoryTower::Producer end $addition_value = 0 class AdditionConsumer include IvoryTower::Consumer def consume(message) $addition_value = message["addends"].first + message["addends"].last end end describe 'Sending a message' do before :each do a...
namespace ash { namespace internal { ResizeShadowController::ResizeShadowController() { } ResizeShadowController::~ResizeShadowController() { for (WindowShadowMap::const_iterator it = window_shadows_.begin(); it != window_shadows_.end(); ++it) { it->first->RemoveObserver(this); } } void ResizeShadowCo...
__title__ = 'kafka' __version__ = '0.2-alpha' __author__ = 'David Arthur' __license__ = 'Apache License 2.0' __copyright__ = 'Copyright 2012, David Arthur under Apache License, v2.0' from kafka.client import KafkaClient from kafka.connection import KafkaConnection from kafka.protocol import ( create_message, creat...
@interface TPDDProfileCellContainerView : TPDDCellContainerView @end
/*! * Qoopido.js library v3.4.8, 2014-7-24 * https://github.com/dlueth/qoopido.js * (c) 2014 Dirk Lueth * Dual licensed under MIT and GPL */ !function(e){window.qoopido.register("function/load/css",e)}(function(e,t,n,i,o,r){"use strict";var s={};return function(e,t){t=t||"all";var n,i=e+":"+t,a=s[i];return a||(a=s[i]=r...
package com.coolweather.app.model; public class County { private int id; private String countyName; private String countyCode; private int cityId; public County() { } public County(int id, String countyName, String countyCode, int cityId) { this.id = id; this.countyName = countyName; this....
#include "win32_types.h" #include "Win32_variadicFunctor.h" #include <windows.h> #include <stdexcept> #include <map> using namespace std; DLLMap& DLLMap::getInstance() { static DLLMap instance; // Instantiated on first use. Guaranteed to be destroyed. return instance; } DLLMap::DLLMap() { }; LPVOID DLLMap::...
package http_test import ( "testing" "github.com/bakins/k8s-client" "github.com/bakins/k8s-client/http" "github.com/stretchr/testify/assert" ) func TestReplicaSetList(t *testing.T) { withTestNamespace(t, func(t *testing.T, c *http.Client, n *client.Namespace) { list, err := c.ListReplicaSets(n.Name, nil) as...
ARG BASEIMAGE FROM $BASEIMAGE COPY html/nautilus.jpg nautilus.jpg COPY html/data.json data.json CMD ["test-webserver"]
package org.apache.mesos.mini; import com.mashape.unirest.http.Unirest; import com.mashape.unirest.http.exceptions.UnirestException; import org.apache.mesos.mini.mesos.MesosClusterConfig; import org.json.JSONObject; import org.junit.Assert; import org.junit.ClassRule; import org.junit.Test; public class MesosClusterT...
// Copyright 2014 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
#include <rtthread.h> #include <rtdevice.h> #include <board.h> #include "drv_uart.h" #ifdef RT_USING_SERIAL //#define DRV_DEBUG #define LOG_TAG "drv.uart" #include <drv_log.h> #if !defined(BSP_USING_UART1) && !defined(BSP_USING_UART2) && !defined(BSP_USING_UART3) && \ !defined(BSP_USING_UART4) #erro...
/* global JSON, JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */ window.onload = function () { // wait for load in a dumb way because B-0 'use strict'; var cw = '/*!\n' + ' * Bootstrap v3.4.1 (https://getbootstrap.com/)\n' + ' * Copyright 2011-' + new D...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:sec="http://www.springframework.org/schema/security" xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:xsi="http://www.w3.org/2001/XMLSchema...