answer
stringlengths
15
1.25M
# Rule 1.4.5 ## Summary This test consists in detecting captcha embedded images and thus defining the applicability of the test. Human check will be then needed to determine whether the alternative is pertinent. ## Business description Criterion [1.4](http://references.modernisation.gouv.fr/<API key>#crit-1-4) Test [1....
using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using SSCMS.Dto; using SSCMS.Utils; namespace SSCMS.Web.Controllers.Admin.Common.Form { public partial class <API key> { [HttpGet, Route(Route)] public async Task<ActionResult<Options>> Get([FromQuery] SiteRequest request) { ...
(function() { 'use strict'; var getModulesList = function(modules) { return modules.map(function(moduleName) { return {name: moduleName}; }); }; var jsOptimize = process.env.<API key> !== undefined ? process.env.<API key> : 'uglify2'; return { namespace: '...
import React from 'react' import {intlEnzyme} from 'tocco-test-util' import MenuChildrenWrapper from './MenuChildrenWrapper' import {<API key>} from './StyledComponents' describe('admin', () => { describe('components', () => { describe('Navigation', () => { describe('menuType', () => { describe('Men...
# -*- coding: utf-8 -*- import time from datetime import timedelta class CookieJar: def __init__(self, pluginname, account=None): self.cookies = {} self.plugin = pluginname self.account = account def add_cookies(self, clist): for c in clist: name = c.split("\t")[5] ...
export interface DeletionServerInput { /** * The token identifying the relationship */ token: string; /** * Request signature, required if the frienship was previously accepted */ signature?: string; }
<?php /** * Message translations. * * This file is automatically generated by 'yii message/extract' command. * It contains the localizable messages extracted from source code. * You may modify this file by translating the extracted messages. * * Each array element represents the translation (value) of a message ...
""" Test scenarios for the review xblock. """ import ddt import unittest from django.conf import settings from django.contrib.auth.models import User from django.core.urlresolvers import reverse from nose.plugins.attrib import attr from lms.djangoapps.courseware.tests.factories import GlobalStaffFactory from lms.django...
#include "mdef.h" #include "gtm_string.h" #include <ssdef.h> #include <descrip.h> #include <rmsdef.h> #include <prcdef.h> #include "job.h" #include "min_max.h" static readonly unsigned char definput[] = "NL:"; static readonly unsigned char deflogfile[] = "NL:"; static unsigned char *defoutbuf; static unsigned char *def...
<div id="page" style="display: none;" data-bind="visible: true, css: { withToolbox: $root.showToolbox, withPreviewFrame: showPreviewFrame }"> <div id="main-edit-area" data-bind="click: function(obj, evt) { $root.selectBlock(null); return true; }, clickBubble: false"> <!-- ko withProperties: { templateMode: 'wysiw...
#ifndef <API key> #define <API key> #include <opencog/comboreduct/combo/vertex.h> #include <opencog/comboreduct/combo/variable_unifier.h> #include <opencog/embodiment/Control/<API key>/PAI.h> #include <opencog/embodiment/RuleValidation/VirtualWorldData/VirtualWorldState.h> #include <opencog/embodiment/WorldWrapper/PAIW...
<?php // OPAC3 - Catalogues de notices class CatalogueLoader extends Storm_Model_Loader { const <API key> = 100; public function loadNoticesFor($catalogue, $itemsByPage = self::<API key>, $page = 1, $find_all_params = null) { if (!is_array($find_all_params)) $find_all_params = array(); ...
class <API key> < Noosfero::Plugin def self.plugin_name "Work Assignment" end def self.plugin_description _("New kind of content for organizations.") end def self.<API key>?(user, submission) return unless submission submission.published? || (user && (submission.author == user || user.has_perm...
<?php namespace OniiChan\Domain; interface Entity { /** * Return an Entity identifier * * @return Identifier */ public function id(); }
package com.anrisoftware.sscontrol.httpd.yourls; import static com.anrisoftware.sscontrol.httpd.yourls.<API key>.ACCESS_KEY; import static com.anrisoftware.sscontrol.httpd.yourls.<API key>.API_KEY; import static com.anrisoftware.sscontrol.httpd.yourls.<API key>.BACKUP_KEY; import static com.anrisoftware.sscontrol.httpd...
// OCC_2dView.h: interface for the OCC_2dView class. #if !defined(<API key>) #define <API key> #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "OCC_BaseView.h" #include "OCC_2dDoc.h" #include "Resource2d/RectangularGrid.h" #include "Resource2d/CircularGrid.h" enum CurrentAction2d { CurAction2d_Not...
Title: 40423119_W17 Date: 2017-06-15 11:17 Category: HomeWork Tags: Author: 40423119 1.solvespace 2.solvespace 2D 3. 4.Solvespace 5.Solvespace V-rep 6. 7. Fossil SCM <!-- PELICAN_END_SUMMARY --> #1. solvespace <iframe width="560" height="315" src="https: <iframe src="./../w17/40423119.html" width="800" height="600"></...
package elki.utilities.datastructures; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.Random; import org.junit.Test; /** * Test the Kuhn-Munkres implementation. * * @author Erich Schubert */ public class KuhnMunkresWongTest { @Test public void test1() { ...
Brimir::Application.routes.draw do devise_for :users, controllers: { omniauth_callbacks: 'omniauth' } resources :users namespace :tickets do resource :deleted, only: :destroy, controller: :deleted resource :selected, only: :update, controller: :selected end resources :tickets, only: [:index, :show, :u...
#include <stddef.h> #include "logger/logger.h" #include "wrappers.h" using namespace drivers::i2c; I2CResult I2CFallbackBus::Write(const I2CAddress address, gsl::span<const uint8_t> inData) { const I2CResult systemBusResult = this->_innerBuses.Bus.Write(address, inData); if (systemBusResult == I2CResult::OK) ...
<?php /** * Np_Db Class Definition * * @package Np_Soap * @subpackage Np_Soap */ class Np_Soap_Handler { /** * sendMessage os the function defined by our wsdl . * * it will be called by * other providers in order to send transactio messages to internal. * ...
DELETE FROM `weenie` WHERE `class_Id` = 20478; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (20478, '<API key>', 34, '2019-02-10 00:00:00') /* Scroll */; INSERT INTO `<API key>` (`object_Id`, `type`, `value`) VALUES (20478, 1, 8192) /* ItemType - Writable */ , (20478, 5...
# -*- coding: utf-8 -*- import time from datetime import datetime import openerp.addons.decimal_precision as dp from openerp.osv import fields, osv from openerp.tools import <API key>, <API key> from openerp.tools import float_compare from openerp.tools.translate import _ from openerp import SUPERUSER_ID from openerp i...
package com.nlbhub.nlb.domain; import com.nlbhub.nlb.api.PropertyManager; /** * The <API key> class represents parameters used when saving media files during export of the scheme * to some end format (such as INSTEAD game). * * @author Anton P. Kolosov * @version 1.0 8/9/12 */ public class <API key> { public ...
# Friend Chat Friend Chat is a chat integration platform for Friend. It is built to make it fairly straightforward to add access to 3rd party chat APIs. It is a client - server architecture where the server handles the connection to the remote API and presents the content to the client. Multiple clients can be connecte...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../aui/css/aui-e...
<div align="center" class="heading_gray"> <h3>User Registration</h3> </div> <br/> <?php echo form_open('user/user_registration/userinsert', array('id' => 'formUser')); echo blue_box_top(); ?> <table width="100%" border="0" cellspacing="0" cellpadding="4" align="center" class="heading_tab" style="margin-top:15px;"> <t...
<API key> = Creature:new { objectName = "", socialGroup = "thug", faction = "thug", level = 17, chanceHit = 0.320000, damageMin = 180, damageMax = 190, baseXp = 1102, baseHAM = 2400, baseHAMmax = 3000, armor = 0, resists = {0,0,0,0,0,0,0,-1,-1}, meatType = "", mea...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class <API key> extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('oauth_auth_codes', functio...
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { AppModule } from '../../../../app.module'; import { MAT_DIALOG_DATA, MatDialog, MatDialogRef } from '@angular/material'; import { <API key> } from './confirm-dialog.component'; describe('<API key>', () => { let component: <API key>; ...
{% extends 'task/default.html' %} {% block task-content %} <dl class="task__data"> {% if task.category %} <dt>Category</dt> <dd>{{ task.<API key> }}</dd> {% endif %} {% if task.text %} <dt>Message</dt> <dd>{{task.text}}</dd> {% endif %} {% if task.user %} <dt>User</dt...
require 'spec_helper' require 'rollbar/middleware/sinatra' require 'sinatra/base' require 'rack/test' class SinatraDummy < Sinatra::Base class DummyError < StandardError; end use Rollbar::Middleware::Sinatra get '/foo' do raise DummyError.new end get '/bar' do 'this will not crash' end post '/cras...
package org.asqatasun.rules.rgaa30; import org.asqatasun.ruleimplementation.<API key>; public class Rgaa30Rule011001 extends <API key> { /** * Default constructor */ public Rgaa30Rule011001 () { super(); } }
'use strict'; var phonetic = require('phonetic'); var socketio = require('socket.io'); var _ = require('underscore'); var load = function(http) { var io = socketio(http); var ioNamespace = '/'; var getEmptyRoomId = function() { var roomId = null; do { roomId = phonetic.generate()...
#pragma once class cosmos; #include "game/transcendental/step_declaration.h" class <API key> { public: void update_transforms(const logic_step step); };
# Does it have wifi? ## Development Requires **Node 0.12+**. Install: bash $ npm install -g gulp $ npm install Run server with auto-reload (without minification): bash $ gulp To force minification of assets (build takes a bit longer) include the `--minified` flag: bash $ gulp --minified ## Production deployment SSH as ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> </head> <body bgcolor="white"> Provides test classes. </body> </html>
ALTER TABLE `album` CHANGE fichier fichier varchar(250);
package org.plukh.fluffymeow.aws; import com.amazonaws.services.ec2.AmazonEC2; import com.amazonaws.services.ec2.AmazonEC2Client; import com.amazonaws.services.ec2.model.DescribeTagsRequest; import com.amazonaws.services.ec2.model.DescribeTagsResult; import com.amazonaws.services.ec2.model.Filter; import com.amazonaws....
require_relative 'api_fixtures_helper' class FakeApiResponse include ApiFixturesHelper def app_init parse(app_init_plist) end def all_cinemas parse(all_cinemas_plist) end def film_times(cinema_id, film_id) parse(film_times_plist(cinema_id, film_id)) end end
# ETConf -- web-based user-friendly computer hardware configurator # Sergey Matveev <sergey.matveev@etegro.com> # 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 th...
#include <metaverse/bitcoin/message/alert.hpp> #include <boost/iostreams/stream.hpp> #include <metaverse/bitcoin/message/version.hpp> #include <metaverse/bitcoin/utility/assert.hpp> #include <metaverse/bitcoin/utility/container_sink.hpp> #include <metaverse/bitcoin/utility/container_source.hpp> #include <metaverse/bitc...
module BABYLON { export class Animation { private _keys: Array<any>; private _offsetsCache = {}; private _highLimitsCache = {}; private _stopped = false; public _target; private _easingFunction: IEasingFunction; public targetPropertyPath: string[]; pub...
//{block name="backend/<API key>/view/toolbar"} Ext.define('Shopware.apps.SwagBackendOrder.view.main.Toolbar', { extend: 'Ext.toolbar.Toolbar', alternateClassName: 'SwagBackendOrder.view.main.Toolbar', alias: 'widget.<API key>', dock: 'top', ui: 'shopware-ui', padding: '0 10 0 10', snippets:...
package com.esofthead.mycollab.module.crm.service.ibatis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.esofthead.mycollab.common.interceptor.aspect.Auditable; import com.esofthead...
package org.jhears.server; import java.util.Map; public interface IUser { String getName(); Long getId(); Map<String, String> getProperties(); }
<?php if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); //Vardef Handler Object class VarDefHandler { var $meta_array_name; var $target_meta_array = false; var $start_none = false; var $extra_array = array(); //used to add custom items var $options_array = ...
## Device Admin user stories # Install app on device # Register app with right instance # Sign in to app # Create, update, delete enumerator users on the app # Clean data from the app # Check daily work of enumerators # Manual backup of data # Manual upload of data
<!DOCTYPE HTML PUBLIC "- <html><head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="estilos.css" /> <title> Indice de Ley Orgánica de Educación Enmarcada en los Derechos Humanos, como contribuci&oacute; en EDUCERE</title> </head><body> <...
package io.github.jhg543.mellex.operation; import com.google.common.base.Preconditions; import com.google.common.base.Splitter; import io.github.jhg543.mellex.ASTHelper.*; import io.github.jhg543.mellex.antlrparser.<API key>; import io.github.jhg543.mellex.antlrparser.DefaultSQLLexer; import io.github.jhg543.mellex.ant...
# Assumes there is Orchestrator like Nomad to handle process dying :P FROM node:boron RUN mkdir -p /usr/src/app WORKDIR /usr/src/app # Copy source code over (including package.json) COPY ./Code /usr/src/app # and Yarn it RUN yarn && chown -R node:node . # Copy the Top Secret ENV COPY env-example /usr/src/app/.env USER ...
package com.neverwinterdp.scribengin.dataflow.example.wire; import java.util.Properties; import com.neverwinterdp.message.Message; import com.neverwinterdp.scribengin.dataflow.DataSet; import com.neverwinterdp.scribengin.dataflow.Dataflow; import com.neverwinterdp.scribengin.dataflow.DataflowDescriptor; import com.neve...
package com.gmail.nossr50.commands.party; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import com.gmail.nossr50.mcMMO; import com.gmail.nossr50.commands.CommandHelper; import com.gmail...
DELETE FROM `weenie` WHERE `class_Id` = 46553; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (46553, '<API key>', 2, '2019-02-10 00:00:00') /* Clothing */; INSERT INTO `<API key>` (`object_Id`, `type`, `value`) VALUES (46553, 1, 2) /* ItemType - Armor */ , (46553, 4, ...
import { TYPES } from 'core/app/types' import { StateManager } from 'core/dialog' import { ContainerModule, interfaces } from 'inversify' import { DecisionEngine } from './decision-engine' import { DialogEngine } from './dialog-engine' import { FlowService } from './flow/flow-service' import { FlowNavigator } from './f...
(function($) { function uSquareItem(element, options) { this.$item = $(element); this.$parent = options.$parent; this.options = options; this.$trigger = this.$(options.trigger); this.$close = this.$('.close'); this.$info = this.$(options.moreInfo); this.$trigg...
var searchData= [ ['backtrace',['backtrace',['../class_logger.html#<API key>',1,'Logger']]], ['baseexception',['BaseException',['../<API key>.html',1,'']]], ['baseexception_2ephp',['BaseException.php',['../<API key>.html',1,'']]], ['basic_2ephp',['Basic.php',['../_menu_2_basic_8php.html',1,'']]], ['basic_2eph...
<div class="role-filter"> <div class="fw-700 m-b-5">{{"ROLE"|translate}}</div> <div> <div class="checkbox-inline" ng-class="{'selected':roles.tank.selected}" uib-tooltip="{{'TANK'|translate}}"> <label class="tank"> <input ng-model="roles.tank.selected" type="checkbox"> ...
body { font-family: 'DejaVu Sans Condensed'; font-size: 11pt; } p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; } table {font-family: 'DejaVu Sans Condensed'; font-size: 10pt; line-height: 1.2; margin-top: 2pt; margin-bottom: 5pt; border-collapse: collapse; } ...
#pragma once #include <cstdint> #include "ManagedPacket.h" #include "WorldPacket.h" namespace AscEmu::Packets { class <API key> : public ManagedPacket { public: WoWGuid questgiverGuid; uint32_t questId; <API key>() : <API key>(0, 0) { } <API key>(uint64_t ques...
package org.demo.jdk.utilapis; public class Bird implements Flyable { private int speed = 15; @Override public void fly() { System.out.println("I'm Bird, my speed is " + speed + "."); } }
<?php // See the LICENCE file in the repository root for full licence text. namespace App\Libraries; use App\Exceptions\<API key>; use App\Mail\UserVerification as <API key>; use App\Models\Country; use App\Models\LoginAttempt; use Datadog; use Mail; class UserVerification { private $request; private $state; ...
<html> <head> <title>Frankenstein, 1831, Vol. 2, Chap. 3, Frame 6</title> </head> <body> <p> "Having thus arranged my dwelling, and carpeted it with clean straw, I retired; for I saw the figure of a man at a distance, and I remembered too well my treatment the night before, to trust myself in his power. I had first, ho...
#ifndef REGISTRY_INC_ # define REGISTRY_INC_ # include "xdwrgstry.h" namespace registry { using namespace xdwrgstry; namespace parameter { using namespace xdwrgstry::parameter; } namespace definition { using namespace xdwrgstry::definition; } } #endif
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using OpenTidl.Models; using OpenTidl.Models.Base; using OpenTidl.Transport; using OpenTidl.Enums; using System.IO; namespace OpenTidl { public partial class OpenTidlClient { #region image...
# -*- coding: utf-8 -*- # Infrastructure # No email # 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 PARTICULA...
<span ng-if="editable" class="omny-edit-section" ng-click="changeUrl()">Edit</span> <iframe ng-if="videoSource" width="854" height="510" ng-src="{{videoSource}}" frameborder="0" allowfullscreen></iframe>
# <API key>: true require 'rails_helper' describe StudentsController do let(:user) { create(:student) } before { allow(controller).to receive(:current_user) { user } } it { should use_before_action :authorize! } describe '#index' do let!(:classroom) { create(:classroom) } let!(:students_classrooms) { cr...
# <API key>: AGPL-3.0-or-later """ SepiaSearch (Videos) """ from json import loads from dateutil import parser, relativedelta from urllib.parse import urlencode from datetime import datetime # about about = { "website": 'https://sepiasearch.org', "wikidata_id": None, "<API key>": "https://framagit.org/fram...
<?php class IPFS { function foo(){ return 'bar'; } function cat($hash){ $gotData = ''; $server = curl_init(); curl_setopt($server, CURLOPT_URL, 'http://127.0.0.1:5001/api/v0/cat?arg=' . $hash); curl_setopt($server, <API key>, true); curl_setopt($server, <API key>, false); $...
import React from 'react'; import { render, waitForElement } from '<API key>'; import FakeDataProvider from '@olimat/web/utils/test/FakeDataProvider'; import MockErrorProvider from '@olimat/web/utils/test/MockErrorProvider'; import MockNextContext from '@olimat/web/utils/test/MockNextContext'; import { renderApollo } f...
<?php // This file declares a new entity type. For more details, see "<API key>" at: return [ [ 'name' => 'CivirulesLog', 'class' => '<API key>', 'table' => '<API key>', ], ];
{% extends "podcast-base.html" %} {% load i18n %} {% load humanize %} {% load episodes %} {% load podcasts %} {% load devices %} {% load charts %} {% load utils %} {% load menu %} {% block mainmenu %}{{ "/podcast/"|main_menu }}{% endblock %} {% block sectionmenu %} {% if podcast.title %} {{ "/podcast/"|section_menu:...
/* Classe gerada automaticamente pelo MSTech Code Creator */ namespace MSTech.GestaoEscolar.BLL { using MSTech.Business.Common; using MSTech.GestaoEscolar.Entities; using MSTech.GestaoEscolar.DAL; using System.Data; using MSTech.Data.Common; using System.Collections.Generic; using System...
module Laser # Class that's just a name. Substitute for symbols, which can overlap # with user-code values. class PlaceholderObject def initialize(name) @name = name end def inspect @name end alias_method :to_s, :inspect end end
#ifndef <API key> #define <API key> #include <asn_application.h> /* Including external dependencies */ #include <NULL.h> #include <constr_CHOICE.h> #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum <API key> { <API key>, /* No components present */ <API key> /* Extensions may a...
package org.neo4j.graphdb.index; import java.util.Iterator; import java.util.<API key>; import org.neo4j.graphdb.Node; import org.neo4j.graphdb.Relationship; import org.neo4j.graphdb.Transaction; /** * An {@link Iterator} with additional {@link #size()} and {@link #close()} * methods on it, used for iterating over in...
import { createSlice, createEntityAdapter, Reducer, AnyAction, PayloadAction } from '@reduxjs/toolkit'; import { fetchAll, fetchDetails, install, uninstall, <API key>, panelPluginLoaded } from './actions'; import { CatalogPlugin, <API key>, ReducerState, RequestStatus } from '../types'; import { STATE_PREFIX } from '.....
# -*- coding: utf-8 -*- # <API key>: 2013-2021 Agora Voting SL <contact@nvotes.com> # <API key>: AGPL-3.0-only import pickle import base64 import json import re from datetime import datetime from flask import Blueprint, request, make_response, abort from frestq.utils import loads, dumps from frestq.tasks import SimpleT...
class ReportsController < <API key> <API key> def expenses @filter = params[:filter] if (@type = params[:by_type]) && (@group = params[:by_group]) @expenses = ExpenseReport.by(@type, @group).accessible_by(current_ability) if @filter @filter.each { |k,v| @expenses = @expenses.send(k, v) u...
package com.telefonica.claudia.smi.deployment; import java.io.IOException; import java.io.StringReader; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.<API key>; import javax.xml.parsers.<API key>; import org.apache.log4j.Logger; import org.restlet.Context; import org.restlet.data.MediaType; import ...
layout: post title: "All Star Wars, all the time" date: 2013-04-15 00:00:00 +0900 categories: linux-foundation comics ![{{ page.title }}]({{ site.comicsurl }}<API key>.jpg) This comic originally appeared on [linux.com](https: For those of you who have just come back from Antarctica and haven't seen the 6 Panel Star ...
DELETE FROM `weenie` WHERE `class_Id` = 14289; INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`) VALUES (14289, 'portalvillalabar', 7, '2019-02-10 00:00:00') /* Portal */; INSERT INTO `<API key>` (`object_Id`, `type`, `value`) VALUES (14289, 1, 65536) /* ItemType - Portal */ , (14289,...
package v4_test import ( "encoding/json" "net/http" "time" jc "github.com/juju/testing/checkers" "github.com/juju/testing/httptesting" "github.com/juju/utils/debugstatus" gc "gopkg.in/check.v1" "gopkg.in/juju/charm.v5" "gopkg.in/juju/charmstore.v4/internal/mongodoc" "gopkg.in/juj...
// 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 furnished to do so, subject to // the following conditions: // includ...
<?php /** * I am a generated class and am required for communicating with plentymarkets. */ class <API key> { /** * @var int */ public $OrderRowID; /** * @var float */ public $Quantity; }
ace.define("ace/mode/jsx", ["require", "exports", "module", "ace/lib/oop", "ace/mode/text", "ace/tokenizer", "ace/mode/jsx_highlight_rules", "ace/mode/<API key>", "ace/mode/behaviour/cstyle", "ace/mode/folding/cstyle"], function (e, t, n) { function l() { this.HighlightRules = o, this.$outdent = new u, this...
<?php class TreeNode { public $text = ""; public $id = ""; public $iconCls = ""; public $leaf = true; public $draggable = false; public $href = " public $hrefTarget = ""; function __construct($id,$text,$iconCls,$leaf,$draggable,$href,$hrefTarget) { $this->id = $id; $this...
# Northerner Cyril # Welcome to the Northerner! This is the reference implementation for a server-client, token-based online architecture of the game Carcassonne. You may want to look into our [Wiki][] or jump to the [Protocol][] [Wiki]: https://github.com/BenWiederhake/northerner-cyril/wiki [Protocol]: https://github....
<?php namespace CloudDataService\NHSNumberValidation\Test; use CloudDataService\NHSNumberValidation\Test\TestCase; use CloudDataService\NHSNumberValidation\Validator; class ValidatorTest extends TestCase { public function testInit() { $validator = new Validator; $this->assertTrue(is_object($vali...
# 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 """ apartment controller manages the apartment obj...
<?php require_once('data/SugarBean.php'); require_once('modules/Contacts/Contact.php'); require_once('include/SubPanel/SubPanelDefinitions.php'); class Bug41738Test extends <API key> { protected $bean; public function setUp() { global $moduleList, $beanList, $beanFiles; require('include/modu...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_122-ea) on Thu Jan 19 17:37:21 CET 2017 --> <title>Uses of Class me.Bn32w.Bn32wEngine.entity.collision.CollisionBox</title> <meta name="date" content="2017-01-19"> <link rel="stylesheet" type="text/css" href="../../../../...
<div class="split-content"> <div class="header"> <h2 translate>Templates</h2> <div class="pull-right"> <div class="sortbar pull-left"> <span class="lab" translate>Filter:</span> <div class="dropdown" dropdown <API key>> <button id="order_button" class="dropdown-toggl...
<?php class MetadataPlugin extends KalturaPlugin { const PLUGIN_NAME = 'metadata'; const <API key> = '<API key>'; const <API key> = '<API key>'; const <API key> = '<API key>'; const <API key> = 'metadataProfileId'; const <API key> = 'metadataXml'; const <API key> = 'metadataUrl'; const <...
import React from 'react'; import PropTypes from 'prop-types'; import ManaUsageGraph from './ManaUsageGraph'; class HealingDoneGraph extends React.PureComponent { static propTypes = { start: PropTypes.number.isRequired, end: PropTypes.number.isRequired, offset: PropTypes.number.isRequired, healingBySe...
package org.mskcc.cbio.portal.util; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import org.cbioportal.persistence.GenePanelRepository; import org.cbioportal.model.GenePanel; import org.mskcc.cbio.portal.model.<API key>; import org.mskcc.cbio.portal.model.GeneticProfile; /** * Genet...
odoo.define('web_editor.field_html_tests', function (require) { "use strict"; var ajax = require('web.ajax'); var FormView = require('web.FormView'); var testUtils = require('web.test_utils'); var weTestUtils = require('web_editor.test_utils'); var core = require('web.core'); var Wysiwyg = require('web_editor.wysiwyg')...
"use strict"; require("./setup"); var exchange = require("../src/exchange"), assert = require("assert"), config = require("config"), async = require("async"); describe("Exchange", function () { describe("rounding", function () { it("should round as expected", function() { assert.equal( exchange....
<?php require_once __BASE__.'/model/Storable.php'; class AccountSMTP extends Storable { public $id = MYSQL_PRIMARY_KEY; public $code = ''; public $created = MYSQL_DATETIME; public $last_edit = MYSQL_DATETIME; public $name = ''; public $host = ''; public $port = ''; public $connection = '...