text
stringlengths
3
1.05M
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version: 14.0.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> // ----...
/////////////////////////////////////////////////////////////////////////////// // // TestRegistry is a collection of tests that can be run // #ifndef D_TestRegistry_h #define D_TestRegistry_h #include "SimpleString.h" #include "TestFilter.h" class UtestShell; class TestResult; class TestPlugin; class TestRegistr...
import request from 'request-promise' import URL from 'url' class TelegramBotPolling { constructor(token, options = {}, callback) { if (typeof options === 'function') { callback = options; // eslint-disable-line no-param-reassign options = {}; // eslint-disable-line no-param-reassign } this....
package com.jaalee.sdk.connection; /** * Callback used to indicate state of the connection to the beacon. * */ public abstract interface ConnectionCallback { /** * Invoked when connection to beacon is established. * @param paramBeaconCharacteristics Beacon's characteristics. */ public abstract void onAuthen...
local skynet = require "skynet" local nothing = require "skynet.manager" local netpack = require "netpack" local socket = require "socket" local netutil = require "agent_s.netutil" local httpc = require "http.httpc" local dns = require "dns" local cjson = require "cjson" local pokerUtil = require "room_s.pokerUtil" lo...
layout: ja/eventja Title: "The inclusion of small OpenStreetMap communities" name: Tommy G D Charles organization: "Students Geographical Association: Youth Mappers" theme: multi category: lightningja length: 5min twitter: Godpherytommy1 osm: Tommy G D Charles time: sunday room: Main hall youtube_recording: IlWGtlGU2Tc...
published: true --- ## Hi Enter text in [Markdown](http://daringfireball.net/projects/markdown/). Use the toolbar above, or click the **?** button for formatting help.
MobliAccounting ===============
<?php namespace app\modules\additional_services\models; use Yii; use app\modules\user\models\User; use app\modules\payment\models\PaymentInclude; /** * This is the model class for table "additional_services". * * @property integer $id * @property integer $type * @property string $parcel_id_lst * @property inte...
/** * @hidden */ export function isVariableName(name: string): boolean { if (typeof name === 'string') { if (name.length > 0) { return true; } else { return false; } } else { return false; } }
<bill session="110" type="h" number="2921" updated="2009-01-08T22:56:00-05:00"> <status><introduced date="1183003200" datetime="2007-06-28"/></status> <introduced date="1183003200" datetime="2007-06-28"/> <titles> <title type="short" as="introduced">Treasury Annuity Study Act of 2007</title> <title type="offici...
import six from unittest import TestCase from dark.reads import Read from dark.local_align import LocalAlignment class TestLocalAlign(TestCase): """ Test the LocalAlignment class. With match +1, mismatch -1, gap open -1, gap extend -1 and gap extend decay 0.0. """ def testNonDNAString(se...
module Carto class Connector # Connector parameters: behaves like a Hash, but: # # * keys are case-insensitive for [], slice, except, merge!, etc. # * original key case is retained by slice, merge, each, map # * has validation (errors) based on required and optional keys # class Parameters...
import { Component } from '@angular/core'; import { NavController, Alert } from 'ionic-angular'; @Component({ templateUrl: 'build/pages/input-test/input-test.html', }) export class InputTestPage { login:string; senha:string; constructor(private nav: NavController) {} public entrar() { //let msg: string = (...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>tarski-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap...
""" Combinatorial functions. """ def unitsum_tuples(n, k, mn, mx): """Generates unitsum k-tuples with elements from mn to mx. This function is more general than slots(n,k,normalized=True), as it can return unitsum vectors with elements outside of (0,1). In order to generate unitsum samples, the foll...
import pickle import os data_path = '/home/chris/data/' output_path = '/home/chris/data/' def save_obj(obj, name): with open(os.path.join(data_path, "{}.pkl".format(name)), 'wb') as f: pickle.dump(obj, f) def load_obj(name): with open(os.path.join(data_path, "{}.pkl".format(name)), 'rb') as f: ...
@interface NoNibAllCodeTests : XCTestCase @end @implementation NoNibAllCodeTests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. } - (void)tearDown { // Put teardown code here. This method is called after the invocation...
class Post < ActiveRecord::Base belongs_to :user belongs_to :goal has_many :post_topics has_many :topics, through: :post_topics validates :content, presence: true validates :goal_id, presence: true default_scope {order('posts.created_at DESC')} scope :from_users_followed_by, lambda { |user| followed_...
import PropTypes from "prop-types"; import * as React from "react"; import { routerShape } from "react-router"; import { Trans } from "@lingui/macro"; import { i18nMark } from "@lingui/react"; import { Icon } from "@dcos/ui-kit"; import { ProductIcons } from "@dcos/ui-kit/dist/packages/icons/dist/product-icons-enum"; i...
package org.optaplanner.core.impl.testdata.domain.accessmodifier; import java.util.Collection; import java.util.List; import org.optaplanner.core.api.domain.solution.PlanningEntityCollectionProperty; import org.optaplanner.core.api.domain.solution.PlanningSolution; import org.optaplanner.core.api.domain.value.Value...
package application; import java.util.HashMap; import java.util.HashSet; import java.util.Set; import geography.GeographicPoint; import util.GraphLoader; /** * Class to wrap the graph, current .map file map, and * other pertinent information about the map data sets * * @author UCSD MOOC development...
/********************************************************************************** * PROGRAMMER: Soon Kang * ULID: sjkang * * DATE: 11/11/02 * * PROGRAM: This program stores values to sut_info, prints stu_info, * finds out the student who received the highest average, * and calculates the average s...
using AngleSharp.Dom; using AngleSharp.Dom.Html; using AngleSharp.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text.RegularExpressions; namespace Html2Markdown.Replacement { internal static class HtmlParser { private static readonly Rege...
package io.github.varvelworld.var.ioc.core.dsl.meta.factory; import io.github.varvelworld.var.ioc.core.meta.ParamResourceMeta; import io.github.varvelworld.var.ioc.core.meta.factory.ParamResourceMetaFactory; import java.util.function.Supplier; /** * Created by luzhonghao on 2016/12/4. */ public class DSLParamResou...
 #include <aws/core/client/AWSError.h> #include <aws/core/utils/HashingUtils.h> #include <aws/mobileanalytics/MobileAnalyticsErrors.h> using namespace Aws::Client; using namespace Aws::MobileAnalytics; using namespace Aws::Utils; namespace Aws { namespace MobileAnalytics { namespace MobileAnalyticsErrorMapper { sta...
function handleString(event) { event.respondWith(new Response('Test string')); } function handleBlob(event) { event.respondWith(new Response(new Blob(['Test blob']))); } function handleReferrer(event) { event.respondWith(new Response(new Blob( ['Referrer: ' + event.request.referrer]))); } function handleRe...
package org.gradle.api.publish.maven.internal.artifact; import org.gradle.api.Action; import org.gradle.api.file.FileCollection; import org.gradle.api.internal.DefaultDomainObjectSet; import org.gradle.api.internal.file.AbstractFileCollection; import org.gradle.internal.typeconversion.NotationParser; import org.gradl...
namespace MassTransit.EndpointConfigurators { using System; using Builders; using Pipeline; using Transports; public class InMemoryReceiveEndpointConfigurator : ReceiveEndpointConfigurator, IInMemoryReceiveEndpointConfigurator, IInMemoryBusFactorySpecification ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> <title>Imagery Search</title> <!-- include example sources--> <!-- Include example specific files--> <link rel="stylesheet" href="http://10.104.6...
import { HospitalBed16 } from "../../"; export = HospitalBed16;
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>actuary: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
import Tb_Logs from '../models/databaseModels/tb_Logs'; export function getClientIp(req) { return req.headers['x-forwarded-for'] || req.connection.remoteAddress || req.socket.remoteAddress || req.connection.socket.remoteAddress; } export function logSaveToDB(result, cb) { let logObj = ...
<!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"> <!-- Mirrored from bvs.wikidot.com/forum/t-177893/sandwich-dispenser by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 10 Jul 202...
.centrar-vertical { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .margenes-botones { margin-bottom: 15px; }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Rolando Bernal | Personal Website"> <meta name="author" content="https://git...
 #pragma once #include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h> #include <aws/core/endpoint/AWSEndpoint.h> #include <aws/core/AmazonSerializableWebServiceRequest.h> #include <aws/core/utils/UnreferencedParam.h> #include <aws/core/http/HttpRequest.h> namespace Aws { namespace KinesisAnalyticsV2 { class...
using Foundation; using System; using System.CodeDom.Compiler; namespace iOSSplitViewSample { [Register ("SplitViewResultTableViewCell")] partial class SplitViewResultTableViewCell { [Outlet] [GeneratedCode ("iOS Designer", "1.0")] UIKit.UILabel barcodeLabel { get; set; } [...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<div class="content-section introduction"> <div class="feature-intro"> <h1>ToggleButton</h1> <p>ToggleButton is used to select a boolean value using a button.</p> </div> <app-demoActions github="togglebutton" stackblitz="togglebutton-demo"></app-demoActions> </div> <div class="content-secti...
""" Written by Daniel M. Aukes and CONTRIBUTORS Email: danaukes<at>asu.edu. Please see LICENSE for full license. """ class ClassTools(object): def copyattrs(self, source, names): for name in names: setattr(self, name, getattr(source, name)) def copyvalues(self, *args, **kwargs): ...
<a name="Something"></a> ## Something A class **Kind**: global class * [Something](#Something) * [.one](#Something+one) <a name="Something+one"></a> ### something.one One **Kind**: instance property of [<code>Something</code>](#Something)
.class public abstract Landroid/preference/TwoStatePreference; .super Landroid/preference/Preference; .source "TwoStatePreference.java" # annotations .annotation system Ldalvik/annotation/MemberClasses; value = { Landroid/preference/TwoStatePreference$SavedState; } .end annotation # instance fields ...
Ext.Desktop = function(app){ this.taskbar = new Ext.ux.TaskBar(app); var taskbar = this.taskbar; var desktopEl = Ext.get('x-desktop'); var taskbarEl = Ext.get('ux-taskbar'); var shortcuts = Ext.get('x-shortcuts'); var windows = new Ext.WindowGroup(); var activeWindow; function minimizeWin...
$Is64Bit = [System.Environment]::Is64BitProcess; $Is64OS = $false; if (($env:PROCESSOR_ARCHITEW6432 -like "AMD64") -or ($env:PROCESSOR_ARCHITECTURE -like "AMD64")) { $Is64OS = $true; } if (($Is64OS) -and (-not $Is64Bit)) { # Running AMD64 but no AMD64 Process, Restart script $Invocation = $PSCommandPath if...
package laika.render import com.typesafe.config.{Config, ConfigFactory, ConfigValueFactory} import laika.tree.Documents.{Document, DocumentTree} import laika.tree.Elements._ import laika.tree.Paths.Root trait TreeModel { def usePDFFileConfig: Boolean = false private def pdfFileConfig = if (usePDFFileConfi...
/** * Created by sam on 12.02.2015. */ /** * Created by Samuel Gratzl on 22.10.2014. */ import { SelectOperation, IDTypeManager, ASelectAble } from '../idtype'; import { ParseRangeUtils, Range } from '../range'; import { UniqueIdManager } from '../app/UniqueIdManager'; import { EventHandler } from '../base/event'; ...
#import <XCTest/XCTest.h> #import <OCMock/OCMock.h> #import <XCTestBootstrap/XCTestBootstrap.h> @interface FBXCTestRunStrategyTests : XCTestCase @property (nonatomic, strong, readwrite) FBApplicationLaunchConfiguration *applicationLaunchConfiguration; @property (nonatomic, strong, readwrite) OCMockObject *testMan...
class Plugin1Plugin include Cinch::Plugin match 'hello', use_prefix: false, use_suffix: false def execute(m) m.reply "Hello #{m.user.nick}" end end
<?xml version="1.0"?> <doc> <assembly> <name>Plugin.Media</name> </assembly> <members> <member name="T:Plugin.Media.CrossMedia"> <summary> Cross platform Media implemenations </summary> </member> <member name="P:Plugin.Media.CrossMedia.Curr...
package main import ( "expvar" "flag" "fmt" "log" "net/http" "os" "os/signal" "syscall" "github.com/Tri125/HoP/commands" "github.com/Tri125/HoP/metrics" "github.com/bwmarrin/discordgo" ) /* Set this variable with go build with the -ldflags="-X main.version=<value>" parameter. */ var version = "undefined" ...
namespace autofill { namespace wallet { namespace { const char kJsonMimeType[] = "application/json"; const size_t kOneTimePadLength = 6; std::string AutocheckoutStatusToString(AutocheckoutStatus status) { switch (status) { case MISSING_FIELDMAPPING: return "MISSING_FIELDMAPPING"; case MISSING_ADVANCE...
/** * Based on Kendo UI Core expression code <https://github.com/telerik/kendo-ui-core#license-information> */ 'use strict' function Cache(maxSize) { this._maxSize = maxSize this.clear() } Cache.prototype.clear = function() { this._size = 0 this._values = {} } Cache.prototype.get = function(key) { return t...
package io.github.lonamiwebs.stringlate.activities.repositories; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.os.Environment; import android.os.ParcelFileDescriptor; import android.support.annotation.Nul...
name 'scm' maintainer 'Cloudwick' maintainer_email 'ashrith@cloudwick.com' license 'Apache v2.0' description 'Installs/Configures cloudera manager' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.1.0' recipe "scm", "Installs and configures ja...
<?php declare(strict_types=1); namespace EMA\App\Account\Query\FindAccount; use EMA\App\Account\Model\Collection\AccountNotFound; use EMA\App\Account\Query\AccountFinder; use React\Promise\Deferred; class FindAccountHandler { /** @var AccountFinder */ private $finder; /** * FindAccountHandler ...
if(__craylinux_crayprgenv) return() endif() set(__craylinux_crayprgenv 1) macro(__cray_extract_args cmd tag_regex out_var make_absolute) string(REGEX MATCHALL "${tag_regex}" args "${cmd}") foreach(arg IN LISTS args) string(REGEX REPLACE "^${tag_regex}$" "\\2" param "${arg}") if(make_absolute) get_f...
package signature.converter.dex; import dex.structure.DexFile; import signature.converter.Visibility; import signature.io.IApiLoader; import signature.model.IApi; import signature.model.IPackage; import signature.model.impl.SigApi; import java.io.IOException; import java.util.Iterator; import java.util.Set; public...
<?php namespace Octower; use Octower\IO\IOInterface; use Octower\Json\JsonFile; use Octower\Script\EventDispatcher; use Octower\Util\Filesystem; use Octower\Util\ProcessExecutor; use Octower\Util\RemoteFilesystem; use Symfony\Component\Console\Formatter\OutputFormatterStyle; class Factory { /** * @param I...
package edu.gatech.cs2340.trydent.sample; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import edu.gatech.cs2340.trydent.GameObject; import edu.gatech.cs2340.trydent.TrydentEngine; import edu.gatech.cs2340.trydent.animation.Animation; import edu.gatech.cs2340.trydent.animation.KeyframeAnimation...
using System.IO; using System.Linq; using System.Threading.Tasks; using LightBlue.Standalone; using Microsoft.WindowsAzure.Storage.Queue; using Xunit; namespace LightBlue.Tests.Standalone.QueueStorage { public class AddMessageTests : StandaloneAzureTestsBase { private readonly IAzureQueue _queue; ...
(function () { 'use strict'; angular .module('com.module.files') .run(function ($rootScope, $http, CoreService, gettextCatalog) { $rootScope.addMenu(gettextCatalog.getString('Thesis files'), 'app.files.list', 'fa-file'); $http.get(CoreService.env.apiUrl + '/containers/files/files').success( ...
using std::string; namespace net { namespace simulator { Queue::ListenerInterface::~ListenerInterface() {} Queue::Queue(Simulator* simulator, string name, QuicByteCount capacity) : Actor(simulator, name), capacity_(capacity), bytes_queued_(0), listener_(nullptr) {} Queue::~Queue() {} void Que...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="hi_IN" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About CludCoin</source> <translation>बिटकोइन के संबंध में</translation>...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<Record> <Term>Sarcocystosis</Term> <SemanticType>Disease or Syndrome</SemanticType> <ParentTerm>Coccidiosis</ParentTerm> <ClassificationPath>Parasitic Diseases/Protozoan Infections/Coccidiosis/Sarcocystosis</ClassificationPath> <BroaderTerm>Coccidiosis</BroaderTerm> <BroaderTerm>Sarcocystosis</BroaderTerm> <Bro...
<div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Opciones</li> <li><a href="<?php echo base_url('control/sliders/');?>">Ver Sliders</a></li> <li><a href="<?php echo base_url('control/sliders/form_new'); ?>">Nuevo Slider</a></li> </ul> </div><!--/.well -->
package org.apache.velocity.runtime.directive; import java.io.Writer; import java.io.IOException; import java.io.StringWriter; import org.apache.commons.lang.text.StrBuilder; import org.apache.velocity.context.InternalContextAdapter; import org.apache.velocity.exception.TemplateInitException; import org.apache.velo...
$_L(["$wt.widgets.Canvas"],"$wt.custom.AnimatedProgress",["$wt.events.ControlAdapter","$.DisposeListener","$.PaintListener","$wt.graphics.GC","$.Point","$.Rectangle"],function(){ c$=$_C(function(){ this.active=false; this.showStripes=false; this.value=0; this.orientation=256; this.showBorder=false; $_Z(this,argu...
homebrew_cask 'karabiner' # https://pqrs.org/osx/karabiner/document.html.en#commandlineinterface execute "/Applications/Karabiner.app/Contents/Library/bin/karabiner enable remap.commandTab2f5" do user node['user']['id'] end
package org.apache.geode.internal.logging.log4j; import static org.apache.geode.internal.logging.Configuration.MAIN_LOGGER_NAME; import static org.apache.geode.internal.logging.Configuration.create; import static org.apache.geode.internal.logging.LogWriterLevel.CONFIG; import static org.assertj.core.api.Assertions.as...
import Select from './Select'; import { GroupBase, OptionBase } from './types'; import { ReactElement, RefAttributes } from 'react'; import { AsyncAdditionalProps } from './useAsync'; import { StateManagerProps } from './useStateManager'; import { CreatableAdditionalProps } from './useCreatable'; declare type Asy...
/* Generic definitions */ #define PACKAGE it.unimi.dsi.fastutil.ints #define VALUE_PACKAGE it.unimi.dsi.fastutil.bytes /* Assertions (useful to generate conditional code) */ #unassert keyclass #assert keyclass(Integer) #unassert keys #assert keys(primitive) #unassert valueclass #assert valueclass(Byte) #unassert val...
package org.elasticsearch.index.query; import org.apache.logging.log4j.LogManager; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.index.IndexReader; import org.apache.lucene.search.IndexSearcher; import org.apache.lucene.search.Query; import org.apache.lucene.search.join.BitSetProducer; import ...
package org.karolgurecki.autotask.ui.adapters; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import org.karolgurecki.autotask.R; import org.kar...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ExitGame : MonoBehaviour { public void Quit() { #if UNITY_EDITOR UnityEditor.EditorApplication.isPlaying = false; #else Application.Quit(); #endif } }
<?php /** * The contents of this file was generated using the WSDLs as provided by eBay. * * DO NOT EDIT THIS FILE! */ namespace DTS\eBaySDK\ReturnManagement\Enums; /** * */ class CloseReturnReasonType { const C_CLOSED_UPON_ESCALATION = 'CLOSED_UPON_ESCALATION'; const C_CLOSED_UPON_REFUND = 'CLOSED_UPON...
describe('mdProgressLinear', function() { var element, $rootScope, $compile, $mdConstant; function makeElement(attrs) { element = $compile( '<div>' + '<md-progress-linear ' + (attrs || '') + '></md-progress-linear>' + '</div>' )($rootScope); $rootScope.$digest(); return elemen...
jQuery().ready(fixIframeHeight); jQuery().ready(function () { setTimeout(fixIframeHeight, 500); }); jQuery(window).resize(fixIframeHeight); function fixIframeHeight() { var windowHeight = jQuery(window).height(); var frameElement = jQuery('#frame'); var frameTop = frameElement.position().top; frameEl...
.views_slideshow_cycle_main {border: 1px solid #cccccc; border-left: none; margin-bottom: 1.6em;} #views_slideshow_cycle_teaser_section_slideshow-block {margin: auto;} /*widgets*/ .views-slideshow-controls-top { float: left; background: whitesmoke; line-height: 4.7em; width: 200px; border: 1px solid #cccccc; b...
<?php declare(strict_types=1); namespace Doctrine\Migrations\Version; use Doctrine\Migrations\Metadata\AvailableMigrationsList; use Doctrine\Migrations\Metadata\ExecutedMigrationsList; use Doctrine\Migrations\Metadata\Storage\MetadataStorage; /** * The MigrationPlanCalculator is responsible for calculating the pla...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template bitwise_xor</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="../../index.html" titl...
<!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"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
<html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Joy Example</title> <link href='http://fonts.googleapis.com/css?family=Merienda' rel='stylesheet' type='text/css'> <script type="text/javascript" src="../../dist/joy.js"></script> </head> ...
RSpec.describe HttpSignatures::HeaderList do describe ".from_string" do it "loads and normalizes header names" do expect(HttpSignatures::HeaderList).to receive(:new).with( ["(request-target)", "Date", "Content-Type"] ) HttpSignatures::HeaderList.from_string( "(request-target) Da...
package cache type Cachepolicycsvserverbinding struct { Activepolicy int `json:"activepolicy,omitempty"` Boundto string `json:"boundto,omitempty"` Gotopriorityexpression string `json:"gotopriorityexpression,omitempty"` Labelname string `json:"labelname,omitempty"` Labeltyp...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
require 'chef/api_client' require 'chef/encrypted_attribute/exceptions' require 'chef/encrypted_attribute/search_helper' require 'chef/encrypted_attribute/cache_lru' class Chef class EncryptedAttribute # Search remote Chef Clients public keys. class RemoteClients extend ::Chef::EncryptedAttribute::Sea...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18063 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
<div *ngIf="loggedInUser"> <div class="user" [matMenuTriggerFor]="menu"> <span>{{loggedInUser.name}}</span> <i class="fa fa-2x fa-cog fa-spin"></i> </div> <mat-menu #menu="matMenu"> <button (click)="logout()" mat-menu-item> <i class="fa fa-sign-out"></i> <span...
package org.apache.hadoop.yarn.server.resourcemanager; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.security.PrivilegedAction; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.Map; import io.hops.util.DBUtility...
package cz.jcbo.csju; import java.util.List; import com.gargoylesoftware.htmlunit.WebClient; import com.gargoylesoftware.htmlunit.html.HtmlForm; import com.gargoylesoftware.htmlunit.html.HtmlInput; import com.gargoylesoftware.htmlunit.html.HtmlPage; import cz.jcbo.model.Judoka; public class FillInDB extends Common ...
package model // Document represents the syft cataloging findings as a JSON document type Document struct { Artifacts []Package `json:"artifacts"` // Artifacts is the list of packages discovered and placed into the catalog ArtifactRelationships []Relationship `json:"artifactRelationships"` Files ...
 using System; using System.Linq; using System.Data.Common; using System.Diagnostics; using System.ComponentModel; using System.Collections.Generic; using CoreSystem.Data; using CrystalMapper; using CrystalMapper.Linq; using CrystalMapper.Context; using CrystalMapper.Mapping; namespace CrystalMapper.UnitTest.SQL.N...
package com.redshape.persistence.dao.query; /** * Created by IntelliJ IDEA. * User: nikelin * Date: 1/23/12 * Time: 1:51 PM * To change this template use File | Settings | File Templates. */ public enum OrderDirection { ASC, DESC }
import { Component, OnInit } from '@angular/core'; import { HeroService } from './hero.service'; export class Hero { id: number; name: string; } @Component({ selector: 'my-app', providers: [HeroService], styles: [` .selected { background-color: #CFD8DC !important; color: white; } .heroes { ...
package tv.niuwa.live.home.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.LinearLayout; import ...
arrow, place-holder { display: block; height: 14px; width: 12px; } arrow { background-repeat: no-repeat; background-position: center center; } arrow[right] { background-image: url("/images/arrows/arrow-right.png"); background-size: 7px 8px; } arrow[down] { background-image: url("/images/arrows/arrow-dow...
var Q = require('q'), http = require('http'), retry = require('./functions').retryPromise; var _create = function(host,port,_retries){ var client = {}; var retries = _retries || 1; var _send = function(url,body,verb){ return retry( function(){ return _callHttp(url,body,verb); }, retries); } var...
""" Widgets to represent and edit base Python types. """ from PyQt4.QtCore import * from PyQt4.QtGui import * class NumericTypeWidget(object): default_minimum = 0 default_maximum = 1 def __init__(self, min=None, max=None): if min is not None: self.setMinimum(min) else: ...