answer
stringlengths
15
1.25M
$VERSION = 1; package Y; $VERSION = 2; package NotX; $VERSION = 3; package X; $VERSION = 4; 1;
#endif /* !NO_SYS */ #endif /* __LWIPOPTS_H__ */
// 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 #import <XCTest/XCTest.h> #import "GCPrivate.h" #pragma clang diagnostic ...
#ifndef <API key> #define <API key> #include <asn_application.h> /* Including external dependencies */ #include <asn_SEQUENCE_OF.h> #include <constr_SEQUENCE_OF.h> #ifdef __cplusplus extern "C" { #endif /* Forward declarations */ struct <API key>; /* <API key> */ typedef struct <API key> { A_SEQUENCE_OF(struc...
using uint8_t = System.Byte; using uint16_t = System.UInt16; using uint32_t = System.UInt32; using uint64_t = System.UInt64; using int8_t = System.SByte; using int16_t = System.Int16; using int32_t = System.Int32; using int64_t = System.Int64; using float32 = System.Single; using System; using System.Linq; using System...
@echo off set dir=%~dp0 if "%1" == "config" ( set script=\lib\conf\cli.js ) else if "%1" == "test" ( set script=\node_modules\mocha\bin\mocha ) else ( set script=\lib\agent\cli.js ) @IF EXIST "%dir%\node.exe" ( "%dir%\node.exe" "%dir%\..\%script%" %* ) ELSE ( node "%dir%\..\%script%" %* )
package br.calebe.ticketmachine.exception; /** * * @author Calebe de Paula Bianchini */ public class <API key> extends Exception { }
#include <QApplication> #include <<API key>> #include <QQuickView> #include <QtQml> #include "spheresimulator.h" #include <vendor.h> int main(int argc, char *argv[]) { qputenv("QSG_RENDER_LOOP", "basic"); qmlRegisterType<NoiseSimulator>("SphereSimulator", 1, 0, "SphereSimulator"); QApplication app(argc, arg...
// SuperTux // 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 #include <math.h> #include "object/tilemap.hpp" #include "sc...
#endregion using System.Collections.Generic; using System.Linq; namespace OpenRA { public sealed class HotkeyDefinition { public readonly string Name; public readonly Hotkey Default = Hotkey.Invalid; public readonly string Description = ""; public readonly HashSet<string> Types =...
package t::lib::QA::TemplateFilters; use Modern::Perl; our @tt_directives = ( qr{^\s*INCLUDE}, qr{^\s*USE}, qr{^\s*IF}, qr{^\s*UNLESS}, qr{^\s*ELSE}, qr{^\s*ELSIF}, qr{^\s*END}, qr{^\s*SET}, qr{^\s*WHILE}, qr{^\s*FOR}, qr{^\s*FOREACH}, qr{^\s*MACRO}, qr{^\s*SWITCH}, ...
#!/usr/bin/perl # Submit standard neutrino event generation jobs for GENIE release validation # The outputs can be compared with outputs from past releases using GENIE's gvld_sample_comp utility. # Sanity checks can be performed using GENIE's gvld_sample_scan utility. # Syntax: # shell% perl <API key>.pl <options> # ...
#ifndef <API key> #define <API key> #include <QtCore/QUrl> #include <QtNetwork/<API key>> namespace Otter { class CookieJar; class <API key>; class NetworkManager final : public <API key> { Q_OBJECT public: enum ResourceMetaData { UnknownMetaData = 0, <API key>, <API key> }; ...
package com.krawler.esp.servlets; import com.krawler.common.service.ServiceException; import com.krawler.common.util.KWLErrorMsgs; import com.krawler.common.util.StringUtil; import com.krawler.controller.<API key>; import com.krawler.controller.CustomColumnFactory; import com.krawler.database.DbPool; import com.krawler...
package net.minecraft.client.tutorial; import net.minecraft.client.gui.toasts.TutorialToast; import net.minecraft.util.MouseHelper; import net.minecraft.util.MovementInput; import net.minecraft.util.math.MathHelper; import net.minecraft.util.text.ITextComponent; import net.minecraft.util.text.<API key>; import net.mine...
'use strict'; var Component = require('../component'); /** * Base progress bar implementation. * * @constructor * @extends Component * * @param {Object} [config={}] init parameters (all inherited from the parent) * @param {number} [config.value=0] initial value * @param {number} [config.max=100] max progress va...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics.Contracts; namespace NeoComp.Threading { [ContractClass(typeof(<API key>))] public interface ISynchronized { SyncContext SyncRoot { get; } } [ContractClassFor(typeof(ISynchronized))...
<?php namespace Drupal\<API key>\Plugin\views\field; use Drupal\<API key>\Entity\<API key>; use Drupal\views\Plugin\views\field\FieldPluginBase; use Drupal\views\ResultRow; /** * Display counter of Register clicks. * * @ViewsField("<API key>") */ class RegisterCounter extends FieldPluginBase { /** * {@inheritd...
<!DOCTYPE html> <html> <head> <title>Donate - privacytools.io</title> <link href="css/bootstrap.min.css" rel="stylesheet"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="favicon.ico" type="image/ico"> </head> <body> <center> <br> <p> <a href="https: </p> <h1>Plea...
<?php $class = ( 'c' === get_user_setting( 'basismt' . get_the_ID() ) ) ? 'closed' : 'opened'; ?> <div class="basis-menu-product basis-menu-product-<?php echo esc_attr( $class ); ?>" id="basis-menu-product"> <div class="<API key>"> <ul class="<API key>"> <?php foreach ( <API key>()-><API key>() ...
using System; using System.ComponentModel; using System.Windows.Forms; using Meridian59.Protocol.Events; using Meridian59.Protocol.GameMessages; using Meridian59.Data.Models; using Meridian59.Common.Events; namespace Meridian59.AdminUI.Viewers { <summary> View for Data.Models.AdminInfo </summary> public...
#ifndef LIBOPENCM3_RNG_H #define LIBOPENCM3_RNG_H #include <libopencm3/stm32/memorymap.h> #include <libopencm3/cm3/common.h> /* Control register */ #define RNG_CR MMIO32(RNG_BASE + 0x00) /* Status register */ #define RNG_SR MMIO32(RNG_BASE + 0x04) /* Data register */ #define RNG_DR MMIO...
package org.omnirom.omniswitch.ui; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.graphics.Point; import android.graphics.Typeface; import android.graphics.drawable.Drawable; import android.os.Handler; import android...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>DbSequence::initial_value()</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="gener...
#include "<API key>.h" static <API key> <API key> = { { APC_UNCONSTRAINED, -1, -1, 0, 0 }, { APC_CONSTRAINED, 5, 5, 1, 27 } /* (SIZE(1..27)) */, 0, 0 /* No PER value map */ }; static asn_TYPE_member_t <API key>[] = { { ATF_POINTER, 0, 0, (<API key> | (16 << 2)), 0, ...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #include "utils/tracers/<API key>.hpp" #include <boost/filesystem.hpp> #include <boost/test/output_test_stream.hpp> #include "../../tests-common.hpp" namespace ns3 { namespace ndn { const boost::filesystem::path TEST_TRACE = boost::filesystem::path(TEST_...
/* * Implementation of registry frontend view functions. * Functions moved from reg_frontend.c to minimize linker deps. */ #include "includes.h" #include "system/passwd.h" /* uid_wrapper */ #include "registry.h" #include "reg_dispatcher.h" #include "../libcli/security/security.h" #undef DBGC_CLASS #define DBGC_CLASS...
#include <config.h> #include "system.h" #include <bitsetv.h> #include "getargs.h" #include "relation.h" void relation_print (relation r, relation_node size, FILE *out) { relation_node i; relation_node j; for (i = 0; i < size; ++i) { fprintf (out, "%3lu: ", (unsigned long int) i); if (r[i]) ...
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by Bomberman.rc #define IDI_BOMBER 101 // Next default values for new objects #ifdef APSTUDIO_INVOKED #ifndef <API key> #define <API key> 102 #define <API key> 40001 #define <API key> 1000 #de...
from __future__ import with_statement from sympy.printing.mathml import mathml import tempfile import os def print_gtk(x, start_viewer=True): """Print to Gtkmathview, a gtk widget capable of rendering MathML. Needs libgtkmathview-bin""" from sympy.utilities.mathml import c2p tmp = tempfile.mktemp() # c...
static uint8_t p_css_tab1[ 256 ] = { 0x33, 0x73, 0x3b, 0x26, 0x63, 0x23, 0x6b, 0x76, 0x3e, 0x7e, 0x36, 0x2b, 0x6e, 0x2e, 0x66, 0x7b, 0xd3, 0x93, 0xdb, 0x06, 0x43, 0x03, 0x4b, 0x96, 0xde, 0x9e, 0xd6, 0x0b, 0x4e, 0x0e, 0x46, 0x9b, 0x57, 0x17, 0x5f, 0x82, 0xc7, 0x87, 0xcf, 0x12, 0x5a, 0x1a, 0x52, 0...
// detail/win_static_mutex.hpp #ifndef <API key> #define <API key> #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include <boost/asio/detail/config.hpp> #if defined(BOOST_WINDOWS) #include <boost/asio/detail/scoped_lock.hpp> #include <boost/asio/detail/push_...
<?php class Time extends \phpws\Time{}
package net.shadowmage.ancientwarfare.npc.render; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.ItemRenderer; import net.minecraft.client.renderer.OpenGlHelper; import net.minecraft.client.renderer.Tessellator; import net.minecraft.client.renderer.texture.TextureManager; import net.minecra...
// Use of this source code is governed by a BSD-style // +build !appengine // Package subtle implements functions that are often useful in cryptographic // code but require careful thought to use correctly. package subtle // import "github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/crypto/internal/subtle" impo...
<?php namespace ApacheSolrForTypo3\Solr\System\Environment; use TYPO3\CMS\Core\Core\Environment; use TYPO3\CMS\Core\SingletonInterface; /** * Helper class for the cli environment helps to define the variables and constants * that are required in the cli context to allow frontend related operations in the cli context....
package console import ( "github.com/cgrates/cgrates/apier/v1" "github.com/cgrates/cgrates/utils" ) func init() { c := &CmdRemoveBalance{ name: "balance_remove", rpcMethod: "ApierV1.RemoveBalances", } commands[c.Name()] = c c.CommandExecuter = &CommandExecuter{c} } // Comman...
/* 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 */ #include <exception> #include "core/ini_parser.hpp" #include "cor...
#pragma once #include "ui/chat/attach/attach_prepare.h" #include "ui/image/image_prepare.h" #include <QtCore/QTimer> #include <QtCore/QMutex> namespace Core { class FileLocation; } // namespace Core namespace Media { namespace Clip { enum class State { Reading, Error, Finished, }; struct FrameRequest { ...
# -*- coding: utf-8 -*- # Generated by Django 1.9.11 on 2017-08-14 16:15 from __future__ import unicode_literals from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('parlamentares', '<API key>'), ] operations = [ migrations.AlterModelOptions( ...
#include "SC_WorldOptions.h" #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <math.h> #include "clz.h" #include <stdexcept> #ifdef _WIN32 #include <pthread.h> #include <winsock2.h> #else #include <sys/wait.h> #endif #ifdef _WIN32 // setlinebuf is equivalent to the setvbuf call below. inline int setl...
<?php $GLOBALS['<API key>'][] = 'pour'; $GLOBALS['<API key>'][] = 'condition'; /* le critere {tableau ...} des boucles pour:POUR */ function <API key>($idb, &$boucles, $crit) { $boucle = &$boucles[$idb]; if (isset($crit->param[0])){ $table = calculer_liste($crit->param[0], array(), $boucles, $boucle->id...
import { Template } from "meteor/templating"; Template.notFound.onCreated(() => { document.<API key>("head")[0].insertAdjacentHTML("beforeend", "<meta name='<API key>' content='404'>"); // todo report not found source });
function ViewManager() { var self = this; this.init = function () { self.bottomPane = $('bottom-pane'); self.viewThemeSelect = $('viewtheme-select'); if (!self.isIE6) { // Set up the column container reference, and make the container the // base for positioned ele...
def find_factorial_loop(n): factorial = 1 for i in range(n, 0, -1): # alternatively, for i in range(1, n + 1): factorial *= i return factorial def <API key>(n): if n == 0: return 1 else: return n * <API key>(n - 1) def main(): number = 5 print(find_factorial_loop(numb...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using LeagueSharp.Common; using SharpDX; namespace <API key>.Structures { class Monster { public struct MonsterBar { public int BarWidth; public int XOffset...
<?php require_once 'LorisTest.php'; class TestOfTimepointList extends LorisTest { /** * Test that the timepoint_list page is not accessible if * the user is not logged in * * @return null */ function testTPLLoggedOut() { $this->get( $this->url . "/main.php?test_n...
<HTML><BODY>A book called "Continents and Cosmology" stands out.<br> <Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button> </body></html>
#include <math.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <string.h> #include "../../src/common/dttypes.h" typedef float elem_type; #define ELEM_SWAP(a,b) { elem_type t=(a);(a)=(b);(b)=t; } static elem_type kth_smallest(elem_type a[], int n, int k) { int i,j,l,m ; elem_type x ; l=0 ; m...
package org.ovirt.engine.ui.webadmin.section.main.view.tab.network; import java.util.Arrays; import javax.inject.Inject; import org.ovirt.engine.core.common.businessentities.VM; import org.ovirt.engine.core.common.businessentities.network.NetworkView; import org.ovirt.engine.core.common.businessentities.network.VmNetwo...
/* bfgs.f -- translated by f2c (version 19991025). */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include "bfgs.h" void my_strcpy(char *s1, char *s2) { int i, len=strlen(s2); for (i=0; i<len; i++) s1[i]=s2[i]; } void Yanggradient (int n, const double x[], d...
# -*- coding: utf-8 -*- import random import re import threading import time from module.plugins.internal.Plugin import Plugin, Skip from module.plugins.internal.misc import Periodical, compare_time, decode, isiterable, lock, parse_size class Account(Plugin): __name__ = "Account" __type__ = "account" ...
package net.gravitydevelopment.anticheat.config.providers; import net.gravitydevelopment.anticheat.util.Group; import java.util.List; public interface Groups { /** * Get all groups. * * @return List of groups. */ public List<Group> getGroups(); /** * Get the highest level value assi...
#pragma once #include "common.h" extern bool <API key>; void <API key>(); void <API key>();
<!-- start: BREADCRUMB --> <div class="breadcrumb-wrapper"> <h4 class="mainTitle no-margin" translate="dashboard.WELCOME" translate-values="{ appName: app.name }">WELCOME TO CLIP-TWO</h4> <span class="mainDescription">overview &amp; stats </span> <div ncy-breadcrumb class="pull-right"></div> </div> <!-- end...
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="GENERATOR" CONTENT="Mozilla/4.08 [en] (X11; I; FreeBSD 2.2.8-19990120-SNAP i386) [Netscape]"> </HEAD> <BODY> <H2> <A NAME="Compatibility Commands"></A>Compatibility Commands</H2> The compatibility commands for old D...
package org.esa.snap.dataio.netcdf.metadata.profiles.cf; import ucar.nc2.Attribute; import java.util.List; import java.util.StringTokenizer; /** * Class to extract HDF originated geo info * * @author olafd */ public class <API key> { private List<Attribute> netcdfAttributes; private int xDim = -1; priva...
`post_url` ** `use_http` ** Q HTTP POST JSON `X-Self-ID` QQ http POST / HTTP/1.1 X-Self-ID: 123456 `secret` HMAC http POST / HTTP/1.1 X-Signature: sha1=<SHA1-like> X-Self-ID: 123456 `secret` HTTP HMAC SHA1 HTTP API HMAC [](https://zh.wikipedia.org/zh-cn/%E9%87%91%E9%91%B0%E9%9B%9C%E6%B9%8A%E8%A8%8A%E6%81%AF%E...
#include "objects.h" #include "errors.h" #include "game.h" #include "locations.h" #include "text.h" #include "variables.h" QSPObj qspCurObjects[QSP_MAXOBJECTS]; int qspCurObjectsCount = 0; int qspCurSelObject = -1; QSP_BOOL qspIsObjectsChanged = QSP_FALSE; QSP_BOOL qspCurIsShowObjs = QSP_TRUE; static void qspRemoveObje...
#ifndef <API key> #define <API key> #include "<API key>.h" class <API key> : public <API key> { Q_OBJECT public: <API key>(Qt::Orientation orient, QWidget *parent = 0); virtual ~<API key>(); virtual void triggerAction(QAction *action); private: <API key> *addActionButton(QAction *action); private sl...
package cz.incad.Kramerius.backend.guice; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import com.google.inject.Injector; /** * Base servlet for injecting. * @author pavels * TODO: Do it by guice way */ public class GuiceServlet extends HttpServle...
#region using System; using System.Collections.Generic; using LeagueSharp; using LeagueSharp.Common; using SharpDX; #endregion namespace Sion { internal class Program { private static Menu Config; public static Orbwalking.Orbwalker Orbwalker; public static Spell Q; public static ...
package com.amaze.filemanager.ui.notifications; import static android.app.NotificationManager.IMPORTANCE_HIGH; import static android.app.NotificationManager.IMPORTANCE_MIN; import static android.os.Build.VERSION_CODES.KITKAT; import static android.os.Build.VERSION_CODES.P; import static com.amaze.filemanager.ui.notific...
from __future__ import unicode_literals from __future__ import absolute_import from django.core.urlresolvers import reverse from django.test import TestCase from django.test.client import Client from django.template import Context, Template try: from django.test import override_settings except ImportError: from...
// SimpleScreen.cpp #include "stdafx.h" #include "SimpleScreen.h" using namespace std; // Point2D Point2D::Point2D() { x = -1; y = -1; } Point2D::Point2D(double x, double y) { this->x = x; this->y = y; } Point2D::~Point2D() { } // Point3D Point3D::Point3D() { } Point3D::Point3D(double x, double y, doubl...
#include "InertPhaseModel.H" #include "phaseSystem.H" // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // template<class BasePhaseModel> Foam::InertPhaseModel<BasePhaseModel>::InertPhaseModel ( const phaseSystem& fluid, const word& phaseName, const label index ) : BasePhaseMo...
namespace Meridian59.AdminUI.Viewers { partial class SpellsView { <summary> Erforderliche Designervariable. </summary> private System.ComponentModel.IContainer components = null; <summary> Verwendete Ressourcen bereinigen. </summary> <param name="d...
alter table document modify number_of_pages int(6);
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos/Networking/Responses/<API key>.proto #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflect...
#!/usr/bin/python import os, re aliases = os.listdir('/Users/greg/Documents/freex/') aliases = [a.lower() for a in aliases if '.freex' in a] aliases.sort(reverse=True) aliases = [re.escape(a.lower()) for a in aliases] aliasRegexpStr = '\\b'+'\\b|\\b'.join(aliases)+'\\b' aliasRegexpStr = aliasRegexpStr.replace('\\ ', ' ...
C C C Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. C C This program is free software; you can redistribute it and/or modify it C under the terms of version 2.1 of the GNU Lesser General Public License C as published by the Free Software Foundation. C C This program is distributed in the ho...
// $Id: power_module.cpp 5188 2012-08-30 00:31:31Z dub $ #include "power_module.hpp" #include "booksim_config.hpp" #include "buffer_monitor.hpp" #include "switch_monitor.hpp" #include "iq_router.hpp" Power_Module::Power_Module(Network * n , const Configuration &config) : Module( 0, "power_module" ){ string pfile = ...
#include "net/cookies/cookie_monster.h" #include <algorithm> #include <memory> #include <string> #include <vector> #include "base/bind.h" #include "base/location.h" #include "base/memory/ptr_util.h" #include "base/memory/ref_counted.h" #include "base/metrics/histogram.h" #include "base/metrics/histogram_samples.h" #inc...
# This file is released under the GNU GPL, version 3 or a later revision. # For further details see the COPYING file import os import re import logging import tempfile import argparse from twisted.internet.defer import inlineCallbacks import subprocess from email.Utils import getaddresses, parseaddr from email.message ...
<?php /** * Adapts select information into query parts for a particular sql query. Automatically determines count, * distinct, sums, columns and aliases. */ class <API key> { /** * Array of select clauses * @var array */ private $clauses; /**...
export { PromiseWrapper, Promise, PromiseCompleter } from 'angular2/src/core/facade/promise'; export declare namespace NodeJS { interface Timer { } } export declare class TimerWrapper { static setTimeout(fn: (...args: any[]) => void, millis: number): NodeJS.Timer; static clearTimeout(id: NodeJS.Timer): ...
package org.kramerius.importmets.valueobj; /** * Reprezentace digitalniho objektu * * @author xholcik */ public class FileDescriptor { private String filename; private StreamFileType fileType; public FileDescriptor(String filename, StreamFileType fileType) { super(); this.filename = file...
<?php define('NAVBAR_TITLE', 'Feedback'); define('HEADING_TITLE', 'Feedback'); define('TEXT_INFORMATION', ''); ?>
#ifndef <API key> #define <API key> #include <boost/context/detail/config.hpp> #include <algorithm> #include <cstddef> #include <cstdint> #include <cstdlib> #include <exception> #include <functional> #include <memory> #include <ostream> #include <tuple> #include <utility> #include <boost/assert.hpp> #include <boost/con...
#!/bin/bash # Makes a mashed up JS file containing what's needed to # run the Espruino code building pipeline # You can then just do: # Espruino.transform(js_code, { # SET_TIME_ON_WRITE : false, # PRETOKENISE : true # }).then(function(code) { # console.log(code); cd `dirname $0` cd .. echo Creating espruinotools....
namespace OrcaMDF.Core.MetaData.BaseTables { internal class sysallocunit : Row { private static readonly ISchema schema = new Schema(new[] { new DataColumn("auid", "bigint"), new DataColumn("type", "tinyint"), new DataColumn("ownerid", "bigint"...
<!DOCTYPE HTML PUBLIC "- <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Move to next entry</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="splfixedarray.key.html">SplFixedArra...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http: <head> <title>cuon.DMS.SingleDMS.SingleDMS</title> <link rel="stylesheet" href="epydoc.css" type="text/css"></link> </head> <body bgcolor="white" tex...
-- TE4 - T-Engine 4 -- This program is free software: you can redistribute it and/or modify -- (at your option) any later version. -- This program is distributed in the hope that it will be useful, -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- along with this program. If not, see <http: -- Nicola...
using System.Collections.Generic; using TouchScript.Hit; using UnityEngine; namespace TouchScript.Layers { <summary> Touch layer which works with Unity 4.3+ 2d physics. Can pick 2d objects hit by touches in right order. </summary> [AddComponentMenu("TouchScript/Layers/Camera Layer 2D")] [HelpURL("ht...
#ifndef Yarr_h #define Yarr_h #include <limits.h> #include "YarrInterpreter.h" #include "YarrPattern.h" namespace JSC { namespace Yarr { #define <API key> 1 // Only for !fixed quantifiers. #define <API key> 1 // Only for !fixed quantifiers. #define <API key> 2 #define <API key> 1 // One per alternative. #define <API ke...
namespace BullsAndCows.Services { using System.Web; using System.Web.Optimization; public class BundleConfig { public static void RegisterBundles(BundleCollection bundles) { bundles.Add(new ScriptBundle("~/bundles/jquery").Include( "~/Scripts/jquery-{v...
<!DOCTYPE html> <html> <link rel='stylesheet' type='text/css' href='reference-style.css'> <style> body > button:nth-child(1) { -moz-transform: matrix(1, -0.2, 0, 1, 0, 0); } body > button:nth-child(2) { -moz-transform: translateX(15em) matrix(1, 0, 0.6, 1, 0, 0); } body > button:nth-child(3) { -moz-tran...
package com.ludei.inapptest; import android.content.Context; import com.ludei.inapps.InAppService; import com.ludei.inapps.amazon.AmazonInAppService; public class InAppServiceCreator { public static InAppService create(Context ctx) { return new AmazonInAppService(ctx); } }
use dom::bindings::codegen::Bindings::ElementBinding::ElementMethods; use dom::bindings::codegen::Bindings::<API key>::<API key>; use dom::bindings::codegen::Bindings::<API key>; use dom::bindings::codegen::Bindings::<API key>::<API key>; use dom::bindings::codegen::Bindings::NodeBinding::NodeBinding::NodeMethods; use ...
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ var UBound = 0; var BUGNUMBER = 203841; var summary = 'Testing merged if-clauses'; var status = ''; var statusitems = []; var actual = ''; var actualvalues = []; var expect= ''; var expectedvalues = []; status = inSection(1); var a = 0; var b = 0; var c = 0; if (a...
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/datastore/v1/query.proto package datastore // import "google.golang.org/genproto/googleapis/datastore/v1" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import wrappers "github.com/golang/protobuf/ptypes/wrappers" im...
package lz4 import ( "encoding/binary" "fmt" "math/bits" ) // blockHash hashes the lower 6 bytes into a value < htSize. func blockHash(x uint64) uint32 { const prime6bytes = 227718039650203 return uint32(((x << (64 - 48)) * prime6bytes) >> (64 - hashLog)) } // CompressBlockBound returns the maximum ...
<?php if (!defined('sugarEntry') || !sugarEntry) { die('Not A Valid Entry Point'); } require_once('include/MVC/View/views/view.detail.php'); class FP_eventsViewDetail extends ViewDetail { public $currSymbol; public function __construct() { parent::__construct(); } /** * @deprecated ...
import gevent import itertools from inbox.config import config from inbox.ignition import engine_manager from inbox.models.session import <API key> from inbox.models import Account from inbox.util.concurrency import retry_with_logging from inbox.util.stats import statsd_client from nylas.logging import get_logger from ...
window.ASC.Files.Folders = (function () { var tasksTimeout = null; var bulkStatuses = false; var isFirstLoad = true; var currentFolder = {}; var folderContainer = ""; var eventAfter = null; var typeNewDoc = ""; var isCopyTo = false; /* Methods*/ var getFolderItems = function (isA...
import requests import urllib from bountyfunding.core.config import config from bountyfunding.core.models import db, Payment from bountyfunding.core.const import PaymentGateway from bountyfunding.core.errors import Error from bountyfunding.core.payment import get_paypal_url class <API key>: def create_payment(self,...
<?php if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); /** * Base database driver implementation * @api */ abstract class DBManager { /** * Name of database * @var resource */ public $database = null; /** * Indicates whether we should die when we get an error ...
# -*- coding: utf-8 -*- """ LMS index (home) page. """ from bok_choy.page_object import PageObject from . import BASE_URL BANNER_SELECTOR = 'section.home header div.outer-wrapper div.title hgroup h1' <API key> = 'div.play-intro' <API key> = 'section#video-modal.modal.<API key>.video-modal' class IndexPage(PageObject): ...
package collections.ship.marshal; import com.sleepycat.bind.tuple.TupleInput; import com.sleepycat.bind.tuple.TupleOutput; /** * A SupplierKey serves as the key in the key/data pair for a supplier entity. * * <p> In this sample, SupplierKey is bound to the stored key tuple entry by * implementing the MarshalledKey ...