answer
stringlengths
15
1.25M
using System; using System.Collections.Generic; namespace UnityEngine.InputNew { [Serializable] public class <API key> { public int controlIndex; public SerializableType deviceType; public virtual <API key> Clone() { var clone = (<API key>) Activator.CreateInstanc...
<!DOCTYPE html> <html lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= htmlWebpackPlugin.options.title %></title> <meta name="description" content="<%= htmlWebpackPlugin.options.title %>...
// Code generated by protoc-gen-go. // source: serving/tensorflow/core/protobuf/worker_service.proto // DO NOT EDIT! /* Package tensorflow_grpc is a generated protocol buffer package. It is generated from these files: serving/tensorflow/core/protobuf/worker_service.proto It has these top-level messages: */ package ...
<?php declare(strict_types=1); namespace ParkManager\Module\CoreModule\Tests\Infrastructure\UserInterface\Web\Common; use ParkManager\Module\CoreModule\Infrastructure\UserInterface\Web\Common\TwigResponse; use PHPUnit\Framework\TestCase; /** * @internal */ final class TwigResponseTest extends TestCase { /** @test...
import { metaFor } from '../../utils'; import { render } from 'htmlbars-runtime'; export default function componentHook(renderNode, env, scope, tagName, params, attrs, templates, visitor) { const renderOptions = {}; const { contextualElement } = renderNode; let element; if (contextualElement === scope.self) { ...
using log4net; using System.Data; using System.Reflection; namespace ConnectR.Infrastructure.Database { public class LoggingDatabase : NPoco.Database { private static readonly ILog log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); public LoggingDatabase(<API key> connectio...
function Parent(name) { this.name = name || 'Adam'; } Parent.prototype.say = function () { return this.name; }; function Child(name) { } inherit(Child, Parent); function inherit(C, P) { C.prototype = new P(); } /** * #2 - * * - this * - this . * - */ function Child(a, c, b, d) { Parent.apply(...
#include<cstdio> #include<cstring> #include<cstdlib> #include<cctype> #include<cmath> #include<iostream> #include<algorithm> #include<vector> #include<set> #include<map> #include<queue> #include<stack> #include<cassert> typedef long long ll; typedef unsigned long long ull; using namespace std; const int MAXN=4E4+10; in...
'use strict'; var registerService = require('services/register'); var utils = require('utils'); var name = 'services.question'; registerService('factory', name, [require('services/http_service'), require('services/parallel_promise'), require('services/...
<!DOCTYPE html> <html xmlns="http: <head> <meta charset="utf-8" /> <title>pymatgen.analysis.wulff &#8212; pymatgen 2019.10.16 documentation</title> <link rel="stylesheet" href="../../../_static/proBlue.css" type="text/css" /> <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" ...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <!--<meta content="width=device-width, initial-scale=1.0" name="viewport">--> <link href="/static/css/bootstrap.min.css" rel="stylesheet" type="text/c...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Vietnamese Tutsplus Translation Team</title> ...
@extends('layouts.text') @section('content') The first coding style analysis of the "{{ $branch }}" branch on "{{ $repo }}" has passed. You can see the details at {{ $link }}. @stop
import numpy as np from lie_learn.groups.SO3 import * def <API key>(): def is_equal(R1, R2, p): if p == 'Q': # Quaternions are only defined up to a sign, so check each row, what sign we need for i in range(R1.shape[0]): if not (np.allclose(R1[i, ...], R2[i, ...]) or n...
CREATE DATABASE IF NOT EXISTS DUTY_ROSTER; USE DUTY_ROSTER; CREATE TABLE IF NOT EXISTS Member ( ID int NOT NULL AUTO_INCREMENT, NAME varchar(30) NOT NULL, ADDRESS varchar(50), SUBURB varchar(30), STATE varchar(20), POSTCODE varchar(10), SPOUSE_ID int, HOME_PHONE varchar(20), MOBILE_P...
require 'minitest_helper' class <API key> < Minitest::Test def <API key> assert_equal "User: Failed to request blah", Multiconnect::Error::UnsuccessfulRequest.new(class: User, action: "blah").message end end
import { helpers } from 'utils'; import { Handlebars } from 'lib'; import list from 'list'; import template from '../templates/panel.hbs'; import ListItemView from './MembersListItemView'; const config = { CHILD_HEIGHT: 34 }; const classes = { EMPTY_VIEW: '<API key>' }; export default Marionette.LayoutView.exte...
package pl.grzeslowski.jsupla.protocoljava.impl.serializers; import pl.grzeslowski.jsupla.protocol.api.structs.cs.ClientServer; import pl.grzeslowski.jsupla.protocol.api.structs.dcs.DeviceClientServer; import pl.grzeslowski.jsupla.protocol.api.structs.ds.DeviceServer; import pl.grzeslowski.jsupla.protocol.api.structs.s...
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M17.71 7.71L12 2h-1v7.59L6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l5.71-5.71-4.3-4.29 4.3-4.29zM13 5.83l1.88 1.88L13 9.59V5.83zm1.88 10.46L13 18.17v-3.76l1.88 1.88z" /> , 'BluetoothOutlined'...
title: Box React component # Box <p class="description">Box компонент используется как обертка компонента для большинства CSS utility.</p> The Box component packages [all the style functions](/system/basics/#all-inclusive) that are exposed in `@material-ui/system`. It's created using the [`styled()`](/styles/api/#<API ...
{% if th %} <tr> <th>Nível</th> <th>Insumo</th> <th>Cor</th> <th>Tamanho</th> <th>Reposição</th> <th style="text-align: right;">Mínimo</th> <th style="text-align: right;">Múltiplo</th> <th style="text-align: right;">Estoque</th> <th>Unid.</th> <th style="text-align: right;">Nec...
import 'vs/css!./media/editorpicker'; import * as nls from 'vs/nls'; import { URI } from 'vs/base/common/uri'; import { <API key> } from 'vs/base/browser/ui/iconLabel/iconLabel'; import { IAutoFocus, Mode, IEntryRunContext, <API key>, IModel } from 'vs/base/parts/quickopen/common/quickOpen'; import { QuickOpenModel, Qu...
## About Testing Meteor code is very slow when using the built-in `meteor test` command. These stubs will help you get rid of the dependencies which are not present in your project's `node_modules` directory. Use the setup below which does most of the actual magic. :) ## Installation `npm i -D jest-meteor-stubs` or `ya...
# Custom mapper sample for CodeMap plugin # This script defines a mandatory `def generate(file)` and module attribute map_syntax: # - `def generate(file)` # The routine analyses the file content and produces the 'code map' representing the content structure. # In this case it builds the list of sections (lines th...
namespace SocialNetwork.Models { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; public class User { private ICollection<Image> images; private ICollection<Post> posts; public...
# Makefile for the decluniupptrait module of the Blaze test suite # This file is part of the Blaze library. You can redistribute it and/or modify it under # forms, with or without modification, are permitted provided that the following conditions # are met: # provided with the distribution. # 3. Neither the na...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photo...
(function() { 'use strict'; angular .module('app.directives') .directive('ccWidgetHeader', ccWidgetHeader); /* @ngInject */ function ccWidgetHeader () { //Usage: //<div <API key> title="vm.map.title"></div> // Creates: // <div <API key>="" // ...
# -*- coding: utf-8 -*- from .exceptions import ResultNotReady from json.encoder import JSONEncoder from functools import wraps __all__ = [ 'Future', 'IS', 'ISINSTANCE' ] def IS(instance, other): # noqa """ Support the `future is other` use-case. Can't override the language so we built a functi...
var express = require('express'); var path = require('path'); var favicon = require('serve-favicon'); var logger = require('morgan'); var cookieParser = require('cookie-parser'); var bodyParser = require('body-parser'); var index = require('./routes/index'); var users = require('./routes/users'); var events = require('...
#!/bin/bash # $Id: makedoc.sh,v 1.2 2007-12-10 01:11:19 ashnazg Exp $ # should be edited #/** # * title of generated documentation, default is 'Generated Documentation' # * # * @var string TITLE # */ TITLE="logspy Documentation" #/** # * name to use for the default package. If not specified, uses 'de...
UPDATE validation_options SET text = 'notsure' WHERE text = 'unclear'; -- For users who validated the same label multiple times, remove all but the newest validation. DELETE FROM label_validation val_a USING label_validation val_b WHERE val_a.label_id = val_b.label_id AND val_a.user_id = val_b.user_id AND val_a...
package cz.crcs.ectester.common.test; import java.util.function.Function; /** * @param <T> * @author Jan Jancar johny@neuromancer.sk */ public abstract class TestCallback<T extends Testable> implements Function<T, Result> { }
import {Injectable, Inject, Optional} from '@angular/core'; import {DOCUMENT} from '@angular/common'; const DEGREE_IN_RADIANS: number = Math.PI / 180; @Injectable({providedIn: 'root'}) export class <API key> { private base: HTMLBaseElement; private hasPerf: boolean; public supportsSvg: boolean; constructor(@Opt...
# choco/ui.py # This module is part of Choco and is released under import re import os import posixpath from choco import errors from choco import util from choco.runtime import _kwargs_for_include class UIModule(object): default_template = "" def __init__(self, context, template=None): self.lookup = co...
# <API key> Same as [action-cable-react](https://github.com/schneidmaster/action-cable-react), but allows authenticating websockets using JWTs ## Installation Yarn: javascript yarn add <API key> npm: javascript npm install <API key> ## Usage Import <API key> javascript import ActionCable from '<API key>.js'; // if you ...
package testing; public interface Tester { void test (); }
layout: post title: Overhead Imagery Datasets for Object Detection description: "A chart with detailed information about overhead imagery datasets for object detection" feature-img: "assets/img/rainbow.jpg" thumbnail: "assets/img/gosse_bluff.jpg" tags: [Geospatial Analytics] This post provides a summary of some of the ...
#!/bin/sh set -e echo "mkdir -p ${<API key>}/${<API key>}" mkdir -p "${<API key>}/${<API key>}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRODUCTS_DIR}/$1" elif [ -r "${BUILT_PRODUCTS_DIR}/$(basen...
<!doctype html> <html lang="en"> <head> <title>Shopping List Check Off</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="styles/bootstrap.min.css"> <style> .emptyMessage { font-weight: bold; color: red; font-size: 1....
#pragma once #include <cstdint> #include <cstddef> #include <fstream> #include <iomanip> #include <iostream> #include <list> #include <map> #include <string> #include <vector> #include "Common/StdInputStream.h" #include "Common/StdOutputStream.h" #include "Serialization/<API key>.h" #include "Serialization/<API key>.h"...
void permuteUnique(char* res, int* used, int size, int n, int k) { int resIdx = size - n; if (k == 0) { for (int i = 0; i < size; i++) { if (used[i] != 1) { res[resIdx++] = '0' + i + 1; } } return; } int temp = 1; int i = 1; while (...
package elasticorm_test import ( "fmt" "os" "path/filepath" "reflect" "runtime" "testing" ) var elasticSearchURL = <API key>() func <API key>() string { URL := os.Getenv("EDS_ES_URL") if URL == `` { URL = `http://localhost:9200` } return URL } // assert fails the test if ...
<html> <head> <title>JSON Hyper Schema - Hypermedia Client</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> </head> <body ng-cloak> <div ng-controller="ClientArea" capture-save> <div ng-include="client.url"></div> </div> </body> <link rel="stylesheet" type="text/css" h...
@if (session("status")) {{ session("status") }} @endif @if (session("error")) {{ session("error") }} @endif <form method="POST"> <label> Email: <input type="email" name="github_email" value="{{ old("github_email") }}" /> </label> <input type="hid...
using System; using System.Diagnostics; namespace System.Xml { internal class BinHexDecoder : <API key> { // Fields private byte[] _buffer; private int _startIndex; private int _curIndex; private int _endIndex; private bool _hasHalfByteCached; private byte...
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.IO; [CustomEditor(typeof(AudioManager))] public class <API key> : Editor { string _musicPath = "Assets/music"; AudioManager _am; public override void OnInspectorGUI() { _am = target as AudioManager...
title: - () <a name=stdBar></a> - [](#effect) - [](#install) - [](#config) - [](#use) - [](#style) <a name="effect"></a> [](#stdBar) <iframe src="http://fex.dev.quhuhu.com/guohui.yin/v-figure/html/polylineMobile.html" frameborder="0" width="810" height="350"></iframe> <a name="install"></a> [](#stdBar) javascript ...
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic); @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700); .reveal a:not(.image) { line-height: 1.3em; } body { background: #add9e4; background: -moz-radial-gradient(center, circle cover, #...
#!/bin/sh set -e echo "mkdir -p ${<API key>}/${<API key>}" mkdir -p "${<API key>}/${<API key>}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRODUCTS_DIR}/$1" elif [ -r "${BUILT_PRODUCTS_DIR}/$(basen...
<!DOCTYPE html> <html xmlns="http: <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta prope...
<?php namespace App\SecurityBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class <API key> extends WebTestCase { public function testIndex() { $client = static::createClient(); $crawler = $client->request('GET', '/hello/Fabien'); $this->assertTrue($crawler-...
package com.sonyericsson.extras.liveware.extension.util.control; import com.sonyericsson.extras.liveware.aef.control.Control; import com.sonyericsson.extras.liveware.aef.registration.Registration; import com.sonyericsson.extras.liveware.aef.registration.Registration.Device; import com.sonyericsson.extras.liveware.aef.r...
layout: post category: web title: margin tagline: by TopGrd tags: [css] <!--more ##margin marginmargin 2div idabcss: width:100px; height:100px; background:red; margin:10px; } width:100px; height:100px; background:red; margin:10px; } 10px20px1...
// Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.batchai.implementation; import com.azure.core.annotation.Delete; import com.azure.core.annotation.ExpectedResponses; import com.azure.core.annotation.Get; import com.azure.core.annotation.HeaderParam; import com.azure.core.ann...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> <title>/home/pavm/programming/lib/gft/include/gft_filtering3.h Source File</title> <link href="tabs...
# jquery.repeat # [http: For filling out mock-ups, making it easy to duplicate blocks of sample content during development. ## Demo ## See the [demo](http://brm.io/jquery-repeat-demo/). ## Usage ## $(<selector>).repeat(n [, target, deepClone]) Where: <br>`n` is the number of times to repeat the selection <br>`targe...
#!/bin/sh # CYBERWATCH SAS - 2017 # Security fix for CESA-2015:2152 # Operating System: CentOS 7 # Architecture: x86_64 # - kernel.x86_64:3.10.0-327.el7 # - <API key>.noarch:3.10.0-327.el7 # - kernel-debug.x86_64:3.10.0-327.el7 # - kernel-debug-devel.x86_64:3.10.0-327.el7 # - kernel-devel.x86_64:3.10.0-327.el...
<reference path="../JSBus/TransportInterfaces.ts" /> <reference path="../typings/jquery/jquery.d.ts" /> var JSBus; (function (JSBus) { var <API key> = (function () { function <API key>(hub) { this.hub = hub; // Since SignalR is dependent on JQuery, it is ok to use // JQue...
import React from 'react'; import axios from 'axios'; export const userLogin = function(username, password) { var context = this; axios.post('/login', { username: username, password: password }) .then(function (response) { if(response.status === 200) { //If the user is logged in already, or th...
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Network::Mgmt::V2019_02_01 module Models # City or town details. class <API key> include MsRestAzure # @return [String] T...
var resourceFound = false, quitConditionCount = 0, utils = require( "../../assert-to-console" ), device = require( "../../../index" )(), uuid = process.argv[ 2 ]; console.log( JSON.stringify( { assertionCount: 4 } ) ); function maybeQuit() { quitConditionCount++; if ( quitConditionCount >= 3 ) {...
import React from 'react'; import Component from '../src/Main'; // This is our component import { storiesOf } from '@storybook/react'; storiesOf('Component', module) .add('with lyef name', () => ( <Component name="lyef" /> )) .add('with another name', () => ( <Component name="another" /> ...
/*global rule, match, info, warning, error, getChildrenOfAST*/ rule('<API key>', function () { // 'use strict'; match( function (ast) { return ast.type === 'ExpressionStatement'; }, function (ast, ancestors) { var problem; //case 1 /* ...
<?php // Login $app->map(['GET', 'POST'], '/login', 'APIDocGen\Controller\AdminController:login')->setName('login'); // Logout $app->get('/logout', 'APIDocGen\Controller\AdminController:logout')->setName('logout'); // Register $app->map(['GET', 'POST'], '/register', 'APIDocGen\Controller\AdminController:logout')->setNa...
{% extends "base.html" %} {% block title %}Opt-Out of The Open Source Report Card{% endblock %} {% block body %} <div class="container"> <h2>Opt-out of the OSRC</h2> <p> Sorry to hear that you want to opt-out! <a href="{{ url_for('.optout_login', username=username) }}">Login using GitHub</a> to veri...
using System.Collections.Generic; using ImperialArmy.Common.Soldier; using ImperialArmy.Military.Soldier; using Microsoft.VisualStudio.TestTools.UnitTesting; using TypeAsserter; namespace ImperialArmy.Military.UnitTests { [TestClass] public class <API key> { [TestMethod] public void <API key...
#!/usr/bin/env python import subprocess """ A ssh based command dispatch system """ machines = ["10.0.1.40", "10.0.1.50", "10.0.1.51", "10.0.1.60", "10.0.1.80"] cmd = "python /src/fingerprint.py" for machine in machines: subprocess.call("ssh root@%s %s" % (machine, cmd), shell=True)
#include "guiutil.h" #include "<API key>.h" #include "walletmodel.h" #include "bitcoinunits.h" #include "util.h" #include "init.h" #include <QString> #include <QDateTime> #include <QDoubleValidator> #include <QFont> #include <QLineEdit> #include <QUrl> #include <QTextDocument> // For Qt::escape #include <QAbstractItemV...
import Select from 'antd/lib/select'; export default Select;
<html> <head> <title>Docs for page barcodes.php</title> <link rel="stylesheet" type="text/css" href="../media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">com-tecnick-tcpdf</td> </tr> <tr><td class="header_line"><img src=".....
ERL ?= erl APP := koth .PHONY: deps all: deps @./rebar compile deps: @./rebar get-deps clean: @./rebar clean distclean: clean @./rebar delete-deps docs: @erl -noshell -run edoc_run application '$(APP)' '"."' '[]' nothing: test: nothing @./rebar eunit skip_deps=true run: all @erl -pa ebin -pa...
import { CultureInfo, Culture } from "@microsoft/<API key>"; import { Constants } from "../constants"; import { <API key>, <API key> } from "./base"; import { <API key> } from "../../resources/<API key>"; export class <API key> extends <API key> { readonly suffixList: ReadonlyMap<string, string>; readonly prefi...
package com.pkrete.xrde2e.client.member; import org.niis.xrd4j.common.exception.XRd4JException; import org.niis.xrd4j.common.member.ProducerMember; public class E2EProducerMember extends ProducerMember { private String label; public E2EProducerMember(String xRoadInstance, String memberClass, String memberCode, ...
import itertools class RuleCollection(object): def __init__(self): self.rules = {} def add_rule(self, rule, level=0): self.rules.setdefault(level, []) self.rules[level].append(rule) def apply(self, transaction, entry): entries = [entry] levels = list(self.rules.keys()...
$(document).ready(function() { //Reward Listings $('#list').click(function(event){ event.preventDefault(); $('.reward-list .item').addClass('list-group-item'); }); $('#grid').click(function(event){ event.preventDefault(); var item = $('.reward-list .item'); item.r...
#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" #include "jdct.h" /* Private declarations for DCT subsystem */ /* Private subobject for this module */ typedef struct { struct jpeg_forward_dct pub; /* public fields */ /* Pointer to the DCT routine actually in use */ <API key> do_dct[MAX...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-field: Not compatible </title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
#include "stdafx.h" #include "TimeMgr.h" TimeMgr::TimeMgr() :Manager(ManagerType::Enum::Time) { } TimeMgr::~TimeMgr() { } void TimeMgr::init() { } void TimeMgr::process(const float dt) { } void TimeMgr::end() { } const float TimeMgr::GetDeltaTime() const { return 0.0f; }
package com.sg.model.sgdsRs.repdet; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Generated; import org.codehaus.jackson.annotate.JsonAnyGetter; import org.codehaus.jackson.annotate.JsonAnySetter; import org.codehaus.jackson.annotate.JsonIgnor...
#include"complements.hpp" vector<string> <API key>() { vector<string> all_complements; all_complements.push_back("@MOTION_TO"); all_complements.push_back("@MOTION_FROM"); all_complements.push_back("@PLACE_AT"); all_complements.push_back("@TIME_TO"); all_complements.push_back("@TIME_FROM");...
import { Command } from 'commander'; import path from 'path'; import shell from 'shelljs'; import { exit, isNutmegComponent, notifyOfUpdate, nutmegDir } from './utils'; notifyOfUpdate(); const program = new Command(); program.command('test <path>', 'test a Web Component').parse(process.argv); const workingDir = path.re...
#ifndef <API key> #define <API key> #include <gmpxx.h> #include "expression.hpp" namespace Parsers { namespace Int { extern Expr::Parser<mpz_class> parser; extern void init(); extern inline mpz_class eval(const std::string &expression) { return parser.parse(expression); } extern void factor(...
<?php namespace CodeIgniter4\Util; use PHP_CodeSniffer\Util\Common as BaseCommon; /** * Common * * Extends common functions. * * @author Louis Linehan <louis.linehan@gmail.com> */ class Common extends BaseCommon { /** * A list of all PHP magic methods. * * @var array */ public static $...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v8.4.0: v8::<API key>&lt; K, V &gt; Class Template Refer...
namespace Potassium.Internal { using System; using System.Linq; using Potassium.Core; internal sealed class MapEvent<T, TB> : FireEvent<TB> { private Observable<T> source; private Func<T, TB> map; private ISubscription<T> subscription; public MapEvent(Observable<T> so...
<?php class <API key> extends Icewhale_Operation { protected $_action = 'basicoperations'; protected $_operation = 'tasks'; protected $_parameters = array( 'memberId' => array( 'required' => TRUE, ), 'memberGuid' => array( 'required' =...
package com.microsoft.azure.management.network.v2019_11_01; import com.microsoft.azure.arm.collection.SupportsCreating; import com.microsoft.azure.arm.resources.collection.<API key>; import com.microsoft.azure.arm.resources.collection.<API key>; import com.microsoft.azure.arm.resources.collection.<API key>; import rx.O...
/** * Entry point for defining Gulp tasks. */ // Pull in the tasks from the gulp-tasks directory. require('require-dir')('./gulp/tasks'); // "test-with-coverage": "PORT=1337 node_modules/.bin/istanbul cover node_modules/.bin/cucumber-js --report teamcity --report lcov -- --require features-support -f progress", // "<...
<?php declare (strict_types=1); namespace JGI\SwedishDates\Date; class UNDay implements DayInterface, <API key> { /** * {@inheritdoc} */ public function match(\DateTime $datetime): bool { return $this->getDateForYear((int) $datetime->format('Y'))->format('Y-m-d') == $datetime->format('Y-m-...
:: Copyright (c) Microsoft Corporation. All rights reserved. :: This code is licensed under the Visual Studio SDK license terms. :: THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF :: ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY :: IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR :: PURPOSE, MERCHANTABILITY, OR NO...
class <API key> def initialize(app) @app = app end def query_string(request, nonce) { code: request.params["code"], state: request.params["state"], nonce: nonce, }.to_query end def signed_query_string(query, secret) "#{query}&signature=#{sign(query, secret)}" end # Genera...
<?php /* TwigBundle:Exception:logs.html.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $b...
<template name="specialAlert"> <div id="dialogoverlay"></div> <div id="dialogbox"> <div> <div id="dialogboxhead"></div> <div id="dialogboxbody"> <label> <span>Title of the work :</span> <input class="title" style="width:200p...
var Widgets = require("./widgets.js"); _.each([ require("./widgets/categorizer.jsx"), require("./widgets/dropdown.jsx"), require("./widgets/example-widget.jsx"), require("./widgets/<API key>.jsx"), require("./widgets/expression.jsx"), require("./widgets/grapher.jsx"), require("./widgets/ifra...
<mat-tab-group (selectedTabChange)="selectedTabChange($event)" *ngIf="chatGroupsExist"> <mat-tab *ngFor="let chat of chatGroupSubject | async"> <ng-template mat-tab-label> <span [matBadgeHidden]="!<API key>(chat.id)" [matBadge]="<API key>(chat.id)" ...
/** * Main JS file for Casper behaviours */ /* globals jQuery, document */ (function ($, window, undefined) { "use strict"; var $document = $(document), // debouncing function from John Hann debounce = function (func, threshold, execAsap) { var timeout; return function ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_80) on Thu Oct 27 12:13:58 EEST 2016 --> <title>SKBoundingBox (SKMaps Framework)</title> <meta name="date" content="2016-10-27"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Styl...
class PricesController < <API key> before_filter :authorize_admin!, :only => [:destroy, :revision, :revision_remove, :delete_revisions] before_filter :authenticate_user!, :except => [:show, :destroy, :revision, :revision_remove, :delete_revisions] before_filter :find_university_id, :except => :index before_filt...