text
stringlengths
3
1.05M
using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; using NUnit.Framework; using System; using Orchard.Environment; using Orchard.Environment.Configuration; using Orchard.FileSystems.Media; namespace Orchard.Tests.Storage { [TestFixture] public class FileSystemStorage...
namespace blink { class ExecutionContext; class LocalFrame; class ScriptPromise; class ScriptState; class ScreenOrientationController; class ScreenOrientation final : public RefCountedGarbageCollectedEventTargetWithInlineData<ScreenOrientation> , public DOMWindowProperty { DEFINE_EVENT_TARGET_REFCOUNTING_...
package ua.com.fielden.platform.gis.gps; /** * Wrapper class to avoid null handling. * * @author TG Team * * @param <T> */ public class Option<T> { private final T value; public Option(final T value) { this.value = value; } public boolean hasValue() { return value != null; ...
using System; using System.Globalization; using System.Reflection; using System.Runtime.Serialization; using Umbraco.Core.Models.EntityBase; using Umbraco.Core.Persistence.Mappers; namespace Umbraco.Core.Models { /// <summary> /// Represents a Language /// </summary> [Serializable] [D...
/** * Each section of the site has its own module. It probably also has * submodules, though this boilerplate is too simple to demonstrate it. Within * `src/app/home`, however, could exist several additional folders representing * additional modules that would then be listed as dependencies of this one. * For exam...
class Test { public void test() { // boolean function-available(string) addFunction(decls, new FunctionImpl("function-available", XPathType.BOOLEAN, new Parameter(XPathType.STRING, Parameter.Kind.REQUIRED))); // node-set current() addFunction(decls, new FunctionImpl("current", XPathT...
cask 'ballast' do version '1.2.1' sha256 '947c0c417ddf0fa0abcdb4d8e9b49f9e26bf17bd3590261f0d8ca1acabe8cf97' # github.com/jamsinclair/ballast was verified as official when first introduced to the cask url "https://github.com/jamsinclair/ballast/releases/download/v#{version}/ballast-v#{version}.zip" appcast 'h...
package com.twitter.inject.tests import com.google.inject.{Key, Guice} import com.twitter.finatra.tests.Prod import com.twitter.inject.{Injector, Test} import com.twitter.inject.tests.module.{ClassToConvert, ComplexServiceFactory, DoEverythingModule} class TwitterModuleTest extends Test { val guiceInjector = Guice...
/*global define*/ define([ '../Core/BoundingRectangle', '../Core/Cartesian2', '../Core/Cartesian3', '../Core/Cartesian4', '../Core/Cartographic', '../Core/defined', '../Core/DeveloperError', '../Core/Math', '../Core/Matrix4', '../Core/Trans...
<?php // $script_URL = ""; if ($debug_mode == true) echo '<script src="../js/vendor/Chart.js" async></script>'; else echo '<script src="../js/vendor/Chart.min.js" async></script>'; ?> <script> (function () { "use strict"; var chartJSElem = document.createElement("script"), ...
Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger. [Godoc][godoc]. **Please note the Logrus API is not yet stable (pre 1.0). Logrus itself is completely stable and has been used in many large deployments. The core API is unlikely to change much but please version ...
//============================================================================= // Copyright 2006-2010 Daniel W. Dyer // // 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....
var arrayEvery = require('./internal/arrayEvery'), createOver = require('./internal/createOver'); /** * Creates a function that checks if **all** of the `predicates` return * truthy when invoked with the arguments provided to the created function. * * @static * @memberOf _ * @category Util * @param {...(Fun...
var v = 3; var v2: typeof v; var v3: string = v2; // Not assignment compatible interface I<T> { x: T; } interface J { } var numberJ: typeof J; //Error, cannot reference type in typeof var numberI: I<typeof v2>; var fun: () => I<number>; numberI = fun(); //// [typeofSimple.js] var v = 3; var v2; var v3 = v2; //...
title: Asymptotic Notation localeTitle: Notação Assintótica --- ## Notação Assintótica Como medimos o valor de desempenho de algoritmos? Considere como o tempo é um dos nossos recursos mais valiosos. Na computação, podemos medir o desempenho com o tempo que um processo leva para ser concluído. Se os dados processados...
// DATA_TEMPLATE: empty_table oTest.fnStart( "oSearch" ); $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable( { "sAjaxSource": "../../../examples/ajax/sources/arrays.txt", "bDeferRender": true } ); var oSettings = oTable.fnSettings(); oTest.fnWaitTest( "Default ...
#include "ABI44_0_0ViewEventEmitter.h" namespace ABI44_0_0facebook { namespace ABI44_0_0React { #pragma mark - Accessibility void ViewEventEmitter::onAccessibilityAction(const std::string &name) const { dispatchEvent("accessibilityAction", [name](jsi::Runtime &runtime) { auto payload = jsi::Object(runtime); ...
<!-- Starcraft RPG Character Sheet --> <!-- by Jordan W. --> <!-- based on DnD 3.5 sheet from Diana P. --> <!-- Header / Character Description --> <input type="checkbox" class="sheet-pc-charrpinfo-show sheet-arrow" title="charrpinfo-show" name="attr_charrpinfo-show" value="1" checked /><span style="text-align: left;" ...
#import "MGSBreakpointDelegate.h" #import "MGSDragOperationDelegate.h" #import "MGSFragariaTextViewDelegate.h" #import "SMLSyntaxColouringDelegate.h" #import "SMLAutoCompleteDelegate.h" #import "SMLSyntaxDefinition.h" #import "MGSFragariaView.h" #import "MGSFragariaView+Definitions.h...
<!DOCTYPE html> <html lang="en"> <!-- Mirrored from www.themeon.net/nifty/v2.2.1/forms-wizard.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 20 Aug 2015 17:42:24 GMT --> <!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack --> <head> <meta charset...
package com.google.cloud.dataflow.sdk.runners.worker; import static com.google.cloud.dataflow.sdk.runners.worker.SourceTranslationUtils.cloudSourceOperationResponseToSourceOperationResponse; import static com.google.cloud.dataflow.sdk.runners.worker.SourceTranslationUtils.readerProgressToCloudProgress; import static...
default_app_config = 'oscar.apps.offer.config.OfferConfig'
<?php namespace GuzzleHttp\Promise\Tests; use GuzzleHttp\Promise\RejectionException; class Thing1 { public function __construct($message) { $this->message = $message; } public function __toString() { return $this->message; } } class Thing2 implements \JsonSerializable { p...
class CiService < Service def category :ci end def supported_events %w(push) end # Return complete url to build page # # Ex. # http://jenkins.example.com:8888/job/test1/scm/bySHA1/12d65c # def build_page(sha, ref) # implement inside child end # Return string with build status or...
warning: 'This file is auto generated by `npm run web:inject`, do not edit by hand' examples: - |- var $string = "\t\t\t\nThis is\tan example\nstring\n" var $tok = strtok($string, " \n\t") var $b = '' while ($tok !== false) {$b += "Word="+$tok+"\n"; $tok = strtok(" \n\t");} var $result = $b estarg...
/** * Abstract; see the various scale implementations. * * @class Represents a scale; a function that performs a transformation from * data domain to visual range. For quantitative and quantile scales, the domain * is expressed as numbers; for ordinal scales, the domain is expressed as * strings (or equivalently ...
package DDG::Goodie::IsAwesome::v0tti; # ABSTRACT: My first Goodie use DDG::Goodie; use strict; zci answer_type => "is_awesome_v0tti"; zci is_cached => 1; name "IsAwesome v0tti"; description "My first Goodie, it lets the world know that v0tti is awesome"; primary_example_queries "duckduckhack v0tti"; category "spe...
<!--- 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.0 (the "Licens...
<img src="images/design/architecture.png" width="800"> - **UI**, **Uti**, **Backend**, **TestDriver** : self explanatory. - **Pref** : Handles user preferences. - **GitHub** : An adapter to access GitHub remote API. - **Filters** : Handles processing of filters used to filter issues. ## UI Component <img src="images...
<?xml version="1.0" ?> <srv:container xmlns="http://symfony.com/schema/dic/doctrine" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:srv="http://symfony.com/schema/dic/services" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd ...
ACCEPTED #### According to Index Fungorum #### Published in Cat. Lich. Univers. 8: 585 (1931) #### Original name Psora bracteata Hoffm. ### Remarks null
require 'test_helper' class ItemsControllerTest < ActionController::TestCase setup do @item = items(:one) end test "should get index" do get :index assert_response :success assert_not_nil assigns(:items) end test "should get new" do get :new assert_response :success end test "s...
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. var onResize = function() { var x = window.innerWidth; var y = window.innerHeight; var height = (x > ASPECT_RATIO * y) ? y : Math.floor(x / ASPECT_...
import React from 'react'; import RaisedButton from 'material-ui/lib/raised-button'; class MButton extends React.Component { render() { return ( <RaisedButton label="Default" /> ); } } export default MButton;
<?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 Lic...
<html> <head> <meta name="OpenGamma-JavaDoc" content="@PublicAPI" /> </head> <body> <p>Defines tuple data structures.</p> </body> </html>
package org.apache.sling.provisioning.model; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import org.junit.Test; public class VersionTest { @Test public void testSameVersion() { final String v1 = "1"; final String v10 = "1.0"; final String ...
<?php namespace Doctrine\DBAL\Platforms; use Doctrine\DBAL\Schema\ForeignKeyConstraint; use Doctrine\DBAL\Schema\Identifier; use Doctrine\DBAL\Schema\Index; use Doctrine\DBAL\Schema\Sequence; use Doctrine\DBAL\Schema\Table; use Doctrine\DBAL\Schema\TableDiff; use Doctrine\DBAL\DBALException; use Doctrine\DBAL\Types\...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : (global = global || self, factory(global.jQuery)); }(this, function ($) { 'use strict'; $ = $ && $.hasOwnProperty('def...
from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('common', '0002_auto_20141123_1242'), ] operations = [ migrations.AlterField( model_name='country', name='description', ...
package cloudstack import ( "encoding/json" "fmt" "net/url" "strconv" "strings" ) type CreateAccountParams struct { p map[string]interface{} } func (p *CreateAccountParams) toURLValues() url.Values { u := url.Values{} if p.p == nil { return u } if v, found := p.p["account"]; found { u.Set("account", v....
package org.apache.geode.internal.cache; import org.junit.experimental.categories.Category; import org.junit.Test; import static org.junit.Assert.*; import org.apache.geode.test.dunit.cache.internal.JUnit4CacheTestCase; import org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase; import org.apache.geode.t...
<?php namespace Metadata\Driver; interface FileLocatorInterface { function findFileForClass(\ReflectionClass $class, $extension); }
""" ============= Masked Arrays ============= Arrays sometimes contain invalid or missing data. When doing operations on such arrays, we wish to suppress invalid values, which is the purpose masked arrays fulfill (an example of typical use is given below). For example, examine the following array: >>> x = np.array(...
DLTFeedResponseSerializer ====== [![Build Status](https://img.shields.io/travis/dcaunt/DLTFeedResponseSerializer.svg)](https://travis-ci.org/dcaunt/DLTFeedResponseSerializer) An AFNetworking response serializer for [Dalton](https://github.com/dcaunt/Dalton). ## Contact [@dcaunt](https://twitter.com/dcaunt) ## Lic...
#import "PFAnonymousAuthenticationProvider.h" #import <Bolts/BFTask.h> NSString *const PFAnonymousUserAuthenticationType = @"anonymous"; @implementation PFAnonymousAuthenticationProvider ///-------------------------------------- #pragma mark - PFAnonymousAuthenticationProvider ///---------------------------------...
 #include "Keyboard-winrt.h" using namespace cocos2d; using namespace Platform; using namespace Concurrency; using namespace Windows::System; using namespace Windows::System::Threading; using namespace Windows::UI::Core; using namespace Windows::UI::Input; using namespace Windows::UI::Xaml; using namespace Windows::...
use_inline_resources if defined?(use_inline_resources) include ::Opscode::Ark::ProviderHelpers # From resources/default.rb # :install, :put, :dump, :cherry_pick, :install_with_make, :configure, :setup_py_build, :setup_py_install, :setup_py # # Used in test.rb # :install, :put, :dump, :cherry_pick, :install_with_make, ...
package org.elasticsearch.action.admin.indices.get; import org.elasticsearch.action.ActionRequestValidationException; import org.elasticsearch.action.support.master.info.ClusterInfoRequest; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.common.io.stream.StreamOutput; import org.elast...
// Type definitions for HashMap 2.0.3 // Project: https://github.com/flesler/hashmap // Definitions by: Rafał Wrzeszcz <http://wrzasq.pl>, Vasya Aksyonov <https://github.com/outring> // Definitions: https://github.com/borisyankov/DefinitelyTyped declare class HashMap<TKey, TValue> { /** * Creates an empty ha...
<?php namespace frontend\models; use Yii; /** * This is the model class for table "c_version". * * @property integer $id * @property string $version * @property string $note1 * @property string $note2 * @property string $note3 * @property string $dupdate */ class Version extends \yii\db\ActiveRecord { /...
namespace CqrsAzureDemo.Infrastructure.Messaging { using System; using System.Collections.Concurrent; using System.Linq; using System.Threading; using System.Threading.Tasks; public class MessageStore : IMessageSender, IMessageReceiver { private static readonly BlockingCollection<object> Queue = new...
using System; using System.Security.Principal; using Xunit; public class WindowsIdentityTests { [Fact] public static void GetAnonymousUserTest() { WindowsIdentity windowsIdentity = WindowsIdentity.GetAnonymous(); Assert.NotNull(windowsIdentity); Assert.True(windowsIdentity.IsAnonymo...
#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" typedef enum { /* JPEG marker codes */ M_SOF0 = 0xc0, M_SOF1 = 0xc1, M_SOF2 = 0xc2, M_SOF3 = 0xc3, M_SOF5 = 0xc5, M_SOF6 = 0xc6, M_SOF7 = 0xc7, M_JPG = 0xc8, M_SOF9 = 0xc9, M_SOF10 = 0xca, M_SOF11 = 0xcb, M_SOF1...
import { combineLatest } from '../../operator/combineLatest'; declare module '../../Observable' { interface Observable<T> { combineLatest: typeof combineLatest; } }
package iso9660wrap import ( "encoding/binary" "io" "math" "strings" "time" ) const SectorSize uint32 = 2048 type SectorWriter struct { w io.Writer p uint32 } func (w *SectorWriter) Write(p []byte) uint32 { if len(p) >= math.MaxUint32 { Panicf("attempted write of length %d is out of sector bounds", len(p)...
<?php include('../screendb_conn.php'); include('../login.php'); if(isset($_SESSION['userType']) && $_SESSION['userType']==2) { $email=$_SESSION['userEmail']; $custid_sql="SELECT cust_id, page_refresh_time from customer_master WHERE cust_email_id='$email'"; $custresult = mysqli_query($conn, $custid_sql); ...
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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.apa...
<?php class Kwf_Cache extends Zend_Cache { private static $_instances = array(); /** * @return Zend_Cache_Core */ public static function factory($frontend, $backend, $frontendOptions = array(), $backendOptions = array(), $customFrontendNaming = false, $customBackendNaming = false, $autoload = fal...
package org.teachingkidsprogramming.section04mastery; import org.teachingextensions.logo.Tortoise; import org.teachingextensions.logo.utils.ColorUtils.ColorWheel; import org.teachingextensions.logo.utils.ColorUtils.PenColors; public class KnottedRing { public static void main(String[] args) { Tortoise.show();...
@echo off echo [INFO] create db. echo [INFO] please confirm db encoding utf-8. echo [INFO] please confirm has modified es/web/pom.xml--^>profile--^>development---^>connection.admin.url/connection.username/password cd %~dp0 cd ../web call mvn db:create cd ../bin pause
package git4idea.commands; import javax.annotation.Nonnull; import consulo.util.dataholder.Key; import com.intellij.openapi.util.text.StringUtil; /** * @author Kirill Likhodedov */ public class GitSimpleEventDetector implements GitLineHandlerListener { @Nonnull private final Event myEvent; private boolean myHa...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package br.uff.ic.oceano.ostra.controller; import br.uff.ic.oceano.controller.BaseBean; import br.uff.ic.oceano.core.exception.ServiceException; import br.uff.ic.oceano.core.factory.ObjectFactory; import br.uff.ic.ocea...
package validation import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1beta1 "k8s.io/apimachinery/pkg/apis/meta/v1beta1" "k8s.io/apimachinery/pkg/util/validation/field" ) // ValidateTableOptions returns any invalid flags on TableOptions. func ValidateTableOptions(opts *metav1beta1.TableOptions) field.Er...
<?php class WebDriverResponseStatus { const Success = 0; //The command executed successfully. const NoSuchElement =7; //An element could not be located on the page using the given search parameters. const NoSuchFrame =8; //A request to switch to a frame could not be satisfied because the frame...
import React from "react"; declare module "react-body-classname" { declare type Props = { children?: React.ChildrenArray<any>, className: string }; declare class BodyClassName extends React$Component<Props> { static rewind(): string; } declare module.exports: typeof BodyClassName; }
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace PCExpert.Web.Api { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.ax...
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> <f:layout name="Default" /> <f:section name="Border"> <f:cObject typoscriptObjectPath="lib.dynamicContent" data="{pageUid: '{data.uid}', colPos: '3', slide: '{theme.pagelayout.{pagelayout}.colPos.3.slide}'}" /> </f:...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Messaggio da {shop_name}</title> </head> <body> <table style="font-family: Verdana,sans-serif; font-size: 11px; colo...
layout: post date: 2012-03-07 time: "10:00:00" authors: ["Greg Wilson"] title: Software Carpentry Meetup at PyCon category: ["Community"] --- <p>I'm not able to be at PyCon this year, but if Software Carpentry fans would like to get together, Shreyas Cholia is organizing a lunchtime meetup on Friday. Please <a href="m...
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Demande incorrecte</title> <style type...
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- 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...
.class final Lcom/android/internal/os/RuntimeInit$1; .super Lorg/apache/harmony/luni/internal/util/TimezoneGetter; .source "RuntimeInit.java" # annotations .annotation system Ldalvik/annotation/EnclosingMethod; value = Lcom/android/internal/os/RuntimeInit;->commonInit()V .end annotation .annotation system Ldalvi...
// // Copyright (c) Microsoft. 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 l...
package org.apache.hadoop.hdfs.server.namenode; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.classification.InterfaceAudience; import org.apache.hadoop.fs.XAttr; import org.apache.hadoop.hdfs.protocol.QuotaExceededException; /** * XAttrStorage is used to read and set xattrs for an i...
set -e set -x shopt -s dotglob readonly name="KWSys" readonly ownership="KWSys Upstream <kwrobot@kitware.com>" readonly subtree="Modules/ThirdParty/KWSys/src/KWSys" readonly repo="https://gitlab.kitware.com/utils/kwsys.git" readonly tag="master" readonly shortlog=true readonly paths=" " extract_source () { git_ar...
``` meteor add aramk:google-maps-marker-label ``` ## Usage Relies on [meteor-googlemaps](https://github.com/drewjw81/meteor-googlemaps/). ``` GoogleMaps.init {}, -> map = new google.maps.Map(mapNode, mapOptions) # Initialize library: this must be called before use. MarkerWithLabel.init() ``` ## References * ...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2010-2015 Evolveum ~ ~ 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...
<!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" > <title>Berlin 2013 - Proposal</title> <meta name="author" content="Wes Mason" > <link rel="alternate" type="application/r...
Article 1039 ---- Toute disposition testamentaire sera caduque si celui en faveur de qui elle est faite n'a pas survécu au testateur.
from __future__ import absolute_import, print_function, unicode_literals # from django.db.utils import IntegrityError from django.test import TestCase from ..models import DeviceOwner, Facility, FacilityUser class UserSanityTestCase(TestCase): """ Sanity checks basic functionality of user models. """ ...
/* * * * (c) 2010-2020 Torstein Honsi * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; import H from '../parts/Globals.js'; import Point from '../parts/Point.js'; import U from '../parts/Utilities.js'; var defined = U.de...
using System; #if !TARGET_JVM using Mono.System.Xml.Serialization.Advanced; #endif namespace Mono.System.Xml.Serialization { public abstract class SchemaImporter { SchemaImporterExtensionCollection extensions; internal SchemaImporter () { } public SchemaImporterExtensionCollection Extensions { ge...
package com.google.zxing.client.android.result.supplement; import android.content.Context; import android.widget.TextView; import com.alibaba.weex.R; import com.google.zxing.client.android.HttpHelper; import com.google.zxing.client.android.history.HistoryManager; import com.google.zxing.client.result.URIParsedResul...
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: AssemblyTi...
/** * This file is part of the CernVM File System. * * A mediator to transform old data structures into new one on reload */ #ifndef CVMFS_COMPAT_H_ #define CVMFS_COMPAT_H_ #include <google/sparse_hash_map> #include <pthread.h> #include <sched.h> #include <stdint.h> #include <cassert> #include <string> #include...
#include "dev/moteid.h" #include "lib/simEnvChange.h" #include "lib/random.h" const struct simInterface moteid_interface; // COOJA variables int simMoteID; char simMoteIDChanged; int simRandomSeed; /*-----------------------------------------------------------------------------------*/ static void doInterfaceAction...
<header>Neteja les variables d'entorn</header> Si s'activa, totes les variables d'entorn relacionades amb HTTP utilitzades normalment per Webmin es netejaran abans d'executar l'ordre. Això pot ser útil si algunes d'aquestes variables poden confondre l'ordre (p. ex., un script PHP). <p> <hr>
package certificates import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" api "k8s.io/kubernetes/pkg/apis/core" ) // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // Describes a certificate signing request type CertificateSigningRequest struct { metav1.TypeMeta // +optional metav1.Obje...
package com.zj.action.chapter07; import java.math.BigInteger; import java.util.ArrayList; import java.util.List; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import static java.util.concurrent.TimeUnit.SECONDS; /** * PrimeGenerator * <p> * Using a volatile field to hold canc...
<component name="libraryTable"> <library name="Maven: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.5.4"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.5.4/jackson-module-jaxb-annotations-2.5.4.jar!/" /> </CLASSES> <JAVA...
#include <stdarg.h> #include "avcodec.h" #include "libavutil/avstring.h" #include "libavutil/bprint.h" #include "ass_split.h" #include "ass.h" #define WEBVTT_STACK_SIZE 64 typedef struct { AVCodecContext *avctx; ASSSplitContext *ass_ctx; AVBPrint buffer; unsigned timestamp_end; int count; cha...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html llang="en"> <head> <!-- Generated by javadoc (1.8.0_60) on Sat Nov 19 21:36:48 KST 2016 --> <title>Elm327Streams (Edgent v1.0.0)</title> <meta name="date" content="2016-11-19"> <link rel="styles...
<?php require __DIR__ . '/BaseYii.php'; /** * Yii is a helper class serving common framework functionalities. * * It extends from [[\yii\BaseYii]] which provides the actual implementation. * By writing your own Yii class, you can customize some functionalities of [[\yii\BaseYii]]. * * @author Qiang Xue <qiang....
<?xml version="1.0" encoding="UTF-8"?> <html><body class="spl" id="spl"> <div class="DocumentTitle"> <p class="DocumentTitle"><strong>CLENZIDERM THERAPEUTIC- benzoyl peroxide lotion </strong><br>OMP, INC.<br></p> <p class="disclaimer">Disclaimer: Most OTC drugs are not reviewed and approved by FDA, however they may be ...
from subprocess import Popen, PIPE, STDOUT import os, sys import xmlrpclib import cPickle class _Method(object): def __init__(self, proxy, name): self.proxy = proxy self.name = name def __call__(self, *args): #print "CALL", self.name, args z = getattr( self.proxy, self.name, ...
package org.openntf.domino.big; import java.util.Date; public interface ItemMeta extends BaseMeta { public NoteMeta getParent(); public void setLastModified(Date lastModified); public Date getLastModified(); public ItemType getItemType(); public void setItemType(ItemType type); public or...
#ifndef TORRENT_SOCKET_HPP_INCLUDED #define TORRENT_SOCKET_HPP_INCLUDED #ifdef _MSC_VER #pragma warning(push, 1) #endif // if building as Objective C++, asio's template // parameters Protocol has to be renamed to avoid // colliding with keywords #ifdef __OBJC__ #define Protocol Protocol_ #endif #if defined TORREN...
#include "fboss/agent/ApplyThriftConfig.h" #include "fboss/agent/FbossError.h" namespace facebook { namespace fboss { std::pair<std::shared_ptr<SwitchState>, std::string> applyThriftConfigDefault( std::shared_ptr<SwitchState>, const Platform*, const cfg::SwitchConfig* prevConfig) { throw FbossError("...
package org.apache.cassandra.streaming; import java.io.File; import java.io.IOException; import java.util.concurrent.ExecutionException; import java.util.concurrent.TimeUnit; import com.google.common.io.Files; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import org.apache.cassandra...