answer
stringlengths
15
1.25M
#pragma once #include <aws/lookoutequipment/<API key>.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace LookoutEquipment { namespace Model { class <API key> <...
package org.andidev.applicationname.format.custom; import java.util.Locale; import org.andidev.applicationname.format.annotation.CustomFormat; import org.apache.commons.lang3.StringUtils; import org.springframework.expression.EvaluationContext; import org.springframework.expression.ExpressionParser; import org.springfr...
package com.capitalone.dashboard.model; import com.capitalone.dashboard.util.<API key>; import org.springframework.stereotype.Component; /** * Collector implementation for Feature that stores system configuration * settings required for source system data connection (e.g., API tokens, etc.) */ @Component public clas...
// Provides control sap.m.<API key>. sap.ui.define(['sap/ui/core/Element', './library'], function(Element, library) { "use strict"; /** * Constructor for a new <code>sap.m.<API key></code> element. * * @param {string} [sId] Id for the new element, generated automatically if no id is given ...
Ext.define('xdfn.project.ProjOpen', { extend: 'xdfn.project.ui.ProjOpen', grid: null, initComponent: function() { var me = this; me.openStore = Ext.create('xdfn.project.store.ProjOpenJsonStore'); me.rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { errorSummary: fal...
{% extends "partials/layout.html" %} {% block body %} <div class="ui container"> <div class="ui padded segment raised"> <h1>About Me</h1> <p>I am a software developer with an interest in artificial intelligence and machine learning.</p> <p>I try to write some interesting things, ...
// jQueryTemplate.cs // Script#/Libraries/jQuery/Templating using System; using System.Collections; using System.Html; using System.Net; using System.Runtime.CompilerServices; using jQueryApi; namespace jQueryApi.Templating { <summary> Represents a jQuery template that has been parsed and can be used to gen...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * Content policy implementation that prevents all loads of images, * subframes, etc from protocols that don't return data but rather open * applications (such as mailto). */ #include "<API key>.h" #include "nsIDOMWindow.h" #include "...
# Release History ## 3.0.0 (2016-08-19) - update `fkooman/rest` and `fkooman/http` dependencies ## 2.0.0 (2015-11-19) - major API update for new `fkooman/<API key>` ## 1.0.1 (2015-09-07) - remove `fkooman/cert-parser` dependency ## 1.0.0 - update `fkooman/rest` and use `fkooman/<API key>` ## 0.1.2 - update `fkooman/cer...
/* This program reads an ELF file and computes information about * redundancies. */ #include <algorithm> #include <fstream> #include <string> #include <vector> #include <map> #include <elf.h> #include <sys/mman.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> #include <getopt.h> char...
<html> <head> </head> <body> <div class="vevent"> <h5 class="summary">Annual Employee Review</h5> <div>posted on <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div> <div>UID: <span class="uid"><API key>@host.com</span></div> <div>Dates: <abbr class="dtstart" title="19970903T163000Z">Sept...
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine.Serialization; namespace Valve.VR { public class SteamVR_Settings : ScriptableObject { private static SteamVR_Settings _instance; public static SteamVR_Settings instance { ...
#ifndef <API key> #define <API key> #include <grpc/impl/codegen/byte_buffer.h> #include <grpc/impl/codegen/status.h> #include <stddef.h> #ifdef __cplusplus extern "C" { #endif /** Completion Queues enable notification of the completion of asynchronous actions. */ typedef struct <API key> <API key>; /** An alarm ass...
using System.Collections.Generic; namespace DocGenerator.Documentation.Blocks { <summary> Used to keep a line of code (could be multiple e.g fluent syntax) and its annotations in one logical unit. So they do not suffer from reordering based on line number when writing out the documentation </summary> ...
# Code Size ## Too Many Parameters <dl> <dt></dt> <dd>too_many_parameters</dd> <dt></dt> <dd><API key>.swift</dd> <dt></dt> <dd>Minor</dd> <dt></dt> <dd>Code Size</dd> </dl> Methods with too many parameters are hard to understand and maintain, and are thirsty for refactorings, like [Replace Parameter With Method](http:...
package com.code.constant; public class StringEvent { public static String NET_STATE_CHANGE = "net_state_change"; }
using Akka.Actor; using Akka.Actor.Internals; using Akka.TestKit; using Xunit; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Akka.Tests.Actor { public class <API key> : AkkaSpec { [Fact] public void CanResolveActorRe...
import numpy as np from math import sin, pi, cos from banti.glyph import Glyph halfsize = 40 size = 2*halfsize + 1 picture = np.zeros((size, size)) for t in range(-135, 135): x = round(halfsize + halfsize * cos(pi * t / 180)) y = round(halfsize + halfsize * sin(pi * t / 180)) picture[x][y] = 1 zoomsz = 1 * ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="content" content ="text/html; charset=utf-8" /> <title> </title> <meta http-equiv="MSThemeCompatible" content = "Yes" /> <script src="__JS__/common.js" type="text/javascript"></script> <script src="__STATIC__/jquery-1.11.1.min.js" type="text/javascri...
function __processArg(obj, key) { var arg = null; if (obj) { arg = obj[key] || null; delete obj[key]; } return arg; } function Controller() { function goSlide(event) { var index = event.source.mod; var arrViews = $.scrollableView.getViews(); switch (index) { ...
extern alias SSmDsClient; using System; using System.Collections.Generic; using System.Linq; using OpenRiaServices.DomainServices.Client; using Cities; using Microsoft.Silverlight.Testing; using Microsoft.VisualStudio.TestTools.UnitTesting; using DataTests.Northwind.LTS; using System.ComponentModel.DataAnnotations; usi...
require 'spec_helper' describe 'source install' do let(:chef_run) do runner = ChefSpec::Runner.new(platform: 'ubuntu', version: '12.04') runner.node.set['nrpe']['install_method'] = 'source' runner.converge 'nrpe::default' end it 'includes the nrpe source recipes' do expect(chef_run).to include_rec...
<?php namespace Fungku\NetSuite\Classes; class BudgetCategory extends Record { public $name; public $budgetType; public $isInactive; public $internalId; static $paramtypesmap = array( "name" => "string", "budgetType" => "boolean", "isInactive" => "boolean", "internalI...
# The following comment should be removed at some point in the future. # mypy: <API key>=False from __future__ import absolute_import import logging import os.path import re from pip._vendor.packaging.version import parse as parse_version from pip._vendor.six.moves.urllib import parse as urllib_parse from pip._vendor.s...
package org.ovirt.engine.core.itests; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertNotNull; import org.ovirt.engine.core.common.queries.*; import org.ovirt.engine.core.common.action.LoginUserParameters; import org.ovirt.engine.core.commo...
#!/bin/bash # This script will build the project. if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo -e "Build Pull Request #$TRAVIS_PULL_REQUEST => Branch [$TRAVIS_BRANCH]" ./gradlew build --stacktrace --info elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then echo -e 'Build Branch with ...
#define <API key> #include <autoboost/regex/config.hpp> // regex configuration information: this prints out the settings used // when the library was built - include in debugging builds only: #ifdef <API key> #define print_macro <API key> #define print_expression <API key> #define print_byte_order <API key> #define pri...
package org.cloudfoundry.autoscaler.data.couchdb.dao.impl; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.cloudfoundry.autoscaler.data.couchdb.dao.<API key>; import org.cloudfoundry.autoscaler.data.couchdb.dao.base.<API key>; import org.cloudfoundry.autoscaler.data.couchdb...
package jef.common.wrapper; import java.io.Serializable; public interface IHolder<T> extends Serializable{ T get(); void set(T obj); }
title: Cordova 3.1.0 Now on PhoneGap Build date: 2013-10-24 11:00:05 Z categories: - build tags: - PhoneGap Build author: Ryan Willoughby [PhoneGap Build](http://build.phonegap.com) is happy to announce that we now support Cordova 3.1.0. For more info on what's included in this update, check out the [Cordova 3.1.0 rele...
# USE COLUMN TYPE FOR COLUMN "DATA" FOR THE RELEVANT DATABASE #Mysql LONGTEXT #SQLServer TEXT #Postgres TEXT #Oracle CLOB #H2 CLOB #Derby CLOB #HSQL LONGVARCHAR #Hibernate MYSQL Script ALTER TABLE STORE_PROCESS_PROP ADD COLUMN DATA LONGTEXT; CREATE TABLE...
package org.eclipse.jetty.server.handler; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.io.BufferedReader; import java.io.EOFException; import java.io.IOException; import java.net.Socket; import java.util.LinkedHashMap; import java.util.Map; import java.util.regex.M...
package org.apereo.cas.memcached.kryo; import org.apereo.cas.authentication.AcceptUsers<API key>; import org.apereo.cas.authentication.<API key>; import org.apereo.cas.authentication.<API key>; import org.apereo.cas.authentication.Default<API key>; import org.apereo.cas.authentication.Default<API key>; import org.apere...
package javolution.xml; import java.io.Serializable; /** * <p> This interface identifies classes supporting XML serialization * (XML serialization is still possible for classes not implementing this * interface through dynamic {@link XMLBinding} though).</p> * * <p> Typically, classes implementing this int...
#include <aws/location/model/SearchForTextResult.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace LocationService { namespace Model { SearchForTextResult::SearchForTextResult() : m_placeHasBeenSet(false) { }...
/* * took from Ruby. Thank you, Ruby! */ int endian() { static int init = 0; static int endian = 0; char *p; if (init) return endian; init = 1; p = &init; return endian = p[0]?1:0; }
package com.siyeh.ig.assignment; import com.<API key>; public class <API key> extends <API key> { public void test() throws Exception { final <API key> inspection = new <API key>(); inspection.<API key> = true; doTest("com/siyeh/igtest/assignment/method_parameter", ...
"""This component provides support to the Ring Door Bell camera.""" import asyncio from datetime import timedelta import logging import voluptuous as vol from homeassistant.components.camera import PLATFORM_SCHEMA, Camera from homeassistant.components.ffmpeg import DATA_FFMPEG from homeassistant.const import ATTR_ATTRI...
/*Stats*/ .bar-chart-grids { margin:150px auto; max-width:640px;} .fabo-chart { border-right: 1px; margin: 2em 0 0 0; } .fabo-chart::after { content: " "; display: table; clear: both; } .fabo-chart .fabo-point { height: 400px; display: inline-block; float: left; box-sizing: border-bo...
#include "extensions/common/tap/tap_config_base.h" #include "envoy/config/tap/v3/common.pb.h" #include "envoy/data/tap/v3/common.pb.h" #include "envoy/data/tap/v3/wrapper.pb.h" #include "common/common/assert.h" #include "common/common/fmt.h" #include "common/config/version_converter.h" #include "common/protobuf/utility...
#pragma once #include <string> #include "envoy/server/filter_config.h" #include "common/protobuf/protobuf.h" namespace Envoy { namespace Extensions { namespace HttpFilters { namespace Common { /** * Config registration for http filters that have empty configuration blocks. * The boiler plate instantiation functions (...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_09) on Wed Aug 01 14:02:17 EEST 2007 --> <TITLE> datechooser.beans.editor.border.types (DateChooser javadoc) </TITLE> <META NAME="keywords" CONTENT="datechooser.beans.editor.border.types package"> <LINK REL ="stylesheet" TYPE="tex...
package com.kit.imagelib.imagelooker; public interface <API key> { public void onPageSelected(); }
package matchers import ( "fmt" "github.com/onsi/gomega/format" "math" ) type <API key> struct { Comparator string CompareTo []interface{} } func (matcher *<API key>) Match(actual interface{}) (success bool, message string, err error) { if len(matcher.CompareTo) == 0 || len(matcher.CompareTo) >...
#define DT_DRV_COMPAT plantower_pms7003 #include <errno.h> #include <arch/cpu.h> #include <init.h> #include <kernel.h> #include <drivers/sensor.h> #include <stdlib.h> #include <string.h> #include <drivers/uart.h> #include <logging/log.h> LOG_MODULE_REGISTER(PMS7003, <API key>); /* wait serial output with 1000ms timeout...
var spawn = require('child_process').spawn var port = exports.port = 1337 exports.registry = "http://localhost:" + port exports.run = run function run (cmd, t, opts, cb) { if (!opts) opts = {} if (!Array.isArray(cmd)) throw new Error("cmd must be an Array") if (!t || !t.end) throw new Error("node-tap ...
#include <aws/securityhub/model/<API key>.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace SecurityHub { namespace Model { <API key>::<API key>() : <API key>(false), <API key>(false) { } <API key>::<API ...
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Runtime.Remoting; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Remote; using Microsoft.VisualStudio.LanguageServices.Remote; using Nerdbank; using R...
package org.goodsManagement.service.impl.PoiUtils; import org.apache.poi.hssf.usermodel.HSSFSheet; import org.apache.poi.hssf.usermodel.HSSFWorkbook; import org.goodsManagement.po.GetGoodsDto; import org.goodsManagement.vo.GetGoodsVO; import org.springframework.stereotype.Component; import java.util.ArrayList; import j...
#ifndef _DICTIONARY_H_ #define _DICTIONARY_H_ #include <string> #include <unordered_map> #include <cinttypes> // This class represents a dictionary that maps integer values to strings. class Dictionary { public: typedef int32_t DiffType; // return value of compare function typedef uint32_t IntTyp...
// <API key>: Apache-2.0 WITH LLVM-exception #include "WriterUtils.h" #include "lld/Common/ErrorHandler.h" #include "llvm/Support/Debug.h" #include "llvm/Support/EndianStream.h" #include "llvm/Support/LEB128.h" #define DEBUG_TYPE "lld" using namespace llvm; using namespace llvm::wasm; namespace lld { std::string toStri...
package build import sbt._ import Keys._ import Def.SettingsDefinition final class MultiScalaProject private (private val projects: Map[String, Project]) extends CompositeProject { import MultiScalaProject._ val v2_11: Project = projects("2.11") val v2_12: Project = projects("2.12") val v2_13: Project = pro...
package com.ibm.streamsx.topology.internal.logging; import java.util.logging.Level; import java.util.logging.Logger; public interface Logging { /** * Set the root logging levels from Python logging integer level. * @param levelS */ public static void setRootLevels(String levelS) { int log...
package wikokit.base.wikt.db; import android.util.Log; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; public class Decompressor { private String _zipFile; private String _location; public Decompressor(String...
// <summary> // The chat room controller. // </summary> namespace WebStreams.Sample { using System; using System.Collections.Concurrent; using System.Reactive.Linq; using System.Reactive.Subjects; using Dapr.WebStreams.Server; <summary> The chat room controller. </summary> [RoutePr...
(function() { var head = document.head || document.<API key>('head')[0]; var style = null; var mobileScreenWidth = 768; // Make sure this value is equal to the width of .wy-nav-content in overrides.css. var initialContentWidth = 960; // Make sure this value is equal to the width of .wy-nav-side in theme.css...
/** * Specifies a U-Prove token. */ public class UProveToken { private byte[] issuerParametersUID; private byte[] publicKey; private byte[] tokenInformation; private byte[] proverInformation; private byte[] sigmaZ; private byte[] sigmaC; private byte[] sigmaR; private boolean isDeviceP...
/* Performs initialization of Direction Finding in Host */ int le_df_init(void); void <API key>(struct net_buf *buf, struct <API key> *report, struct bt_le_per_adv_sync **<API key>);
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Nov 13 21:22:01 UTC 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster (Apache Hadoop Main 2.6.0 API...
package examples.model; import java.util.ArrayList; import java.util.Collection; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.OneToMany; @Entity public class Department { @Id private int id; private String name; @OneToMany(mappedBy="department") private Coll...
# The LLVM Compiler Infrastructure # This file is distributed under the University of Illinois Open Source LEVEL = ../../.. LIBRARYNAME = LLVMNaClTransforms BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common
/** * @file * CSS for Cesium Cartesian3. */ div.form-item table .form-type-textfield, div.form-item table .form-type-textfield * { display: inline-block; }
export const FILLPATTERN = { none: '', crossHatched: 'Crosshatched', hatched: 'Hatched', solid: 'Solid' }; export const STROKEPATTERN = { none: '', dashed: 'Dashed', dotted: 'Dotted', solid: 'Solid' }; export const ALTITUDEMODE = { NONE: '', ABSOLUTE: 'Absolute', RELATIVE_TO_GROUND: 'Relative to g...
using System; using System.IO; namespace Microsoft.WindowsAzure.MobileServices { <summary> Provides access to platform specific functionality for the current client platform. </summary> public class CurrentPlatform : IPlatform { <summary> You must call this method from your applicati...
#dcwp-avatar {float: left; display: block; width: 32px; height: 32px; background: url(images/dc_icon32.png) no-repeat 0 0; margin: 0 5px 0 0;} .dcwp-box.postbox {margin-bottom: 10px;} .dcwp-box .hndle {margin-bottom: 10px;} .dcwp-box p, .dcwp-box ul, .widget .widget-inside p.dcwp-box {padding: 0 10px; margin: 0 0 3px 0...
package water.jdbc; import org.junit.Test; import org.junit.runner.RunWith; import water.Key; import water.Keyed; import water.fvec.Frame; import water.runner.CloudSize; import water.runner.H2ORunner; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.IntStream; import static org.junit.As...
<?php namespace EventEspresso\core\services\commands\registration; use EventEspresso\core\services\commands\Command; if ( ! defined( '<API key>' ) ) { exit( 'No direct script access allowed' ); } /** * Class <API key> * DTO for passing data a single EE_Registration object to a CommandHandler * * @package ...
package com.intellij.execution.impl.statistics; import com.intellij.execution.Executor; import com.intellij.execution.configurations.<API key>; import com.intellij.execution.configurations.ConfigurationType; import com.intellij.execution.configurations.RunConfiguration; import com.intellij.execution.executors.ExecutorG...
package net.stickycode.deploy.sample.helloworld; public class HelloWorld implements Runnable { public void hello() { System.out.println("Hello World!"); } @Override public void run() { System.out.println("Hello Embedded World!"); try { Thread.sleep(5000); } catch (<API key> e) { ...
<include file='public:header'/> <div class="mainBt"> <ul> <li class="li1"></li> <li class="li2"></li> <li class="li2 li3"></li> </ul> </div> <div class="main-jsgl"> <p class="attention"><span></span></p> <div class="jsglNr"> <div class="selectNr"> <div class=...
package org.locationtech.geomesa.core.process.proximity import com.typesafe.scalalogging.slf4j.Logging import com.vividsolutions.jts.geom.GeometryFactory import org.geotools.data.Query import org.geotools.data.simple.{<API key>, SimpleFeatureSource} import org.geotools.data.store.<API key> import org.geotools.factory.C...
<!doctype html><html lang=en><head><title>Redirecting&hellip;</title><link rel=canonical href=/v1.2/docs/tasks/traffic-management/egress/egress-control/><meta name=robots content=noindex><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.2/docs/tasks/traffic-management/egress/egress-control/"></head><body...
package gov.va.medora.mdws.emrsvc; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "fromDate", "toD...
# Systemd Unit If you are using distribution packages or the copr repository, you don't need to deal with these files! The unit file in this directory is to be put into `/etc/systemd/system`. It needs a user named `node_exporter`, whose shell should be `/sbin/nologin` and should not have any special privileges. It need...
FROM balenalib/amd64-alpine:3.6 RUN apk add --update \ openrc \
import os import sys import argparse from pandaharvester.harvesterconfig import harvester_config from pandaharvester.harvestermisc.selfcheck import <API key> def main(): oparser = argparse.ArgumentParser(prog='prescript', add_help=True) oparser.add_argument('-f', '--local_info_file', action='store', dest='local...
using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Roslyn.Test.Utilities; using Xunit; namespace Microsoft.CodeAnalysis.CSharp.UnitTests.CodeGen { public class StringConcatTests : CSharpTestBase { [Fact] public void ConcatConsts() { var source = @" using System; public...
#!/usr/bin/env bash # start ssh to be tested "running" by netstat service ssh start # run the tests - every test should result in "passed" cd /app && \ java -jar /app/<API key>.jar -v /app/certificate-file.edn && \ echo " java -jar /app/<API key>.jar -v /app/command.edn && \ echo " java -jar /app/<API key>.jar -v /app/...
package org.devspark.aws.tools; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.maven.plugin.AbstractMojo; ...
<?php //db_mysqli, db_pdo $var->db_driver = 'db_mysqli'; //$var->db_driver = 'db_pdo'; //for pdo: mysql, sqlite, ... //$var->db_engine = 'mysql'; $var->db_host = 'localhost'; $var->db_database = 'ada'; $var->db_user = 'ad'; $var->db_pass = 'dddd'; //$var->db_database = 'kargosha'; //$var->db_user = 'root'; //$var->db_p...
package com.zswxsqxt.wf.dao; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Repository; import cn.org.rapid_framework.page.Page; import com.opendata.common.base.BaseHibernateDao; import com.zswxsqxt.wf.model.WfActivity; import com.zs...
from O365 import attachment import unittest import json import base64 from random import randint att_rep = open('attachment.json','r').read() att_j = json.loads(att_rep) class TestAttachment (unittest.TestCase): def setUp(self): self.att = attachment.Attachment(att_j['value'][0]) def test_isType(self): ...
# Change Log All releases of the BOSH CPI for Google Cloud Platform will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [30.0.0] - 2019-01-04 Added - MULTI_IP_SUBNET support in GCE Changed - Go 1.12 - BOSH API v2 ## [29.0.0] - 2019-01-04 Fixed - VM IP address is cleare...
using TestMonkeys.EntityTest.Framework; namespace UsageExample.<API key>.TestObjects { public class <API key> { [<API key>(0)] public object GreaterThanValue { get; set; } } }
using System.Linq; using System.Threading; using System.Threading.Tasks; using Roslyn.Test.Utilities; using Xunit; using LSP = Microsoft.VisualStudio.LanguageServer.Protocol; namespace Microsoft.CodeAnalysis.LanguageServer.UnitTests.Definitions { public class GoToDefinitionTests : <API key> { [Fact] ...
package org.mskcc.shenkers.data.interval; import htsjdk.tribble.Feature; import htsjdk.tribble.annotation.Strand; import htsjdk.tribble.bed.FullBEDFeature; import java.awt.Color; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * * @author sol */ public interface IntervalFeatur...
/* fixed page header & footer configuration */ .ui-header-fixed, .ui-footer-fixed { left: 0; right: 0; width: 100%; position: fixed; z-index: 1000; } .ui-header-fixed { top: -1px; padding-top: 1px; } .ui-header-fixed.ui-fixed-hidden { top: 0; padding-top: 0; } .ui-header-fixed .ui-bt...
goog.provide('shaka.ui.FastForwardButton'); goog.require('shaka.ui.Controls'); goog.require('shaka.ui.Element'); goog.require('shaka.ui.Enums'); goog.require('shaka.ui.Locales'); goog.require('shaka.ui.Localization'); goog.require('shaka.util.Dom'); /** * @extends {shaka.ui.Element} * @final * @export */ shaka.ui.F...
# General Information for Windows This file describes how to install, or build, and use Julia on Windows. For more general information about Julia, please see the [main README](https: # Unicode font support The built-in Windows fonts have rather poor coverage of the Unicode character space. The free [`DejaVu Sans Mono`...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_191) on Fri Dec 21 13:21:36 PST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Constant Field Values (guacamole-ext 1.0.0 API)</title> <meta name="date" content="2018-12-21"> <link rel...
package cmdserver_test import ( "testing" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) func TestCmdServer(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "CmdServer Suite") }
package com.eas.widgets.containers; import com.eas.core.XElement; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.FlowPanel; import com.google.gwt.user.client.ui.RequiresResize; import com.google.gwt.user.client.ui.Widget; /** * * @author mg */ public class FlowGapPanel extends FlowPanel...
package org.cohorte.herald.core.utils; import java.util.Iterator; import org.cohorte.herald.Message; import org.cohorte.herald.MessageReceived; import org.jabsorb.ng.JSONSerializer; import org.jabsorb.ng.serializer.MarshallException; import org.jabsorb.ng.serializer.UnmarshallException; import org.json.JSONArray; impor...
package org.apache.cocoon.transformation; import java.io.<API key>; import java.io.File; import java.io.FileOutputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Map; import java.util.zip.ZipInputStream; import java.util.zip.ZipEntry; import org.apache.a...
package droidkit.app; import android.content.Intent; import android.net.Uri; import android.support.annotation.NonNull; import java.util.Locale; /** * @author Daniel Serdyukov */ public final class MapsIntent { private static final String MAPS_URL = "https://maps.google.com/maps"; private MapsIntent() { }...
'use strict'; var nconf = require('nconf'); var path = require('path'); /** * Handle the configuration management. * * @constructor */ function Config() { nconf.argv().env("_"); var environment = nconf.get("NODE:ENV") || "development"; nconf.file(environment, {file: path.resolve(__dirname, '../config/' + envi...
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ #include <gecode/int/element.hh> namespace Gecode { using namespace Int; void element(Home home, IntSharedArray c, IntVar x0, IntVar x1, IntConLevel) { if (c.size() == 0) throw TooFewArguments("Int::element"); if (home.faile...
let hookTypes; const callStyles = { sync: 'applyPlugins', syncWaterfall: '<API key>', syncBail: '<API key>', sync_map: 'applyPlugins', asyncWaterfall: '<API key>', asyncParallel: '<API key>', asyncSerial: 'applyPluginsAsync', }; const camelToDash = camel => camel.replace(/_/g, '--').replace(/[A-Z]/g, c ...
/* socket.c Created: Feb 2001 by Philip Homburg <philip@f-mnx.phicoh.com> Open a TCP connection */ #define _POSIX_C_SOURCE 2 #include <errno.h> #include <fcntl.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <string.h> #include <unistd.h> #include <sys/ioctl.h> #include <sy...
package sbt package internal package parser import java.io.File import scala.io.Source object NewFormatSpec extends AbstractSpec { implicit val splitter: SplitExpressions.SplitExpression = <API key>.splitExpressions test("New Format should handle lines") { val rootPath = getClass.getResource("/new-format").getP...