text
stringlengths
3
1.05M
/** * Pipes the existing Observable sequence into a Node.js Stream. * @param {Stream} dest The destination Node.js stream. * @returns {Stream} The destination stream. */ observableProto.pipe = function (dest) { var source = this.pausableBuffered(); function onDrain() { source.resume(); ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
/** * @author zz85 / http://twitter.com/blurspline / http://www.lab4games.net/zz85/blog * * A general perpose camera, for setting FOV, Lens Focal Length, * and switching between perspective and orthographic views easily. * Use this only if you do not wish to manage * both a Orthographic and Perspective Camera ...
package de.greenrobot.event.test; import java.util.concurrent.CountDownLatch; import android.test.UiThreadTest; import de.greenrobot.event.EventBusException; /** * @author Markus Junginger, greenrobot */ public class EventBusCancelEventDeliveryTest extends AbstractEventBusTest { private Throwable failed; ...
package org.zaproxy.zap.view; import java.awt.Frame; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.HeadlessException; import java.awt.Insets; import javax.swing.JButton; import javax.swing.JPanel; import org.parosproxy.paros.Constant; import org.parosproxy.paros.extension.Abstract...
<?php /** * Adminhtml AdminNotification Severity Renderer * * @category Mage * @package Mage_Adminhtml * @author Magento Core Team <core@magentocommerce.com> */ class Mage_Adminhtml_Block_Notification_Grid_Renderer_Severity extends Mage_Adminhtml_Block_Widget_Grid_Column_Renderer_Abst...
using System.Reflection; [assembly: AssemblyTitle("Microsoft.Azure.Gallery.Specification.Tests")] [assembly: AssemblyDescription("Hydra specification for Gallery Tests")] [assembly: AssemblyCompany("Microsoft Corporation")] [assembly: AssemblyProduct("Windows Azure")] [assembly: AssemblyCopyright("Copyright (c) Micros...
<action> <field name="type">export</field> <field name="model">account.account</field> <field name="filename">accounts.csv</field> <field name="export_fields">["code", "name", "type", "parent_id", "tax_id", "description", "bank_type", "bank_name", "currency_id", "bank_no", "creditcard_no"]</field> </act...
namespace content { class PepperFileSystemBrowserHost; class PepperFileIOHost : public ppapi::host::ResourceHost, public base::SupportsWeakPtr<PepperFileIOHost> { public: typedef base::Callback<void (base::PlatformFileError)> NotifyCloseFileCallback; PepperFileIOHost(BrowserPpapiHo...
/**** Disabled cursor *****/ .soria .dijitSliderDisabled *, .soria .dijitDisabledClickableRegion, /* a region the user would be able to click on, but it's disabled */ .soria .dijitSpinnerDisabled *, .soria .dijitButtonDisabled *, .soria .dijitDropDownButtonDisabled *, .soria .dijitComboButtonDisabled *, .soria .dijitC...
'use strict'; var isImplemented = require('../../../array/from/is-implemented'); module.exports = function (a) { a(isImplemented(), true); };
ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) { return syscall(SYS_readlink, path, buf, bufsize); }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xliff PUBLIC "-//XLIFF//DTD XLIFF//EN" "http://www.oasis-open.org/committees/xliff/documents/xliff.dtd"> <xliff version="1.0"> <file source-language="EN" target-language="hu" datatype="plaintext" original="messages" date="2010-10-22T14:15:16Z" product-name="messages" x...
for file in *.sln; do echo "downgrading $file..." sed -i -re 's/Format Version 10.00/Format Version 9.00/g; s/Visual Studio 2008/Visual Studio 2005/g;' $file done for file in *.vcproj; do echo "downgrading $file..." sed -i -re 's/Version="9.00"/Version="8.00"/g;' $file done # Yes, really, that's...
package org.zmlx.hg4idea; import com.intellij.openapi.vcs.VcsException; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.zmlx.hg4idea.execution.HgCommandResult; import org.zmlx.hg4idea.util.HgErrorUtil; public abstract class HgErrorHandler { public static HgCommandResu...
<div> This description is placed on the project top page so that visitors can know what this job is about. You can use any HTML tags (or markup in the configured language) here. </div>
package types // ShutdownConfig represents the configuration to use when // shutting down an application type ShutdownConfig struct { CloseMessage string ErrorMessage string }
pyjson5 ------- A Python implementation of the JSON5 data format. `JSON5 <https://github.com/aseemk/json5>`_ extends the `JSON <http://www.json.org>`_ data interchange format to make it slightly more usable as a configuration language: * JavaScript-style comments (both single and multi-line) are legal. * Object key...
@extends('app') @section('content') <div class="container-fluid"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default"> <div class="panel-heading">Reset Password</div> <div class="panel-body"> @if (count($errors) > 0) <div class="alert alert-danger"> ...
if test -f package.json; then node -e "f = './package.json'; p = require(f); p.version = process.argv[1]; require('fs').writeFileSync(f, JSON.stringify(p, null, 2));" $2 fi # Sublime Package Control if test -f packages.json; then node -e "f = './packages.json'; p = require(f); pkg = p.packages[0]; pkg.last_modifie...
class OCServiceAccountSecret(OpenShiftCLI): ''' Class to wrap the oc command line tools ''' kind = 'sa' def __init__(self, config, verbose=False): ''' Constructor for OpenshiftOC ''' super(OCServiceAccountSecret, self).__init__(config.namespace, kubeconfig=config.kubeconfig, verbose=verbose...
package org.apache.commons.feedparser; import java.io.InputStream; /** * This FeedParser implementation is based on JDOM and Jaxen and is based around * XPath and JDOM iteration. While the implementation is straight forward it * has not been optimized for performance. A SAX based parser would certainl...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="zh_CN" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Gaeacoin</source> <translation>关于凯亚币</translation> </message>...
<?php namespace Zend\Code\Scanner; use Zend\Code\Annotation\AnnotationManager; use Zend\Code\NameInformation; class DocBlockScanner implements ScannerInterface { /** * @var bool */ protected $isScanned = false; /** * @var string */ protected $docComment = null; /** * @...
namespace EasyStorage { /// <summary> /// The various states of the SaveDevice. /// </summary> internal enum SaveDevicePromptState { /// <summary> /// The SaveDevice is doing nothing. /// </summary> None, /// <summary> /// The SaveDevice needs to show the StorageDevice selector. /// </...
package io.netty.buffer; import io.netty.util.Recycler; import io.netty.util.Recycler.Handle; import java.nio.ByteBuffer; import java.nio.ByteOrder; abstract class PooledByteBuf<T> extends AbstractReferenceCountedByteBuf { private final Recycler.Handle<PooledByteBuf<T>> recyclerHandle; protected PoolChun...
package org.springside.examples.showcase.demos.utilities.validate; import static org.assertj.core.api.Assertions.*; import java.util.List; import org.apache.commons.lang3.Validate; import org.junit.Test; import com.google.common.collect.Lists; /** * 演示用Apache Commons3的Validate,在代码中进行防御性校验. * * @author calvin ...
//----------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- /*++ Abstract: The file contains SafeHandles implementations for SSPI. These hand...
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */ #include <sstream> #include <limits> #include "ifcpp/model/AttributeObject.h" #include "ifcpp/model/BuildingException.h" #include "ifcpp/model/BuildingGuid.h" #include "ifcpp/reader/ReaderUtil.h" #include "ifcpp/writer/WriterUtil.h" #include...
==================== Model and Repository ==================== Usually this would now be the time to write a database schema which contains table definitions and lays out relations between the different tables. But Flow doesn't deal with tables. You won't even access a database manually nor will you write SQL. The ver...
- [Machine Learning Foundations: A Case Study Approach](https://www.coursera.org/learn/ml-foundations) - [Machine Learning: Regression](https://www.coursera.org/learn/ml-regression) - [Machine Learning: Classification](https://www.coursera.org/learn/ml-classification) - [Machine Learning: Clustering & Retrieval](https:...
require_dependency 'url_helper' require_dependency 'pretty_text' class CookedPostProcessor include ActionView::Helpers::NumberHelper attr_reader :cooking_options def initialize(post, opts={}) @dirty = false @opts = opts @post = post @previous_cooked = (@post.cooked || "").dup # NOTE: we re-...
Package.describe({ name: "modules-runtime", version: "0.12.0", summary: "CommonJS module system", git: "https://github.com/benjamn/install", documentation: "README.md" }); Npm.depends({ install: "0.13.0" }); Package.onUse(function(api) { api.addFiles(".npm/package/node_modules/install/install.js", [ ...
namespace Microsoft.Azure.Management.Media.Models { using Newtonsoft.Json; using System.Linq; /// <summary> /// The storage account details. /// </summary> public partial class StorageAccount { /// <summary> /// Initializes a new instance of the StorageAccount class. ...
GtkKeyBindingsHandler::GtkKeyBindingsHandler(GtkWidget* parent_widget) : handler_(CreateNewHandler()) { DCHECK(GTK_IS_FIXED(parent_widget)); // We need add the |handler_| object into gtk widget hierarchy, so that // gtk_bindings_activate_event() can find correct display and keymaps from // the |handler_| ob...
package main // Generic opcodes typically specify a width. The inputs and outputs // of that op are the given number of bits wide. There is no notion of // "sign", so Add32 can be used both for signed and unsigned 32-bit // addition. // Signed/unsigned is explicit with the extension ops // (SignExt*/ZeroExt*) and imp...
import logging import math from typing import Dict, List, Optional, Tuple import torch import torch.nn as nn import torch.nn.functional as F from fairseq import checkpoint_utils, utils from fairseq.data.data_utils import lengths_to_padding_mask from fairseq.models import ( FairseqEncoder, FairseqEncoderDecoder...
package com.sharksharding.sql.dialect.mysql.ast.statement; import com.sharksharding.sql.ast.SQLExpr; import com.sharksharding.sql.dialect.mysql.visitor.MySqlASTVisitor; public class MySqlShowGrantsStatement extends MySqlStatementImpl implements MySqlShowStatement { private SQLExpr user; public void accept0...
/*! * vuefire v2.0.0-alpha.10 * (c) 2018 Eduardo San Martin Morote * Released under the MIT License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.Vuefire = fac...
<?xml version="1.0" encoding="UTF-8"?> <Policy xmlns="urn:oasis:names:tc:xacml:2.0:policy:schema:os" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xacml:2.0:policy:schema:os access_control-xacml-2.0-policy-schema-os.xsd" PolicyId="urn:...
namespace Microsoft.AzureStack.Management.InfrastructureInsights.Admin { using Microsoft.Rest; using Microsoft.Rest.Azure; using Microsoft.Rest.Azure.OData; using Models; using System.Threading; using System.Threading.Tasks; /// <summary> /// Extension methods for ResourceHealthsOperati...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/cleanApplyButtonsBar" android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" android:orientation="vertical"> <View ...
package main import ( "fmt" "github.com/restic/restic/internal/options" "github.com/spf13/cobra" ) var optionsCmd = &cobra.Command{ Use: "options", Short: "Print list of extended options", Long: ` The "options" command prints a list of extended options. EXIT STATUS =========== Exit status is 0 if the comm...
local language = "english"; PLUGIN:AddPluginLanguage("cook_it", "%s cooks the %s", language); PLUGIN:AddPluginLanguage("food_uncook", "not cooked.", language); PLUGIN:AddPluginLanguage("food_worst", "utter shit.", language); PLUGIN:AddPluginLanguage("food_reallybad", "black garbage.", language); PLUGIN:AddPluginLangua...
<?php namespace dektrium\user\tests; use Codeception\Specify; use dektrium\user\models\RecoveryRequestForm; use tests\codeception\fixtures\UserFixture; use yii\codeception\TestCase; class RecoveryRequestTest extends TestCase { use Specify; /** * @var \dektrium\user\models\RecoveryRequestForm */ ...
/** */ package COSEM.InterfaceClasses.impl; import COSEM.InterfaceClasses.InterfaceClassesPackage; import COSEM.InterfaceClasses.Specialdaystable; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Specialdaystable</b></em>'. * <!-- end-user-doc -->...
package fake import ( v1 "github.com/openshift/api/security/v1" schema "k8s.io/apimachinery/pkg/runtime/schema" testing "k8s.io/client-go/testing" ) // FakePodSecurityPolicySubjectReviews implements PodSecurityPolicySubjectReviewInterface type FakePodSecurityPolicySubjectReviews struct { Fake *FakeSecurityV1 ns ...
#pragma once #include "../visualizationbase_api.h" #include "StaticStyle.h" #include "../declarative/DeclarativeItemBaseStyle.h" #include "../layouts/SequentialLayoutStyle.h" namespace Visualization { class VISUALIZATIONBASE_API VListStyle : public Super<DeclarativeItemBaseStyle> { public: ~VListStyle(); Pr...
package org.apache.camel.itest.springboot; import org.apache.camel.itest.springboot.util.ArquillianPackager; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.shrinkwrap.api.Archive; import org.junit.Test; import org.junit.runner.RunWith; @RunW...
// <copyright file="MatrixMarketWriter.cs" company="Math.NET"> // Math.NET Numerics, part of the Math.NET Project // http://numerics.mathdotnet.com // http://github.com/mathnet/mathnet-numerics // http://mathnetnumerics.codeplex.com // // Copyright (c) 2009-2014 Math.NET // // Permission is hereby granted, free of cha...
//==================================================================== // //File: $RCSfile: DescriptionPropertyDescriptor.java,v $ //Version: $Revision: 1.8 $ //Modified: $Date: 2013/01/10 23:20:17 $ // //(c) Copyright 2004-2014 by Mentor Graphics Corp. All rights reserved. // //========================...
=begin ########################################################################## # # INFIVERVE TECHNOLOGIES PTE LIMITED CONFIDENTIAL # __________________ # # (C) INFIVERVE TECHNOLOGIES PTE LIMITED, SINGAPORE # All Rights Reserved. # Product / Project: Flint IT Automation Platform # NOTICE: All information cont...
<Addin id="OpenSim.Framework.Communications" version="1.0"> <Runtime> <Import assembly="OpenSim.Framework.Communications.dll"/> </Runtime> <Dependencies> <Addin id="OpenSim" version="0.5" /> </Dependencies> <Extension path="/OpenSim/AssetCache"> <Cache id="Default" provider="Def...
var through = require('through2'); module.exports = function (file) { return through(function (buf, enc, next) { this.push(String(buf).replace(/AAA/g, '5')); next(); }); };
// @version 0.7.6 window.WebComponents = window.WebComponents || {}; (function(scope) { var flags = scope.flags || {}; var file = "webcomponents-lite.js"; var script = document.querySelector('script[src*="' + file + '"]'); if (!flags.noOpts) { location.search.slice(1).split("&").forEach(function(option) {...
namespace content { class WebContents; } namespace views { class Label; class LabelButton; } /////////////////////////////////////////////////////////////////////////////// // // SadTabView // // A views::View subclass used to render the presentation of the crashed // "sad tab" in the browser window when a renderer...
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only <gtk/gtk.h> can be included directly." #endif #ifndef __GTK_OVERLAY_H__ #define __GTK_OVERLAY_H__ #include <gtk/gtkbin.h> G_BEGIN_DECLS #define GTK_TYPE_OVERLAY (gtk_overlay_get_type ()) #define GTK_OVERLAY(obj) (G_...
import { AfterViewInit, Component, EventEmitter, OnInit, Output, ViewChild } from "@angular/core"; import { NgbModal } from "@ng-bootstrap/ng-bootstrap"; import log from "loglevel"; import { of, throwError } from "rxjs"; import { mergeMap } from "rxjs/operators"; import { ErrorService } from "../../../core/errorhandler...
import x = require('enhanced-resolve');
<!DOCTYPE html> <html ng-app="blocJams"> <head lang="en"> <meta charset="UTF-8"> <title>Bloc Jams Angular</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,800,600,700,300"> ...
import React from 'react'; import Field from '../Field'; import { Button, FormInput, InputGroup } from 'elemental'; module.exports = Field.create({ displayName: 'PasswordField', statics: { type: 'Password', }, getInitialState () { return { passwordIsSet: this.props.value ? true : false, showChangeUI: t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel.Composition; using Microsoft.CodeAnalysis.Editor; using Microsoft.CodeAna...
package org.apache.cassandra.io.util; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.MappedByteBuffer; import org.junit.Test; import junit.framework.Assert; public class ByteBufferDataInputTest { @Test public void testPositionAndSeek() throws IOException { ByteBufferDa...
<?php namespace Doctrine\Common\Persistence\Mapping\Driver; use Doctrine\Common\Persistence\Mapping\MappingException; /** * Locates the file that contains the metadata information for a given class name. * * This behavior is independent of the actual content of the file. It just detects * the file which is resp...
YUI.add('aui-form-builder-field-radio', function (A, NAME) { /** * The Form Builder Component * * @module aui-form-builder * @submodule aui-form-builder-field-radio */ var L = A.Lang, AEscape = A.Escape, getCN = A.getClassName, CSS_RADIO = getCN('radio'), CSS_FIELD = getCN('field'), CSS_FI...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*============================================================= ** ** Source: pal_initialize_twice.c ** ** Purpose: ...
.class Landroid/support/v4/view/ViewConfigurationCompat$HoneycombViewConfigurationVersionImpl; .super Landroid/support/v4/view/ViewConfigurationCompat$FroyoViewConfigurationVersionImpl; .source "ViewConfigurationCompat.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/supp...
<a name="luat.dok"/> # Lua Torch C API # luaT provides an API to interface Lua and C in Torch packages. It defines a concept of _classes_ to Lua for Torch, and provides a mechanism to easily handle these Lua classes from C. It additionally provides few functions that `luaL` should have defined, and defines several fu...
Article 1316-4 ---- La signature nécessaire à la perfection d'un acte juridique identifie celui qui l'appose. Elle manifeste le consentement des parties aux obligations qui découlent de cet acte. Quand elle est apposée par un officier public, elle confère l'authenticité à l'acte. Lorsqu'elle est électronique, elle con...
require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v11/errors/audience_error.proto", :syntax => :proto3) do add_message "google.ads.googleads.v11.errors.AudienceErrorEnum" do end add_enum "google.ads.googleads.v11.errors.AudienceErrorEnum.Aud...
<?php namespace Opifer\MediaBundle\DependencyInjection; use Opifer\MediaBundle\Entity\MediaDirectoryInterface; use Opifer\MediaBundle\File\ImageTypeGuesser; use Opifer\MediaBundle\Model\MediaInterface; use Symfony\Component\Config\FileLocator; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Co...
using System; using System.IO; using System.Collections; using System.Collections.Specialized; using System.Reflection; using System.Drawing; using System.Drawing.Imaging; using System.Text.RegularExpressions; using System.Globalization; using fyiReporting.RDL; namespace fyiReporting.RdlCmd { /// <summary> /// Rdl...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingTop="4dp" android:paddingBottom="4dp"> <TextView android:...
<!DOCTYPE html> <meta charset="utf-8"> <title>DataTransfer constructor test</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script> test(function() { var dt = new DataTransfer(); assert_equals(dt.dropEffect, "none"); assert_equals(dt.effectAllowed...
<html><head></head><body><script src="dom-module-extracted.js"></script></body></html>
// Copyright (c) 2015, Fujana Solutions - Moritz Maleck. All rights reserved. // For licensing, see LICENSE.md // Open image modal function showImage(imgSrc, imgStyle) { $("#imageFSimg").attr('src', imgSrc); $("#imageFSimg").attr('style', 'max-width:' + imgStyle + 'px'); $("#imageFullSreen").show...
package org.codehaus.groovy.transform.stc; import org.codehaus.groovy.GroovyBugError; import org.codehaus.groovy.ast.ASTNode; import org.codehaus.groovy.ast.ClassCodeVisitorSupport; import org.codehaus.groovy.ast.ClassHelper; import org.codehaus.groovy.ast.ClassNode; import org.codehaus.groovy.ast.GenericsType; impor...
module.exports = function reduce (input, callback) { };
__author__ = 'zephyre' def __init_app(): from celery import Celery from apiumworker.etcd_conf import get_config, project_conf runlevel = project_conf['runlevel'] if runlevel == 'production': apiumworker_name = 'apiumworker' elif runlevel == 'dev': apiumworker_name = 'apiumworker-d...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <meta name="robots" content="noindex" /> <title>File vendor/jms/serializer/src/JMS/Serializer/Metadata/StaticPropertyMetadata.php | seip</title> <script type="text/...
"""This is a simple example of a module to deal with Rocket MultiValue Named Common. NAMED COMMON common remains in memory until deleted with the ECL DELETECOMMON command, even if the program aborts. A Rocket MV BASIC program uses NAMED COMMON, and we can interact with these cariables from a module, like this ...
#include "ctkPluginFrameworkTestRunner.h" #include "ctkTestSuiteInterface.h" #include <ctkPluginFrameworkFactory.h> #include <ctkPluginFramework.h> #include <ctkPluginFrameworkLauncher.h> #include <ctkPluginContext.h> #include <ctkPluginException.h> #include <QStringList> #include <QPair> #include <QCoreApplicati...
<?xml version="1.0" encoding="utf-8"?> <rooms> <room><id>1</id><name>Room 1</name><floor>2</floor></room> <room><id>2</id><name>Room 2</name><floor>2</floor></room> <room><id>3</id><name>Room 3</name><floor>2</floor></room> <room><id>4</id><name>Room 4</name><floor>2</floor></room> <room><id>5<...
set -e source /build/buildconfig set -x ## Install init process. cp /build/bin/my_init /sbin/ mkdir -p /etc/my_init.d mkdir -p /etc/container_environment touch /etc/container_environment.sh touch /etc/container_environment.json chmod 700 /etc/container_environment groupadd -g 8377 docker_env chown :docker_env /etc/co...
import { Observer } from "rxjs/Observer"; import { Subscriber } from 'rxjs/Subscriber'; import { Subscription, TeardownLogic } from "rxjs/Subscription"; import { Observable } from "rxjs/Observable"; import { AnonymousSubject, Subject } from "rxjs/Subject"; import { Path } from "../common"; import { Handler, Handle...
{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_HADDOCK show-extensions #-} {- | Copyright : Copyright (C) 2006-2018 Bjorn Buckwalter License : BSD3 Maintainer : bjorn@buckwalter.se Stability : Stable Portability: GHC only Provides a 'Functor' instance for 'Dimensional'. Note that this instanc...
import * as React from 'react'; import { Omit } from '@material-ui/types'; import { StyledComponentProps } from './styles'; /** * A component whose root component can be controlled via a `component` prop. * * Adjusts valid props based on the type of `component`. */ export interface OverridableComponent<M extends O...
package org.apache.camel.util.concurrent; import java.util.concurrent.Callable; import java.util.concurrent.RejectedExecutionHandler; import java.util.concurrent.RunnableFuture; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.ThreadFactory; /** * Scheduled thread pool executor t...
var express = require('express'); var router = express.Router(); var fs = require('fs'); var middleware = require('./middleware'); var obj; router.all('/', function(req, res, next) { fs.readFile('public/geo/courts.geojson', handleFile); function handleFile(err, data) { if (err) throw err obj = JSON.parse...
<!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 followi...
<actions> <action id="CaptureMemorySnapShot" class="com.intellij.util.CaptureMemorySnapshotAction"/> </actions>
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Peter Cusacks Blog</title> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> </head> <body class="white"> <nav> <ul class="style-none nav-bar" > <a href="portfolio.html"><li class="portfolio light-gray">Portfolio</li></a> <a...
!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.selectivity=e()}}(function(){var define,module,export...
; (function($) { $.fn.highchartTable = function() { var allowedGraphTypes = ['column', 'line', 'area', 'spline', 'pie']; var getCallable = function (table, attribute) { var callback = $(table).data(attribute); if (typeof callback != 'undefined') { var infosCallback = callback.split(...
package com.example.android.sunshine.sync; import android.content.Context; import android.os.AsyncTask; import com.firebase.jobdispatcher.Job; import com.firebase.jobdispatcher.JobParameters; import com.firebase.jobdispatcher.JobService; import com.firebase.jobdispatcher.RetryStrategy; // COMPLETED (2) Make sure yo...
![alt tag](https://raw.github.com/dogfalo/materialize/master/images/materialize.gif) =========== [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/Dogfalo/materialize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Materialize, a CSS Framework based on material design ##...
FROM java:7 # Ignite version ENV IGNITE_VERSION 1.5.0.final WORKDIR /opt/ignite ADD http://www.us.apache.org/dist/ignite/1.5.0.final/apache-ignite-fabric-1.5.0.final-bin.zip /opt/ignite/ignite.zip # Ignite home ENV IGNITE_HOME /opt/ignite/apache-ignite-fabric-1.5.0.final-bin RUN unzip ignite.zip RUN rm ignite.zip...
// Generated by j/c/g/ipc/invalidation/common/proto_wrapper_generator package com.google.ipc.invalidation.ticl.proto; import com.google.ipc.invalidation.util.Bytes; import com.google.ipc.invalidation.util.ProtoWrapper; import com.google.ipc.invalidation.util.ProtoWrapper.ValidationException; import com.google.ipc.inv...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> MathCmds </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.hr...
describe Fastlane do describe Fastlane::FastFile do describe "Splunk MINT integration" do it "verbosity is set correctly" do expect(Fastlane::Actions::SplunkmintAction.verbose(verbose: true)).to eq "--verbose" expect(Fastlane::Actions::SplunkmintAction.verbose(verbose: false)).to eq "" ...