text
stringlengths
3
1.05M
package org.apache.hadoop.hbase.regionserver; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.SortedSet; import java.util.concurrent.atomic.AtomicLong; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; im...
.note-editor { /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ } .note-editor article, .note-editor aside, .note-editor details, .note-editor figcaption, .note-editor figure, .note-editor footer, .note-editor header, .note-editor hgroup, .note-editor main, .note-editor nav, .note-editor section, .note-e...
public class Main { static final long NUM_ITERATIONS = 50000; static volatile double negInfinity = Double.NEGATIVE_INFINITY; public static void main(String args[]) { long sumInf = 0; long sumRes = 0; for (long i = 0 ; i < NUM_ITERATIONS ; i++) { //Every second iterat...
<?php namespace Application; use Zend\Mvc\ModuleRouteListener; class Module { public function onBootstrap($e) { $e->getApplication()->getServiceManager()->get('translator'); $eventManager = $e->getApplication()->getEventManager(); $moduleRouteListener = new ModuleRouteListener(...
<?php namespace Alchemy\Embed\Media; use Symfony\Component\HttpFoundation\Request; class ChainedResourceResolver implements ResourceResolver { /** @var ResourceResolver[]|array */ private $resolvers; /** * @param array|ResourceResolver[] $resolvers */ public function __construct($resolvers...
require('babel/register'); var config = require('../config.json'); var socketServer = require('./server/socket-server.js'); socketServer.start(config.port);
<!DOCTYPE html> <html style="position:absolute; left:100px; top:100px; width:100px; height:100px; background:green;"> <head> <script> // This test ensures we paint the entirety of the root background even when zooming page out if (window.internals) { internals.setPageScaleFactorLimits(0.5, 4); internals.setPage...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v6.0.1 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
var config = require('../') var test = require('tape') test('test basic properties of config', function (t) { t.ok(isObject(config.ecmaFeatures)) t.ok(isObject(config.env)) t.ok(isObject(config.globals)) t.ok(isObject(config.rules)) t.ok(Array.isArray(config.plugins)) t.end() }) function isObject (obj) ...
rlsh is a roguelike game with a unix shell inspired interface and theme
package org.springframework.boot.test.autoconfigure.data.cassandra; import java.util.UUID; import com.datastax.oss.driver.api.core.CqlSession; import com.datastax.oss.driver.api.core.CqlSessionBuilder; import org.junit.jupiter.api.Test; import org.testcontainers.junit.jupiter.Container; import org.testcontainers.ju...
<!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_45) on Thu Oct 13 19:29:16 UTC 2016 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> liquibase.diff.output (Liquibase ...
package org.apache.camel.component.splunk; import org.apache.camel.CamelExecutionException; import org.apache.camel.EndpointInject; import org.apache.camel.Producer; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.component.splunk.event.Splunk...
package org.guvnor.ala.pipeline.execution.marshalling; import org.guvnor.ala.marshalling.impl.JSONBaseMarshaller; import org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTraceImpl; /** * PipelineExecutorTraceImpl marshaller implementation. */ public class PipelineExecutorTraceImplMarshaller extends ...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.10.0-master-dd11583 */ (function( window, angular, undefined ){ "use strict"; /** * @ngdoc module * @name material.components.progressCircular * @description Circular Progress module! */ angular.module('material.components...
use combine::{ parser::{ byte::bytes_cmp, char::{digit, letter, string, string_cmp}, choice::{choice, optional}, combinator::{attempt, no_partial, not_followed_by}, error::unexpected, range::{self, range}, repeat::{count, count_min_max, many, sep_by, sep_end_b...
#ifndef BOOST_ASIO_IMPL_WRITE_HPP #define BOOST_ASIO_IMPL_WRITE_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include <boost/asio/associated_allocator.hpp> #include <boost/asio/associated_executor.hpp> #include <boost/asio/buffer.hpp> #inc...
namespace Microsoft.Azure.Management.Redis.Models { using System.Linq; /// <summary> /// Sku parameters supplied to the create redis operation. /// </summary> public partial class Sku { /// <summary> /// Initializes a new instance of the Sku class. /// </summary> ...
package client import ( "bytes" "encoding/json" "fmt" "io/ioutil" "net/http" "strings" "testing" "github.com/docker/docker/api/types" "github.com/docker/docker/api/types/filters" "github.com/docker/docker/api/types/swarm" "github.com/stretchr/testify/assert" "golang.org/x/net/context" ) func TestSecretLi...
<!--- 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...
'use strict'; var Interface = require('../../../core/net/interface'); var MACAddress = require('../../../core/net/mac-address'); var IP4Address = require('../../../core/net/ip4-address'); module.exports = function(opts) { opts = opts || {}; var ip = opts.ip || new IP4Address(127, 0, 0, 1); var mask = opts.mask ...
/* Includes ------------------------------------------------------------------*/ #include "stm32f2xx_hal.h" /** @addtogroup STM32F2xx_HAL_Driver * @{ */ /** @defgroup PCDEx PCDEx * @brief PCD Extended HAL module driver * @{ */ #ifdef HAL_PCD_MODULE_ENABLED /* Private types ------------------------------...
import { TiledMap } from "./TiledMap"; /** * @internal */ export class IMap{ static TiledMap:typeof TiledMap=null; }
from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ("blog", "0002_auto_20150527_1555"), ] operations = [ migrations.AlterField( model_name="blogcategory", name="slug", field=models.CharField( ...
namespace ui { //////////////////////////////////////////////////////////////////////////////// // // AccessibleViewState // // A cross-platform struct for storing the core accessibility information // that should be provided about any UI view to assistive technology (AT). // //////////////////////////////////////...
.medium-insert-images, .mediumInsert { text-align: center; } .medium-insert-images figure, .mediumInsert figure { margin: 0; display: block; } .medium-insert-images figure img, .mediumInsert figure img { max-width: 100%; margin-top: 1em; vertical-align: top; } .medium-insert-imag...
using System; using System.Globalization; using System.Linq; using System.Reflection; namespace BeerBuzzBackend.Areas.HelpPage.ModelDescriptions { internal static class ModelNameHelper { // Modify this to provide custom model name mapping. public static string GetModelName(Type type) { ...
import * as React from 'react'; import { IconBaseProps } from 'react-icon-base'; export default class TiSortNumerically extends React.Component<IconBaseProps> { }
title: Use the Double Equals to Assert Equality localeTitle: Utilice el doble igual para afirmar la igualdad --- ## Utilice el doble igual para afirmar la igualdad Esto es un talón. [Ayuda a nuestra comunidad a expandirla](https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/information-security...
<?php namespace Stevenmaguire\Yelp\v3; class RateLimit { /** * Created at, ISO 8601 format * * @var string */ public $createdAt; /** * Daily limit * * @var integer */ public $dailyLimit; /** * Remaining * * @var integer */ public $r...
Implementierung einer Smart Home Umgebung (Bachelorarbeit von Jannis Jahr) ## Zusammenfassung ## Ein Projekt im Rahmen meiner Bachelorarbeit. Das Programm dient der Abfrage von Stati in der Umgebung. Dazu kann ein Arduino am PC angeschlossen werden, der bestimmte Sensoren besitzen kann. ### Screenshot ### ![Screenshot...
package org.netbeans.lib.cvsclient.admin; import org.netbeans.lib.cvsclient.file.DirectoryObject; import org.netbeans.lib.cvsclient.file.FileUtils; import org.netbeans.lib.cvsclient.file.ICvsFileSystem; import org.jetbrains.annotations.NonNls; import java.io.File; import java.io.IOException; /** * @author Thomas ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
//this might was already extended by ES5 shim feature (function($){ "use strict"; var webshims = window.webshims; if(webshims.defineProperties){return;} var defineProperty = 'defineProperty'; var has = Object.prototype.hasOwnProperty; var descProps = ['configurable', 'enumerable', 'writable']; var extendUndefin...
# V3VisualStudio Interface between ClientV3 and NuGet.VisualStudio/VSSDK
// Copyright 2016 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. package org.chromium.webapk.lib.client; import android.content.Intent; /** * WebApkNavigationClient provides an API to get an intent to launch a WebAPK...
#ifndef GRPC_CORE_LIB_SECURITY_TRANSPORT_TSI_ERROR_H #define GRPC_CORE_LIB_SECURITY_TRANSPORT_TSI_ERROR_H #include "src/core/lib/iomgr/error.h" #include "src/core/lib/tsi/transport_security_interface.h" grpc_error *grpc_set_tsi_error_result(grpc_error *error, tsi_result result); #endif /* GRPC_CORE_LIB_SECURITY_TR...
<?php /** * PHPExcel_Writer_Excel2007_Rels * * @category PHPExcel * @package PHPExcel_Writer_Excel2007 * @copyright Copyright (c) 2006 - 2010 PHPExcel (http://www.codeplex.com/PHPExcel) */ class PHPExcel_Writer_Excel2007_Rels extends PHPExcel_Writer_Excel2007_WriterPart { /** * Write relationships to ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
from logilab.common.decorators import monkeypatch from sphinx.ext import autodoc class DocstringOnlyModuleDocumenter(autodoc.ModuleDocumenter): objtype = 'docstring' def format_signature(self): pass def add_directive_header(self, sig): pass def document_members(self, all_members=False)...
<?php namespace Symfony\Component\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Reference; use ...
<?php use Behat\Behat\Context\SnippetAcceptingContext; use Behat\Gherkin\Node\PyStringNode; use Behat\Gherkin\Node\TableNode; use Behat\Behat\Tester\Exception\PendingException; use GuzzleHttp\Client; /** * Behat context class. */ class FeatureContext implements SnippetAcceptingContext { protected $client; p...
<?php namespace GestionParcInfo\ParcInfoBundle\Repository; use Doctrine\ORM\EntityRepository; /** * RevendeurRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class RevendeurRepository extends EntityRepository { }
Package :mod:`apps.widgets.wallpost` ==================================== .. automodule:: apps.widgets.wallpost :members: Module :mod:`apps.widgets.wallpost.views` ----------------------------------------- .. automodule:: apps.widgets.wallpost.views :members:
package org.apache.cassandra.cql3; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; public class NonNativeTimestampTest extends CQLTester { @Test public void setServerTimestampForNonCqlNativeStatements(...
require 'test_helper' class AuthorsHelperTest < ActionView::TestCase end
""" Module where the base class and the specialization of different type of Model are """ #for future compatibility with Python 3-------------------------------------------------------------- from __future__ import division, print_function, unicode_literals, absolute_import #End compatibility block for Python 3--------...
package io.netty.channel.udt; import com.barchart.udt.TypeUDT; import com.barchart.udt.nio.KindUDT; import io.netty.buffer.ByteBufAllocator; import io.netty.channel.ChannelConfig; import io.netty.channel.ChannelException; import io.netty.channel.ChannelOption; import io.netty.channel.MessageSizeEstimator; import io.n...
package oiasso.systems.rest.api.config; import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer; public class ServletInitializer extends AbstractAnnotationConfigDispatcherServletInitializer { @Override protected Class<?>[] getServletConfigClasses() { return...
// Code generated by protoc-gen-go. // source: test.proto // DO NOT EDIT! /* Package testdata is a generated protocol buffer package. It is generated from these files: test.proto It has these top-level messages: GoEnum GoTestField GoTest GoSkipTest NonPackedTest PackedTest MaxTag OldMessage NewMessage Inn...
package org.apache.camel.jsonpath; import java.io.File; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; public class JsonPathWithSimpleCBRTest extends CamelTestSupport { @Override protected RouteBuilder createRouteBuilder() throws E...
package integrationtest import ( "bytes" "errors" "io" "math" "testing" context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context" "github.com/ipfs/go-ipfs/core" coreunix "github.com/ipfs/go-ipfs/core/coreunix" mocknet "github.com/ipfs/go-ipfs/p2p/net/mock" "github.com/ipfs/go-ipfs/p2p...
package com.amazonaws.services.directory.model.transform; import java.util.Map; import java.util.Map.Entry; import com.amazonaws.services.directory.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import static com...
using System; using System.Runtime.CompilerServices; namespace System.Security.Cryptography { /// <summary> /// Abstract base class for implementations of the AES algorithm /// </summary> #if !FEATURE_CORECLR [TypeForwardedFrom("System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c5...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Sample Pay</title> <style media="screen"> body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: ...
using Xunit; namespace System.Runtime.InteropServices.Tests { #pragma warning disable 0618 // CurrencyWrapper is marked as Obsolete. public class CurrencyWrapperTests { [Theory] [InlineData(-1)] [InlineData(0)] [InlineData(1)] public void Ctor_DecimalValue(double value) ...
directory "#{node[:tmpdir]}/isis" do mode "755" owner "nobody" action :create end
.terminal .terminal-output .format, .cmd .format, .cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{ display: inline-block; } .terminal h1, .terminal h2, .terminal h3, .terminal h4, .terminal h5, .terminal h6, .terminal pre, .cmd { margin: 0; } .terminal h1, .terminal h2, .terminal h3, .termin...
export const TYPES = { CLIPPING_RECTANGLE: 'ClippingRectangle', GROUP: 'Group', SHAPE: 'Shape', TEXT: 'Text', }; export const EVENT_TYPES = { onClick: 'click', onMouseMove: 'mousemove', onMouseOver: 'mouseover', onMouseOut: 'mouseout', onMouseUp: 'mouseup', onMouseDown: 'mousedown', }; export fu...
@implementation ObjcClass - (void)test{ SwiftClass *swiftClass = [[SwiftClass alloc] init]; NSString *retString = [swiftClass testSwiftMethod:@"ObjcClass name" block:^NSString * _Nonnull(NSString * _Nonnull value) { NSLog(@"%s, %@",__FUNCTION__, value); return @"From ObjcClass return.";...
namespace gfx { // Initialization of the scale factor that should be applied for rendering // in this process. Must be called before attempts to call any of the getter // methods below in this file, e.g. in the early toolkit/resource bundle setup. // This can be called multiple times during various tests, but subseque...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_fscanf_multiply_16.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-16.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: fscanf Read data from the console using fscanf() ...
;(function ($){ 'use strict'; var BLTabar=false; //User Browse Stack var BLUserBrowseStack=[]; //Mode var BLDesignMode=false; var BLDevelopMode=false; if(getQueryString("bldesignmode")){ BLDesignMode=true; } var BLHomeSence=false; function getURLPrams(){ var currentUrl=window.location.href; va...
namespace g{namespace Fuse{namespace Scripting{struct Context;}}} namespace g{namespace Fuse{namespace Scripting{struct Object;}}} namespace g{namespace Uno{namespace Collections{struct Dictionary;}}} namespace g{ namespace Fuse{ namespace Scripting{ // public abstract class Context :20 // { struct Context_type : uTy...
BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN template< BOOST_MPL_AUX_NTTP_DECL(char, N) > struct char_; BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_CLOSE BOOST_MPL_AUX_ADL_BARRIER_DECL(char_) #endif // BOOST_MPL_CHAR_FWD_HPP_INCLUDED
package org.jooq.util; import org.jooq.util.ColumnDefinition; import org.jooq.util.DefaultGeneratorStrategy; import org.jooq.util.Definition; import org.jooq.util.SchemaDefinition; import org.jooq.util.TableDefinition; /** * @author G. Miceli */ public class CustomGeneratorStrategy extends DefaultGeneratorStrategy ...
""" Views for managing Neutron Networks. """ from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse_lazy from django.utils.translation import ugettext_lazy as _ from horizon import exceptions from horizon import forms from horizon import tables from horizon.utils import memoized from...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; namespace Microsoft.CodeAnalysis { publ...
<?xml version="1.0" encoding="utf-8"?> <!-- --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ListView android:id="@android:id/list" android:layout_width="match_...
module Azure::Network::Mgmt::V2019_09_01 module Models # # Defines values for WebApplicationFirewallMode # module WebApplicationFirewallMode Prevention = "Prevention" Detection = "Detection" end end end
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Api\V2010\Account\AvailablePhoneNumberCountry; use Twilio\Options; use Twilio\Values; abstract class MobileOptions { /** * @param integer $areaCode Find phone numbers in ...
#include "arm_math.h" /** * @ingroup groupStats */ /** * @addtogroup STD * @{ */ /** * @brief Standard deviation of the elements of a Q31 vector. * @param[in] *pSrc points to the input vector * @param[in] blockSize length of the input vector * @param[out] ...
using System.Diagnostics; namespace System.Globalization { // List of calendar data // Note the we cache overrides. // Note that localized names (resource names) aren't available from here. // // NOTE: Calendars depend on the locale name that creates it. Only a few // properties are av...
package com.intellij.codeInspection.wrongPackageStatement; import com.intellij.codeInsight.FileModificationService; import com.intellij.codeInsight.daemon.QuickFixBundle; import com.intellij.codeInspection.LocalQuickFix; import com.intellij.codeInspection.ProblemDescriptor; import com.intellij.openapi.diagnostic.Logg...
Label styles ## Install ```sh $ npm install shoelace-ui-label ``` ## Usage ```styl @require 'shoelace-ui-label' ``` ## License MIT
<?php class Twig_Tests_Node_ModuleTest extends Twig_Test_NodeTestCase { public function testConstructor() { $body = new Twig_Node_Text('foo', 1); $parent = new Twig_Node_Expression_Constant('layout.twig', 1); $blocks = new Twig_Node(); $macros = new Twig_Node(); $trait...
// (C) Copyright Edward Diener 2011,2012,2013 // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt). #if !defined(BOOST_TTI_HAS_STATIC_MEMBER_DATA_HPP) #define BOOST_TTI_HAS_STATIC...
<html> <body> Changes anonymous class type parameters in live template. </body> </html>
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.8.1 */ md-input-container { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflo...
/** * @requires OpenLayers/Layer/XYZ.js */ /** * Class: OpenLayers.Layer.Bing * Bing layer using direct tile access as provided by Bing Maps REST Services. * See http://msdn.microsoft.com/en-us/library/ff701713.aspx for more * information. Note: Terms of Service compliant use requires the map to be * configu...
#ifndef TENSORFLOW_COMPILER_XLA_SERVICE_HLO_MATCHERS_H_ #define TENSORFLOW_COMPILER_XLA_SERVICE_HLO_MATCHERS_H_ #include "tensorflow/compiler/xla/service/hlo_instruction.h" #include "tensorflow/compiler/xla/test.h" namespace xla { namespace testing { class HloMatcher : public ::testing::MatcherInterface<const HloI...
Changing page settings ###################### The django CMS toolbar offers other useful editing tools. Switch to *Edit* mode on one of your pages, and from the toolbar select *Page* > *Page settings...*. The *Change page* dialog that opens allows you to manage key settings for your page. .. image:: /user/tutorial/i...
![Semantic](http://www.semantic-ui.com/images/logo.png) # Semantic UI [![Join the chat at https://gitter.im/Semantic-Org/Semantic-UI](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Semantic-Org/Semantic-UI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![ProjectTalk Message...
 using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell.Interop; using IServiceProvider = System.IServiceProvider; namespace Microsoft.VisualStudio.Project { /// <summary> /// The purpose of t...
package com.mongodb.binding; import com.mongodb.async.SingleResultCallback; /** * An asynchronous factory of connection sources to servers that can be written to, e.g, a standalone, a mongos, or a replica set primary. * * @since 3.0 */ public interface AsyncWriteBinding extends ReferenceCounted { /** ...
const DocumentedItem = require('./item'); const DocumentedParam = require('./param'); class DocumentedConstructor extends DocumentedItem { registerMetaInfo(data) { if(data.params) { if(data.params.length > 0) { for(let i = 0; i < data.params.length; i++) data.params[i] = new DocumentedParam(this, data.params...
#include "config.h" #ifdef SKIP_STATIC_CONSTRUCTORS_ON_GCC #define CSSPROPERTYSOURCEDATA_HIDE_GLOBALS 1 #endif #include "CSSPropertySourceData.h" #include "PlatformString.h" #include <wtf/StaticConstructors.h> #include <wtf/text/StringHash.h> namespace WebCore { SourceRange::SourceRange() : start(0) , en...
[![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] Constant case a string. Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, nu...
``` public KieSession getKieSession(String rules) { KieServices kieServices = KieServices.Factory.get(); KieFileSystem kfs = kieServices.newKieFileSystem(); kfs.write("src/main/resources/rules/rules.drl", rules.getBytes()); KieBuilder kieBuilder = kieServices.newKieBuilder(kfs).build...
var common = require('../../common'); var assert = require('assert'); var Connection = common.Connection; var pool = common.createPool({port: common.fakeServerPort}); var server = common.createFakeServer(); server.listen(common.fakeServerPort, function (err) { assert.ifError(err); pool.getConnectio...
export MACHTYPE=x86_64 export BINDIR=$(pwd)/bin mkdir -p $BINDIR (cd kent/src/lib && make) (cd kent/src/jkOwnLib && make) (cd kent/src/hg/lib && make) (cd kent/src/hg/mouseStuff/chainFilter && make) mkdir -p $PREFIX/bin cp bin/chainFilter $PREFIX/bin chmod +x $PREFIX/bin/chainFilter
package com.covisint.cf.servicebroker.jacoco; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; /** * A factory class for creating credential * * @version 1.0, 2015-10-09 * @author Lingeshm ...
<ompts:test> <ompts:testdescription>Test which checks that omp_in_parallel returns false when called from a serial region and true when called within a parallel region.</ompts:testdescription> <ompts:ompversion>2.0</ompts:ompversion> <ompts:directive>omp_in_parallel</ompts:directive> <ompts:testcode> INTEGER FUNC...
from .. import condition import pytest class TestYkmanInfo: def test_ykman_info(self, ykman_cli, info): output = ykman_cli("info").output assert "Device type:" in output if info.serial is not None: assert "Serial number:" in output assert "Firmware version:" in output ...
R CMD REMOVE --library=$PREFIX/lib/R/library/ rRDPData
<!doctype html> <title>CodeMirror: Real-world Uses</title> <meta charset="utf-8"/> <link rel=stylesheet href="docs.css"> <div id=nav> <a href="http://codemirror.net"><img id=logo src="logo.png"></a> <ul> <li><a href="../index.html">Home</a> <li><a href="manual.html">Manual</a> <li><a href="https://gi...
if (typeof process !== "undefined") { require("amd-loader"); require("./test/mockdom"); } define(function (require, exports, module) { "use strict"; var EditSession = require("./edit_session").EditSession; var Editor = require("./editor").Editor; var JavaScriptMode = require("./mode/javascri...
package godo import ( "fmt" "github.com/digitalocean/godo/context" ) const floatingBasePath = "v2/floating_ips" // FloatingIPsService is an interface for interfacing with the floating IPs // endpoints of the Digital Ocean API. // See: https://developers.digitalocean.com/documentation/v2#floating-ips type Floating...
package org.saddle import mat._ import scalar.{Scalar, ScalarTag} import ops.{BinOpMat, NumericOps} import scala.{specialized => spec} import java.io.OutputStream import org.saddle.index.{IndexIntRange, Slice} /** * `Mat` is an immutable container for 2D homogeneous data (a "matrix"). It is * backed by a single a...
<?xml version="1.0" encoding="iso-8859-1"?> <!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> <title>Module: Erubis::PercentLineEnhancer</title> <meta http-e...