answer
stringlengths
15
1.25M
#include "stdafx.h" #include "BipartiteBoxPruning.h" #include "RenderingHelpers.h" #include "GLFontRenderer.h" <API key>::<API key>() : mBar (null), mNbBoxes (0), mBoxes (null), mBoxPtrs (null), mBoxTime (null), mSpeed (0.0f), mAmplitude ...
webpackJsonp([2,4],{ 292: (function(module, exports, __webpack_require__) { // style-loader: Adds some css to the DOM by adding a <style> tag // load the styles var content = __webpack_require__(454); if(typeof content === 'string') content = [[module.i, content, '']]; // add the styles to the DOM var update = __webpac...
// <auto-generated/> #nullable disable using System.Collections.Generic; using System.Text.Json; using Azure.Core; using Azure.ResourceManager.Network; namespace Azure.ResourceManager.Network.Models { internal partial class <API key> { internal static <API key> <API key>(JsonElement element) { ...
module SmartAnswer::Calculators class <API key> attr_reader :matrix_data, :<API key> attr_accessor :milk_protein_weight def initialize(weights) @matrix_data = self.class.<API key> @<API key> = self.class.<API key> @<API key> = weights[:<API key>].to_i @sucrose_weight = weights[:suc...
<? defined('C5_EXECUTE') or die("Access Denied."); class PackageArchive extends <API key> {}
// <API key>.h // DriveTestHelper #import <UIKit/UIKit.h> @interface <API key> : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *titleImageView; @property (weak, nonatomic) IBOutlet UILabel *theTitleLabel; @end
<template> <import from="./plugins/character-search"></import> <button type="button" class="btn btn-default navbar-btn" click.delegate="auth()" show.bind="!loggedIn">Sign in with Google</button> <button type="button" class="btn btn-default navbar-btn" click.delegate="logout()" show.bind="loggedIn">Sign out</butto...
package summea.kanjoto.activity; import java.io.File; import java.math.BigDecimal; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Locale; import java.util.Random; import java.util.TimeZone; import summea.kanjoto....
func pushDominoes(dominoes string) string { current := []rune(dominoes) next := []rune(dominoes) changed := true for changed { changed = false for i, r := range current { switch r { case 'L', 'R': next[i] = r default: if 0 < i && i < len(current)-1 && current[i-1] =...
<?php /** * Sample layout. */ use Helpers\Assets; use Helpers\Hooks; use Helpers\Url; //initialise hooks $hooks = Hooks::get(); ?> </div> <?php //Assets::js([ // Url::templatePath().'js/jquery.js', // '//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js', //hook for plugging in javascript //$hooks->ru...
<?php namespace TwigGenerator\Builder; class Generator { const TEMP_DIR_PREFIX = 'TwigGenerator'; /** * @var string The temporary dir. */ protected $tempDir; /** * @var array List of builders. */ protected $builders = array(); /** * @var Boolean */ protected ...
package org.openprovenance.prov.xml.builder; import org.apache.commons.lang.builder.HashCodeBuilder; public interface HashCode { public void hashCode(HashCodeBuilder hashCodeBuilder); }
namespace osu.Game.Rulesets.Taiko.Objects { public class RimHit : Hit { } }
<html> <META HTTP-EQUIV=Content-Type Content="text/html; charset=big5"> <!-- Mirrored from lis.ly.gov.tw/lghtml/lawstat/version2/01930/0193056122200.htm by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 24 Mar 2013 09:16:38 GMT --> <head><title>ªk½s¸¹:01930 ª©¥»:056122200</title> <link rel="stylesheet" type="text/css" h...
<?php namespace Lightworx\Component\Validator; class RangeValidator extends Validator { public $range; public $strict = false; public $allowEmpty = true; public $caseSensitive = true; public $matchInRange = true; public function validateAttribute($object,$attribute) { $value = $objec...
<?php namespace Poirot\Std\Type; if (!class_exists('SplEnum', false)) { require_once __DIR__.'/fixes/NSplEnum.php'; class_alias('\Poirot\Std\Type\NSplEnum', 'SplEnum'); } class StdEnum extends \SplEnum { }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Get-CaasRealServer &mdash; CaaS PowerShell 3.1 documentation</title> <link rel="stylesheet" href="_static/alabaster.css" type="text...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = markEvents; var _events = require('./events'); var _events2 = <API key>(_events); function <API key>(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Cleans up events' reindexing helper properties. ...
<?php /** * Base class for Spools (implements time and message limits). * * @author Fabien Potencier */ abstract class <API key> implements Swift_Spool{ /** The maximum number of messages to send per flush */ private $_message_limit; /** The time limit per flush */ private $_time_limit; /** ...
#ifndef <API key> #define <API key> #include <consensus/consensus.h> #include <policy/feerate.h> #include <script/interpreter.h> #include <script/standard.h> #include <string> class CCoinsViewCache; class CTxOut; /** Default for -blockmaxsize, which controls the maximum size of block the mining code will create **/ sta...
module MigrationsSpecData <API key> = {:domain_status=>{:<API key>=>0, :search_service=>{:arn=>"arn:aws:cs:us-east-1:888167492042:search/beavis"}, :num_searchable_docs=>0, :created=>true, :domain_id=>"888167492042/beavis", :processing=>false, :<API key>=>0, :domain_name=>"beavis", :<API key>=>false, :deleted=>false, ...
<!DOCTYPE html> <html> <head lang="de"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="google-fonts.css" rel="stylesheet"> <link rel="stylesheet" href="normalize.css"> <link href="lib/nv.d3.css" rel="stylesheet" type="text/css"> <link rel=...
const GameAction = require('./GameAction'); class PlaceToken extends GameAction { constructor() { super('placeToken'); } canChangeGameState({ card, amount = 1 }) { return ['active plot', 'agenda', 'play area', 'shadows', 'title'].includes(card.location) && amount > 0; } createEvent({...
require_relative 'smell_detector' require_relative 'smell_warning' module Reek module Smells # Excerpt from: # since this sums it up really well: # The ! in method names that end with ! means, "This method is dangerous" # -- or, more precisely, this method is the "dangerous" version of an # ...
<?php namespace LibreEHR\FHIR\Http\Controllers\Auth\Traits; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; use Illuminate\Support\Facades\Lang; trait AuthenticatesUsers { use RedirectsUsers, ThrottlesLogins; /** * Show the application's login form. * * @return \Illuminate\Http\...
// ViewController.h // <API key> #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
import pymel.core as pm def <API key>(face): cur_sel = pm.select(face,r=1) if cur_sel and len(cur_sel) == 1 and cur_sel.split(: pm.mel.eval("setToolTo Move;") piv = pm.manipMoveContext("Move",q=1,p=1) mesh = pm.listRelatives(pm.listRelatives(face,p=1)[0],p=1) vtx = pm.ls(pm.<API ...
package org.trifort.rootbeer.testcases.rootbeertest.baseconversion; import java.util.ArrayList; import java.util.List; import org.trifort.rootbeer.runtime.Kernel; import org.trifort.rootbeer.test.TestSerialization; public class BaseConversionTest implements TestSerialization { @Override public List<Kernel> create()...
package de.uni_koeln.phil_fak.spinfo.javamobile.picman.activity.util; import android.content.Context; import android.os.Environment; import java.io.File; public class StorageManager { private static StorageManager instance; private StorageManager() { // Utility class. } public static StorageMana...
// by DotNetNuke Corporation // documentation files (the "Software"), to deal in the Software without restriction, including without limitation // to permit persons to whom the Software is furnished to do so, subject to the following conditions: // of the Software. // TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A...
'use strict'; /** * Module dependencies. */ var _ = require('lodash'), defaultAssets = require('./config/assets/default'), testAssets = require('./config/assets/test'); // Karma configuration module.exports = function(karmaConfig) { karmaConfig.set({ // Frameworks to use frameworks: ['jasm...
# Next - [FEATURE] Geometry support for postgres - [BUG] Fix wrong count for `findAndCountAll` with required includes [ - [BUG] Fix problems related to parsing of unique constraint errors [ - [BUG] Fix postgres path variable being surrounded by quotes to often in unique constraint errors [ - [BUG] Fix `removeAttributes...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>pymatgen.io.babel &#8212; pymatgen 2017.11.6 documentation</title> <link rel="stylesheet" href="../../../_static/proBlue.css" type=...
// by DotNetNuke Corporation // documentation files (the "Software"), to deal in the Software without restriction, including without limitation // to permit persons to whom the Software is furnished to do so, subject to the following conditions: // of the Software. // TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Jasmine Spec Runner v2.4.1</title> <link rel="shortcut icon" type="image/png" href="lib/jasmine-2.4.1/jasmine_favicon.png"> <link rel="stylesheet" href="lib/jasmine-2.4.1/jasmine.css"> <script src="lib/jasmine-2.4.1/jasmine.js"></script> <script sr...
import { moduleFor, test } from 'ember-qunit'; moduleFor('service:sounds', 'Unit | Service | sounds', { // Specify the other units that are required for this test. // needs: ['service:foo'] }); // Replace this with your real tests. test('it exists', function(assert) { let service = this.subject(); assert.ok(ser...
package com.microsoft.azure.management.network.v2019_09_01; import com.microsoft.azure.SubResource; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; /** * IP configuration of an application gateway. Currently 1 public and 1 private * IP configuration is allowed. ...
<reference path="../../../definitions/mocha.d.ts"/> <reference path="../../../definitions/node.d.ts"/> <reference path="../../../definitions/Q.d.ts"/> import assert = require('assert'); import trm = require('../../lib/taskRunner'); import path = require('path'); import os = require('os'); import fs = require('fs'); fun...
module Capybara::Selenium::Driver::Ios module Profile class Chrome def self.driver_options(params = {}) options = { :ios_version => ::Capybara::IosEmulationDriver::LATEST_IOS_VERSION, :ios_device => :iphone, }.update(params) profile = ::Selenium::WebDriver::Chrom...
{% extends "layout.html" %} {% block page_title %} {{ proto.title + ' ' + proto.version }} - Step 4 {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large">Your bank details</h1> <p> Industrial...
import os import time from ethereum import utils from ethereum import pruning_trie as trie from ethereum.refcount_db import RefcountDB from ethereum.db import OverlayDB from ethereum.utils import to_string, is_string import rlp from rlp.utils import encode_hex from ethereum import blocks from ethereum import processblo...
/*jslint vars: true, plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */ /*global define, $, window, Mustache */ /* * The core search functionality used by Find in Files and single-file Replace Batch. */ define(function (require, exports, module) { "use strict"; var _ ...
<?php namespace OckCyp\CoversValidator\Tests\Fixtures; use PHPUnit\Framework\TestCase; class <API key> extends TestCase { /** * @covers NonExistentClass */ public function testDummyTest() { } }
package goodhosts import ( "fmt" "testing" ) func TestItemInSlice(t *testing.T) { item := "this" list := []string{"hello", "brah"} result := itemInSlice("goodbye", list) if result { t.Error(fmt.Sprintf("'%' should not have been found in slice.", item)) } item = "hello" result...
// GJCFStringUitil.h // GJCommonFoundation #import <Foundation/Foundation.h> #import <CoreGraphics/CoreGraphics.h> @interface GJCFStringUitil : NSObject + (BOOL)stringIsNull:(NSString *)string; + (BOOL)<API key>:(NSString *)string; + (BOOL)stringToBool:(NSString*)sourceString; + (NSInteger)stringToInt:(NSString*)sour...
#.rst: # FindHSPELL # Try to find Hspell # Once done this will define # HSPELL_FOUND - system has Hspell # HSPELL_INCLUDE_DIR - the Hspell include directory # HSPELL_LIBRARIES - The libraries needed to use Hspell # HSPELL_DEFINITIONS - Compiler switches required for using Hspell # <API key> - The version of H...
require 'thread' module RailsMetrics # An instrumenter that does not send notifications. This is used in the # AsyncQueue so saving events does not send any notifications, not even # for logging. class VoidInstrumenter < ::ActiveSupport::Notifications::Instrumenter def instrument(name, payload={}) yie...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Mon Dec 02 20:33:05 CET 2013 --> <title>Uses of Package org.lwjgl.util.jinput (LWJGL API)</title> <meta name="date" content="2013-12-02"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet....
// <auto-generated> // Dieser Code wurde von einem Tool generiert. // der Code erneut generiert wird. // </auto-generated> using NMF.Collections.Generic; using NMF.Collections.ObjectModel; using NMF.Expressions; using NMF.Expressions.Linq; using NMF.Models; using NMF.Models.Collections; using NMF.Models.Express...
<!-- $$test comment$$ --> <p class="b-site-header" attr="\testattrvalue\"> Hello from {{ vm.title }} </p>
Simplify Payment PHP Server [![Deploy](https: ====================== This is an companion application to help developers start building mobile applications using Simplify Commerce by MasterCard to accept payments. For more information on how Simplify Commerce works, please go through the overview section of Tutorial at...
## Changelog 1.0.3.2 Released 2019-08-21. - Added flag to use hardcoded values for registry keys: The names of the registry keys used to store package information are available as CPP values from file lauxlib.h since Lua 5.3.4; compiling HsLua against older Lua versions was not possible, as those values were ex...
i.flag:not(.icon) { display: inline-block; width: 16px; height: 11px; line-height: 11px; vertical-align: baseline; margin: 0em 0.5em 0em 0em; text-decoration: inherit; speak: none; font-smoothing: antialiased; -<API key>: hidden; backface-visibility: hidden; } i.flag:not(.icon):before { ...
/** * @unrestricted */ Persistence.IsolatedFileSystem = class { /** * @param {!Persistence.<API key>} manager * @param {string} path * @param {string} embedderPath * @param {!DOMFileSystem} domFileSystem * @param {string} type */ constructor(manager, path, embedderPath, domFileSystem, type) { ...
'use strict'; var util = require('util'); var TapReporter = require('testem/lib/ci/test_reporters/tap_reporter'); function CustomTapReporter() { this.out = process.stdout; this.silent = false; this.stoppedOnError = null; this.id = 1; this.total = 0; this.pass = 0; this.results = []; this.errors = []; ...
const crypto = require('crypto'); module.exports = (replitApiKey) => { const hmac = crypto.createHmac('sha256', replitApiKey); const timeCreated = Date.now(); hmac.update(timeCreated.toString()); const msgMac = hmac.digest('base64'); return { time_created: timeCreated, msg_mac: msgMac, }; };
// Automated Testing Framework (atf) // modification, are permitted provided that the following conditions // are met: // documentation and/or other materials provided with the distribution. // THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND // CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIE...
var <API key> = [ [ "GCluster", "<API key>.html", "<API key>" ], [ "GSearch", "<API key>.html", "<API key>" ], [ "GStructs", "<API key>.html", "<API key>" ], [ "compareFiles.h", "compare_files_8h.html", "compare_files_8h" ], [ "computeSensSpec.h", "<API key>.html", "<API key>" ], [ "GCluster.h",...
<?php namespace LeagueWrap\Exception; final class <API key> extends \Exception { }
title: "Getting started" Howdy! If you're reading this, hopefully it's because you're interested in learning the Squiggle programming language. If so, read on! If you have never used [Node.js][] or [npm][], you should learn about those first. This tutorial assumes you have both tools installed and are familiar with the...
<?php include 'CommonAssetsInit.lang.pl'; $<API key> = 'Nie przekazałeś referencji do modułu [app::$application].'; $<API key> = 'Przekaż prawidłową reference do modułu [app::$application]. Aktualnie znajduje się tam <b>%s</b>.'; $<API key> = 'Popraw przekazywaną referencje.';
import React from 'react'; import randomValue from './randomValue'; import Row from '../../../form/Grid/Row'; import LeftColumn from '../../../form/Grid/LeftColumn'; import RightColumn from '../../../form/Grid/RightColumn'; import CarteBlancheInput from '../../../form/CarteBlancheInput'; import Label from '../../../for...
/*can@2.2.7#event/event*/ steal('can/util/can.js', function (can) { can.addEvent = function (event, handler) { var allEvents = this.__bindEvents || (this.__bindEvents = {}), eventList = allEvents[event] || (allEvents[event] = []); eventList.push({ handler: handler, name: even...
package dht import ( "bytes" "fmt" "math/rand" "sort" "sync" "testing" "time" ds "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore" dssync "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-datastore/sync" ma "github.com/ipfs/go-ipfs/G...
The MIT License (MIT) Copyright (c) 2014 Sergio Pereira Valiente Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, m...
<?php declare(strict_types=1); namespace Inowas\ModflowModel\Model\Event; use Inowas\Common\Id\ModflowId; use Inowas\Common\Id\UserId; use Inowas\Common\Modflow\OptimizationState; use Inowas\ModflowModel\Model\AMQP\<API key>; use Prooph\EventSourcing\AggregateChanged; class <API key> extends AggregateChanged { /** ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Xceed.Wpf.Toolkit; namespace Progressive.Commons.Views.Controls { class <API key> : IntegerUpDown { protected override void OnValueChanged(int? oldValue, int? newValue) { if (newValue == null)...
_hold = false hold() = (global _hold = !_hold) hold(h::Bool) = (global _hold = h) function ghf() if !_hold global _pwinston = FramedPlot() end _pwinston end ghf(p) = (global _pwinston = p) savefig(fname::String, args...; kvs...) = savefig(_pwinston, fname, args...; kvs...) @deprecate file savefig fo...
'use strict'; /* Dependencies. */ var repeat = require('repeat-string'); var pad = require('../util/pad'); /* Expose. */ module.exports = listItem; /* Which checkbox to use. */ var CHECKBOX_MAP = {}; CHECKBOX_MAP.undefined = CHECKBOX_MAP.null = ''; CHECKBOX_MAP.true = '[x] '; CHECKBOX_MAP.false = '[ ] '; /** * Stringi...
#pragma once #include "common.h" #include STRINGIFY(arch/TARGET_FOLDER/interface/arch_atomic.h)
<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><API key> Constructor</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" ...
/* * kmp_config.h -- Feature macros */ // The LLVM Compiler Infrastructure #ifndef KMP_CONFIG_H #define KMP_CONFIG_H #include "kmp_platform.h" // cmakedefine01 MACRO will define MACRO as either 0 or 1 // cmakedefine MACRO 1 will define MACRO as 1 or leave undefined #cmakedefine01 DEBUG_BUILD #cmak...
using System.Linq.Expressions; using Marten.Linq.Fields; using Marten.Linq.SqlGeneration; using Weasel.Postgresql; using Weasel.Postgresql.SqlGeneration; namespace Marten.Linq.Parsing { internal class ModuloFragment : IComparableFragment, ISqlFragment { private readonly ISqlFragment _left; priva...
#ifndef AD_DBPL_H #define AD_DBPL_H 1 // object code form for any purpose and without fee is hereby granted, // restricted rights notice below appear in all supporting // documentation. // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS. // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC. // ...
import createSvgIcon from './utils/createSvgIcon'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon( /*#__PURE__*/_jsx("path", { d: "M18 14c0-3.98-6-10.8-6-10.8s-1.18 1.35-2.5 3.19l8.44 8.44c.03-.27.06-.55.06-.83zM5.41 5.14 4 6.55l3.32 3.32C6.55 11.33 6 12.79 6 14c0 3.31 2.69 6 6 6 1.52 0...
function BEServices(){ var addresses = []; this.save = function (addressBookItem){ console.log("INITIAL addresses.length: " + addresses.length); console.log("typeof addressBookItem=" + typeof addressBookItem); if (addressBookItem instanceof AddressBookItem) { addresses.push(addressBookItem); ...
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M19.94 21.12c-1.1-2.94-1.64-6.03-1.64-9.12 0-3.09.55-6.18 1.64-9.12.04-.11.06-.22.06-.31 0-.34-.23-.57-.63-.57H4.63c-.4 0-.63.23-.63.57 0 .1.02.2.06.31C5.16 5.82 5.71 8.91 5.71 12c0 3.09-.55 6.18-...
{% load foundations_tags %} {% load i18n %} <div id="edit-modal"> <div class="modal-header"> <h3>{% trans "Edit Profile" %}</h3> </div> <form class="nice" method="POST" action="{% url profile_edit %}"> {% csrf_token %} <div class="modal-body"> <fieldset> {{ profile_form|as_foundation }} ...
package com.pragmaticobjects.oo.atom.codegen.bytebuddy.smt; import com.pragmaticobjects.oo.atom.codegen.bytebuddy.matchers.NaturalJavaAtom; import io.vavr.collection.List; import net.bytebuddy.description.type.TypeDescription; /** * Loads all non-natural fields of on-stack object and creates an array from them. * * ...
*, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; font-family: "Source Sans Pro", sans-serif; color: #343642; background-color: #ffffff; } a { color: #982b3c; text-decoration: none; } button { cursor: pointer; border: none; background-color: tr...
# KMMGhostLoginClient [![CI Status](https: [![Version](https: [![License](https: [![Platform](https: ## Usage To run the example project, clone the repo, and run `pod install` from the Example directory first. To login to a Ghost blog use the `KMMGhostLoginClient`, then create an instance of a class that conforms to `<...
-- See RFC6265 http://tools.ietf.org/search/rfc6265 -- require "luacov" local type = type local byte = string.byte local sub = string.sub local format = string.format local log = ngx.log local ERR = ngx.ERR local EQUAL = byte("=") local SEMICOLON = byte...
{{<layout}} {{$pageTitle}} Licensing platform {{/pageTitle}} {{$content}} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-thirds"> <p><h1 class="heading-xlarge">Apply for a CITES permit</h1> <h2>What is the purpose of the export?</h2> ...
#ifndef BITCOIN_VERSION_H #define BITCOIN_VERSION_H #include "clientversion.h" #include <string> // client versioning static const int CLIENT_VERSION = 1000000 * <API key> + 10000 * <API key> + 100 * <API key> + ...
Rails.application.configure do # Verifies that versions and hashed value of the package contents in the project's package.json config.webpacker.<API key> = false # Settings specified here will take precedence over those in config/application.rb. # Code is not reloaded between requests. config.cache_classes = ...
'use strict'; var defineUsDollar = require('dbjs-ext/number/currency/us-dollar') , Database = require('dbjs'); module.exports = function (t, a) { var db = new Database() , UsDollar = defineUsDollar(db) , BusinessProcess = require('../../../model/<API key>')(db) , businessProcess = BusinessProces...
// Elix is a JavaScript project, but we define TypeScript declarations so we can // confirm our code is type safe, and to support TypeScript users. <reference path="../core/shared.d.ts"/> import { contentSlot } from "./internal.js"; declare const SlotContentMixin: StateMixin< {}, {}, { readonly [contentSlot]:...
/* @option Width */ .wrapperOuter{min-width:1150px;} .wrapperInner{width:1060px;}
#include <UtH/Platform/Android/AndroidWindowImpl.hpp> #include <UtH/Platform/OpenGL.hpp> #include <UtH/Platform/OGLCheck.hpp> #include <UtH/Platform/Android/AndroidEngine.hpp> #include <UtH/Platform/Debug.hpp> #include <UtH/Platform/Window.hpp> #include <UtH/Engine/Engine.hpp> #include <UtH/Platform/Graphics.hpp> #incl...
<TS language="ar" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>انقر بالزر الايمن لتعديل العنوان</translation> </message> <message> <source>Create a new address</source> <translation>انشأ...
require File.expand_path('../boot', __FILE__) require "rails" # Pick the frameworks you want: require "active_model/railtie" require "active_job/railtie" require "active_record/railtie" require "action_controller/railtie" require "action_mailer/railtie" require "action_view/railtie" require "sprockets/railtie" # requir...
Parses Prisma Cloud Compute vulnerability alerts. This is a default playbook. ## Dependencies This playbook uses the following sub-playbooks, integrations, and scripts. Sub-playbooks This playbook does not use any sub-playbooks. Integrations This playbook does not use any integrations. Scripts * <API key> Commands This...
{% extends "navbase.html" %} {% block content %} <h1>Admin</h1> <ul> <li><a href="{{ url_for("configurations.configurations_view") }}">configurations</a> <li><a href="{{ url_for("clarifications.clarifications_view")}}">clarifications</a> <li><a href="{{ url_for("languages.languages_view") }}">languages<...
S V U I By: Munglunch LOCALIZED LUA FUNCTIONS ]] --[[ GLOBALS ]]-- local _G = _G; local unpack = _G.unpack; local select = _G.select; local pairs = _G.pairs; local string = _G.string; --[[ STRING METHODS ]]-- local format = string.format; GET ADDON DATA ]] local SV = _G['SVUI']; local L = SV.L; local ...
<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="../libraries/RGraph.common.core.js" ></script> <script src="../libraries/RGraph.gauge.js" ></script> <!--[if lt IE 9]><script src="../excanvas/excanvas.js"></script><![endif]--> <tit...
<div ng-init="offCanvas=false" class="row row-offcanvas row-offcanvas-left" ng-class="{active: offCanvas}"> <div class="col-xs-6 col-sm-2 sidebar-offcanvas" id="sidebar"> <ul class="nav navbar-stacked"> <li role="presentation" route-active="assets/{{paramEngine}}/{{paramAsset}}/trade"> <a href="#/as...
/* global describe:true, it:true */ 'use strict'; // Utilities: import chai from 'chai'; import dirtyChai from 'dirty-chai'; import Promise from 'bluebird'; import sinon from 'sinon'; import sinonChai from 'sinon-chai'; // Test setup: const expect = chai.expect; chai.use(dirtyChai); chai.use(sinonChai); // Dependencies...
<?php namespace Lexik\Bundle\MaintenanceBundle\Tests\Maintenance; use Lexik\Bundle\MaintenanceBundle\Drivers\FileDriver; use Symfony\Bundle\FrameworkBundle\Translation\Translator; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag; /** * Test...
<f:layout name="Backend" /> <f:section name="content"> <div class="tabs_inner" id="inner-layer-{tabInfo.uid}"> <span onClick='removeTab("{tabInfo.uid}", "layer", "{delete-uri}")' class='ui-icon ui-icon-close closeicon' style='float: right;' role='presentation'></span> <input type="hidden" value="" id=...
var Class = require('../../../../utils/Class'); var CONST = require('./const'); var DataBuffer32 = require('../../utils/DataBuffer32'); var Earcut = require('../../../../geom/polygon/Earcut'); var PHASER_CONST = require('../../../../const'); var <API key> = require('../../shaders/<API key>'); var ShapeBatch = new Class...