answer
stringlengths
15
1.25M
#include <iostream> #include <ifaddrs.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <time.h> #include <syslog.h> #include <dlfcn.h> #include <sys/socket.h> #include <netdb.h> #include <string.h> #include "<API k...
/* A 32-bit implementation of the NIST P-256 elliptic curve. */ #include <string.h> #include "prtypes.h" #include "mpi.h" #include "mpi-priv.h" #include "ecp.h" typedef PRUint8 u8; typedef PRUint32 u32; typedef PRUint64 u64; /* Our field elements are represented as nine, unsigned 32-bit words. Freebl's * MPI library c...
namespace Infrastructure.DataAccess.Migrations { using System; using System.Data.Entity.Migrations; public partial class <API key> : DbMigration { public override void Up() { AddColumn("dbo.ItSystemUsage", "UserSupervisionDate", c => c.DateTime(nullable: false, precision: 7, ...
package org.seedstack.i18n.rest.internal.infrastructure.csv; import com.google.common.collect.Sets; import org.seedstack.i18n.rest.internal.locale.LocaleFinder; import org.seedstack.i18n.rest.internal.locale.<API key>; import org.seedstack.io.spi.Template; import org.seedstack.io.spi.TemplateLoader; import org.seedstac...
<?php declare(strict_types=1); namespace ParkManager\Application\Command\User; use Rollerworks\Component\SplitToken\SplitToken; final class <API key> { /** * @param string $password The password in hashed format */ public function __construct(public SplitToken $token, public string $password) { ...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MovingPlatform : MonoBehaviour { public float moveSpeed; private float moveForce; public float limit; public bool vertical; public bool movingPlus; public Vector3 startPos; Rigidbody2D rb; // Use ...
#![feature(alloc)] #![feature(box_syntax)] #![feature(collections)] #![feature(core)] #![feature(env)] #![feature(hash)] #![feature(int_uint)] #![feature(io)] #![feature(<API key>)] #![feature(path)] #![feature(plugin)] #![feature(rustc_private)] #![feature(std_misc)] #![feature(unicode)] #![feature(unsafe_destructor)]...
import pytest from umodbus.server.serial import <API key> @pytest.fixture def <API key>(): return <API key>() def <API key>(<API key>): """ Test if meta data is correctly extracted from request. """ assert <API key>.get_meta_data(b'\x01x\02\x03') ==\ {'unit_id': 1} def <API key>(<API key>): asse...
-- new sessions stored procedure CREATE PROCEDURE `sessions_1` ( IN `uidArg` BINARY(16) ) BEGIN SELECT tokenId, uid, createdAt, uaBrowser, uaBrowserVersion, uaOS, uaOSVersion, uaDeviceType, lastAccessTime FROM sessionTokens WHERE ui...
.frames ul .frames-group .group, .frames ul .frames-group .group .location { font-weight: 500; cursor: default; } .frames ul .frames-group.expanded .group, .frames ul .frames-group.expanded .group .location { color: var(--<API key>); } .frames ul .frames-group.expanded .react path { fill: var(--<API key>); } .f...
if(!Attachments) var Attachments = {}; Attachments.List = new Class({ element : null, initialize: function(options) { this.element = document.id(options.container); this.url = options.action; this.token = options.token; this.coordinates = ''; this.trueSize = ''; i...
this.joint = this.joint || {}; this.joint.shapes = this.joint.shapes || {}; (function (exports, basic_mjs, Element_mjs, Link_mjs) { 'use strict'; var State = basic_mjs.Circle.define('fsa.State', { attrs: { circle: { 'stroke-width': 3 }, text: { 'font-weight': '800' } } ...
<!doctype html> <script> var searchParams = new URL(location).searchParams; var test = searchParams.get("test"); window.onportalactivate = function(e) { if (test == "adopt-once") { var portal = e.adoptPredecessor(); document.body.appendChild(portal); if (portal instanceof HTMLPortalElement) ...
<!DOCTYPE html> <html lang="en"> <head> <title>HYPERNOM</title> <! Nom all the cells of each 4d platonic solid, by mapping your head rotations to S^3. By Henry Segerman, Vi Hart, and Andrea Hawksley, using Marc ten Bosch's 4D graphics shader, Mozilla's webVR stuff, and threejs. ...
.pinboard-open-btn { margin-top: -1px; background-color: #e6eef5 !important; color: #252c33 !important; } #pinboard-panel { background-color: #e6eef5; color: #252c33; flex: auto; -webkit-flex: auto; display: flex; display: -webkit-flex; flex-flow: row; -webkit-flex-flow: row; } #pinboard-panel .he...
<form class="form-horizontal well" ng-submit="create(procedure)" > <fieldset> <legend>Create Procedure</legend> <div class="form-group"> <label for="inputMessage" class="col-lg-2 control-label">Message</label> <div class="col-lg-10"> <input type="text" class="form-control" id="inputMessage...
#!/usr/bin/env python # -*- coding: utf-8 -*- panel_file = open('panels.txt','r') name_file = open('testName.txt','r') sample_type_file = open("sampleType.txt") test_panel_results = open("output/testPanelResults.txt", 'w') panel = [] type = [] test_names = [] def get_split_names( name ): split_name_list = name.spli...
/* $RCSfile: eestrcon.c,v $ $Locker: $ $Name: $ $State: Exp $ char *EStrConcat(int argcnt, ...) Concats up to argcnt strings together and malloc() a buffer that will receive the result. If one of the string == NULL, this string is ignored. On failure, the program is terminated with the "o...
import { createStore, applyMiddleware } from 'redux'; import threadDispatcher from '../../common/thread-middleware'; import handleMessages from '../../common/message-handler'; import messages from './messages-worker'; import reducers from './reducers'; import thunk from 'redux-thunk'; const store = createStore( // Re...
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ var BUGNUMBER = 474935; var summary = 'Do not assert: !ti->typeMap.matches(ti_other->typeMap)'; var actual = ''; var expect = ''; test(); function test() { enterFunc ('test'); printBugNumber(BUGNUMBER); printStatus (summary); var a = ["", 0, 0, 0, 0, 0, ""...
package command import ( "strings" "testing" "time" "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/nomad/structs" "github.com/mitchellh/cli" ) func <API key>(t *testing.T) { t.Parallel() ui := new(cli.MockUi) mon := newMonitor(ui, nil, fullId) // Evals triggered by ...
#!/bin/bash # This Source Code Form is subject to the terms of the Mozilla Public set -ex # required env vars: CLUSTER_NAME, CONFIG_BRANCH, CONFIG_REPO, NAMESPACE, # DEPLOYMENT_YAML, <API key>, DEPLOYMENT_NAME, DEPLOYMENT_VERSION
package org.hl7.v3; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ResponseMode. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name="ResponseMode"> * &lt;restriction ba...
#if BUILD_UNIT_TESTS #include "augs/misc/enum/enum_map.h" #include <Catch/single_include/catch2/catch.hpp> TEST_CASE("EnumMap") { enum class tenum { _0, _1, _2, _3, _4, COUNT }; augs::enum_map<tenum, int> mm; mm[tenum::_0] = 0; mm[tenum::_1] = 1; m...
// // // // //# 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...
package com.rapidminer.gui.plotter.mathplot; import org.math.plot.Plot3DPanel; import org.math.plot.PlotPanel; import com.rapidminer.datatable.DataTable; import com.rapidminer.gui.plotter.<API key>; /** The abstract super class for all 3D plotters using the JMathPlot library. * * @author Ingo Mierswa */ public abst...
<?php /** * Smarty Internal Plugin Compile Make_Nocache * Compiles the {make_nocache} tag * * @package Smarty * @subpackage Compiler * @author Uwe Tews */ /** * Smarty Internal Plugin Compile Make_Nocache Class * * @package Smarty * @subpackage Compiler */ class <API key> extends <API key> { /...
<?php $mess=array( "Generic Conf Features" => "Configuraciones genéricas", "Let user create repositories" => "Permitir al usuario crear repositorios", "Remember guest preferences" => "Recordar preferencias de invitado", "If the 'guest' user is enabled, remember her preferences accross sessions." => "Si el usuario 'Invi...
<!-- title: crm --> <div class="dev-header"> <a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;"> Version 6.7.7</a> <a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/crm" target="_blank" style="margin-left: 10px; margin-bottom: 10px;"><i class="oc...
<?php namespace Symfony\Component\HttpKernel\Profiler; use Symfony\Component\HttpKernel\DataCollector\<API key>; /** * Profile. * * @author Fabien Potencier <fabien@symfony.com> */ class Profile { private $token; /** * @var <API key>[] */ private $collectors = array(); private $ip; pri...
# session module tests require 'spec_helper' require 'timecop' require 'users/session' module Users describe Session do after(:all) do Timecop.return end describe "#initialize" do it "sets attributes" do id = Motel.gen_uuid u = User.new :id => 'user1' s = Session.new :id => id, :user => ...
import React from 'react'; import ImmutablePropTypes from '<API key>'; import PropTypes from 'prop-types'; import IconButton from './icon_button'; import DropdownMenu from './dropdown_menu'; import { defineMessages, injectIntl } from 'react-intl'; import <API key> from '<API key>'; const messages = defineMessages({ d...
# -*- coding: utf-8 -*- # This file is part of Shoop. from __future__ import unicode_literals from django import forms from django.utils.translation import ugettext_lazy as _ from shoop.admin.form_part import FormPart, TemplatedFormDef from shoop.core.models import Shop from shoop.discount_pricing.models import <API ke...
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.12.03 at 10:12:07 AM MEZ package com.lp.server.schema.opentrans.cc.orderresponse; impo...
-- uncomment for testing /* DECLARE @id int = 1 */ SELECT * FROM Products WHERE Id = @id
<!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>api Package &mdash; ally-py 1.0b1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <l...
import ITEM_QUALITIES from '../ITEM_QUALITIES'; export default { // Shared legendaries <API key>: { id: 150936, name: 'Soul of the Shadowblade', icon: 'inv_jewelry_ring_56', quality: ITEM_QUALITIES.LEGENDARY, }, <API key>: { id: 144236, name: 'Mantle of the Master Assassin', icon: '<...
module Merb::Maintainer::BillingHelper def get_stats(metric, dom) today = Date.today date_this_month = Date.new(today.year, today.month, dom) data = [] data_length = 30 data << get_stat(metric, date_this_month) if dom < today.mday (1..(data_length-data.length)).each do |i| date = date_th...
#include <QMessageBox> #include "longtextmessagebox.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include <QListWidget> #include <QScrollBar> #include <QAbstractItemView> <API key>::<API key>(QWidget* parent): QDialog(parent) { setupUi(this); <API key>->setReadOnly(true); <API key...
# -*- coding: utf-8 -*- # OpenERP, Open Source Management Solution # 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...
package org.osforce.connect.service.system; import org.osforce.connect.entity.system.ProjectFeature; public interface <API key> { ProjectFeature getProjectFeature(Long featureId); ProjectFeature getProjectFeature(String code, Long projectId); void <API key>(ProjectFeature feature); void <API key>(Projec...
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Xml.Serialization; namespace BuildingSmart.IFC.<API key> { ...
// of patent rights can be found in the PATENTS file in the same directory. #include "rocksdb/sst_file_writer.h" #include <vector> #include "db/dbformat.h" #include "rocksdb/table.h" #include "table/<API key>.h" #include "table/<API key>.h" #include "util/file_reader_writer.h" #include "util/sync_point.h" namespace ro...
const LdapStrategy = require('./LdapStrategy'); const MoodleStrategy = require('./MoodleStrategy'); const IservStrategy = require('./IservStrategy'); const TSPStrategy = require('./TSPStrategy'); const ApiKeyStrategy = require('./ApiKeyStrategy'); module.exports = { LdapStrategy, MoodleStrategy, IservStrate...
#include "AccessOverview.hpp" #include "core/auth/Door.hpp" #include "core/auth/Door_odb.h" #include "core/auth/User_odb.h" #include "tools/JSONUtils.hpp" #include "tools/db/DBService.hpp" using namespace Leosac; using namespace Leosac::Module; using namespace Leosac::Module::WebSockAPI; AccessOverview::AccessOverview(...
# -*- coding: utf-8 -*- from __future__ import absolute_import, unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('schedules', '<API key>'), ] operations = [ migrations.CreateModel( name='ScheduleExperience', ...
# -*- coding: utf-8 -*- # Hendrix Costa <hendrix.costa@kmee.com.br> from openerp.addons.financial.tests.<API key> import \ FinancialTestCase class <API key>(FinancialTestCase): def setUp(self): self.financial_model = self.env['financial.move'] super(<API key>, self).setUp() def <API key>(s...
# -*- coding: utf-8 -*- # This file is part of Shuup. from django import forms from django.utils.translation import ugettext_lazy as _ from shuup.core.models import Category from shuup.xtheme import TemplatedPlugin from shuup.xtheme.plugins.forms import GenericPluginForm, TranslatableField class <API key>(GenericPlugin...
package functionaltests.job; import java.io.Serializable; import org.ow2.proactive.scheduler.common.Scheduler; import org.ow2.proactive.scheduler.common.job.JobId; import org.ow2.proactive.scheduler.common.job.JobState; import org.ow2.proactive.scheduler.common.job.TaskFlowJob; import org.ow2.proactive.scheduler.common...
body { padding: 50px; } .room-actions { margin-right: -14px; } .room-actions .btn { margin: -17px 0 1px; padding: 5px 4px; font-size:10px; }
/* @group Base */ .chosen-container { position: relative; display: inline-block; vertical-align: middle; /*font-size: 13px;*/ zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .chosen-container * { -webkit-box-sizing: border-box; -moz-box-sizing: bo...
package org.voltdb; import java.io.File; /** * This file isn't long for this world. It's just something I've been using * to debug multi-process rejoin stuff. * */ public class VLog { static File m_logfile = new File("vlog.txt"); public synchronized static void setPortNo(int portNo) { m_logfile = ne...
<!-- title: Earning Type --> <div class="dev-header"> <a class="btn btn-default btn-sm" disabled style="margin-bottom: 10px;"> Version 6.7.7</a> <a class="btn btn-default btn-sm" href="https://github.com/frappe/erpnext/tree/develop/erpnext/hr/doctype/earning_type" target="_blank" style="margin-left: 10p...
// Generated by CoffeeScript 1.10.0 var api, baseOVHKonnector, connector, name, slug; baseOVHKonnector = require('../lib/base_ovh_konnector'); name = 'Kimsufi EU'; slug = 'kimsufi_eu'; api = { endpoint: 'kimsufi-eu', appKey: '', appSecret: '' }; connector = module.exports = baseOVHKonnector.createNew(api, name, s...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platforms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
package NonameTV::Importer::TV2; use strict; use warnings; =pod Import data from Viasat's press-site. The data is downloaded in tab-separated text-files. Features: Proper episode and season fields. The episode-field contains a number that is relative to the start of the series, not to the start of this season. program_...
// // // // //# 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...
require 'test_helper' class <API key> < ActionController::TestCase setup do @politizacao = politizacaos(:one) end test "should get index" do get :index assert_response :success assert_not_nil assigns(:politizacaos) end test "should get new" do get :new assert_response :success end ...
delete from <API key> where key = '<API key>'; INSERT INTO <API key> (key, name, groupname, description, value, valueType, displayOrder) values ('<API key>', 'Configure Default vaccine product', 'Dashboard', '','2412', 'TEXT', 1); delete from <API key> where key = '<API key>'; INSERT INTO <API key> (key, name, group...
(function() { 'use strict'; module.exports = { /* Forces an update when the underlying Backbone model instance has * changed. Users will have to implement getBackboneModels(). * Also requires that React is loaded with addons. */ __syncedModels: [], componentDidMount: function() { //...
<?php use_helper('Text') ?> <?php if (QubitTerm::REFERENCE_ID == $usageType): ?> <?php if (isset($link)): ?> <?php echo link_to(image_tag($representation->getFullPath(), array('alt' => __('Open original %1%', array('%1%' => sfConfig::get('<API key>'))))), $link) ?> <?php else: ?> <?php echo image_tag($repre...
<?php class BAInitiativeParser extends RISParser { private static $MAX_OFFSET = 5500; private static $MAX_OFFSET_UPDATE = 200; public function parse($antrag_id) { $antrag_id = IntVal($antrag_id); if (SITE_CALL_MODE != "cron") echo "- Initiative $antrag_id\n"; if ($antrag_id ==...
# 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. require "spec_helper" describe Messages::AssignmentSubmitted::TwitterPresenter do let(:course) { course_model(name: "MATH-101"...
# 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. require 'spec_helper' require_dependency "users/<API key>" module Users describe <API key> do describe "#<API key>?" do ...
<? session_start(); // Modificado Junio 2009 foreach ($_GET as $key => $valor) ${$key} = $valor; foreach ($_POST as $key => $valor) ${$key} = $valor; define('ADODB_ASSOC_CASE', 1); $krd = $_SESSION["krd"]; $dependencia = $_SESSION["dependencia"]; $usua_doc = $_SESSION["usua_doc"]; $codusuario = $_SESSION["codusuari...
package org.ownprofile.boundary.owner.client; public class Result<T> { private boolean isSuccess; private T successValue; private Fail fail; public static Result<Void> success() { return success(null); } public static <S> Result<S> success(S successValue) { return new Result<S>(s...
<?php use Illuminate\Database\Migrations\Migration; class <API key> extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::table('businesses', function ($table) { $table->integer('domain_id')->unsigned()->nullable()->after('ca...
# -*- coding: utf-8 -*- from .base import BaseHandler class TestRoute(BaseHandler): def get(self, file): return self.render(str(file) + '.jade', show_h1=1)
# FlareDNS-client Synchronize your App dynamic IP with your CloudFlare DNS A records. Use this package if: * You use [CloudFlare](https://cloudflare.com "CloudFlare"). * You run your Laravel App on a server with a Dynamic IP or your IP changes often. ## Installation composer require thinkingcircles/flaredns-client php ...
<?php class <API key> extends GenericModel { /* dados da tabela */ protected $_banco = "SAC"; protected $_schema = "dbo"; protected $_name = "<API key>"; public function buscarDados($pronac = null, $conta_rejeitada = null, $periodo = null, $operacao = null ,$tamanho=-1, $inicio=-1, $count = nu...
#ifndef STATSSOURCE_H_ #define STATSSOURCE_H_ #include "common/tabletuple.h" #include "common/ids.h" #include "boost/scoped_ptr.hpp" #include <string> #include <vector> #include <map> namespace voltdb { class Table; class TableFactory; class TupleSchema; class TableTuple; /** * Abstract superclass of all sources of st...
import sys import time import sys num = 1000 print_granularity = 1000 count = 0 first = True start = 0 gran_start = 0 min = 0 max = 0 avg = 0 sum = 0 total = 0 def <API key>(p): global print_granularity print_granularity = p print("%s: print granularity = %s" % (sys.argv[0], print_granularity)) def loop_cou...
// // // // //# 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...
// // // // //# 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...
<?php // Database Restore $locale['400'] = "Восстановление БД"; $locale['401'] = "Ошибка"; $locale['402'] = "Неверный формат файла резервной копии"; $locale['403'] = "Закрыть"; // Backup File Information $locale['410'] = "Данные о файле резервной копии"; $locale['411'] = "Данные о файле для восстановления"; $locale['41...
// This file is part of C // C#raft 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 #endregion using Chraft.En...
# -*- coding: utf-8 -*- # Odoo, Open Source Business Applications # 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 ...
<!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>Search &mdash; Paver 1.2.1 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel...
<?php $this->applyTemplateHook('settings-nav','before'); ?> <nav id="panel-settings-nav" class="sidebar-panel"> <?php $this->applyTemplateHook('settings-nav','begin'); ?> <?php $this->applyTemplateHook('settings-nav','end'); ?> </nav> <?php $this->applyTemplateHook('settings-nav','after'); ?>
package com.funambol.ctp.server.notification; /** * * @version $Id: <API key>.java,v 1.2 2007-11-28 11:26:16 nichele Exp $ */ public class <API key> extends Exception { /** * Creates a new instance of <code><API key></code> without * detail message. */ public <API key>() { super(); ...
// // // // //# 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...
// // // // //# 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...
<?php namespace Symfony\Component\HttpKernel\EventListener; use Symfony\Component\EventDispatcher\<API key>; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\RequestStack; use Symfony\Component\HttpKernel\Event\FinishRequestEvent; use Symfony\Component\HttpKernel\Event\GetResponseEvent...
package com.sapienter.jbilling.client.jspc.payment; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import com.sapienter.jbilling.client.util.Constants; public final class review_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependen...
/*@author Jvlaple *Crystal of Roots */ var status = 0; var PQItems = Array(4001087, 4001088, 4001089, 4001090, 4001091, 4001092, 4001093); importPackage(net.sf.odinms.client); function start() { status = -1; action(1, 0, 0); } function action(mode, type, selection) { if (mode == -1) { cm.dispose...
// // // // //# 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...
package v4 var ( BundleCharms = (*Handler).bundleCharms ParseSearchParams = parseSearchParams DefaultIcon = defaultIcon <API key> = &<API key> <API key> = &<API key> ParamsLogLevels = paramsLogLevels ParamsLogTypes ...
# <API key>: true require "test_helper" module GobiertoAdmin class UserFormTest < ActiveSupport::TestCase def valid_user_form @valid_user_form ||= UserForm.new( id: user.id, name: user.name, bio: user.bio, email: user.email ) end def invalid_user_form @inv...
# This file is part of Shuup. import decimal import pytest from django.conf import settings from shuup.core.models import Shipment, ShippingStatus, StockBehavior from shuup.testing.factories import ( <API key>, create_empty_order, create_product, get_default_shop, <API key> ) from shuup.utils.excs import Proble...
// // // // //# 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...
// // // // //# 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...
div.<API key> { position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80); } div.<API key> { position: absolute; top: 25%; left: 25%; width: 50%; height: 5...
<div data-role="header"> <h1>Prijave problema koje nisu poslate</h1> </div> <div data-role="content" role="main"> <div id="existing_report"> <% if ( title ) { %> <h3><%= title %></h3> <% } %> <div class="meta"> <p> <% if ( category && category != '-- Izaberite kategor...
package com.rapid_i.deployment.update.client; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.Lis...
def _checkInput(index): if index < 0: raise ValueError("Indice negativo non supportato [{}]".format(index)) elif type(index) != int: raise TypeError("Inserire un intero [tipo input {}]".format(type(index).__name__)) def fib_from_string(index): _checkInput(index) serie = "0 1 1 2 3 5 8".r...
package rpcclient import ( "context" "encoding/json" "net" "net/http" "net/http/httptest" "sync" "testing" "time" "github.com/gorilla/websocket" "github.com/stretchr/testify/require" "github.com/tendermint/tmlibs/log" types "github.com/tendermint/tendermint/rpc/lib/types"...
// Generated by CoffeeScript 1.10.0 var Bill, baseKonnector, filterExisting, linkBankOperation, ovhFetcher, saveDataAndFile; ovhFetcher = require('../lib/ovh_fetcher'); filterExisting = require('../lib/filter_existing'); saveDataAndFile = require('../lib/save_data_and_file'); linkBankOperation = require('../lib/link_ba...
class <API key> < <API key> def create @subscriber = Subscriber.new(params[:subscriber]) if @subscriber.save flash[:notice] = "Success! You have been sent a subscription email. Please click the confirmation link in that email to confirm your subscription."\ else flash[:error] = "We'r...
""" Braitenberg Vehicle2b The more light sensed on the left side the faster the right motor moves. The more light sensed on the right side the faster the left motor moves. This causes the robot to turn towards a light source. """ from pyrobot.brain import Brain, avg class Vehicle(Brain): def setup(self): self....
// // // // //# 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...