answer
stringlengths
15
1.25M
/* EntityCollection.hpp */ /* This file is part of the FastGdk project. */ /* The FastGdk is free software: you can redistribute it and/or modify */ /* (at your option) any later version. ...
#ifndef <API key> #define <API key> #include "<API key>.h" #include "<API key>.h" namespace QtAws { namespace ManagedBlockchain { class <API key>; class <API key> <API key> : public <API key> { Q_OBJECT public: <API key>(const <API key> &request, QNetworkReply * const reply, QObject * const parent = 0); vir...
<?php $oForm=new plugin_form($this->oAdresse); $oForm->setMessage($this->tMessage); ?> <form class="form-horizontal" action="" method="POST" > <div class="form-group"> <label class="col-sm-2 control-label">rue</label> <div class="col-sm-10"><?php echo $oForm->getInputText('rue',array('class'=>'form-...
<import resource="classpath:alfresco/site-webscripts/org/alfresco/callutils.js"> if (!json.isNull("wikipage")) { var wikipage = String(json.get("wikipage")); model.pagecontent = getPageText(wikipage); model.title = wikipage.replace(/_/g, " "); } else { model.pagecontent = "<h3>" + msg.get("message.nopage") ...
#!/bin/bash # Usage: ./<API key>.sh <firmeare.elf> \ # <piksi_dev> <bmp_dev> \ # <seconds-to-sleep> # Intended to be called from HITL log capture: # if [ -e $<API key> ]; then # ./<API key>.sh ../../piksi_firmware_$GIT_DESCRIBE.elf \ # ...
package org.eso.ias.plugin; /** * The exception returned by the Plugin * @author acaproni * */ public class PluginException extends Exception { public PluginException() { } public PluginException(String message) { super(message); } public PluginException(Throwable cause) { super(...
package clearvolume.renderer; /** * Overlays that implement this interface can declare a key binding that will be * used to toggle it's display on/off * * @author Loic Royer (2015) * */ public interface SingleKeyToggable { /** * Returns key code of toggle key combination. * * @return toggle key...
// This file is part of the go-ethereum library. // The go-ethereum library is free software: you can redistribute it and/or modify // (at your option) any later version. // The go-ethereum library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the package...
package co.edu.unal.<API key>.ajedrez.agentes; import co.edu.unal.<API key>.ajedrez.base.*; import co.edu.unal.<API key>.ajedrez.reversi.Tablero; import co.edu.unal.<API key>.ajedrez.reversi.Reversi.EstadoReversi; import java.io.PrintStream; public class <API key> extends _AgenteHeuristico { private Jugador jugador...
namespace ZeroMQ { <summary> Specifies possible results for socket receive operations. </summary> public enum ReceiveStatus { <summary> No receive operation has been performed. </summary> None, <summary> The receive operation returned a message that co...
<?php /** * @author jurgenhaas */ namespace GMJH\SQRL\Sample; use GMJH\SQRL\ClientException; /** * An override class for Sample SQRL account * * @author jurgenhaas * * @link */ class Account extends \GMJH\SQRL\Account { /** * @param Client $client * @param bool $additional * @return bool * @throws...
using System; using System.Linq; using System.Collections.Generic; using System.Diagnostics; using System.Threading.Tasks; using System.Threading; namespace CoCoL { <summary> Static helper class to create channels </summary> public static class Channel { <summary> Gets or creates a n...
<?php class CsvTest extends \<API key> { use ExcelFileTestCase; protected $class = '\Maatwebsite\Clerk\Files\Csv'; protected $ext = 'csv'; }
// Dapplo - building blocks for .NET applications // This file is part of Dapplo.Jira // Dapplo.Jira is free software: you can redistribute it and/or modify // (at your option) any later version. // Dapplo.Jira is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. S...
package tk.teemocode.module.base.vo; import java.io.Serializable; public class Vo implements Serializable, Cloneable { private Long id; private String uuid; private Integer tag; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String ...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_14) on Tue Aug 12 15:38:40 EDT 2008 --> <TITLE> BlockingInfo (NITRO 2.0-RC1 API) </TITLE> <META NAME="keywords" CONTENT="nitf.BlockingInfo class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> <SC...
package edu.cmu.cs.lti.ark.util.ds.map; import gnu.trove.TObjectIntHashMap; import gnu.trove.TObjectIntIterator; import gnu.trove.TObjectIntProcedure; import java.util.Collection; import java.util.HashSet; import java.util.Map; import java.util.Set; /** * Simple integer counter: stores integer values for keys; lookup ...
/* FramepaC -- frame manipulation in C++ */ /* Version 2.01 */ /* by Ralf Brown <ralf@cs.cmu.edu> */ /* File frsymbol.h class FrSymbol */ /* LastEdit: 08nov2015 */ /* Ralf Brown/Carnegie Mell...
<?php /** * Custom factory for photos with method to get next sort order * * @package Modules * @subpackage PhotoGallery * @author Peter Epp * @version $Id: photo_factory.php 13843 2011-07-27 19:45:49Z teknocat $ */ class PhotoFactory extends ModelFactory { /** * Find and return the next sort order to u...
/*! \file * \brief This is an automatically included header file. * * This file should mostly contain imports of things defined somewhere else. * Usual piece of code put in this file is supposed to looks like * * \code #include "path/to/some/header/file.hpp" namespace sfd { using some::symbol; using some:...
#ifndef <API key> #define <API key> #include "smsresponse_p.h" namespace QtAws { namespace SMS { class <API key>; class <API key> : public SmsResponsePrivate { public: explicit <API key>(<API key> * const q); void <API key>(QXmlStreamReader &xml); private: Q_DECLARE_PUBLIC(<API key>) Q_DISABLE_COPY(<API...
package com.nextgis.maplib.util; import android.accounts.Account; import android.annotation.TargetApi; import android.content.ContentResolver; import android.content.Context; import android.content.SyncInfo; import android.os.Build; import android.util.Base64; import com.nextgis.maplib.api.IGISApplication; import org.j...
package edu.ucsd.arcum.interpreter.ast; import java.util.List; import java.util.Set; import org.eclipse.core.runtime.CoreException; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import edu.ucsd.arcum.exceptions.ArcumError; import edu.ucsd.arcum.exceptions.SourceLocation; import edu.ucsd...
package edu.hm.gamedev.server.packets.client2server; import org.codehaus.jackson.annotate.JsonCreator; import org.codehaus.jackson.annotate.JsonProperty; import edu.hm.gamedev.server.packets.Packet; import edu.hm.gamedev.server.packets.Type; public class JoinGame extends Packet { private final String gameName; @Jso...
#!/usr/bin/env python import sys, argparse def main(): parser = argparse.ArgumentParser() parser.add_argument('-i', '--input', type=str, action='store', dest='input', default=None, help="Input file") args = parser.parse_args() stats = dict() if args.input is None: print "Error: No input file...
// This file is part AriseID. // AriseID free software: you can redistribute it and/or modify // (at your option) any later version. // AriseID distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the package main import ( "bytes" "fmt" "math/big" "...
@echo off rem HTMLParser Library - A java-based parser for HTML rem http:remhtmlparser.org rem Copyright (C) 2006 Derrick Oswald rem rem Revision Control Information rem rem $URL: file:///svn/p/htmlparser/code/tags/HTMLParserProject-2.1/src/main/bin/beanybaby.cmd $ rem $Author: derrickoswald $ rem $Date: 2006-09-16 14:...
package uk.co.wehavecookies56.kk.common.container.slot; import net.minecraft.item.ItemStack; import net.minecraftforge.items.IItemHandler; import net.minecraftforge.items.SlotItemHandler; import uk.co.wehavecookies56.kk.common.item.ItemSynthesisBagS; import uk.co.wehavecookies56.kk.common.item.base.<API key>; public cl...
package org.sonar.duplications.statement; import org.sonar.duplications.statement.matcher.AnyTokenMatcher; import org.sonar.duplications.statement.matcher.BridgeTokenMatcher; import org.sonar.duplications.statement.matcher.ExactTokenMatcher; import org.sonar.duplications.statement.matcher.<API key>; import org.sonar.du...
package com.farevee.groceries; public class BulkItem implements Item { // | Fields | /** * The type of food of the bulk item */ BulkFood food; /** * The unit of the bulk item */ Units unit; /** * The amount of bulk item */ int amount; // | Constructor | public BulkItem(BulkFood f...
#pragma once #include <ICLUtils/CompatMacros.h> #include <ICLFilter/InplaceOp.h> namespace icl{ namespace filter{ Filter class for logical in-place operations \ingroup INPLACE /** The InplaceLogicalOp class provides functionalities for arbitrary logical in-place operations on images. The operator ...
#ifndef <API key> #define <API key> #include <testngppst/testngppst.h> #include <testngppst/runner/TestHierarchyRunner.h> TESTNGPPST_NS_START struct TestCaseRunner; struct <API key>; struct <API key> : public TestHierarchyRunner { <API key> ( unsigned int maxCurrentProcess , TestCaseRunner*); ...
package org.logicobjects.converter.old; import java.util.Arrays; import java.util.List; import org.jpc.term.Term; import org.jpc.util.ParadigmLeakUtil; import org.logicobjects.converter.<API key>; import org.logicobjects.converter.context.old.AdaptationContext; import org.logicobjects.converter.context.old.<API key>; i...
<?php return array( 'item' => array( 'delete' => ' DELETE FROM "mshop_product" WHERE :cond AND siteid = ? ', 'insert' => ' INSERT INTO "mshop_product" ( "siteid", "typeid", "code", "suppliercode", "label", "status", "start",...
#ifndef STEADYAIMCOMMAND_H_ #define STEADYAIMCOMMAND_H_ #include "server/zone/objects/scene/SceneObject.h" #include "SquadLeaderCommand.h" class SteadyaimCommand : public SquadLeaderCommand { public: SteadyaimCommand(const String& name, ZoneProcessServer* server) : SquadLeaderCommand(name, server) { } ...
package org.sonar.api.utils; import org.apache.commons.io.FileUtils; import org.junit.Test; import java.io.File; import java.io.IOException; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; public class TempFileUtilsTest { @Test public void createTempDirectory() throws IOException {...
package net.anthavio.sewer.test; import net.anthavio.sewer.ServerInstance; import net.anthavio.sewer.<API key>; import net.anthavio.sewer.ServerMetadata; import net.anthavio.sewer.ServerMetadata.CacheScope; import net.anthavio.sewer.ServerType; import org.junit.rules.TestRule; import org.junit.runner.Description; impor...
package org.sonar.api.ce.posttask; /** * @since 5.5 */ public interface CeTask { /** * Id of the Compute Engine task. * <p> * This is the id under which the processing of the project analysis report has been added to the Compute Engine * queue. * */ String getId(); /** * Indicates whether t...
#include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "rdsrequest_p.h" namespace QtAws { namespace RDS { /*! * Constructs a copy of \a other. */ <API key>::<API key>(const <API key> &other) : RdsRequest(new <API key>(*other.d_func(), this)) { } /*! * Constructs a <API key> object. */ <AP...
var KevoreeEntity = require('./KevoreeEntity'); /** * AbstractChannel entity * * @type {AbstractChannel} extends KevoreeEntity */ module.exports = KevoreeEntity.extend({ toString: 'AbstractChannel', construct: function () { this.remoteNodes = {}; this.inputs = {}; }, internalSend: function (portPath...
package calc.lib; /** Class (POJO) used to store Uninhabited Solar System JSON objects * * @author Carlin Robertson * @version 1.0 * */ public class <API key> { private String[] information; private String requirePermit; private Coords coords; private String name; public String[] getInformation...
<?php require_once '../../../config.php'; require_once $config['root_path'] . '/system/functions.php'; include_once $config['system_path'] . '/start_system.php'; admin_login(); if (isset($_POST['delete']) && isset($_POST['id']) && isset($_SESSION['member']['access']['countries'])) { require_...
// Catalano Fuzzy Library // The Catalano Framework // diego.catalano at live.com // andrew.kirillov at gmail.com // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // This library is distributed in the hope that it will be useful, // ...
<?php namespace Google\AdsApi\Dfp\v201708; /** * This file was generated from WSDL. DO NOT EDIT. */ class <API key> { const TOP_LEVEL = 'TOP_LEVEL'; const FLAT = 'FLAT'; const HIERARCHICAL = 'HIERARCHICAL'; }
package flabs.mods.magitech.aura; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.world.WorldSavedData; public class AuraSavedData extends WorldSavedData{ public static final String nbtName="MagiAura"; public AuraSavedData(String name) { super(name); } @Override public void rea...
.iwl-height-full { height: 100%; } /*# sourceMappingURL=!design.css.map */
--Copyright (C) 2009 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later version. --T...
package edu.ut.mobile.network; public class NetInfo{ //public static byte[] IPAddress = {Integer.valueOf("54").byteValue(),Integer.valueOf("73").byteValue(),Integer.valueOf("28").byteValue(),Integer.valueOf("236").byteValue()}; static byte[] IPAddress = {Integer.valueOf("192").byteValue(),Integer.valueOf("168")...
package org.sd.text; import org.sd.io.FileUtil; import org.sd.nlp.AbstractLexicon; import org.sd.nlp.AbstractNormalizer; import org.sd.nlp.Break; import org.sd.nlp.BreakStrategy; import org.sd.nlp.Categories; import org.sd.nlp.Category; import org.sd.nlp.CategoryFactory; import org.sd.nlp.GeneralNormalizer; import org....
package org.oss.pdfreporter.sql.factory; import java.io.InputStream; import java.util.Date; import org.oss.pdfreporter.sql.IBlob; import org.oss.pdfreporter.sql.IConnection; import org.oss.pdfreporter.sql.IDate; import org.oss.pdfreporter.sql.IDateTime; import org.oss.pdfreporter.sql.ITime; import org.oss.pdfreporter.s...
package org.alfresco.repo.admin.registry; import java.io.Serializable; import java.util.Collection; /** * Interface for service providing access to key-value pairs for storage * of system-controlled metadata. * * @author Derek Hulley */ public interface RegistryService { /** * Assign a value to the regist...
import java.util.*; import Jakarta.util.FixDosOutputStream; import java.io.*; // it would make more sense for PJ and Mixin to have similar // output. public class ModOverrides { public void reduce2java( AstProperties props ) { // Step 1: the overrides modifier should not be present, UNLESS ...
package org.exoplatform.social.core.storage.proxy; import java.lang.reflect.Proxy; import org.exoplatform.social.core.activity.model.ExoSocialActivity; public class <API key> { @SuppressWarnings("unchecked") static <T> T of(ProxyInvocation invocation) { Class<?> targetClass = invocation.getTargetClass(); //...
<?php namespace Tests\Browser\Pages\Admin; use Laravel\Dusk\Browser; use Laravel\Dusk\Page as BasePage; class FilterAdd extends BasePage { /** * Get the URL for the page. * * @return string */ public function url() { return '/admin/filter/create'; } /** * Assert that...
package xades4j.xml.unmarshalling; import xades4j.algorithms.Algorithm; import xades4j.properties.<API key>; import xades4j.properties.data.<API key>; import xades4j.xml.bind.xades.<API key>; class <API key> extends <API key><<API key>> implements <API key> { <API key>() { super(<API key...
package fr.umlv.unitex.cassys; public class <API key> { private String fileName; private boolean mergeMode; private boolean replaceMode; private boolean disabled; private boolean star; private boolean commentFound; /** * @return the fileName */ public String getFileName() { ...
# This program is free software: you can redistribute it and/or modify # (at your option) any later version. # This program is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the from django.conf.urls.defaults import patterns, url urlpatterns = patterns('au...
<?php //ini_set("display_errors", 1); //ini_set("<API key>", 1); <API key>("GMT"); $timezone = <API key>(); if ( !isset($_GET['p'])) { header("HTTP/1.1 400 Bad Request"); header("Status: Bad Request"); exit; } $t_start = microtime(true); $data = array(); require_once "./dbconnect.php"; require_once "./termi...
#ifndef <API key> #define <API key> #include "<API key>.h" #include "deletebotrequest.h" namespace QtAws { namespace <API key> { class DeleteBotRequest; class <API key> : public <API key> { public: <API key>(const <API key>::Action action, DeleteBotRequest * const q); <API key...
#include <rlib/rbinfmt.h> static void dump_opt_hdr (RPeOptHdr * opt) { r_print ("\tLinkerVer: %u.%u\n", opt->major_linker_ver, opt->minor_linker_ver); r_print ("\tEntrypoint: 0x%.8x\n", opt->addr_entrypoint); r_print ("\tCode addr: 0x%.8x\n", opt->base_code); r_print ("\tCode size: 0x%.8x\n", opt->size_code)...
<?php return array( 'code' => 'ANG', 'sign' => 'f', 'sign_position' => 0, 'sign_delim' => '', 'title' => 'Netherlands Antillean guilder', 'name' => array( array('', ''), 'NAƒ', 'NAf', 'ƒ', ), 'frac_name' => array( array('cent', 'cents'), ) );
# encoding: utf-8 from __future__ import absolute_import, unicode_literals from apiview.model import AbstractUserMixin, BaseModel from django.contrib.auth.base_user import AbstractBaseUser from django.db import models class User(AbstractUserMixin, BaseModel, AbstractBaseUser): is_staff = False def get_short_nam...
-- SETTINGS <API key> = 3 NEW_STYLE_WIRES = true -- true = new nodebox wires, false = old raillike wires <API key> = 0.1 <API key> = 6 PISTON_MAXIMUM_PUSH = 15 <API key> = 100
#include "<API key>.h" #include "util/File.h" #include "QtTextureLoader.h" /** * @brief For tracking memory leaks under windows using the crtdbg */ #if ( defined( _DEBUG ) || defined( DEBUG ) ) && defined( _MSC_VER ) #define _CRTDBG_MAP_ALLOC #include <crtdbg.h> #define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ ...
package vitro.vspEngine.service.common.abstractservice.dao; import javax.persistence.EntityManager; import vitro.vspEngine.logic.model.Gateway; import vitro.vspEngine.service.common.abstractservice.model.ServiceInstance; import vitro.vspEngine.service.persistence.DBRegisteredGateway; import java.util.List; public class...
package org.teaminfty.math_dragon.view.math.source.operation; import static org.teaminfty.math_dragon.view.math.Expression.lineWidth; import org.teaminfty.math_dragon.view.math.Empty; import org.teaminfty.math_dragon.view.math.source.Expression; import android.graphics.Canvas; import android.graphics.Paint; import andr...
js.Offset = function(rawptr) { this.rawptr = rawptr; } js.Offset.prototype = new konoha.Object(); js.Offset.prototype._new = function(rawptr) { this.rawptr = rawptr; } js.Offset.prototype.getTop = function() { return this.rawptr.top; } js.Offset.prototype.getLeft = function() { return this.rawptr.left; ...
package br.gov.serpro.infoconv.proxy.businesscontroller; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import br.gov.frameworkdemoiselle.stereotype.BusinessController; import br.gov.serpro.infoconv.proxy.exception.<API key>; import br.gov.serpro.infoconv....
// <auto-generated> // Dieser Code wurde von einem Tool generiert. // der Code erneut generiert wird. // </auto-generated> namespace ClickBot.Properties { [global::System.Runtime.CompilerServices.<API key>()] [global::System.CodeDom.Compiler.<API key>("Microsoft.VisualStudio.Editors.SettingsDesigner.<AP...
#ifndef _ccr_algorithm_h_ #define _ccr_algorithm_h_ #include "algo_suite.h" #include "bvector.h" #include "prng.h" #include "sencode.h" /* * virtual interface definition for all cryptographic algorithm instances. * * Note that the whole class could be defined static, but we really enjoy * having the tiny virtual po...
package org.cristalise.kernel.lifecycle.instance.stateMachine; import lombok.Getter; import lombok.Setter; @Getter @Setter public class TransitionQuery { /** * Name & version of the query to be run by the agent during this transition */ String name, version; public TransitionQuery() {} public ...
<?php namespace rocket\si\content\impl\iframe; use n2n\util\type\attrs\DataSet; use n2n\util\type\ArgUtils; use rocket\si\content\impl\InSiFieldAdapter; class IframeInSiField extends InSiFieldAdapter { private $iframeData; private $params = []; public function __construct(IframeData $iframeData) { $...
using System.Collections; using System.Linq; using System.Reflection; namespace System.ComponentModel.DataAnnotations { public class <API key> : ValidationAttribute { public <API key>(Type type, string <API key>) { this.type = type; method = type.GetMethod(<API key>, Bind...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http: <html> <head> <title>Henon Map</title> <style type="text/css"> h1 {text-align: center} </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta name="author" content="Mark Hale"> ...
#include "NodoTipo.h" NodoTipo::NodoTipo(Tipo* obj) { setTipo(obj); setDer(NULL); setIzq(NULL); _listaISBN = new ListaISBN(); } NodoTipo*&NodoTipo::getIzq() { return _izq; } void NodoTipo::setIzq(NodoTipo* _izq) { this->_izq = _izq; } NodoTipo*& NodoTipo::getDer() { return _der; } void NodoT...
#!/bin/bash # RktCopyHosts # Function: RktCopyHosts # Params: $1 - Host's '/etc/hosts' location # $2 - Container's '/etc/hosts' location # Output: (Normal acbuild output) function RktCopyHosts { local HOSTS="/etc/hosts" local RKT_HOSTS="/etc/hosts" if [ "${1}" != "" ]; then HOSTS="${1}...
// -*- Mode:C++ -*- #ifndef <API key> #define <API key> void init_OSGShader(void); #endif
<?php function qv_extension($maestro, $data, $prefix, $SYSID, $TYPOLOGYID, $oper){ global $babelcode, $babelparams, $global_cache; if($oper!=2){ // 0 insert, 1 update, 2 virtual delete, 3 delete $tabletypes=$prefix."TYPES"; $tableviews=$prefix."VIEWS"; if($t=_qv_cacheloader($maestro, $...
/* * SupplyTask.h - Tasks issued to SupplyManager. Basically, just * produce Supply Depots while nearing capacity. */ #pragma once #include "Task.h" class BuildTask: public Task { };
# -*- coding: utf-8 -*- # This file is part of a weboob module. # This weboob module is free software: you can redistribute it and/or modify # (at your option) any later version. # This weboob module is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the from _...
// Created file "Lib\src\Uuid\tapi3if_i" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,...
package gomaasapi import "github.com/juju/utils/set" const ( // Capability constants. NetworksManagement = "networks-management" StaticIPAddresses = "static-ipaddresses" <API key> = "<API key>" DevicesManagement = "devices-management" <API key> = "<API key>" <API key> = "...
/*! \file MMCObj.h \par Description Extension and update of headers for PellesC compiler suite. \par Project: PellesC Headers extension \date Created on Sun Aug 7 22:15:35 2016 \date Modified on Sun Aug 7 22:15:35 2016 \author frankie \*/ #ifndef <API key> #defin...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */ #ifndef <API key> #define <API key> #include <webkit/webkit.h> #include "dh-base.h" #include "dh-link.h" G_BEGIN_DECLS #define <API key> (<API key> ()) #define DH_ASSISTANT_VIEW(i) (<API key> ((i), <API key>, DhAssistantView...
package edu.nd.nina.event; /** * An event which indicates that a graph edge has changed, or is about to * change. The event can be used either as an indication <i>after</i> the edge * has been added or removed, or <i>before</i> it is added. The type of the * event can be tested using the {@link * edu.nd.nina.event...
<?php namespace pocketmine\level\format\mcregion; use pocketmine\level\format\FullChunk; use pocketmine\level\format\LevelProvider; use pocketmine\nbt\NBT; use pocketmine\nbt\tag\Byte; use pocketmine\nbt\tag\ByteArray; use pocketmine\nbt\tag\Compound; use pocketmine\nbt\tag\Enum; use pocketmine\nbt\tag\Int; use pocketm...
#PBS -S /bin/bash #PBS -N mnakao_job #PBS -A XMPTCA #PBS -q tcaq-q1 #PBS -l select=1:ncpus=1:host=tcag-0001-eth0+1:ncpus=1:host=tcag-0002-eth0+1:ncpus=1:host=tcag-0003-eth0+1:ncpus=1:host=tcag-0004-eth0+1:ncpus=1:host=tcag-0005-eth0+1:ncpus=1:host=tcag-0006-eth0+1:ncpus=1:host=tcag-0007-eth0+1:ncpus=1:host=tcag-0008-et...
<?php namespace Pardisan\Support\Facades; use Illuminate\Support\Facades\Facade; class Menu extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'menu'; } }
package edu.mit.blocks.codeblockutil; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Point; import java.awt.RenderingHints; import java.awt.Toolkit; import java.awt.event....
package org.chocolate_milk.model.descriptors; //- Imported classes and packages -/ import org.chocolate_milk.model.<API key>; public class <API key> extends org.exolab.castor.xml.util.<API key> { //- Class/Member Variables -/ /** * Field _elementDefinition. */ private boolean _elementDefinition;...
package org.sonar.api.technicaldebt.server.internal; import org.junit.Test; import org.sonar.api.rule.RuleKey; import org.sonar.api.utils.WorkUnit; import org.sonar.api.utils.internal.WorkDuration; import static org.fest.assertions.Assertions.assertThat; public class <API key> { @Test public void <API key>() throws...
#ifndef __math_test_uhf_h__ #define __math_test_uhf_h__ #include "psi4/libpsio/psio.hpp" #include "hf.h" namespace psi { namespace scf { class UHF : public HF { protected: SharedMatrix Dt_, Dt_old_; SharedMatrix Da_old_, Db_old_; SharedMatrix Ga_, Gb_, J_, Ka_, Kb_, wKa_, wKb_; void form_initialF(); ...
// Created file "Lib\src\ksuser\X64\guids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b...
#ifndef <API key> #define <API key> // W A R N I N G // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // We mean it. #include "<API key>.h" #include "private/<API key>.h" #include "priva...
'use strict'; const chai = require('chai'); const assert = chai.assert; const sinon = require('sinon'); const responseError = require('../../../server/utils/errors/responseError'); describe('responseError', () => { let spyCall; const res = {}; let error = 'An error message'; beforeEach(() => { res.status = ...
#ifndef B2_DYNAMIC_TREE_H #define B2_DYNAMIC_TREE_H #include <Box2D/Collision/b2Collision.h> #include <Box2D/Common/b2GrowableStack.h> #define b2_nullNode (-1) A node in the dynamic tree. The client does not interact with this directly. struct b2TreeNode { bool IsLeaf() const { return child1 == b2_nullN...
package GT::Signals::Graphical::CandleSticks::BullishHarami; # This program is free software; you can redistribute it and/or modify # (at your option) any later version. # This program is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # along with this pr...
<API key> [![Build Status](http: ======================== The AngularJS implementation of the Scenario Comparison and Analysis and the <API key> and Decision Support Functional Building Block. ![<API key>](https://cloud.githubusercontent.com/assets/973421/4491054/<API key>.png) ## Get started Simply pull in the librari...
#include "sensorcontrol.h" using namespace oi; /*! * \brief SensorControl::SensorControl * \param station * \param parent */ SensorControl::SensorControl(QPointer<Station> &station, QObject *parent) : QObject(parent), station(station), sensorValid(false){ this->worker = new SensorWorker(); this->connectSens...
using System; namespace MakingSense.AspNetCore.HypermediaApi.Linking.StandardRelations { public class RelatedRelation : IRelation { public Type InputModel => null; public bool IsVirtual => false; public HttpMethod? Method => null; public Type OutputModel => null; public s...