text
stringlengths
3
1.05M
package org.apache.drill.exec.server.rest; import java.util.Collection; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.CountDownLatch; import javax.xml.bind.annotation.XmlRootElement; import com.google.common.collect.Lists; import com.google.common.collect.Maps; impo...
import decode from 'jwt-decode'; export function getTokenExpirationDate(token){ const decoded = decode(token) if(!decoded.exp) { return null } const date = new Date(0) // The 0 here is the key, which sets the date to the epoch date.setUTCSeconds(decoded.exp) return date } export function isTokenExpir...
package org.intellij.plugins.xpathView.search; import com.intellij.openapi.module.Module; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Disposer; import org.intellij.plugins.xpathView.ui.InputForm; import org.intellij.plugins.xpathView.ui.InputFormPanel; import javax.swing.*; public ...
"""Unit tests for the report initialization functions.""" import json import pathlib from unittest.mock import Mock, mock_open, patch from shared.initialization.report import import_example_reports, import_report from ..base import DataModelTestCase class ReportInitTest(DataModelTestCase): """Unit tests for th...
package com.netflix.hystrix.contrib.metrics.controller; /** * @author justinjose28 * */ public class HystrixConfigControllerTest extends HystricsMetricsControllerTest { @Override protected String getPath() { return "hystrix/config.stream"; } @Override protected boolean isStreamValid(String data) { retu...
package userspace import ( "reflect" "testing" "k8s.io/kubernetes/pkg/util" ) func TestRangeAllocatorEmpty(t *testing.T) { r := &util.PortRange{} r.Set("0-0") defer func() { if rv := recover(); rv == nil { t.Fatalf("expected panic because of empty port range: %+v", r) } }() _ = newPortRangeAllocator...
// snippet-start:[submit-data-app.JavaScript.dynamoClient] import { CognitoIdentityClient } from "@aws-sdk/client-cognito-identity"; import { fromCognitoIdentityPool } from "@aws-sdk/credential-provider-cognito-identity"; import { DynamoDBClient } from "@aws-sdk/client-dynamodb"; const REGION = "REGION"; const IDENTI...
module dijit.range{ export var BlockTagNames : any; export var _w3c : Object; export function getIndex (node:HTMLElement,parent:HTMLElement) : any; export function getNode (index:any[],parent:HTMLElement) : any; export function getCommonAncestor (n1:any,n2:any,root:any) : any; export function getAncestor (node:HTMLElem...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lice...
<?php namespace yii\helpers; use yii\base\InvalidParamException; use yii\base\Arrayable; use yii\web\JsExpression; /** * BaseJson provides concrete implementation for [[Json]]. * * Do not use BaseJson. Use [[Json]] instead. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */ class BaseJson { /** ...
<?php /** * @namespace */ namespace Zend\GData\YouTube; use Zend\GData\YouTube; /** * The YouTube comments flavor of an Atom Feed * * @uses \Zend\GData\Feed * @uses \Zend\GData\YouTube * @uses \Zend\GData\YouTube\CommentEntry * @category Zend * @package Zend_Gdata * @subpackage YouT...
// (C) Copyright Edward Diener 2011,2012 // 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_NAMESPACE_GEN_HPP) #define BOOST_TTI_NAMESPACE_GEN_HPP...
// ---------------------------------------------------------------------------------- // // 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...
var axios = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /***...
{-# LANGUAGE Trustworthy #-} {-# LANGUAGE NoImplicitPrelude #-} {-# OPTIONS_GHC -funbox-strict-fields #-} ----------------------------------------------------------------------------- -- | -- Module : GHC.IO.BufferedIO -- Copyright : (c) The University of Glasgow 2008 -- License : see libraries/base/LICE...
package org.peerbox.watchservice.integration; import static org.junit.Assert.assertTrue; import java.io.File; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import org.junit.Ignore; import org.junit.Test; import org.p...
<html> <body> Reports calls to non-generic-array manipulation methods like <code>Arrays.fill()</code> with mismatched argument types. Such calls don't do anything useful and are likely to be mistakes. <p><b>Example:</b></p> <pre><code> int foo(String[] strings) { return Arrays.binarySearch(strings, 1); } </code...
require "e2mmap" module IRB # An abstract output class for IO in irb. This is mainly used internally by # IRB::Notifier. You can define your own output method to use with Irb.new, # or Context.new class OutputMethod extend Exception2MessageMapper def_exception :NotImplementedError, "Need to define `%s'...
package org.apache.ignite.igfs; import java.util.concurrent.Callable; import org.apache.ignite.internal.util.typedef.F; import org.apache.ignite.lang.IgniteOutClosure; import org.jetbrains.annotations.Nullable; /** * Provides ability to execute IGFS code in a context of a specific user. */ public abstract class I...
<?php namespace yiiunit\framework\i18n; use yii\i18n\Formatter; use Yii; use yiiunit\TestCase; /** * Test for basic formatter functions * * See FormatterDateTest and FormatterNumberTest for date/number formatting. * * @group i18n */ class FormatterTest extends TestCase { /** * @var Formatter */ ...
/* ======================================================================== * DOM-based Routing * Based on http://goo.gl/EUTi53 by Paul Irish * * Only fires on body classes that match. If a body class contains a dash, * replace the dash with an underscore when adding it to the object below. * * .noConflict() * ...
<?php namespace Symfony\Bundle\FrameworkBundle; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\StreamedResponse; use Symfony\Component\HttpKernel\HttpKernelInterface; use Symfony\Component\HttpKernel\Controller\ControllerResolverInte...
<?php namespace W3TC; if ( !defined( 'W3TC' ) ) die(); // when separate config is used - each blog has own uploads // so nothing to upload from network admin $upload_blogfiles_enabled = $cdn_mirror || !is_network_admin() || !Util_Environment::is_using_master_config(); ?> <?php include W3TC_INC_DIR . '/options/comm...
YUI.add('datatable-mutable', function(Y) { /** Adds mutation convenience methods such as `table.addRow(data)` to `Y.DataTable`. (or other built class). @module datatable @submodule datatable-mutable @since 3.5.0 **/ var toArray = Y.Array, YLang = Y.Lang, isString = YLang.isString, isArray = YLang.isArr...
function [mrf, loglikHist] = mrfTrainEm(mrf, data, varargin) %% Train an mrf with partially observed data via EM % This does not currently update the undirected backbone parameters, only the local % CPDs. % data(n,i) = 0 if node i in case n is unobserved % data(n,i) = k if node i in case n is observed to be k % % 'loca...
.. _use-cases: Use Cases ========= This page lists some examples for tasks that RPyC excels in solving. Remote ("Web") Services ----------------------- Starting with RPyC 3.00, the library is *service-oriented*. This makes implementing **secure** remote services trivial: a service is basically a class that exposes ...
using System.ComponentModel; namespace LinqAn.Google.Dimensions { /// <summary> /// The name of the requested custom dimension, where 196 refers the number/index of the custom dimension. /// </summary> [Description("The name of the requested custom dimension, where 196 refers the number/index of the custom dimens...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.mycompany.rboss.service; import com.mycompany.rboss.DAO.CreditCardDAO; import com.mycompany.rboss.domain.CreditCard; impo...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Wed Oct 12 20:49:58 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.a...
// // detail/resolve_query_op.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under 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) // #ifndef BOOST...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Annls mycol. 37(3): 229 (1939) #### Original name Asterina deviata Syd., 1939 ### Remarks null
package org.apache.ignite.ml.optimization.updatecalculators; import org.apache.ignite.ml.math.functions.IgniteDifferentiableVectorToDoubleFunction; import org.apache.ignite.ml.math.functions.IgniteFunction; import org.apache.ignite.ml.math.primitives.matrix.Matrix; import org.apache.ignite.ml.math.primitives.vector....
package com.intellij.openapi.ui; import com.intellij.CommonBundle; import com.intellij.icons.AllIcons; import com.intellij.ide.ui.UISettings; import com.intellij.ide.util.PropertiesComponent; import com.intellij.idea.ActionsBundle; import com.intellij.openapi.Disposable; import com.intellij.openapi.MnemonicHelper; im...
export * from './ImageListItem'; export { default } from './ImageListItem'; export * from './imageListItemClasses'; export { default as imageListItemClasses } from './imageListItemClasses';
package fuzzer import ( fuzz "github.com/google/gofuzz" runtimeserializer "k8s.io/apimachinery/pkg/runtime/serializer" "k8s.io/kubernetes/pkg/apis/batch" ) func newBool(val bool) *bool { p := new(bool) *p = val return p } // Funcs returns the fuzzer functions for the batch api group. var Funcs = func(codecs...
class ProtocolMessage; namespace proto2 { class Message; } // namespace proto2 namespace testing { namespace internal { namespace { TEST(ConvertIdentifierNameToWordsTest, WorksWhenNameContainsNoWord) { EXPECT_EQ("", ConvertIdentifierNameToWords("")); EXPECT_EQ("", ConvertIdentifierNameToWords("_")); EXPECT_E...
/*$Id: MonochromeParam.java 3860 2005-02-08 17:35:08Z gunterze $*/ /***************************************************************************** * * * Copyright (c) 2002 by TIANI MEDGRAPH AG * * ...
<?php final class DoorkeeperAsanaRemarkupRule extends DoorkeeperRemarkupRule { public function apply($text) { return preg_replace_callback( '@https://app\\.asana\\.com/0/(\\d+)/(\\d+)@', array($this, 'markupAsanaLink'), $text); } public function markupAsanaLink($matches) { return $t...
#import "OCMInvocationExpectation.h" #import "NSInvocation+OCMAdditions.h" @implementation OCMInvocationExpectation - (void)setMatchAndReject:(BOOL)flag { matchAndReject = flag; if(matchAndReject) isSatisfied = YES; } - (BOOL)isMatchAndReject { return matchAndReject; } - (BOOL)isSatisfied { ...
<?xml version="1.0" encoding="utf-8"?> <translate android:duration="150" android:fromXDelta="0" android:toXDelta="100%p" android:interpolator="@android:anim/accelerate_decelerate_interpolator" xmlns:android="http://schemas.android.com/apk/res/android"> </translate>
package com.facebook.buck.cxx; import com.facebook.buck.graph.AbstractBreadthFirstTraversal; import com.facebook.buck.model.BuildTarget; import com.facebook.buck.util.immutables.BuckStyleTuple; import com.google.common.base.Predicates; import com.google.common.collect.ImmutableMap; import com.google.common.collect.I...
package cache import ( "testing" "time" kapi "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/fields" "k8s.io/kubernetes/pkg/labels" "k8s.io/kubernetes/pkg/util" authorizationapi "github.com/openshift/origin/pkg/authorization/api" testregistry "github.com/openshift/origin/pkg/authorization/registry/test" )...
package com.google.common.base; import com.google.gwt.core.client.EntryPoint; /** * A dummy entry point of the test module. * * @author Hayward Chan */ public class TestModuleEntryPoint implements EntryPoint { @Override public void onModuleLoad() { } }
module Fog module Compute class Openvz class Real def exec2_server(id,args) vzctl("exec2",{:ctid => id},args) end end class Mock def exec2_server(id, args) Fog::Mock.not_implemented end end end end end
/** * Prepends a sequence of values to an observable sequence with an optional scheduler and an argument list of values to prepend. * @example * var res = source.startWith(1, 2, 3); * var res = source.startWith(Rx.Scheduler.timeout, 1, 2, 3); * @param {Arguments} args The specified values to prepen...
/* * sitemap.js * Sitemap namespace module * 百度站长平台链接自动推送 */ /*jslint browser : true, continue : true, devel : true, indent : 2, maxerr : 50, newcap : true, nomen : true, plusplus : true, regexp : true, sloppy : true, vars : false, white : true */ /*global ...
package com.zandor300.zsbot; import org.jibble.pircbot.IrcException; import org.jibble.pircbot.PircBot; import java.io.IOException; /** * @author Zandor Smith * @since 1.0.0 */ public class ZSBot extends PircBot { public static void main(String[] args) { try { String password = ""; for(String arg : arg...
{% extends "layout/base.html" %} {% block content %} {% if zone.resourceRecords %} <table class="table table-striped table-bordered" id="records_table"> <thead> <tr> <th data-class="expand">Host</th> <th data-hide="phone">Type</th> <th data-hide="phone">Data</th> <th data-hide="phone,plan...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Dialog - Modal confirmation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.8.2.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui...
<div class="container-fluid" id="clientes"> <div class="row"> <div class="col-sm-3 col-md-2 sidebar"> <?php include 'include-menu.php' ?> </div> </div> <div class="row"> <?php include "include-top.php" ?> </div> <div class="row"> <div class="col-sm-9 col-sm-offset-3 col-md-10 col...
package berlin.jentsch.modelchecker.akka import akka.actor.typed.Behavior import scala.collection.immutable.SortedSet import scala.reflect.runtime.universe.runtimeMirror import scala.tools.reflect.{ToolBox, ToolBoxError} /** * Determine equality of to object with runtime reflection. * * @example Some examples ...
using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; namespace IllusionPlugin { /// <summary> /// Create a New INI file to store or load data /// </summary> internal class IniFile { [DllImport("KERNEL32.DLL", EntryPoint =...
/*jshint eqnull:true */ (function (Object) { 'use strict'; // probably the very first script you want to load in any project // do not redefine same stuff twice anyway if (Object.eddy) return; Object.eddy = true; // all private variables var /*! (C) Andrea Giammarchi Mit Style License */ ArrayPrototype = ...
#ifndef _FSL_SAI_H_ #define _FSL_SAI_H_ #include "fsl_common.h" /*! * @addtogroup sai * @{ */ /******************************************************************************* * Definitions ******************************************************************************/ /*! @name Driver version */ /*@{*/ #def...
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=800"> <style> body { margin: 0; overflow-y: hidden; font-size: 16px; } #description { overflow: clip; width: 600px; height: 3em; } table { outline: 1px solid black; margin: 1px; border-collapse: collapse; ...
FROM balenalib/revpi-connect-debian:sid-build ENV GO_VERSION 1.14.14 RUN mkdir -p /usr/local/go \ && curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \ && echo "93a87bdde7d5dd8c7ba0570fd811cebdfb988a6393f5f660f4595566120e0620 go$GO_VERSION.linux-armv7hf.tar....
{{{ "title": "Getting Started with Review Board - Blueprint", "date": "10-01-2015", "author": "<a href='https://twitter.com/KeithResar'>@KeithResar</a>", "attachments": [], "contentIsHTML": false }}} ![Review Board logo](https://bitnami.com/assets/stacks/reviewboard/img/reviewboard-stack-220x234.png) ### Te...
package ucar.nc2.thredds; import ucar.nc2.Attribute; import ucar.nc2.constants.FeatureType; import thredds.catalog.ThreddsMetadata; import thredds.catalog.InvDatasetImpl; import thredds.catalog.DataFormatType; import ucar.nc2.ft.FeatureDatasetPoint; import ucar.nc2.time.CalendarDateRange; import java.io.IOException;...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2009, 2016 Mountainminds GmbH & Co. KG and Contributors All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at ...
<?xml version="1.0" encoding="UTF-8"?> <site> <feature url="features/org.scn.community.sdk.feature.geovis_1.0.0.qualifier.jar" id="org.scn.community.sdk.feature.geovis" version="1.0.0.qualifier"> <category name="com.sap.ip.bi.zen.sdk"/> </feature> <category-def name="com.sap.ip.bi.zen.sdk" label="co...
<HTML><HEAD> <TITLE>Review for Oxygen (1999) (TV)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0160620">Oxygen (1999) (TV)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karte...
import os import ray from ray.test_utils import ( run_string_as_driver_nonblocking, wait_for_condition, wait_for_num_actors, ) def test_job_gc(call_ray_start): address = call_ray_start ray.init(address=address) driver = """ import ray ray.init(address="{}") @ray.remote class Actor: def...
package org.apache.camel.tools.apt; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.apache.camel.tools.apt.helper.EndpointHelper; import org.apache.camel.tools.apt.model.EndpointOption; import org.junit.Test; import static org.junit.Assert.assertEquals; public class Endp...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class com.parse.ParseClassName</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/jav...
You want to try writing `flatMap` in terms of `Monad[F]` and `Monad[G]`. def flatMap[A,B](mna: F[G[A]])(f: A => F[G[B]]): F[G[B]] = self.flatMap(na => G.flatMap(na)(a => ???)) Here all you have is `f`, which returns an `F[G[B]]`. For it to have the appropriate type to return from the argument to `G.flatMap`, you'd ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_102) on Thu Sep 29 16:37:39 CEST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class energy...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System; #if MONO [assembly: AssemblyDelaySign(true)] [assembly: AssemblyKeyFile("../xna.pub")] #endif
BOWER ?= node_modules/.bin/bower BUILDDIR = ./docs PAPER = PHANTOMJS ?= ./node_modules/.bin/phantomjs SPHINXBUILD ?= ./bin/sphinx-build SPHINXOPTS = PO2JSON ?= ./node_modules/.bin/po2json SASS ?= ./.bundle/bin/sass BUNDLE ?= ./.bundle/bin/bundle GRUN...
const EmberApp = require('ember-cli/lib/broccoli/ember-app'); module.exports = function (defaults) { var app = new EmberApp(defaults, { }); app.import('vendor/anonymous-amd-example.js', { using: [ { transformation: 'amd', as: 'hello-world'} ], outputFile: '/assets/output.js' }); app.impo...
using AllReady.Areas.Admin.ViewModels.ManagerInvite; using MediatR; namespace AllReady.Areas.Admin.Features.CampaignManagerInvites { public class CampaignManagerInviteQuery : IAsyncRequest<CampaignManagerInviteViewModel> { public int CampaignId { get; set; } } }
<?php /** * Customer invoice email (plain text) * * This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/customer-invoice.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer). * will need to copy the new files to your theme to ma...
title: "Community" ---
package org.apereo.cas.consent; import org.apereo.cas.authentication.principal.Service; import org.apereo.cas.services.RegisteredService; import java.util.Map; /** * This is {@link ConsentDecisionBuilder}. * * @author Misagh Moayyed * @since 5.2.0 */ public interface ConsentDecisionBuilder { /** * Upd...
package kinesisanalyticsv2
using System; using System.Collections.Generic; namespace Stitch.Fonts.Tables { internal sealed class LocaFontTable : FontTable { public readonly ushort NumGlyphs; private readonly Func<uint> ParseFunction = null; private readonly bool ShortVersion; public readonly List<uint> ...
package com.intellij.diagnostic; import com.intellij.CommonBundle; import org.jetbrains.annotations.NonNls; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.PropertyKey; import java.lang.ref.Reference; import java.lang.ref.SoftReference; import java.util.ResourceBundle; /** * @author yole...
package io.syndesis.runtime.credential; import io.syndesis.credential.CredentialProvider; import io.syndesis.credential.CredentialProviderFactory; import io.syndesis.credential.OAuth2Applicator; import io.syndesis.credential.OAuth2CredentialProvider; import org.mockito.Matchers; import org.springframework.boot.autoc...
package precis import ( "unicode" "golang.org/x/text/runes" "golang.org/x/text/transform" "golang.org/x/text/unicode/norm" ) var ( Nickname *Profile = nickname // Implements the Nickname profile specified in RFC 7700. UsernameCaseMapped *Profile = usernameCaseMap // Implements the Us...
package com.squareup.okhttp.internal; import org.junit.Test; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue;...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
wxBEGIN_EVENT_TABLE(MyFrame, wxFrame) EVT_MENU(ID_Hello, MyFrame::OnHello) EVT_MENU(wxID_EXIT, MyFrame::OnExit) EVT_MENU(wxID_ABOUT, MyFrame::OnAbout) wxEND_EVENT_TABLE() bool MyApp::OnInit() { MyFrame *frame = new MyFrame("Hello World", wxPoint(50, 50), wxSize(450, 340)); frame->Show( true ); return true; } My...
cask 'ipa-manager' do version '2.2.1' sha256 '5cd8d2ae311f2d99b0e83e7e861ccdaf7156dab874b2e170d645791031509ffd' url 'https://www.blugs.com/Downloads/IPAManager.dmg' appcast 'https://www.blugs.com/Appcasts/IPAPalette.xml' name 'IPA Palette' homepage 'https://www.blugs.com/IPA/' auto_updates true app '...
package disk import ( "encoding/json" "os" "sort" "sync" ) /* A type returned by the create swarm option. Contains information related to metadata such as filehash associated with filesize and other such things. */ type SwarmStorage struct { SwarmId string "swid" amountused uint64 "...
package org.bouncycastle.asn1.esf; import org.bouncycastle.asn1.ASN1EncodableVector; import org.bouncycastle.asn1.ASN1Object; import org.bouncycastle.asn1.ASN1Primitive; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycastle.asn1.DERSequence; /** * <pre> * CrlValidatedID ::= SEQUENCE { * crlHash Othe...
<!DOCTYPE html> <title>Reference for WebVTT rendering, underline object transition with timestamp, ::cue(u:future) selector</title> <style> html { overflow:hidden } body { margin:0 } .video { display: inline-block; width: 1280px; height: 720px; position: relative } .cue { position: absolute; bot...
YUI.add('editor-para-base', function (Y, NAME) { /** * Base Plugin for Editor to paragraph auto wrapping and correction. * @class Plugin.EditorParaBase * @extends Base * @constructor * @module editor * @submodule editor-para-base */ var EditorParaBase = function() { ...
export default () => { const swipeRowTheme = { 'NativeBase.ListItem': { '.list': { backgroundColor: '#FFF' }, marginLeft: 0 }, 'NativeBase.Left': { flex: 0, alignSelf: null, alignItems: null, 'NativeBase.Button': { flex: 1, alignItems: 'cen...
package uk.co.jemos.podam.test.dto.annotations; /** * Created by tedonema on 07/06/2015. */ public class PojoClassic { private String att; public String getAtt() { return att; } public void setAtt(String att) { this.att = att; } }
<?php namespace Symfony\Component\Validator\Constraints; use Symfony\Component\Validator\Constraint; use Symfony\Component\Validator\ConstraintValidator; use Symfony\Component\Validator\Exception\UnexpectedTypeException; /** * Validates whether the value is a valid UUID per RFC 4122. * * @author Colin O'Dell <c...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>PyQt4.QtGui.QContextMenuEvent.Reason</title> <link rel="stylesheet" href="epydoc.css" type=...
package org.elasticsearch.search.aggregations.bucket.significant.heuristics; import org.elasticsearch.common.ParseFieldMatcher; import org.elasticsearch.common.xcontent.XContentParser; import org.elasticsearch.index.query.QueryParsingException; import java.io.IOException; public interface SignificanceHeuristicPar...
class DynamodbLocal < Formula desc "Client-side database and server imitating DynamoDB" homepage "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html" url "https://dynamodb-local.s3.amazonaws.com/dynamodb_local_2016-01-07_1.0.tar.gz" version "2016-01-07_1.0" sha256 "f4d85...
Encode strings into web-safe base64 format. Refer to the following article for more information on base64 format: en.wikipedia.org/wiki/Base64. Base64 strings may have padding with '=' at the end so that the encoded has length multiple of 4. See Padding section of the link above. Web-safe means that the encoder uses ...
if (typeof window == 'undefined') { var PUBNUB = require('../pubnub.js'), assert = require('assert'), _ = require("underscore"), nock = require('nock'); } var pubnub = PUBNUB.init({ publish_key: 'ds', subscribe_key: 'ds', origin: 'pubsub.pubnub.com', build_u: true }); var p...
package client import ( "encoding/json" "fmt" "io" "net/url" "github.com/Sirupsen/logrus" "github.com/docker/docker/api/types" flag "github.com/docker/docker/pkg/mflag" "github.com/docker/docker/pkg/signal" ) // CmdAttach attaches to a running container. // // Usage: docker attach [OPTIONS] CONTAINER func (c...
// // LFStreamingBuffer.m // LFLiveKit // // Created by 倾慕 on 16/5/2. // Copyright © 2016年 倾慕. All rights reserved. // #import "LFStreamingBuffer.h" #import "NSMutableArray+LFAdd.h" static const NSUInteger defaultSortBufferMaxCount = 10;///< 排序10个内 static const NSUInteger defaultUpdateInterval = 1;///< 更新频率为1s st...
<?xml version="1.0" encoding="utf-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version...
using content::BrowserThread; // static net::ProxyConfigService* ProxyServiceFactory::CreateProxyConfigService( PrefProxyConfigTracker* tracker) { // The linux gconf-based proxy settings getter relies on being initialized // from the UI thread. DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); scoped...
<?php final class DiffusionBranchTableView extends DiffusionView { private $branches; private $commits = array(); public function setBranches(array $branches) { assert_instances_of($branches, 'DiffusionRepositoryRef'); $this->branches = $branches; return $this; } public function setCommits(arr...
<a href='https://github.com/angular/angular.js/edit/v1.4.x/docs/content/guide/filter.ngdoc?message=docs(guide%2FFilters)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <p>A filter formats the value of an expression for display ...