answer
stringlengths
15
1.25M
<?php class ITSEC_Away_Mode { function run() { //Execute away mode functions on admin init add_filter( '<API key>', array( $this, 'register_logger' ) ); add_action( 'itsec_admin_init', array( $this, 'execute_away_mode' ) ); add_action( 'login_init', array( $this, 'execute_away_mode' ...
/* * Altera SoCFPGA PinMux configuration * * <API key>: BSD-3-Clause */ #ifndef <API key> #define <API key> const u8 sys_mgr_init_table[] = { 3, /* EMACIO0 */ 2, /* EMACIO1 */ 2, /* EMACIO2 */ 2, /* EMACIO3 */ 2, /* EMACIO4 */ 2, /* EMACIO5 */ 2, /* EMACIO6 */ 2, /* EMACIO7 */ ...
<?php /** <API key> */ require_once 'Zend/Loader/Autoloader/Interface.php'; class <API key> implements <API key> { /** * @var string Base path to resource classes */ protected $_basePath; /** * @var array Components handled within this resource */ protected $_components = array(); ...
#!/usr/bin/python # This library is free software; you can redistribute it and/or # modify it under the terms of version 2.1 of the GNU Lesser General Public # This library is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # You should have received a...
#include <errno.h> #include <stdlib.h> /* Execute LINE as a shell command. */ int __libc_system (line) const char *line; { if (line == NULL) return 0; /* This indicates no command processor. */ __sys_errno (ENOSYS); return -1; } weak_alias (__libc_system, system) stub_warning (system) #inclu...
package org.nbheaven.sqe.codedefects.history.action; import java.awt.EventQueue; import java.awt.event.ActionEvent; import java.util.Collection; import javax.swing.AbstractAction; import javax.swing.Action; import org.nbheaven.sqe.codedefects.core.util.<API key>; import org.nbheaven.sqe.codedefects.history.util.<API ke...
#ifndef <API key> #define <API key> #define ROUNDS_DEFAULT 5000 #define ROUNDS_MIN 1000 #define ROUNDS_MAX ROUNDS_DEFAULT #define MIXCHARS 32 #define CRYPT_SALT_LENGTH 20 #define CRYPT_MAGIC_LENGTH 3 #define CRYPT_PARAM_LENGTH 13 #define SHA256_HASH_LENGTH 43 #define <API key> (CRYPT_SALT_LENG...
/*! \file * * \brief Trivial application to read an extension into a variable * * \author David Chappell <David.Chappell@trincoll.edu> * * \ingroup applications */ #include "asterisk.h" <API key>() #include "asterisk/file.h" #include "asterisk/pbx.h" #include "asterisk/app.h" #include "asterisk/module.h" #includ...
<?php defined('_JEXEC') or die(); if (!class_exists('VmMediaHandler')) require(<API key>.DS.'helpers'.DS.'mediahandler.php'); class VmImage extends VmMediaHandler { function processAction($data){ if(empty($data['media_action'])) return $data; $data = parent::processAction($data); if( $data['...
#ifndef <API key> #define <API key> #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #include "<API key>.h" #endif /* <API key> */
package spim.fiji.plugin; import ij.gui.GenericDialog; import ij.plugin.PlugIn; import java.io.File; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Random; import mpicbg.spim.data.sequence.Channel; import mpicbg.spim.data.sequence.ViewDescription; import mpicbg.spim.data.sequ...
<? require_once("pdfoprdesubi.php"); $obj= new pdfreporte(); # $obj->AddPage(); # $obj->AliasNbPages(); # $obj->Cuerpo(); # $obj->Output(); $tb=$obj->bd->select($obj->sql); if (!$tb->EOF) { //HAY DATOS $obj->AliasNbPages(); $obj->AddPage(); $obj->Cuerpo(); $obj->Output(); } else { //...
<?php namespace Glpi\Tests\Api\Deprecated; interface DeprecatedInterface { /** * Get deprecated type * @return string */ public static function getDeprecatedType(): string; /** * Get current type * @return string */ public static function getCurrentType(): string; /** ...
#include <linux/console.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/version.h> #include <linux/platform_device.h> #include <linux/serial_8250.h> #include <linux/clk.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #include <linux/dma-mapping.h> #include <linux/fsl_devices.h> #inc...
/** \file \ingroup u2w */ #include "WorldSocket.h" // must be first to make ACE happy with ACE includes in it #include "Common.h" #include "Database/DatabaseEnv.h" #include "Log.h" #include "Opcodes.h" #include "WorldPacket.h" #include "WorldSession.h" #include "Player.h" #include...
function ValidarPuntaje(id) { var aux = id.split("_"); var name=aux[0]; var fil=parseInt(aux[1]); var col=parseInt(aux[2]); var colpuntaje=col; var colpuntajereal=col+1; var puntaje=name+"_"+fil+"_"+colpuntaje; var puntajereal=name+"_"+fil+"_"+colpuntajereal; var num1=toFloat(puntaje...
package de.unihd.dbs.heideltime.standalone.components.impl; import java.io.<API key>; import java.util.ArrayList; import java.util.List; import java.util.regex.MatchResult; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.uima.cas.impl.XmiCasSerializer; import org.apache.uima.jcas.JCas;...
#include "../inc/MarlinConfig.h" #if ENABLED(SDSUPPORT) #include "SdFile.h" /** * Create a file object and open it in the current working directory. * * \param[in] path A path with a valid 8.3 DOS name for a file to be opened. * * \param[in] oflag Values for \a oflag are constructed by a bitwise-inclusive * OR o...
<html><body>Karuda:<br> You can earn the following rewards:<br> <font color="LEVEL">S80 weapon recipe</font> - Requires 500 Cursed Grave Goods<br> <font color="LEVEL">Leonard</font> - Requires 8 Cursed Grave Goods<br> <font color="LEVEL">Adamantine</font> - Requires 15 Cursed Grave Goods<br> <font color="LEVEL">Orichal...
#include "clipboard_windows.h" #include <QMimeData> RTF::Clipboard::Clipboard() : QWinMime() { CF_RTF = QWinMime::registerMimeType(QLatin1String("Rich Text Format")); } bool RTF::Clipboard::canConvertFromMime(const FORMATETC& format, const QMimeData* mime_data) const { return (format.cfFormat == CF_RTF) && ...
<?php defined('PHALAPI_INSTALL') || die('no access'); ?> <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="aut...
#pragma once #include "../scenario/Scenario.h" #include "Object.h" class StexObject final : public Object { private: rct_stex_entry _legacyType = {}; public: explicit StexObject(const rct_object_entry& entry) : Object(entry) { } void* GetLegacyData() override { return &_legacyTyp...
#include "io/Blast.h" #include <cstring> #include <cstdlib> #include <exception> #include "io/log/Logger.h" #define MAXBITS 13 /* maximum code length */ #define MAXWIN 4096 /* maximum window size */ namespace { struct <API key> : public std::exception { }; } // anonymous namespace /* input and ...
IMAGES="test-r test-python" IMAGE_VERSION="0.1" DOCKER_REGISTRY="localhost:5000" for IMAGE in ${IMAGES} ; do docker build --tag ${DOCKER_REGISTRY}/dpa/${IMAGE}:${IMAGE_VERSION} tasks/${IMAGE} docker push ${DOCKER_REGISTRY}/dpa/${IMAGE}:${IMAGE_VERSION} done
from django.conf.urls.defaults import * """ Also used in cms.tests.ApphooksTestCase """ urlpatterns = patterns('cms.test_utils.project.sampleapp.views', url(r'^$', 'sample_view', {'message': 'sample root page',}, name='sample-root'), url(r'^settings/$', 'sample_view', kwargs={'message': 'sample settings page'},...
# Makefile for standard Robotnik component # BUILD = ./build/ BINDIR = ./bin/ SRC = ./src/ LIB = ./lib/ #LIBS = -L$(LIB) -lpthread -lremotelog -lcurses -lrt INC = ./include/SerialDevice CPP = g++ CCFLAGS ...
#ifndef <API key> #define <API key> // Includes #include "MantidCurveFitting/DllConfig.h" #include "MantidAPI/FunctionDomain.h" #include "MantidAPI/FunctionValues.h" #include "MantidAPI/IDomainCreator.h" #include "MantidCurveFitting/CostFunctions/<API key>.h" #include "MantidCurveFitting/CostFunctions/CostFuncRwp.h" #i...
#ifndef _XGGState_h_INCLUDE #define _XGGState_h_INCLUDE #include <Foundation/NSArray.h> #include <Foundation/NSObject.h> #include "gsc/GSGState.h" #include <X11/Xlib.h> #include <X11/Xutil.h> #include "x11/XGServer.h" #ifdef HAVE_XFT #define id xwindowsid #include <X11/Xft/Xft.h> #undef id #endif @class NSBezierPath; @...
#!/usr/bin/env python3 # This file is part of ESPResSo. # ESPResSo is free software: you can redistribute it and/or modify # (at your option) any later version. # ESPResSo is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import os if not os.environ.get('...
#include "config.h" #include "stats.h" #include "../libshared/record/reader.h" #include "../libshared/record/writer.h" #include "../libclient/canvas/aclfilter.h" #include <QCoreApplication> #include <QStringList> #include <QScopedPointer> #include <QRegularExpression> #include <QCommandLineParser> #include <QTextStream...
var classgr__interleave = [ [ "~gr_interleave", "classgr__interleave.html#<API key>", null ], [ "check_topology", "classgr__interleave.html#<API key>", null ], [ "work", "classgr__interleave.html#<API key>", null ], [ "gr_make_interleave", "classgr__interleave.html#<API key>", null ] ];
(function(jQuery){jQuery.fn.addLittleSisToolbar=function(){var defaults={z_index:10002,height:180,width:100,background_color:'
! This file is F-compatible, except for upper/lower case conventions. ! Module CubatureRule_C2 USE Precision_Model, ONLY: stnd Implicit NONE PRIVATE PUBLIC :: Rule_C2a CONTAINS SUBROUTINE Rule_C2a(VER,INFOLD,AREA,NUMFUN,Integrand,BASVAL,RGNERR,NUM) ! !***BEGIN PROLOGUE Rule_C2a !***PURPOSE To compute basic integration...
#ifndef CA_USERTOOLS_H #define CA_USERTOOLS_H #include <vector> namespace ca { std::vector<int> range(int from, int upto); } #endif // CA_USERTOOLS_H
// This program is free software; you can redistribute it and/or // published by the Free Software Foundation; either version 3 of // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // with this program; if not, write to the Free Softwa...
#include <stdint.h> #include <platform.h> #include "drivers/io.h" #include "drivers/pwm_mapping.h" const uint16_t multiPPM[] = { PWM1 | (MAP_TO_PPM_INPUT << 8), // PPM input PWM9 | (MAP_TO_MOTOR_OUTPUT << 8), // Swap to servo if needed PWM10 | (MAP_TO_MOTOR_OUTPUT << 8), // Swap to servo if needed ...
#pragma ident "@(#) libfi/mpp_scan/scanmax_sp_6.c 92.1 07/13/99 10:21:33" #include <stdlib.h> #include <liberrno.h> #include <fmath.h> #include <cray/dopevec.h> #include "f90_macros.h" #define RANK 6 /* * Compiler generated call: CALL _SCANMAX_SP6(RES, SRC, STOP, DIM, MASK) * * Purpose: Determine ...
/* Optimized BLAS libraries */ /* By Kazushige Goto <kgoto@tacc.utexas.edu> */ /* UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING */ /* THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF */ /* MERCHANTABILITY, FITNESS FOR ...
#ifdef __cplusplus extern "C" { #endif /* Get next in EBYEDAT data buffers (exogam) */ int <API key>(UNSINT16* Buffer, UNSINT16** EvtAddr, int* EvtNum, int EvtFormat); /* Get next in EBYEDAT data buffers (exogam) ; reentra...
// This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // (at your option) any later version. // Parity is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import { observer } from 'mobx-react'; import React, { Co...
<?php namespace pocketmine\network\protocol; #include <rules/DataPacket.h> class RemoveBlockPacket extends DataPacket{ const NETWORK_ID = Info::REMOVE_BLOCK_PACKET; public $x; public $y; public $z; public function getName(){ return "RemoveBlockPacket"; } public function decode(){ ...
#include <ostream> #include <gtest/gtest.h> #include <barrett/systems/gain.h> #include <barrett/systems/<API key>.h> #include <barrett/systems/helpers.h> #include "./exposed_io_system.h" namespace { using namespace barrett; class GainSystemTest : public ::testing::Test { public: GainSystemTest() { mem.start...
<?php class <API key> extends <API key> { public function indexAction() { $schemesCache = $this->getDI()->get('<API key>'); $user = <API key>::requireFromIdentity(); $tenant = $this->readTenant()->getOpenSkos2Tenant(); $this->view->assign('conceptSchemes', $schemesCache->fetchUr...
. $PSScriptRoot\Shared.ps1 InModuleScope PSJira { [System.Diagnostics.CodeAnalysis.SuppressMessage('<API key>', '', Scope='*', Target='<API key>')] $<API key> = $true . $PSScriptRoot\Shared.ps1 Describe "<API key>" { if ($ShowDebugText) { Mock 'Write-Debug' { ...
#pragma once #define LONG_NAME "<%= config.info.longName %>" #define VERSION_LABEL "<%= config.info.versionLabel %>" #define UUID "<%= config.info.uuid %>" <% for (prop in config.info.appKeys) { %>#define <%= prop %> <%= config.info.appKeys[prop] %> <% } %>
#ifndef COIN_3DSLOADER_H #define COIN_3DSLOADER_H #include <Inventor/C/basic.h> // for M_PI class SoInput; class SoSeparator; SbBool coin_3ds_read_file(SoInput * in, SoSeparator *& root, int appendNormals = 2, float creaseAngle = 25.f/180.f*M_PI, ...
<?php /** * @file * This is the template file for the metadata description for an object. * * Available variables: * - $islandora_object: The Islandora object rendered in this template file * - $found: Boolean indicating if a Solr doc was found for the current object. * * @see <API key>() * @see <API key>() *...
#!/usr/bin/python # This file is part of Ansible # Ansible is free software: you can redistribute it and/or modify # (at your option) any later version. # Ansible is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ANSIBLE_METADATA = {'status': ['stableinte...
using EloBuddy; using LeagueSharp.Common; namespace Nasus { using LeagueSharp.Common; public class MenuInit { public static Menu Menu; public static void Initialize() { Menu = new Menu("Nasus - The Crazy Dog", "L# Nasus", true); var orbwalkerM...
import lxml.html as l import requests def key_char_parse(char_id): url = 'https://vndb.org/c' + str(char_id) page = requests.get(url) root = l.fromstring(page.text) name = root.cssselect('.mainbox h1')[0].text kanji_name = root.cssselect('.mainbox h2.alttitle')[0].text img = 'https:' + root.csss...
<?php // Heading $_['heading_title'] = 'OpenBay Pro'; // Text $_['text_module'] = ''; $_['text_installed'] = 'OpenBayPro -> OpenBay Pro';
#include "w32prefix.h" #include "globdefs.h" #include "filedefs.h" #include "objdefs.h" #include "parsedef.h" #include "mcio.h" //#include "execpt.h" bool <API key>(const char *p_path, void*& r_native_path) { unichar_t *t_w_path; t_w_path = nil; if (!MCCStringToUnicode(p_path, t_w_path)) return fals...
define( [ 'jquery', 'stapes', './conditionals' ], function( $, Stapes, <API key> ) { 'use strict'; /** * Global Mediator (included on every page) * @module Globals * @implements {Stapes} */ var Me...
<html><head><body>Pet Manager Lundy:<br> All the people who can give you information about pet wolves are here in the <font color="LEVEL">Town of Gludio</font>.<br> First, go see <font color="LEVEL">Gatekeeper Bella</font>. </body></html>
require 'spec_helper' describe 'puppet::agent' do on_supported_os.each do |os, os_facts| next if only_test_os() and not only_test_os.include?(os) next if exclude_test_os() and exclude_test_os.include?(os) context "on #{os}" do let (:default_facts) do os_facts.merge({ :clientcert =>...
<?php return [ 'AF' => 'Afganisztán', 'AX' => 'Åland-szigetek', 'AL' => 'Albánia', 'DZ' => 'Algéria', 'AS' => 'Amerikai Szamoa', 'VI' => 'Amerikai Virgin-szigetek', 'AD' => 'Andorra', 'AO' => 'Angola', 'AI' => 'Anguilla', 'AQ' => 'Antarktisz', 'AG' => 'Antigua és Barbuda', ...
#include <stdbool.h> #include <stdint.h> #include <math.h> #include "platform.h" #if defined(USE_MAG_AK8963) || defined(USE_MAG_SPI_AK8963) #include "build/debug.h" #include "common/axis.h" #include "common/maths.h" #include "common/utils.h" #include "drivers/bus.h" #include "drivers/bus_i2c.h" #include "drivers/bus_i2...
#include "config.h" #include <gtk/gtk.h> #include "gui-types.h" #include "core/gimp.h" #include "core/gimpcontext.h" #include "widgets/gimpdialogfactory.h" #include "widgets/gimpdock.h" #include "widgets/gimpdockcolumns.h" #include "widgets/gimpdockcontainer.h" #include "widgets/gimpdockwindow.h" #include "widgets/gimp...
<?php namespace AfriCC\Tests\EPP\DOM; use AfriCC\EPP\DOM\DOMElement; use DOMDocument; use PHPUnit\Framework\TestCase; class DOMElementTest extends TestCase { public function testHasChildNodes() { $dom = new DOMDocument('1.0', 'utf-8'); $parent = new DOMElement('foo'); $dom->appendChild($...
// Generated by typings declare module "hapi" { import http = require("http"); import stream = require("stream"); import Events = require("events"); import url = require("url"); interface IDictionary<T> { [key: string]: T; } interface IThenable<R> { then<U>(onFulfilled?: (val...
// mod parser::atom TEST use super::Status; use super::{parse_dot, parse_eof, parse_literal, parse_match, MatchRules}; #[test] fn <API key>() { let rules = rules!{}; let status_init = Status::init("aaaaaaaaaaaaaaaa", &rules); let (status_end, _) = parse_literal(status_init, "aaa").ok().unwrap(); asser...
#include "wrap.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> /* Simple malloc() wrapper */ void *Malloc(size_t size) { void *buffer; buffer = malloc(size); if(buffer == NULL) { fprintf(stderr, "malloc() failed: %s\n", strerror(errno)); exit(EXIT_FAILURE); } memset(bu...
<?php namespace Symfony\Component\Routing\Generator; use Symfony\Component\Routing\RouteCollection; use Symfony\Component\Routing\RequestContext; use Symfony\Component\Routing\Exception\<API key>; use Symfony\Component\Routing\Exception\<API key>; use Symfony\Component\Routing\Exception\<API key>; use Psr\Log\LoggerInt...
#ifndef COMPAT_H_RD1Z6YZA #define COMPAT_H_RD1Z6YZA namespace oak { inline void set_thread_name (char const* threadName) { pthread_setname_np(threadName); } inline size_t get_gestalt (OSType selector) { SInt32 res; Gestalt(selector, &res); return res; } inline...
#ifndef <API key> #define <API key> #include <stdint.h> extern int has_altivec(void); void <API key>(uint8_t *block, const uint8_t *pixels, int line_size, int h); void <API key>(uint8_t *block, const uint8_t *pixels, int line_size, int h); #endif /* <API key> */
// Team Functionality Add-ons for the Process Dashboard // This program is free software; you can redistribute it and/or // as published by the Free Software Foundation; either version 3 // file in the project root directory for more information. // This program is distributed in the hope that it will be useful, // MER...
#ifndef ENGINIOCLIENT_H #define ENGINIOCLIENT_H #include <Enginio/<API key>.h> #include <Enginio/<API key>.h> #include <QtCore/qjsonobject.h> QT_BEGIN_NAMESPACE class <API key>; class QNetworkReply; class EnginioReply; class <API key>; class <API key> EnginioClient : public <API key> { Q_OBJECT Q_ENUMS(Enginio:...
<?php require_once(ROOT_DIR . 'lib/Graphics/Image.php'); require_once(ROOT_DIR . 'lib/Graphics/ImageFactory.php'); ?>
package gobol // Error - defines a common http error interface type Error interface { error StatusCode() int Message() string Package() string Function() string ErrorCode() string }
// <API key>: Apache-2.0 WITH LLVM-exception // This tablegen backend is responsible for emitting a description of a target // register bank for a code generator. #include "llvm/ADT/BitVector.h" #include "llvm/Support/Debug.h" #include "llvm/TableGen/Error.h" #include "llvm/TableGen/Record.h" #include "llvm/TableGen/Ta...
// MainWindow.h // fakeThunder #import <Cocoa/Cocoa.h> @interface MainWindow : NSWindowController @end
// David Eberly, Geometric Tools, Redmond WA 98052 #include <GTEnginePCH.h> #include <Graphics/GteViewVolumeNode.h> using namespace gte; ViewVolumeNode::ViewVolumeNode(std::shared_ptr<ViewVolume> const& viewVolume) : mOnUpdate([](ViewVolumeNode*){}) { SetViewVolume(viewVolume); } void ViewVolumeNode::SetVie...
# coding: utf-8 import json import logging import dateutil.parser import pytz from werkzeug import urls from odoo import api, fields, models, _ from odoo.addons.payment.models.payment_acquirer import ValidationError from odoo.addons.payment_paypal.controllers.main import PaypalController from odoo.tools.float_utils imp...
=head1 NAME apt-cudf.conf - Configuration file for apt-cudf =head1 DESCRIPTION The configuration file allows one to define default optimization criterias for all solvers known by apt-cudf =head1 SYNTAX solver: <solver list> | '*' A comma-separated list of solvers. The character will make the optimization criteria as ...
# 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 # experiments.py import unittest import weka.core.jvm as jvm import weka.core.con...
<div class="container" style="background-color:%textbackgroundcolor{.75}%;"> <span class="time_initial"> %time% </span> <span class="buddyicon"> <img src="%userIconPath%" width="24" height="24" /> </span> <div class="placeholder" visible="%userIconPath%"> <span class="sender ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using OpenCL.Net; namespace Conv.NET { [Serializable] public class FullyConnectedLayer : Layer { #region Fields private double dropoutParameter; // Host private...
# Contributing to Viewer ## How to report bugs Make sure it is a Viewer bug Most bugs reported to our bug tracker are actually bugs in user code, not in Viewer code. Keep in mind that just because your code throws an error inside of Viewer, this does *not* mean the bug is a Viewer bug. Ask for help first in a discussio...
<?php namespace Zend\Code\Scanner; use Zend\Code\Annotation\AnnotationManager; use Zend\Code\Exception; use Zend\Code\NameInformation; use function array_slice; use function count; use function is_int; use function is_string; use function ltrim; use function strtolower; use function substr_count; use function var_expor...
<?php declare(strict_types=1); namespace OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Exception; class <API key> extends \Exception { }
#ifndef __AGENT_H #define __AGENT_H #include "libssh/libssh.h" /* Messages for the authentication agent connection. */ #define <API key> 1 #define <API key> 2 #define <API key> 3 #define <API key> 4 #define SSH_AGENT_FAILURE 5 #define SSH_AGENT_SU...
package com.redhat.lightblue.config; import org.junit.Assert; import org.junit.Test; import com.fasterxml.jackson.databind.JsonNode; import com.redhat.lightblue.Request; import com.redhat.lightblue.crud.DeleteRequest; import com.redhat.lightblue.util.test.FileUtil; import static com.redhat.lightblue.util.JsonUtils.json...
#pragma once #include <WeaselIPC.h> struct KeyInfo { UINT repeatCount: 16; UINT scanCode: 8; UINT isExtended: 1; UINT reserved: 4; UINT contextCode: 1; UINT prevKeyState: 1; UINT isKeyUp: 1; KeyInfo(LPARAM lparam) { *this = *reinterpret_cast<KeyInfo*>(&lparam); } oper...
package org.obiba.mica.micaConfig.service; import org.obiba.mica.micaConfig.domain.PopulationConfig; import org.obiba.mica.micaConfig.repository.<API key>; import org.springframework.stereotype.Component; import javax.inject.Inject; @Component public class <API key> extends EntityConfigService<PopulationConfig> { @In...
/* Needed for POSIX.1-2008 locale functions */ /** @cond PRIVATE */ #define _XOPEN_SOURCE 700 /** @endcond */ #include <config.h> #include <ctype.h> #include <locale.h> #if defined(__FreeBSD__) || defined(__APPLE__) #include <xlocale.h> #endif #if defined(__FreeBSD__) #include <sys/param.h> #endif #include <stdint.h> #...
/* control code for tailsitters. Enabled by setting Q_FRAME_CLASS=10 */ #include "Plane.h" /* return true when flying a tailsitter */ bool QuadPlane::is_tailsitter(void) { return available() && frame_class == AP_Motors::<API key>; } /* check if we are flying as a tailsitter */ bool QuadPlane::tailsitter_ac...
#include "HeadSpin.h" #include "plComponent.h" #include "plComponentReg.h" #include "plMiscComponents.h" #include "MaxMain/plMaxNode.h" #include "resource.h" #include <iparamm2.h> #pragma hdrstop #include "MaxMain/plPlasmaRefMsgs.h" #include "pnSceneObject/plSceneObject.h" #include "pnSceneObject/<API key>.h" #include ...
#include "branchmodel.h" #include "gitclient.h" #include <utils/qtcassert.h> #include <vcsbase/vcsoutputwindow.h> #include <vcsbase/vcscommand.h> #include <QFont> using namespace VcsBase; namespace Git { namespace Internal { enum RootNodes { LocalBranches = 0, RemoteBranches = 1, Tags = 2 }; // BranchNode: ...
-- Account initialisation script for Oracle Trust Service tablespace -- <![CDATA[Usage: sqlplus / as sysdba @<API key>.sql ]]> drop user trust cascade; create user trust identified by trust default tablespace TRUST_SERVICE temporary tablespace temp quota unlimited on TRUST_SERVICE ; grant connect to trust; grant create...
#include "ioAbc.h" <API key> DECLARATIONS FUNCTION DEFINITIONS Abc_Ntk_t * Io_ReadBaf( char * pFileName, int fCheck ) { ProgressBar * pProgress; FILE * pFile; Vec_Ptr_t * vNodes; Abc_Obj_t * pObj, * pNode0, * pNode1; Abc_Ntk_t * pNtkNew; int nInputs, nOutputs, nLatches, nAnds, nFileSize, Num, i;...
package com.github.bordertech.wcomponents.examples; import com.github.bordertech.wcomponents.RadioButtonGroup; import com.github.bordertech.wcomponents.Size; import com.github.bordertech.wcomponents.WLabel; import com.github.bordertech.wcomponents.WPanel; import com.github.bordertech.wcomponents.WRadioButton; import co...
package org.craftercms.studio.impl.v1.service.activity; import java.time.ZoneOffset; import java.time.ZonedDateTime; import java.util.*; import net.sf.json.JSONObject; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.lang3.StringUtils; import org.craftercms.commons.validation.annotations...
package org.thoughtcrime.securesms.testutil; import org.signal.core.util.logging.Log; public final class SystemOutLogger extends Log.Logger { @Override public void v(String tag, String message, Throwable t, boolean keepLonger) { printlnFormatted('v', tag, message, t); } @Override public void d(String tag,...
// Openbravo POS is a point of sales application designed for touch screens. // This file is part of Openbravo POS. // Openbravo POS is free software: you can redistribute it and/or modify // (at your option) any later version. // Openbravo POS is distributed in the hope that it will be useful, // MER...
#ifndef UTIL_BIT_PACKING__ #define UTIL_BIT_PACKING__ /* Bit-level packing routines */ #include <assert.h> #ifdef __APPLE__ #include <architecture/byte_order.h> #elif __linux__ #include <endian.h> #else #include <arpa/nameser_compat.h> #endif #include <inttypes.h> namespace util { /* WARNING WARNING WARNING: * The wri...
#endregion using System.Collections.Generic; using OpenRA.FileFormats; using OpenRA.Traits; namespace OpenRA.Mods.RA { [Desc("Used to waypoint units after production or repair is finished.")] public class RallyPointInfo : ITraitInfo { public readonly int[] RallyPoint = { 1, 3 }; public reado...
<! Data Source: http: HTML To Convert JSON http://convertjson.com/html-table-to-json.htm Creator : ARGE|LOG github@argelog.com.tr <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>summ...
<?php defined('INTERNAL') || die(); $string['pluginname'] = 'Profile'; $string['profile'] = 'Profile'; $string['mandatory'] = 'Mandatory'; $string['public'] = 'Public'; $string['aboutdescription'] = 'Enter your real first and last name here. If you want to show a different name to people in the system, put that name in...
#include <parmetislib.h> /* Byte-wise swap two items of size SIZE. */ #define QSSWAP(a, b, stmp) do { stmp = (a); (a) = (b); (b) = stmp; } while (0) /* Discontinue quicksort algorithm when partition gets below this size. This particular magic number was chosen to work best on a Sun 4/260. */ #define MAX_THRESH 20 /*...
#include "plSDL.h" unsigned int plSDL::VariableLengthRead(hsStream* S, size_t size) { if (size < 0x100) return S->readByte(); else if (size < 0x10000) return S->readShort(); else return S->readInt(); } void plSDL::VariableLengthWrite(hsStream* S, size_t size, unsigned int value) { ...