answer
stringlengths
15
1.25M
package com.redhat.jcliff; import java.io.<API key>; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.Set; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.jboss.dmr.ModelNode; public class DeploymentTest { @Test public void replace() t...
# Contextual Identities ## What it does Lists existing identities, lets you create new tabs with an identity and remove all tabs from an identity. For more information on contextual identities: https://wiki.mozilla.org/Security/<API key>/Containers ## What it shows How to use the <API key> API. Please note: you must ha...
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using common/security-features/tools/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to '<API key>'</title> <meta charset='utf-8'> <meta name="description" content...
package raft import ( "bytes" crand "crypto/rand" "fmt" "math" "math/big" "math/rand" "time" "github.com/hashicorp/go-msgpack/codec" ) func init() { // Ensure we use a high-entropy seed for the pseudo-random generator rand.Seed(newSeed()) } // returns an int64 from a crypto rando...
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by <API key>/generic/tools/generate.py using common/security-features/tools/template/test.release.html.template. --> <html> <head> <title><API key>: With <API key></title> <meta charset='utf-8'> <meta name="description" content="With <API key>"> <link rel="a...
package net.tropicraft.world.genlayer; import net.minecraft.world.gen.layer.IntCache; public class <API key> extends GenLayerTropicraft { public enum Mode { CARTESIAN, MANHATTAN; } public Mode zoomMode; public <API key>(long seed, GenLayerTropicraft parent, Mode zoomMode) { super(see...
initSidebarItems({"mod":[["color",""],["geometry",""],["layers",""],["platform",""],["rendergl",""],["scene",""],["texturegl","OpenGL-specific implementation of texturing."],["tiling",""],["util",""]]});
initSidebarItems({"struct":[["DefaultState","A structure which is a factory for instances of `Hasher` which implement the default trait."]],"trait":[["HashState","A trait representing stateful hashes which can be used to hash keys in a `HashMap`."]]});
#form { top: 70%; left: 50%; width: 60%; } #main-login-form { top: 70%; left: 50%; width: 60%; background-color: #FFFFFF; border-radius: 10px; padding: 12px 20px; } .fixed-form { position: fixed; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .<API key>...
import React from 'react' import { createDevTools } from 'redux-devtools' import LogMonitor from '<API key>' import DockMonitor from '<API key>' export default createDevTools( <DockMonitor toggleVisibilityKey="H" changePositionKey="Q" > <LogMonitor /> </DockMonitor> )
import { Model, belongsTo } from 'ember-cli-mirage'; export default Model.extend({ parent: belongsTo('alloc-file'), });
<?php use Faker\Generator; class IssueModuleCest { /** * @var string $lastView helps the test skip some repeated tests in order to make the test framework run faster at the * potential cost of being accurate and reliable */ protected $lastView; /** * @var Generator $fakeData */ ...
create table <API key> ( layer number(19,0) not null, role_name varchar2(255 char) ); alter table <API key> add constraint FKF2CC57D82AB24981 foreign key (layer) references layer;
<?php namespace Shopware\Bundle\ESIndexingBundle\Product; use Shopware\Bundle\ESIndexingBundle\LastIdQuery; /** * Class <API key> */ interface <API key> { /** * @param int $categoryId * @param int|null $limit * * @return LastIdQuery */ public function createCategoryQuery($categor...
package org.libreplan.business.resources.entities; import java.util.Collections; import java.util.HashSet; import java.util.Set; import org.apache.commons.lang3.StringUtils; import org.hibernate.validator.constraints.NotEmpty; import javax.validation.Valid; /** * Represents entity. It is another type of work resource....
<?php /** * Live media server object, represents a media server association with live stream entry * * @package Core * @subpackage model * */ class kLiveMediaServer { /** * @var int */ protected $mediaServerId; /** * @var int */ protected $index; /** * @var int */...
// This library is free software; you can redistribute it and/or modify it // (at your option) any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // can write to the Free Software Foundation, Inc., 59 ...
Interface.create("IContextMenuable", { setContextualMenu : function(contextMenu){} });
module Formtastic module Helpers # @private module FieldsetWrapper protected # Generates a fieldset and wraps the content in an ordered list. When working # with nested attributes, it allows %i as interpolation option in :name. So you can do: # f.inputs :name => 'Task #%i', :for => :...
// This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #ifndef <API key> #define <API key> namespace ...
## What is Runbook? [Runbook](https://runbook.io) is an open source monitoring service that allows you to perform automated "Reactions" when issues are detected. Runbook gives you the ability to automatically resolve DevOps alerts with zero human interaction. Simply put, Runbook is what you would get if Nagios and IFTT...
@charset "UTF-8"; body { /* -<API key>: hidden;*/ } .animated { -<API key>: 1s; -<API key>: 1s; -<API key>: 1s; animation-duration: 1s; -<API key>: both; -<API key>: both; -<API key>: both; animation-fill-mode: both; } .animated.hinge { -<API key>: ...
<?php $app_list_strings['moduleList']['CON_Contratos'] = 'Contratos'; $app_list_strings['<API key>']['Administration'] = 'Administration'; $app_list_strings['<API key>']['Product'] = 'Product'; $app_list_strings['<API key>']['User'] = 'User'; $app_list_strings['<API key>']['New'] = 'New'; $app_list_strings['<API key>']...
// This file is part of Canvas. // Canvas is free software: you can redistribute it and/or modify it under // Canvas is distributed in the hope that it will be useful, but WITHOUT ANY // details. import _ from 'underscore' import Depaginate from 'jsx/shared/CheatDepaginator' const listUrl = () => ENV.<API key> const de...
app.initPullToRefresh = function (pageContainer) { var eventsTarget = $(pageContainer); if (!eventsTarget.hasClass('<API key>')) { eventsTarget = eventsTarget.find('.<API key>'); } if (!eventsTarget || eventsTarget.length === 0) return; var touchId, isTouched, isMoved, touchesStart = {}, isS...
package com.mycollab.vaadin.web.ui; import com.vaadin.ui.CheckBox; import com.vaadin.ui.themes.ValoTheme; /** * @author MyCollab Ltd. * @since 3.0 */ public class CheckBoxDecor extends CheckBox { private static final long serialVersionUID = 1L; public CheckBoxDecor(String title, boolean value) { supe...
package org.opennms.netmgt.poller.remote.metadata; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import org.junit.Before; import org.junit.Test; import org.opennms.netmgt.poller.remote.metadata.MetadataField.Validator; public class EmailValidatorTest { private Validator m_va...
package org.objectweb.proactive.core.jmx.mbean; import java.io.Serializable; /** * This interface is used to add a class loader to the MBean Server repository. * See JMX Specification, version 1.4 ; Chap 8.4.1 : 'A class loader is added to the repository if it is registered as an MBean'. * @author The ProActive Team...
<?php namespace Xibo\Widget; use GuzzleHttp\Client; use GuzzleHttp\Exception\RequestException; /** * Class TwitterBase * @package Xibo\Widget */ abstract class TwitterBase extends ModuleWidget { /** * Get a auth token * @return bool|mixed */ protected function getToken() { // Prepa...
package org.kuali.coeus.propdev.impl.action; import org.apache.commons.lang3.StringUtils; import org.kuali.coeus.sys.framework.rule.<API key>; import org.kuali.rice.core.api.util.RiceKeyConstants; public class <API key> extends <API key> { private static final String ACTION_REASON = "<API key>.actionReason"; pu...
# lint-amnesty, pylint: disable=<API key> from unittest.mock import patch from django.test import TestCase from common.djangoapps.track.backends.mongodb import MongoBackend class TestMongoBackend(TestCase): # lint-amnesty, pylint: disable=<API key> def setUp(self): super().setUp() self.mongo_patche...
## Institutional Proposal Persons [/instprop/api/v1/<API key>/] Get Institutional Proposal Persons by Key [GET /instprop/api/v1/<API key>/(key)] + Request + Headers Authorization: Bearer {api-key} Content-Type: application/json + Response 200 + Headers Content-Type: applicati...
"""Capa's specialized use of codejail.safe_exec.""" import hashlib from codejail.safe_exec import SafeExecException, json_safe from codejail.safe_exec import not_safe_exec as <API key> from codejail.safe_exec import safe_exec as codejail_safe_exec from edx_django_utils.monitoring import function_trace import six from s...
<?php require_once __DIR__.'/Base.php'; use Subscriber\<API key>; use Model\Project; use Model\ProjectPermission; use Model\User; use Model\Task; use Model\TaskCreation; use Model\Acl; use Model\Board; use Model\Config; use Model\Category; class ProjectTest extends Base { public function testCreation() { ...
from ddt import ddt, data from django.core.urlresolvers import reverse from django.test import TestCase import mock from analyticsclient.exceptions import NotFoundError from courses.tests import SwitchMixin from courses.tests.test_views import ViewTestMixin, DEMO_COURSE_ID, <API key> from courses.tests.utils import <AP...
<?php $module_name='Cosib_postsale'; $subpanel_layout = array ( 'top_buttons' => array ( 0 => array ( 'widget_class' => '<API key>', ), 1 => array ( 'widget_class' => '<API key>', 'popup_module' => 'Cosib_postsale', ), ), 'where' => '', 'list_fields' => array ( ...
class CreateIdentities < ActiveRecord::Migration def change create_table :identities do |t| t.references :user, index: true t.string :provider t.string :uid t.timestamps null: false end end end
# -*- coding: utf-8 -*- import time from odoo import api, fields, models class ProductProduct(models.Model): _inherit = "product.product" date_from = fields.Date(compute='<API key>', string='Margin Date From') date_to = fields.Date(compute='<API key>', string='Margin Date To') invoice_state = fields.Sel...
# clean sequences after alignment, criteria based on sequences # make inline with canonical ordering (no extra gaps) import os, datetime, time, re from itertools import izip from Bio.Align import <API key> from Bio.Seq import Seq from scipy import stats import numpy as np class virus_clean(object): """docstring for...
<!DOCTYPE html PUBLIC "- <html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>libtcod documentation | Pseudorandom number generator</title> <script type="text/javascript" src="../js/doctcod.js"></script> <link href="../css/style.css" rel="stylesheet" type="text/css"></head> <link ...
<?php // See the LICENCE file in the repository root for full licence text. return [ 'availability' => [ 'disabled' => 'Ez a beatmap jelenleg nem letölthető.', 'parts-removed' => 'Ez a beatmap eltávolításra került a készítő vagy egy jogbirtokos harmadik fél kérésére.', 'more-info' => 'Itt ta...
"""Deprecated import support. Auto-generated by import_shims/generate_shims.sh.""" # pylint: disable=redefined-builtin,<API key>,wildcard-import,useless-suppression,line-too-long from import_shims.warn import <API key> <API key>('contentstore.rest_api.v1.serializers', 'cms.djangoapps.contentstore.rest_api.v1.serializer...
/** \file * \author John Bridgman * \brief */ #include <Variant/Blob.h> #include <stdlib.h> #include <new> #include <string.h> #include <algorithm> namespace libvariant { static void MallocFree(void *ptr, void *) { free(ptr); } shared_ptr<Blob> Blob::Create(void *ptr, unsigned len, BlobFreeFunc f...
/** \file * \author John Bridgman * \brief */ #ifndef <API key> #define <API key> #pragma once #include <Variant/Variant.h> #include <Variant/Parser.h> namespace libvariant { // Try to guess the format of the input without removing any // input from the input object. // Currently only looks at the first ...
class <API key> < ActiveRecord::Migration def change add_column :groups, :<API key>, :integer, null: false, default: 0 end end
<API key> = Lair:new { mobiles = {{"lantern_bird",1}}, spawnLimit = 15, buildingsVeryEasy = {}, buildingsEasy = {}, buildingsMedium = {}, buildingsHard = {}, buildingsVeryHard = {}, buildingType = "none", } addLairTemplate("<API key>", <API key>)
<?php use MapasCulturais\i; $section = ''; $groups = $this->getDictGroups(); $editEntity = $this->controller->action === 'create' || $this->controller->action === 'edit'; $texts = \MapasCulturais\Themes\BaseV1\Theme::_dict(); ?> <div id="texts" class="aba-content"> <p class="alert info"> <?php i::_e('Nesta ...
<%page expression_filter="h"/> <%inherit file="../main.html" /> <%! from django.utils.translation import ugettext as _ from django.urls import reverse from openedx.core.djangolib.js_utils import js_escaped_string from openedx.core.djangolib.markup import HTML, Text %> <%block name="bodyclass">register <API key> step-se...
#ifndef INSPECTORSETTINGS_H #define INSPECTORSETTINGS_H #include <QtCore/QObject> <API key>(QSettings) namespace QmlJSInspector { namespace Internal { class InspectorSettings : public QObject { Q_OBJECT public: InspectorSettings(QObject *parent = 0); void restoreSettings(QSettings *settings); void saveS...
package org.opencms.gwt.shared.sort; import java.util.Comparator; /** * Comparator for objects with a type property.<p> * * @see I_CmsHasType * * @since 8.0.0 */ public class CmsComparatorType implements Comparator<I_CmsHasType> { /** Sort order flag. */ private boolean m_ascending; /** * Constru...
#include <stdio.h> #include <stdarg.h> #include <common/logging.h> #include "nvme_common.h" #ifdef NVME_VERBOSE void NVME_INFO(const char *fmt, ...) { printf(NORMAL_MAGENTA); va_list list; va_start(list, fmt); printf("[NVME]:"); vprintf(fmt, list); va_end(list); printf(RESET); } #e...
package railo.runtime.search.lucene2.query; import railo.commons.lang.StringUtil; public final class Concator implements Op { private Op left; private Op right; public Concator(Op left,Op right) { this.left=left; this.right=right; } @Override public String toString() { if...
#ifndef __OBJSET_H__ #define __OBJSET_H__ #include "cltn.h" typedef struct objset { int count; int capacity; id * ptr; } * objset_t; /*! * @abstract Set of objects. * @discussion Stores objects in a hashed table. Each object may be added only * once; no duplicates are permitted. The @link hash @/link mes...
# <API key>: (Apache-2.0 OR MIT) from spack import * class XorgServer(AutotoolsPackage, XorgPackage): """X.Org Server is the free and open source implementation of the display server for the X Window System stewarded by the X.Org Foundation.""" homepage = "http://cgit.freedesktop.org/xorg/xserver" xorg_...
// 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. #ifndef <API key> #define <API key> #include <QPair> #include <QStack> #include "qexpression_p.h" QT_BEGI...
package org.hivedb.hibernate; import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.shards.session.OpenSessionEvent; import java.sql.SQLException; public class <API key> implements OpenSessionEvent { public static ThreadLocal<String> node = new ThreadLocal<String>(); public...
using System; using System.Collections; using System.Collections.Generic; using NHibernate.Driver; using NHibernate.Test.<API key>; using NUnit.Framework; namespace NHibernate.Test.QueryTest { [TestFixture] public class <API key> : TestCase { protected override string MappingsAssembly { ...
# Produced at the Lawrence Livermore National Laboratory. # This file is part of Spack. # LLNL-CODE-647188 # This program is free software; you can redistribute it and/or modify # published by the Free Software Foundation) version 2.1, February 1999. # This program is distributed in the hope that it will be useful, but...
"use strict"; define(["ojs/ojcore","jquery","ojs/ojcomponentcore","ojs/ojpopupcore","jqueryui-amd/draggable"],function(a,f){(function(){a.Da("oj.ojDialog",f.oj.baseComponent,{version:"1.0.0",widgetEventPrefix:"oj",options:{cancelBehavior:"icon",dragAffordance:"title-bar",initialVisibility:"hide",modality:"modal",positi...
/* $XConsortium: xrmLib.h /main/5 1995/07/15 20:46:59 drk $ */ /* * HISTORY */ #ifndef xrmLib_h #define xrmLib_h /* Function Name: InitializeXrm * * Description: Open the Xrm database * * Arguments: file_name - name of xrm database file * * */ extern Boolean InitializeXrm( char * ); /* Function ...
#include "<API key>.h" #include "qmlprofilertool.h" #include "<API key>.h" #include "<API key>.h" // Needed for the load&save actions in the context menu #include <analyzerbase/ianalyzertool.h> // Comunication with the other views (limit events to range) #include "<API key>.h" #include <utils/styledbar.h> #include <QDe...
// @(#)root/tmva $Id$ //#pragma once #ifndef ROOT_TMVA_MethodDNN #define ROOT_TMVA_MethodDNN // MethodDNN // // Neural Network implementation // #include <vector> #include <map> #include <string> #include <sstream> #inclu...
#include "config.h" #include "gappinfo.h" #include "glibintl.h" #include <gioerror.h> #include <gfile.h> typedef GAppInfoIface GAppInfoInterface; G_DEFINE_INTERFACE (GAppInfo, g_app_info, G_TYPE_OBJECT) static void <API key> (GAppInfoInterface *iface) { } /** * g_app_info_dup: * @appinfo: a #GAppInfo. * * Creates a...
#ifndef <API key> #define <API key> #include <QObject> class KDialog; /** A class which handles the dialog used to present the user a choice what to do with an attachment. */ class AttachmentDialog : public QObject { Q_OBJECT public: returncodes for exec() enum { Save = 2, Open, Op...
package railo.runtime.functions.dateTime; import java.util.TimeZone; import railo.runtime.PageContext; import railo.runtime.exp.ExpressionException; import railo.runtime.ext.function.Function; import railo.runtime.tag.util.DeprecatedUtil; import railo.runtime.type.dt.DateTime; import railo.runtime.type.dt.DateTimeImpl;...
#ifndef <API key> #define <API key> #include <gst/vaapi/gstvaapiwindow.h> #include <gst/vaapi/gstvaapitexturemap.h> #include "gstvaapidisplay_egl.h" #include "<API key>.h" #include "gstvaapiutils_egl.h" G_BEGIN_DECLS #define <API key>(display) \ (<API key> ((display), <API key>)) #define <API key>(klass) \ (<AP...
#include <unistd.h> #include <sys/types.h> #include <sys/mman.h> #include <sys/time.h> #include <sys/stat.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <xenctrl.h> #include <surfman.h> #include <stdio.h> #include <X11/Xlib.h> #include <X11/extensions/Xinerama.h> #define GL_GL...
package org.hivedb.hibernate.simplified; import org.apache.log4j.Logger; import org.hibernate.HibernateException; import org.hibernate.action.Executable; import org.hibernate.event.PostDeleteEvent; import org.hibernate.event.<API key>; import org.hivedb.Hive; import org.hivedb.<API key>; import org.hivedb.configuration...
/* MOOSE - Multiphysics Object Oriented Simulation Environment */ #include "KKSACBulkF.h" template<> InputParameters validParams<KKSACBulkF>() { InputParameters params = validParams<KKSACBulkBase>(); // params.addClassDescription("KKS model kernel for the Bulk Allen-Cahn. This operates on the order parameter 'eta'...
// Boost.Geometry Index // R-tree spatial query visitor implementation #ifndef <API key> #define <API key> #include <boost/geometry/index/detail/rtree/node/node_elements.hpp> #include <boost/geometry/index/detail/predicates.hpp> #include <boost/geometry/index/parameters.hpp> namespace boost { namespace geometry { names...
--Copyright (C) 2010 <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...
--Copyright (C) 2010 <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...
#include "r_util/r_str.h" #include <r_util.h> /* dex/dwarf uleb128 implementation */ R_API const ut8 *r_uleb128(const ut8 *data, int datalen, ut64 *v, const char **error) { ut8 c; ut64 s, sum = 0; const ut8 *data_end; bool malformed_uleb = true; if (v) { *v = 0LL; } if (datalen == ST...
import os import unittest from mock import patch, Mock from tests.utils import ( FakedCache, ObjectWithSignals, setup_test_env, ) setup_test_env() from softwarecenter.db.database import StoreDatabase from softwarecenter.ui.gtk3.views import lobbyview from softwarecenter.ui.gtk3.widgets.exhibits import ( ...
// Name: wx/msw/private/hiddenwin.h // Purpose: Helper for creating a hidden window used by wxMSW internally. // Created: 2011-09-16 // Licence: wxWindows licence #ifndef <API key> #define <API key> #include "wx/msw/private.h" /* Creates a hidden window with supplied window proc registering the cla...
#ifndef APPS_H #define APPS_H #include <set> #include <tuple> #include "psi4/libmints/wavefunction.h" namespace psi { class JK; class VBase; // => BASE CLASSES <= // class RBase : public Wavefunction { protected: int print_; int bench_; SharedMatrix C_; SharedMatrix Cocc_; SharedMatrix Cfocc_; S...
<?php class GetUserApiKeyTest extends AbstractTest { protected $uid; private $test_data; function setup() { /** * environment initialization */ $this->test_data = new StdClass(); $this->test_data->user = Factory_User::create(); $this->test_data...
// System.Web.UI.HtmlControls.HtmlSelect.cs // Dick Porter <dick@ximian.com> // 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, merge, publish, // permit persons to whom the ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for D:\work\log4php-tag\src\main\php/appenders</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/<API key>.min.css" rel="styles...
// ServiceCredentials.cs // Atsushi Enomoto <atsushi@ximian.com> // 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, merge, publish, // permit persons to whom the Software is f...
"use strict"; var express = require('express'); var less = require('less-middleware'); function HttpServer(port, staticServedPath, logRequest) { this.port = port; this.staticServedPath = staticServedPath; this.logRequest = (typeof logRequest === "undefined") ? true : logRequest; } HttpServer.prototype.start = fun...
import java.util.*; public class LineNumbersTest extends LinkedList<Object>{ public LineNumbersTest(int x) { super((x & 0) == 1 ? new LinkedList<Object>((x & 1) == x++ ? new ArrayList<Object>() : new HashSet<Object>()) :new HashSet<Object>()); super.add(x = getLineNo()); ...
using System; using System.Collections.Generic; using DoxygenWrapper.Wrappers.Compounds.Types; using System.Xml; namespace DoxygenWrapper.Wrappers.Compounds { public class CompoundMember: Compound { protected override void OnParse(XmlNode _node) { base.OnParse(_node); ...
package org.opennaas.client.rest; import java.io.<API key>; import java.util.List; import javax.ws.rs.core.MediaType; import javax.xml.bind.JAXBException; import org.apache.log4j.Logger; import org.opennaas.extensions.router.model.<API key>.EnabledState; import org.opennaas.extensions.router.model.<API key>; import org...
// Name: wx/spinbutt.h // Purpose: wxSpinButtonBase class // Created: 23.07.99 // Licence: wxWindows licence #ifndef <API key> #define <API key> // headers #include "wx/defs.h" #if wxUSE_SPINBTN #include "wx/control.h" #include "wx/event.h" #include "wx/range.h" #define wxSPIN_BUTTON_NAME wxT("wxSpin...
{extends file="layout.tpl"} {block name="init"} {$product_id={product attr="id"}} {$pse_count=1} {$product_virtual={product attr="virtual"}} {$check_availability={config key="<API key>" default="1"}} {/block} {* Body Class *} {block name="body-class"}page-product{/block} {* Page Title *} {block name='no...
#ifndef __SIX_GRID_H__ #define __SIX_GRID_H__ #include <mem/ScopedCopyablePtr.h> #include <mem/ScopedCloneablePtr.h> #include "six/Types.h" #include "six/Init.h" #include "six/Parameter.h" #include "six/ParameterCollection.h" namespace six { namespace sicd { struct WeightType { WeightType(); /*! * Type of...
#ifndef <API key> #define <API key> #include "ReferenceAtoms.h" namespace PLMD { class Pbc; class SingleDomainRMSD : public ReferenceAtoms { protected: void readReference( const PDB& pdb ); public: explicit SingleDomainRMSD( const <API key>& ro ); Set the reference structure void setReferenceAtoms( const std::vec...
var main = require('../main'); main.calendars.taiwan.prototype.regionalOptions['zh-TW'] = { name: 'Taiwan', epochs: ['BROC', 'ROC'], monthNames: ['','','','','','', '','','','','',''], monthNamesShort: ['','','','','','', '','','','','',''], dayNames: ['','','','','','',''], dayNamesShor...
#ifdef _MBCS #if defined (_WIN32) #include <awint.h> #endif /* defined (_WIN32) */ #include <mtdll.h> #include <cruntime.h> #include <ctype.h> #include <mbdata.h> #include <mbstring.h> #include <mbctype.h> unsigned char * __cdecl _mbsupr( unsigned char *string ) { unsigned char *cp; _mlock(_MB_...
<! To change this template, choose Tools | Templates and open the template in the editor. <body> <legend><a href="<?php echo base_url(); ?>" >Home</a> | <a href="<?php echo base_url(); ?>reviewer" >Refresh</a> | <?php echo anchor('reviewer/samples_for_review/'.$reviewer_id,'Worksheets Uploaded For Review'); ?> </legen...
## Tutorials Practical Android Exploitation: http://theroot.ninja/PAE.pdf Android Application Security Tutorial Series: http://manifestsecurity.com/<API key>/ Smartphone OS Security: http: ExploitMe Mobile Android Labs: http://securitycompass.github.com/AndroidLabs/ ExploitMe Mobile iPhone Labs: http://securitycompass....
'use strict'; import EventMap from 'eventmap'; import Log from './log'; var audioTypes = { 'mp3': 'audio/mpeg', 'wav': 'audio/wav', 'ogg': 'audio/ogg' }; var imageTypes = { 'png': 'image/png', 'jpg': 'image/jpg', 'gif': 'image/gif' }; class AssetLoader extends EventMap { constructor(assets) { super();...
#include <aws/docdb/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::DocDB::Model; using namespace Aws::Utils::Xml; using namespace Aws::Utils::Lo...
package examples.Bricklet.Moisture; import com.tinkerforge.BrickletMoisture; import com.tinkerforge.IPConnection; public class ExampleSimple { private static final String host = "localhost"; private static final int port = 4223; private static final String UID = "XYZ"; // Change to your UID // Note: To ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace IBApi { public class EClientErrors { public static readonly CodeMsgPair AlreadyConnected = new CodeMsgPair(501, "Already Connected."); public static readonly CodeMsgPair CONNECT_FAIL = new CodeMsgPair...
#import <Foundation/Foundation.h> #import "WXApmProtocol.h" @interface WXApmImpl : NSObject <WXApmProtocol> @end
#pragma once #if ENABLE(DFG_JIT) #include "<API key>.h" #include "Watchpoint.h" namespace JSC { namespace DFG { class <API key> : public Watchpoint { public: <API key>(const <API key>&, CodeBlock*); const <API key>& key() const { return m_key; } void install(); protected: void fireInternal(const FireDet...
#if !defined(<API key>) #define <API key> // CASharedLibrary class CASharedLibrary { // Symbol Operations public: static void* <API key>(const char* inRoutineName, const char* inLibraryName, const char* inLibraryPath); static void* <API key>(const char* inRoutineName, const char* inLibraryName, cons...
(function () { function remap(fromValue, fromMin, fromMax, toMin, toMax) { // Compute the range of the data var fromRange = fromMax - fromMin, toRange = toMax - toMin, toValue; // If either range is 0, then the value can only be mapped to 1 value if (fromRange ===...