answer
stringlengths
15
1.25M
@@include('include/header.html',{"name": "list","desc": ""}) <section id="list"> <div class="demo-item"> <p class="demo-desc"></p> <div class="demo-block"> <ul class="ui-list ui-list-pure ui-border-tb"> <li class="ui-border-t"> <p><span>1.faycheng </sp...
> :[jdneo](https://github.com/jdneo) > : # OpenGL ES OpenGL ESView[GLSurfaceView](http: [GLSurfaceView](http: activity[GLSurfaceView](http: ##OpenGL ES OpenGL ES 2.0 xml <uses-feature android:glEsVersion="0x00020000" android:required="true" /> texture compression xml <supports-gl-texture android:name="<API key>" /> <su...
import { module, test } from 'qunit'; import { getComplianceSteps, complianceSteps, <API key>, <API key>, <API key>, PurgePolicy, <API key>, tagNeedsReview, <API key> } from 'wherehows-web/constants'; import complianceDataTypes from 'wherehows-web/mirage/fixtures/<API key>'; import { mockTimeStamps } ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui"> <meta name="<API key>" content="yes"> <meta name="<API key>" content="black"> <link rel="apple-touch-icon" href="i...
package client const ( <API key> = "gkeClusterAddons" <API key> = "httpLoadBalancing" <API key> = "<API key>" <API key> = "networkPolicyConfig" ) type GKEClusterAddons struct { HTTPLoadBalancing bool `json:"httpLoadBalancing,omitempty" yaml:"httpLoadBalanc...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:03:18 GMT-03:00 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class opennlp.tools.parser.ParseSampleStream (Apache OpenNLP Tools 1.5.3 API) </TITLE> <LINK REL ="s...
package org.nutz.dao.util.cri; import org.nutz.dao.entity.Entity; import org.nutz.dao.entity.MappingField; import org.nutz.dao.jdbc.Jdbcs; import org.nutz.dao.jdbc.ValueAdaptor; import org.nutz.lang.Strings; public class SqlValueRange extends <API key> { private static final long serialVersionUID = <API key>; p...
package jadx.tests.integration.rename; import java.util.List; import org.junit.jupiter.api.Test; import jadx.core.dex.nodes.ClassNode; import jadx.tests.api.IntegrationTest; import static jadx.tests.api.utils.assertj.JadxAssertions.assertThat; public class <API key> extends IntegrationTest { public static class Tes...
<?php /** * Generated by <API key> 1.2.0 on 2012-12-12 at 13:17:14. */ class <API key> extends <API key> { /** * @var AmazonShipmentList */ protected $object; /** * Sets up the fixture, for example, opens a network connection. * This method is called before a test is executed. */ ...
<?php // | ThinkPHP [ WE CAN DO IT JUST THINK ] /** * * @author simon <mahuan@d1web.top> */ namespace tests\thinkphp\library\think\cache\driver; use think\Cache; abstract class cacheTestCase extends \<API key> { /** * * @access protected */ abstract protected function getCacheInstance(); /...
// modification, are permitted provided that the following conditions // are met: // documentation and/or other materials provided with the distribution. // * Neither the name of NVIDIA CORPORATION nor the names of its // contributors may be used to endorse or promote products derived // EXPRESS OR IMPLIED WARRA...
// The LLVM Compiler Infrastructure // This file is distributed under the University of Illinois Open Source #include "DiagTool.h" #include "DiagnosticNames.h" #include "clang/Basic/LLVM.h" #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/<API key>.h" #include "clang/Frontend/<A...
input = """ g(1). g(2). g(3). f(a,b). f(A,B):- g(A), g(B). f(a,a). """ output = """ {f(1,1), f(1,2), f(1,3), f(2,1), f(2,2), f(2,3), f(3,1), f(3,2), f(3,3), f(a,a), f(a,b), g(1), g(2), g(3)} """
<?php $mysql_pool = new \swoole_connpool(\swoole_connpool::<API key>); $r = $mysql_pool->setConfig([ "host" => "127.0.0.1", "port" => 3306, "user" => "root", "password" => "", "database" => "test", "charset" => "utf8mb4", "hbIntervalTime" => 1, // hbTimeout // connectTimeout ]); assert...
// <API key>.h // <API key> #import <UIKit/UIKit.h> @interface <API key> : <API key> @end
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using System.Xml.Linq; using EnvDTE80; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Shared.TestHooks; using Microsoft.VisualStudio.IntegrationTest.Utilities.Inp...
"""Grep dialog for Find in Files functionality. Inherits from SearchDialogBase for GUI and uses searchengine to prepare search pattern. """ import fnmatch import os import sys from tkinter import StringVar, BooleanVar from tkinter.ttk import Checkbutton from idlelib.searchbase import SearchDialogBase from idlelib...
'use strict'; import { react2angular } from 'react2angular'; import { <API key> } from './<API key>'; import { module } from 'angular'; export const <API key> = 'spinnaker.core.instance.loadBalancer.health.directive'; export const name = <API key>; // for backwards compatibility module(<API key>, []).component( '<A...
// Check that you can cast between different pointers to trait objects // whose vtable have the same kind (both lengths, or both trait pointers). trait Foo<T> { fn foo(&self, _: T) -> u32 { 42 } } trait Bar { fn bar(&self) { println!("Bar!"); } } impl<T> Foo<T> for () {} impl Foo<u32> for u32 { fn foo(&self, _:...
<?php namespace frontend\rbac; use Yii; use yii\rbac\Rule; /** * Checks if user_id matches user passed via params */ class <API key> extends Rule { public $name = 'isAuthor'; public function execute($user, $item, $params) { return isset($params['attachment']) ? $params['attachment']->user_id == $u...
#include "CommonHeader.h" #include "SetupPlatform.h" #define NUMBER_OF_PACKAGES 1 CHAR16 *SocketNames[NUMBER_OF_PACKAGES]; CHAR16 *AssetTags[NUMBER_OF_PACKAGES]; CHAR16 EmptyString[] = L" "; CHAR16 SocketString[] = L"LGA775"; VOID <API key> ( VOID ) { UINTN Index; for (Index...
// shapeless's Lazy implemented in terms of byname implicits trait Lazy[T] { val value: T } object Lazy { implicit def apply[T](implicit t: => T): Lazy[T] = new Lazy[T] { lazy val value = t } def unapply[T](lt: Lazy[T]): Option[T] = Some(lt.value) } trait Foo { type Out def out: Out } object Foo...
package org.wso2.developerstudio.eclipse.gmf.esb.impl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.EObjectImpl; import org.wso2.developerstudio.eclipse.gmf.esb.EsbPackage; import org.wso2.d...
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http: <body> <table style="border: 1px solid black;"> <caption/> <tr> <th style="border: 1px solid black;">Number </th> <th style="border: 1px solid black;">Density </th> <th style="border: 1px solid black;">Number </th> <th style="border: 1px...
package com.cardpay.pccredit.intopieces.model; import com.wicresoft.jrad.base.database.id.IDType; import com.wicresoft.jrad.base.database.model.BusinessModel; import com.wicresoft.jrad.base.database.model.ModelParam; @ModelParam(table = "<API key>", generator=IDType.assigned) public class <API key> extends BusinessMod...
#include <aws/opsworks/model/AssignVolumeRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::OpsWorks::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; AssignVolumeRequest::AssignVolumeRequest() : <API key>(false), <API key>(false) { } Aws::Stri...
<?php return array ( '<strong>Delete</strong> space' => '<strong>Space</strong> löschen', 'Are you sure, that you want to delete this space? All published content will be removed!' => 'Bist Du sicher, dass du diesen Space löschen möchtest? Alle veröffentlichten Inhalte werden entfernt!', 'Delete' => 'Löschen', ...
module.exports = function (config) { 'use strict'; config.set({ basePath: '../../', captureTimeout: 3e5, <API key>: 3e5, <API key>: 3e5, <API key>: 3, concurrency: 1, urlRoot: '/karma', frameworks: ['mocha', 'chai', 'sinon'], files: [ ...
// option. This file may not be copied, modified, or distributed // except according to those terms. #![allow(<API key>)] #![allow(non_snake_case)] extern crate libc; pub const SOL_PACKET: libc::c_int = 263; pub const <API key>: libc::c_int = 1; pub const PACKET_MR_PROMISC: libc::c_int = 1; // man 7 packet pub struct p...
$.components.register("input-group-file", { api: function() { $(document).on("change", ".input-group-file [type=file]", function() { var $this = $(this); var $text = $(this).parents('.input-group-file').find('.form-control'); var value = ""; $.each($this[0].files, function(i, file) { ...
<!DOCTYPE html> <html> <head> <title>Collection Demo</title> <script src="../bin/traceur.js"></script> <script src="../src/bootstrap.js"></script> </head> <body> <p>This example shows how to use element set/get/delete meta operations. <pre id="out"></pre> <script> traceur.options.exper...
<?php namespace Cake\View\Helper; use Cake\Utility\Hash; use Cake\Utility\Inflector; use Cake\View\Helper; use Cake\View\StringTemplateTrait; use Cake\View\View; class PaginatorHelper extends Helper { use StringTemplateTrait; /** * List of helpers used by this helper * * @var array */ pu...
import { AsyncTestCompleter, beforeEach, ddescribe, describe, expect, iit, inject, it, xit, } from 'angular2/test_lib'; import {Injector, bind, Key} from 'angular2/di'; import {Inject, InjectPromise} from 'angular2/src/di/annotations_impl'; import {Promise, PromiseWrapper} from 'angular2/src/facade/as...
package strategy import ( "errors" "fmt" kapi "github.com/GoogleCloudPlatform/kubernetes/pkg/api" "github.com/GoogleCloudPlatform/kubernetes/pkg/runtime" "github.com/golang/glog" buildapi "github.com/openshift/origin/pkg/build/api" buildutil "github.com/openshift/origin/pkg/build/util" ) // ...
package org.glassfish.mvc.bookstore.controller.util; public class PagingInfo { private int batchSize = 5; private int firstItem = 0; private int itemCount = -1; public int getBatchSize() { return batchSize; } public int getItemCount() { return itemCount; } public void set...
// The LLVM Compiler Infrastructure // This file is distributed under the University of Illinois Open Source // This is an extremely simple MachineInstr-level copy propagation pass. #include "llvm/CodeGen/Passes.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SetVector.h" #include "llvm/ADT/Sma...
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-<API key>:0) { @font-face { font-family: 'fontello'; src: url('../font/fontello.svg?18741376#fon...
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>ICommandProcessor.Stop Method</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MS...
<div class="col-md-12"> <div class="form-group"> <div class="row" ng-repeat="field in $ctrl.fields"> <div class="col-md-4 sm-label-right"> {{::field.label}} <help-field key="{{::field.helpField}}"></help-field> </div> <div class="col-md-{{::field.columns || 8}}"> <input ...
#include "common.h" #include "sysfunc.h" #include "trec_eval.h" #include "functions.h" #include "trec_format.h" static int te_calc_num_ret (const EPI *epi, const REL_INFO *rel_info, const RESULTS *results, const TREC_MEAS *tm, TREC_EVAL *eval); /* See trec_eval.h for definition of TREC_MEAS */ TREC_MEAS te_mea...
package com.cardpay.pccredit.QZBankInterface.service; import com.cardpay.pccredit.QZBankInterface.client.Client; import com.cardpay.pccredit.QZBankInterface.constant.Constant; import com.cardpay.pccredit.QZBankInterface.model.Circle; import com.cardpay.pccredit.QZBankInterface.model.Credit; import com.cardpay.pccredit....
#pragma once #include <aws/medialive/MediaLive_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/medialive/model/ScheduleAction.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace MediaLi...
#include "ray/stats/metric.h" namespace ray { namespace stats { static void RegisterAsView(opencensus::stats::ViewDescriptor view_descriptor, const std::vector<opencensus::tags::TagKey> &keys) { // Register global keys. for (const auto &tag : ray::stats::StatsConfig::instance().GetGlobalT...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed Apr 03 10:00:57 GMT-03:00 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class opennlp.model.AbstractDataIndexer (Apache OpenNLP Maxent 3.0.3 API) </TITLE> <LINK REL ="style...
<div> <h3></h3> <p>1</p> <p>2</p> <p>3</p> <p>4</p> <p>5</p> <p>6</p> <p>7</p> <p>8</p> <p>9</p> <p>10</p> <p>11</p> <p>12</p> <p>13</p> <p>14</p> <p>15</p> <p>16</p> <p>17</p> <p>18</p> <p>19</p> <p>20</p> <p>21</p> <p>22</p> <p>23</p> </div>
from packetbeat import BaseTest """ Tests for HTTP messages with gaps (packet loss) in them. """ class Test(BaseTest): def <API key>(self): """ Should recover well from losing a packet in a large file download. """ self.<API key>( http_ports=[8000], ) ...
// The LLVM Compiler Infrastructure // <unordered_map> // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>, // class Alloc = allocator<pair<const Key, T>>> // class unordered_multimap // iterator begin() {return __table_.begin();} // iterator ...
var targetObj = {}; assert.sameValue([0, 1, targetObj, 3, 4].indexOf(targetObj, "0x0003"), -1, '[0, 1, targetObj, 3, 4].indexOf(targetObj, "0x0003")'); assert.sameValue([0, 1, 2, targetObj, 4].indexOf(targetObj, "0x0003"), 3, '[0, 1, 2, targetObj, 4].indexOf(targetObj, "0x0003")');
package org.apache.commons.net.ssh.transport; import org.apache.commons.net.ssh.SSHPacket; import org.apache.commons.net.ssh.util.Constants.Message; import org.slf4j.Logger; import org.slf4j.LoggerFactory; final class Heartbeater extends Thread { private final Logger log = LoggerFactory.getLogger(getClass()); p...
#pragma once #include <aws/ecs/ECS_EXPORTS.h> namespace Aws { template<typename RESULT_TYPE> class <API key>; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace ECS { namespace Model { class AWS_ECS_API UntagResourceResult { public: UntagResourceResult(); ...
ALTER TABLE issue ADD COLUMN history longtext; ALTER TABLE posting ADD COLUMN history longtext; ALTER TABLE issue DROP COLUMN history; ALTER TABLE posting DROP COLUMN history;
<!-- Override the reveal.js styles --> <style type="text/css"> .reveal h1 { font-size: 2.00em; -webkit-hyphens: none; -moz-hyphens: none; } .reveal h2 { font-size: 1.50em; -webkit-hyphens: none; -moz-hyphens: none; } </style>
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_111) on Thu Aug 18 01:51:14 UTC 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.hadoop.lib.lang (Apache Hadoop Main 2.7.3 API)</title> <meta name="date" content="2016...
// file at the top-level directory of this distribution and at // option. This file may not be copied, modified, or distributed // except according to those terms. #[link(name = "numeric", vers = "0.1")]; #[crate_type = "lib"]; pub trait Trig<T> { fn sin(&self) -> T; } pub fn sin<T:Trig<R>, R>(theta: &T) -> ...
#pragma once #include <aws/chime/Chime_EXPORTS.h> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Chime { namespace Model { class AWS_CHIME_API <API key> { public: <API key>(); <API key>(Aws::Utils::Json::JsonView j...
#include <aws/rds/model/<API key>.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/<API key>.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/logging/LogMacros.h> #include <utility> using namespace Aws::RDS::Model; using namespace Aws::Utils::Xml; using namespace Aws::Utils::Loggin...
package com.yahoo.squidb.test; import com.yahoo.squidb.annotations.ColumnSpec; import com.yahoo.squidb.annotations.PrimaryKey; import com.yahoo.squidb.annotations.TableModelSpec; @TableModelSpec(className = "Thing", tableName = "things") public class ThingSpec { public static final String DEFAULT_FOO = "thing"; ...
package org.zstack.header.vm; import org.zstack.header.cluster.ClusterInventory; import org.zstack.header.configuration.<API key>; import org.zstack.header.configuration.<API key>; import org.zstack.header.exception.<API key>; import org.zstack.header.host.HostInventory; import org.zstack.header.image.ImageInventory; i...
:host { display: block; } .l-info-table { border: none; } .l-info-table tbody th, .l-info-table td { color: var(--text-primary); border-top:1px solid var(--<API key>); } .l-info-table tr:nth-child(2n) { background-color: var(--background-primary); } .l-argument-list { width: 100%; height: 15...
#btn{ border-radius: 30px; } #bgvid { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-trans...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Thu May 08 05:30:44 EDT 2008 --> <TITLE> API Help </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="API...
package org.rubychina.android.test; public final class R { public static final class attr { } public static final class drawable { public static final int ic_launcher=0x7f020000; } public static final class layout { public static final int main=0x7f030000; } public static fin...
<html><body> <h1>Kamaelia.<API key>.<API key></h1> <h2>class <API key>(Axon.Component.component)</h2> <h4>Inboxes</h4> <ul><li> control : Secondary inbox often used for signals. The closest analogy is unix signals <li> inbox : Default inbox for bulk data. Used in a pipeline much like stdin </ul> <h4>Outboxes</h4> <...
import { get } from 'lodash'; /** * @private * @type {String} */ const ES_MODULE_KEY = '__esModule'; export default [ /** * @example `{ default: ..., __esModule: true }` * @param {*} value * @returns {*} */ value => value && get(value, ES_MODULE_KEY, true) && value.default, /** ...
package org.axonframework.metrics; import com.codahale.metrics.ConsoleReporter; import org.axonframework.commandhandling.CommandMessage; import org.axonframework.commandhandling.<API key>; import org.axonframework.eventhandling.EventMessage; import org.axonframework.monitoring.MessageMonitor; import org.junit.Before; i...
#include <aws/iam/model/PolicyUser.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> using namespace Aws::Utils::Xml; using namespace Aws::Utils; namespace Aws { namespace IAM { namespace Model { PolicyUser:...
package com.artemis.annotations; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.RetentionPolicy.SOURCE; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import com.artemis.EntityFactory; /** * Invokes setter on...
function callbackfn(val, idx, obj) { if (idx === 0) { return val === 5; } else { return true; } } var proto = {}; Object.defineProperty(proto, "0", { get: function () { return 5; }, ...
# Maintained By: vraj@reciprocitylabs.com from ggrc import db from ggrc.models.directive import Directive from ggrc.models.mixins import CustomAttributable from ggrc.models.mixins import Described from ggrc.models.mixins import Hierarchical from ggrc.models.mixins import Hyperlinked from ggrc.models.mixins import Noted...
module ApplicationHelper def classify( count_or_class, include_class_text = true ) if count_or_class.class == Fixnum value = ( count_or_class % 2 == 0 ? 'even' : 'odd' ) else value = count_or_class.to_s.downcase end if include_class_text 'class="' << value << '"' else value end end end
#ifndef SG_IO_LINUX_H #define SG_IO_LINUX_H /* * Version 1.03 [20120914] */ /* * This header file contains linux specific information related to the SCSI * command pass through in the SCSI generic (sg) driver and the linux * block layer. */ #include "sg_lib.h" #include "sg_linux_inc.h" #ifdef __cplusplus extern "...
# Examples The examples in this directory are applications that can be run on your Mantl cluster. In each example directory is a README.md that provides the short and sweet instructions. Below we go through the examples in more detail and provide more of an introduction to what is going on. ## Getting a Cluster Up # Va...
package com.linkedin.thirdeye.function; import com.google.common.base.Joiner; import com.google.common.collect.Range; import com.linkedin.thirdeye.api.AnomalyFunctionSpec; import com.linkedin.thirdeye.api.AnomalyResult; import com.linkedin.thirdeye.api.DimensionKey; import com.linkedin.thirdeye.api.MetricTimeSeries; im...
package org.locationtech.geomesa.index.index.z2.legacy import org.locationtech.geomesa.curve.{LegacyZ2SFC, Z2SFC} import org.locationtech.geomesa.index.api.ShardStrategy import org.locationtech.geomesa.index.api.ShardStrategy.ZShardStrategy import org.locationtech.geomesa.index.geotools.GeoMesaDataStore import org.loca...
package org.jgroups.util; import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; public class Range implements SizeStreamable, Comparable<Range> { public long low=-1; // first msg to be retransmitted public long high=-1; // last msg to be retransmitted /** For externalization */ ...
package agent import ( "bytes" "fmt" "net/http" "net/http/httptest" "strings" "testing" "github.com/hashicorp/consul/agent/consul/autopilot" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/testutil/retry" ) func <API key>...
package test.testng93; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; /** * This class/interface */ public class SingleTestTest { @BeforeMethod(groups={"group1"}) public void shouldRunBefore() { System.out.println("Runs before"); } @Test(groups={"group1"}) public void ...
<?php # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/retail/v2/common.proto namespace Google\Cloud\Retail\V2; use Google\Protobuf\Internal\GPBType; use Google\Protobuf\Internal\RepeatedField; use Google\Protobuf\Internal\GPBUtil; /** * [Product][google.cloud.retail.v2.Product] thumbn...
import { Component, Input } from '@angular/core'; @Component({ // tslint:disable-next-line: component-selector selector: 'input-date', template: `<input type="date" [value]="date | date:'yyyy-MM-dd'" (change)="date = $event.target.value" [min]="min" [max]="max">` }) export class InputDateComponent { @Input() ...
@import 'https://fonts.googleapis.com/css?family=Montserrat'; @import 'https://fonts.googleapis.com/css?family=Abel'; html,body { font-family: 'Montserrat', sans-serif; } section{ padding: 20px 0; padding-top:100px; } section h1 { font-size: 40px; } section h4.text-center { font-style: italic; f...
package be.wegenenverkeer.common.resteasy.exception; /** * Exception which can be thrown if authentication or authorization failed. * <p/> * Note that from a security point of view, it is better to use {@link NotFoundException} when the trying is not * authorized to access a particular resource. For a normal user t...
package com.fsck.k9.mail.transport; import com.fsck.k9.mail.K9MailLib; import com.fsck.k9.mail.Message; import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.ServerSettings; import com.fsck.k9.mail.Transport; import com.fsck.k9.mail.store.StoreConfig; import com.fsck.k9.mail.store.webdav.WebDavHttpClient;...
package chandu0101.scalajs.react.components.demo.routes import chandu0101.scalajs.react.components.demo.components.reactinfinite.{ReactInfiniteDemo, ReactInfiniteInfo} import chandu0101.scalajs.react.components.demo.components.reactselect.{ReactSelectDemo, ReactSelectInfo} import chandu0101.scalajs.react.components.dem...
# dmarc2logstash Helm Chart [dmarc2logstash](https: ## Installing the Chart To install the chart with the release name `my-release`: console helm install --name my-release stable/dmarc2logstash The command deploys dmarc2logstash on the Kubernetes cluster in the default configuration. The [configuration](#configuration)...
'use strict'; function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } var asap = require('asap'); var _waterfall = require('a-sync-waterfall'); var lib = require('./lib'); var compiler = requi...
import concurrent from concurrent.futures import ProcessPoolExecutor from concurrent.futures import ThreadPoolExecutor import math import os from scripts.load import put_load # Each task is a call to `put_load` def soft_blow(num_tasks=100, use_processes=False): executor = ProcessPoolExecutor if use_processes else T...
require 'facter' Facter.add("defaultgw") do setcode do output = %x{ip route show 0.0.0.0/0}.chomp result = output.split(' ') result[2] end end
+++ date = "2016-05-02T12:50:29-05:00" title = "program" type = "event" +++ <hr> <div class="span-16 last ">If you are new to the Open Space concept you may <a href="/pages/open-space-format">want to read some more details</a>.</div> <hr /> <hr /> <div class="span-7 append-bottom border"> <div class="span-7 last"> <h4>...
#if CC_Quote // Command must be enabled #ifndef _Quote_FP_H_ #define _Quote_FP_H_ // Input structure definition typedef struct { TPMI_DH_OBJECT signHandle; TPM2B_DATA qualifyingData; TPMT_SIG_SCHEME inScheme; TPML_PCR_SELECTION PCRselect; } Quote_In; //...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:38 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.mapreduce.server.tasktracker.JVMInfo (Hadoop 1.0.1 API) </TITLE> <META NAME="date" CONTENT="2012-02-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF=...
@font-face { font-family: 'BAUHS93'; src: url('./BAUHS93.eot'); src: local('BAUHS93'), url('./BAUHS93.woff') format('woff'), url('./BAUHS93.ttf') format('truetype'); } /* use this class to attach this font to any element i.e. <p class="<API key>">Text with this font applied</p> */ .<API key> { font-fami...
// Contributed by: Mitch Thompson using UnityEngine; using UnityEditor; namespace Spine.Unity.Modules { public class <API key> : UnityEditor.Editor { [<API key>(typeof(SkeletonRagdoll.LayerFieldAttribute))] public class <API key> : PropertyDrawer { public override void OnGUI (Rect positi...
package org.jetbrains.sbt package project.settings import com.intellij.openapi.components._ import com.intellij.openapi.externalSystem.settings.<API key> import com.intellij.openapi.project.Project import org.jetbrains.sbt.project.SbtProjectSystem import scala.beans.BeanProperty /** * @author Pavel Fatin */ @State( ...
/** * Nutz-JS Nutz-JS JS * * @author zozoh(zozohtnt@gmail.com) * 2012-10 First created */ (function () { var zUtil = { getFuncBodyAsStr: function (func) { var str = func.toString(); var posL = str.indexOf("{"); var re = $.trim(str.substring(posL + 1, str.length - ...
create table ACT_HI_IDENTITYLINK ( ID_ varchar(64) not null, GROUP_ID_ varchar(255), TYPE_ varchar(255), USER_ID_ varchar(255), TASK_ID_ varchar(64), CREATE_TIME_ timestamp, PROC_INST_ID_ varchar(64), SCOPE_ID_ varchar(255), SUB_SCOPE_ID_ varchar(255), SCOPE_TYPE_ varchar(255), ...
// +build linux,!<API key> package main import ( "os" "strconv" "strings" "time" ctd "github.com/containerd/containerd" "github.com/moby/buildkit/cmd/buildkitd/config" "github.com/moby/buildkit/worker" "github.com/moby/buildkit/worker/base" "github.com/moby/buildkit/worker/containerd...
#ifndef <API key> #define <API key> #include "include/cef_app.h" class SimpleApp : public CefApp, public <API key> { public: SimpleApp(); // CefApp methods: virtual CefRefPtr<<API key>> <API key>() OVERRIDE { return this; } // <API key> methods: virtual void <API key>() OVERRIDE; pr...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; namespace study.Controllers { // [Route("api/[controller]")] // public class LearnerController : Controller // private readonly studyContext _db1 = new ...
/* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */ package com.jcraft.jorbis; import com.jcraft.jogg.Buffer; abstract class FuncFloor { public static FuncFloor[] floor_P = {new Floor0(), new Floor1()}; abstract void pack(Object i, Buffer opb); abstract Object unpack(Info vi, Buffer opb); abs...
#pragma once #include <aws/inspector/Inspector_EXPORTS.h> #include <aws/core/Region.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace Inspector { namespace InspectorEndpoint { AWS_INSPECTOR_API Aws::String ForRegion(const Aws::String& regionName, bool useDualStack = false); } // namespace In...