text
stringlengths
3
1.05M
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports M...
"""Provides methods needed by installation script for OpenStack development virtual environments. Since this script is used to bootstrap a virtualenv from the system's Python environment, it should be kept strictly compatible with Python 2.6. Synced in from openstack-common """ from __future__ import print_function ...
<!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 Fri Nov 14 23:55:14 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Package org.apache.hadoop...
param($installPath, $toolsPath, $package, $project) function MarkDirectoryAsCopyToOutputRecursive($item) { $item.ProjectItems | ForEach-Object { MarkFileASCopyToOutputDirectory($_) } } function MarkFileASCopyToOutputDirectory($item) { Try { Write-Host Try set $item.Name $item.P...
using System; using System.IO; using GroupDocs.Conversion.Options.Convert; namespace GroupDocs.Conversion.Examples.CSharp.BasicUsage { /// <summary> /// This example demonstrates how to convert PDF file into HTML format. /// For more details about Portable Document (.pdf) to Hyper Text Markup Language (.ht...
chal: src build.dockerfile rm -f app.apk - docker rm tridroid-apk 2>/dev/null docker build -t tridroid-apk -f build.dockerfile . docker run --name tridroid-apk tridroid-apk /bin/true docker cp tridroid-apk:/build/app/build/outputs/apk/release/app-release.apk app.apk - docker rm tridroid-apk 2>/dev/null
YUI.add('widget-buttons', function (Y, NAME) { /** Provides header/body/footer button support for Widgets that use the `WidgetStdMod` extension. @module widget-buttons @since 3.4.0 **/ var YArray = Y.Array, YLang = Y.Lang, YObject = Y.Object, ButtonPlugin = Y.Plugin.Button, Widget = Y.Wid...
package org.apache.ignite.spi; import java.util.UUID; import org.apache.ignite.mxbean.MXBeanDescription; /** * This interface defines basic MBean for all SPI implementations. Every SPI implementation * should provide implementation for this MBean interface. Note that SPI implementation can extend this * interfac...
<?php namespace common\models; use Yii; use yii\behaviors\SluggableBehavior; use yii\behaviors\TimestampBehavior; use yii\db\ActiveRecord; /** * This is the model class for table "{{%article_category}}". * * @property integer $id * @property string $slug * @property string $title * @property string $body * @p...
namespace blink { namespace { class MockConsoleLogger final : public GarbageCollected<MockConsoleLogger>, public ConsoleLogger { public: const String& Message() const { return message_; } private: void AddConsoleMessageImpl( mojom::ConsoleMessageSource, mojom::Consol...
package io.druid.server.namespace.cache; import com.google.common.base.Function; import com.google.common.util.concurrent.Striped; import com.google.inject.Inject; import com.google.inject.name.Named; import com.metamx.common.lifecycle.Lifecycle; import com.metamx.emitter.service.ServiceEmitter; import io.druid.quer...
MathJax.Hub.Insert(MathJax.OutputJax["HTML-CSS"].FONTDATA.FONTS["STIXSizeOneSym-bold"],{8512:[1500,-22,1341,60,1281]});MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir+"/SizeOneSym/Bold/All.js");
/*Package chartutil contains tools for working with charts. Charts are described in the protocol buffer definition (pkg/proto/hapi/charts). This packe provides utilities for serializing and deserializing charts. A chart can be represented on the file system in one of two ways: - As a directory that contains a Cha...
package com.camunda.demo.dmn.chaining; import java.util.HashMap; import java.util.Map; import org.camunda.bpm.application.PostDeploy; import org.camunda.bpm.application.ProcessApplication; import org.camunda.bpm.application.impl.ServletProcessApplication; import org.camunda.bpm.engine.ProcessEngine; /** * Process A...
package mvcc import ( "sync" "time" "github.com/coreos/etcd/lease" "github.com/coreos/etcd/mvcc/backend" "github.com/coreos/etcd/mvcc/mvccpb" ) const ( // chanBufLen is the length of the buffered chan // for sending out watched events. // TODO: find a good buf value. 1024 is just a random one that // seems ...
<?php namespace Symfony\Component\Console\Input; /** * ArrayInput represents an input provided as an array. * * Usage: * * $input = new ArrayInput(array('name' => 'foo', '--bar' => 'foobar')); * * @author Fabien Potencier <fabien@symfony.com> * * @api */ class ArrayInput extends Input { private $p...
export class ApinaConfig { /** Prefix added for all API calls */ baseUrl: string = ""; private serializers: SerializerMap = { any: identitySerializer, string: identitySerializer, number: identitySerializer, boolean: identitySerializer }; constructor() { reg...
package android.text.util; /** * This class stores an RFC 822-like name, address, and comment, * and provides methods to convert them to quoted strings. */ public class Rfc822Token { private String mName, mAddress, mComment; /** * Creates a new Rfc822Token with the specified name, address, * an...
namespace Glimpse.Core.Extensibility { /// <summary> /// <c>IWrapper&lt;T&gt;</c> provides a common way to leverage the <see href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</see>. /// </summary> /// <typeparam name="T">Type of target object.</typeparam> public interface IWra...
<vector android:height="24dp" android:tint="#FF0000" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> <path android:fillColor="#FF000000" android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z"/> </vector>
package org.apache.hadoop.hdfs.server.namenode.top; import java.util.concurrent.TimeUnit; import com.google.common.primitives.Ints; import org.apache.hadoop.classification.InterfaceAudience; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.hdfs.DFSConfigKeys; import com.google.common.base.Precon...
package rest import ( "fmt" "net" "net/http" "net/url" "strconv" "strings" "time" "github.com/golang/glog" "k8s.io/apimachinery/pkg/runtime/schema" utilnet "k8s.io/apimachinery/pkg/util/net" "k8s.io/apiserver/pkg/registry/generic" "k8s.io/apiserver/pkg/registry/rest" genericapiserver "k8s.io/apiserver...
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="../../resources/js-test.js"></script> </head> <body> <script src="script-tests/css-table-width.js"></script> </body> </html>
ACCEPTED #### According to Index Fungorum #### Published in Ceskoslov. Lišejn. Celedi Verrucariaceae 198 (1954) #### Original name Verrucaria anziana Garov. ### Remarks null
#include "tensorflow/stream_executor/cuda/cuda_dnn.h" #include <functional> #include <memory> #include <utility> #include "absl/strings/str_cat.h" #include "third_party/eigen3/Eigen/Core" #include "tensorflow/core/lib/core/errors.h" #include "tensorflow/core/lib/strings/stringprintf.h" #include "tensorflow/core/pla...
{-# LANGUAGE OverloadedLists #-} {-# LANGUAGE TemplateHaskell #-} {-# OPTIONS_GHC -fno-warn-missing-signatures #-} -- | This module contains a context-free grammar for U.S. postal -- addresses. It would never hold up to real-world use but it gives -- you a good idea of how to write grammars in Pinchot. -- -- The gram...
namespace BlazorServer.Models; [Immutable] [GenerateSerializer] public record class TodoNotification( Guid ItemKey, TodoItem? Item = null);
require 'fileutils' require 'optparse' require 'action_dispatch' module Rails class Server < ::Rack::Server class Options def parse!(args) args, options = args.dup, {} opt_parser = OptionParser.new do |opts| opts.banner = "Usage: rails server [mongrel, thin, etc] [options]" ...
cask 'tyke' do version :latest sha256 :no_check url 'http://tyke.io/tyke.dmg' name 'Tyke' homepage 'http://tyke.io/' app 'tyke.app' uninstall quit: 'org.torrez.tyke' zap trash: '~/Library/Preferences/org.torrez.tyke.plist' end
<?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...
angular.module("umbraco") .controller("Umbraco.PropertyEditors.GoogleMapsController", function ($element, $rootScope, $scope, notificationsService, dialogService, assetsService, $log, $timeout) { assetsService.loadJs('http://www.google.com/jsapi') .then(function () { googl...
<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> <!-- BEGIN STRIP_FOR_RELEASE --> <img src="http://kubernetes.io/img/warning.png" alt="WARNING" width="25" height="25"> <img src="http://kubernetes.io/img/warning.png" alt="WARNING" width="25" height="25"> <img src="http://kubernetes.io/img/warning.png" alt="WARNING"...
<?php /** * Include the the PHPMailer class. */ require_once(dirname(__FILE__).DIRECTORY_SEPARATOR.'phpmailer'.DIRECTORY_SEPARATOR.'class.phpmailer.php'); /** * EMailer is a simple wrapper for the PHPMailer library. * @see http://phpmailer.codeworxtech.com/index.php?pg=phpmailer * * @author MetaYii * @package...
import _plotly_utils.basevalidators class AlignsrcValidator(_plotly_utils.basevalidators.SrcValidator): def __init__(self, plotly_name="alignsrc", parent_name="cone.hoverlabel", **kwargs): super(AlignsrcValidator, self).__init__( plotly_name=plotly_name, parent_name=parent_name, ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffer (16 of 28 overloads)</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../boost_asio...
package com.aspose.cells.cloud.examples.worksheet; import com.aspose.cells.api.CellsApi; import com.aspose.cells.cloud.examples.Configuration; import com.aspose.cells.cloud.examples.Utils; import com.aspose.storage.api.StorageApi; import java.io.IOException; import java.io.File; import com.aspose.cells.cloud.examples...
package org.apache.commons.ssl; import org.apache.commons.ssl.asn1.ASN1InputStream; import org.apache.commons.ssl.asn1.DEREncodable; import org.apache.commons.ssl.asn1.DERInteger; import org.apache.commons.ssl.asn1.DERObjectIdentifier; import org.apache.commons.ssl.asn1.DEROctetString; import org.apache.commons.ssl....
package resource // import "go.opentelemetry.io/otel/sdk/resource" import ( "context" "fmt" "os" "path/filepath" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/attribute" semconv "go.opentelemetry.io/otel/semconv/v1.7.0" ) type ( // telemetrySDK is a Detector that provides information about // the Ope...
package chaincode import ( "context" "github.com/golang/protobuf/proto" cb "github.com/hyperledger/fabric-protos-go/common" pb "github.com/hyperledger/fabric-protos-go/peer" lb "github.com/hyperledger/fabric-protos-go/peer/lifecycle" "github.com/hyperledger/fabric/bccsp" "github.com/hyperledger/fabric/core/c...
<?php /** * List Table API: WP_Terms_List_Table class * * @package WordPress * @subpackage Administration * @since 3.1.0 */ /** * Core class used to implement displaying terms in a list table. * * @since 3.1.0 * @access private * * @see WP_List_Table */ class WP_Terms_List_Table extends WP_List_Table { ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Class: DOM</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="s...
<!-- Guides have moved to http://guides.emberjs.com. This file exists so a <meta> redirect is created via layouts/guide.erb -->
package p2; import p1; public class Derived extends Base { protected void foo() { super.foo(); } }
package com.lnidigitalmarketing.aacc.ui; import android.content.res.Resources; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.lnidigitalmarketing.aacc.R; /** * Pager adapter */ publi...
package com.iluwatar.prototype; /** * * OrcBeast * */ public class OrcBeast extends Beast { public OrcBeast() { } public OrcBeast(OrcBeast beast) { } @Override public Beast clone() throws CloneNotSupportedException { return new OrcBeast(this); } @Override public String toString() { return "Orcish...
.class Landroid/app/ReceiverRestrictedContext; .super Landroid/content/ContextWrapper; .source "ContextImpl.java" # direct methods .method constructor <init>(Landroid/content/Context;)V .locals 0 .param p1, "base" # Landroid/content/Context; .prologue .line 185 invoke-direct {p0, p1}, Landroid...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Redux with React</title> </head> <body> <div id="root"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.min.js""></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.2.1/react.min.js...
<app-navigation></app-navigation> <main> <router-outlet></router-outlet> </main>
<?php namespace Symfony\Component\Form\Extension\Core\Type; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilder; use Symfony\Component\Form\Extension\Core\EventListener\FixUrlProtocolListener; class UrlType extends AbstractType { /** * {@inheritdoc} */ public function ...
default: clean test test: dune runtest clean: dune clean .PHONY: clean
// 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.Threading.Tasks; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.C...
import math import imath import IECore import IECoreScene import Gaffer import GafferTest import GafferDispatch import GafferScene import GafferSceneTest class InstancerTest( GafferSceneTest.SceneTestCase ) : def test( self ) : sphere = IECoreScene.SpherePrimitive() instanceInput = GafferSceneTest.CompoundOb...
import { TimerObservable } from './TimerObservable'; export declare const timer: typeof TimerObservable.create;
<?php namespace Symfony\Component\Form\Tests; use Symfony\Component\Form\FormTypeGuesserChain; use Symfony\Component\Form\FormFactory; use Symfony\Component\Form\Guess\Guess; use Symfony\Component\Form\Guess\ValueGuess; use Symfony\Component\Form\Guess\TypeGuess; use Symfony\Component\Form\Tests\Fixtures\Author; us...
#include <stdlib.h> #include <stdio.h> #include <math.h> #include <string.h> #include <errno.h> #include "bookutil.h" /* The purpose of this util is just to finish packaging the description into a static codebook. It used to count hits for a histogram, but I've divorced that out to add some flexibility (it ...
<?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"> <!-- Methods --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Methods</title> <meta http-equi...
/** * (c) 2014 Vincenzo Cappello * This projected is licensed under the terms of the MIT license, * refer to the file LICENSE.txt. */ #ifndef WIN_I_ENTITY_H #define WIN_I_ENTITY_H #include <string> namespace win { /** * Interface for model entities */ class IEntity { public: using InstanceIdType = IEntity*;...
<?php /** * Enter description here ... * * @method Mage_Sales_Model_Resource_Order_Shipment_Track _getResource() * @method Mage_Sales_Model_Resource_Order_Shipment_Track getResource() * @method int getParentId() * @method Mage_Sales_Model_Order_Shipment_Track setParentId(int $value) * @method float getWeight()...
class Country < ActiveRecord::Base end
<?php defined('BX_DOL') or die('hack attempt'); bx_import('BxDolVote'); bx_import('BxDolTemplate'); /** * @see BxDolVote */ class BxBaseVote extends BxDolVote { protected $_sJsObjName; protected $_sStylePrefix; protected $_aHtmlIds; protected $_aElementDefaults; protected $_sTmplNameCounter;...
namespace NPOI.HSSF.Record { using System; using System.Text; using NPOI.Util; /** * Represents a NoteStructure (0xD) sub record. * * * The docs say nothing about it. The Length of this record is always 26 bytes. * * * @author Yegor Kozlov */ public class...
FROM alpine:latest MAINTAINER Bastiaan Schaap <bastiaan@gntry.io> COPY repositories /etc/apk/repositories RUN apk add --update vault \ bash \ ca-certificates \ && rm -rf /var/cache/apk/* \ && rm -rf /usr/share/man \ && rm -f /etc/...
set -o errexit set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" source "${KUBE_ROOT}/hack/lib/test.sh" # Stops the running kubectl proxy, if there is one. function stop-proxy() { [[ -n "${PROXY_PID-}" ]] && kill "${PROXY_PID}" 1>&2 2>/dev/null PROXY_PI...
@class NSObject; @protocol SimDeviceNotifier - (BOOL)unregisterNotificationHandler:(unsigned long long)arg1 error:(id *)arg2; - (unsigned long long)registerNotificationHandlerOnQueue:(NSObject<OS_dispatch_queue> *)arg1 handler:(void (^)(NSDictionary *))arg2; @end
import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): pass def backwards(self, orm): pass models = { 'sentry.filtervalue': { 'Meta': {'unique_together': "(('...
<?php namespace Sabre\DAV\Exception; use Sabre\DAV; class LengthRequired extends DAV\Exception { /** * Returns the HTTP statuscode for this exception * * @return int */ function getHTTPCode() { return 411; } }
/* * $Id: ValueArrayOf.hpp 676911 2008-07-15 13:27:32Z amassari $ */ #if !defined(XERCESC_INCLUDE_GUARD_VALUEARRAY_HPP) #define XERCESC_INCLUDE_GUARD_VALUEARRAY_HPP #include <xercesc/util/XMLEnumerator.hpp> #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp> #include <xercesc/util/IllegalArgumentException....
APP_NAME = "PEX Editor" APP_DEBUG = false APP_LOG = "pex_editor.log" APP_VERSION = "0.1" -- these are used to initialize the window -- if running on a mobile platform, the DESIRED_* vars are ignored -- as the system specifies the "window" size local DESIRED_WIDTH = 960 local DESIRED_HEIGHT = 640 local DESIGN_WIDTH = 1...
if which cask &> /dev/null; then source $(dirname $(which cask))/../etc/cask_completion.zsh else print "zsh cask plugin: cask not found" fi
package com.google.code.linkedinapi.schema.impl; import java.io.Serializable; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlTy...
import tz from 'Lagos.js'; export default tz;
package io.github.benas.randombeans.randomizers.time; import io.github.benas.randombeans.api.Randomizer; import io.github.benas.randombeans.randomizers.AbstractRandomizer; import java.time.LocalDateTime; import java.time.ZoneId; import java.time.ZoneOffset; import java.time.ZonedDateTime; import java.util.ArrayList;...
package homedir import ( "bytes" "errors" "os" "os/exec" "path/filepath" "runtime" "strconv" "strings" "sync" ) // DisableCache will disable caching of the home directory. Caching is enabled // by default. var DisableCache bool var homedirCache string var cacheLock sync.RWMutex // Dir returns the home dire...
<!-- This file is part of the X12Parser library that provides tools to manipulate X12 messages using Ruby native syntax. http://x12parser.rubyforge.org Copyright (C) 2009 APP Design, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU...
/******************************************************************** * 2014 - * open source under Apache License Version 2.0 ********************************************************************/ /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOT...
package com.intellij.openapi.options.newEditor; import com.intellij.icons.AllIcons; import com.intellij.openapi.options.OptionsBundle; import com.intellij.openapi.project.Project; import com.intellij.ui.JBColor; import com.intellij.ui.RelativeFont; import com.intellij.ui.components.labels.SwingActionLink; import com....
import unittest2 as unittest from webkitpy.common.system.outputcapture import OutputCapture from webkitpy.common.net.bugzilla import Bugzilla from webkitpy.common.system.outputcapture import OutputCapture from webkitpy.thirdparty.mock import Mock from webkitpy.port.test import TestPort from webkitpy.tool.commands.comm...
<html> <head> <title>User agent detail - IRLbot/1.0 ( http://irl.cs.tamu.edu/crawler)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </hea...
/** * Module dependencies. */ var debug = require('debug')('send') , parseRange = require('range-parser') , Stream = require('stream') , mime = require('mime') , fresh = require('fresh') , path = require('path') , http = require('http') , fs = require('fs') , basename = path.basename , normalize =...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Phaser Source: src/core/Camera.js</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="sty...
package org.jf.dexlib2.immutable.reference; import com.google.common.collect.ImmutableList; import org.jf.dexlib2.base.reference.BaseMethodReference; import org.jf.dexlib2.iface.reference.MethodReference; import org.jf.dexlib2.immutable.util.CharSequenceConverter; import org.jf.util.ImmutableUtils; import javax.an...
package com.intellij.openapi.roots.ui.configuration; import com.intellij.facet.impl.DefaultFacetsProvider; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.module.Module; import com.intellij.openapi.module.impl.ModuleConfigurationStateImpl; import com.intellij.openapi.options.Con...
/** * Extract i18n messages from source code */ import 'reflect-metadata'; import * as compiler from '@angular/compiler'; import * as tsc from '@angular/tsc-wrapped'; import * as ts from 'typescript'; import { CompilerHost, CompilerHostContext } from './compiler_host'; export declare class Extractor { private op...
import {ChangeDetectionStrategy, Component} from '@angular/core'; import {MdDatepickerInputEvent} from '@angular/material'; @Component({ moduleId: module.id, selector: 'datepicker-demo', templateUrl: 'datepicker-demo.html', styleUrls: ['datepicker-demo.css'], changeDetection: ChangeDetectionStrategy.OnPush,...
export {ConcreteType, Type} from './lang'; export {EventEmitter} from './async'; export {WrappedException} from './exceptions'; export {ExceptionHandler} from './exception_handler';
module.exports = require("core-js-pure/stable/string/raw");
using namespace rapidjson; using namespace std; int main() { StringBuffer s; Writer<StringBuffer> writer(s); writer.StartObject(); writer.String("hello"); writer.String("world"); writer.String("t"); writer.Bool(true); writer.String("f"); writer.Bool(false); writer.String("n...
cask 'after-dark-classic' do version :latest sha256 :no_check url 'ftp://www.infinisys.co.jp/online/online_afterdarkclassicset_e.dmg.gz' name 'After Dark Classic Set' homepage 'http://en.infinisys.co.jp/product/afterdarkclassicset/index.shtml' license :commercial pkg 'ClassicSet.pkg' uninstall pkguti...
package parallelize import "context" // ErrorChannel supports non-blocking send and receive operation to capture error. // A maximum of one error is kept in the channel and the rest of the errors sent // are ignored, unless the existing error is received and the channel becomes empty // again. type ErrorChannel str...
#ifndef COIN_SOTEXTURECOORDINATE3_H #define COIN_SOTEXTURECOORDINATE3_H #include <Inventor/nodes/SoSubNode.h> #include <Inventor/fields/SoMFVec3f.h> class SoTextureCoordinate3P; class COIN_DLL_API SoTextureCoordinate3 : public SoNode { typedef SoNode inherited; SO_NODE_HEADER(SoTextureCoordinate3); public: ...
""" Assignment 2: Use Paramiko to change the 'logging buffered <size>' configuration on pynet-rtr2. This will require that you enter into configuration mode. """ import time import paramiko from getpass import getpass #------------ Begin setup ----------------- ip_addr = '50.76.53.27' username = 'pyclass' # password ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src&#x2F;pixi&#x2F;renderers&#x2F;webgl&#x2F;WebGLRenderer.js - Pixi.JS</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.8.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="....
package org.apache.hadoop.security.token.delegation.web; import java.io.IOException; import java.util.Collection; import java.util.HashSet; import java.util.Properties; import java.util.Set; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResp...
from followthemoney import model from ingestors.ingestor import Ingestor from ingestors.support.html import HTMLSupport from ingestors.support.encoding import EncodingSupport class HTMLIngestor(Ingestor, EncodingSupport, HTMLSupport): "HTML file ingestor class. Extracts the text from the web page." MIME_TYPE...
<?php include_once 'db_connection.php'; $search_result=''; if(isset($_POST['q'])){ $search_term=$_POST['q']; $searchTerm = trim($search_term); //check whether the name parsed is empty if($searchTerm == "") { echo "Enter name you are searching for."; exit(); } $query = "SELECT * FROM topic WHERE ...
describe("TreeProcessor", function() { var nodeNumber = 0, leafNumber = 0; function Node(attrs) { attrs = attrs || {}; this.id = 'node' + nodeNumber++; this.children = attrs.children || []; this.canBeReentered = function() { return !attrs.noReenter; }; this.isExecutable = function() {...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Data; namespace MetadataBrowserControl { public class InvertVisibilityConverter : IValueConverter { public object Convert(object value, Type ta...
<?xml version="1.0" encoding="UTF-8" ?> <!-- ~ Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you 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 ...
package cni import ( "context" "github.com/lastbackend/lastbackend/pkg/distribution/types" ) type CNI interface { Info(ctx context.Context) *types.NetworkState Create(ctx context.Context, network *types.SubnetManifest) (*types.NetworkState, error) Destroy(ctx context.Context, network *types.NetworkState) error ...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // /*++ Module Name: handleapi.hpp Abstract: Declaration of the handle management APIs --*/ #ifndef _HANDLEAPI_HPP #define _HANDLEAPI_HPP #includ...