answer
stringlengths
15
1.25M
#! /bin/bash # -*- OpenSAF -*- # This program is distributed in the hope that it will be useful, but # See the Copying file included with the OpenSAF distribution for full # licensing terms. # The parameters in this file are inputs to run_osaf_tests.sh. # Supply a file like this for the -e option envfile, or # om...
// Import section // STL #include <cassert> // STDAIR #include <stdair/bom/SegmentDate.hpp> // AIRINV #include <airinv/bom/SegmentStruct.hpp> namespace AIRINV { const std::string SegmentStruct::describe() const { std::ostringstream ostr; ostr << " " << _boardingPoint << " / " << boost::posix_time:...
#ifndef <API key> #define <API key> #if ENABLE(FTL_JIT) #include "DFGNodeType.h" #include "<API key>.h" #include "FTLExitValue.h" #include <wtf/Noncopyable.h> namespace JSC { class TrackedReferences; namespace FTL { class <API key> { <API key>(<API key>) public: <API key>(DFG::NodeType, CodeOrigin); ~<API k...
// library.C // This file is part of Daisy. // Daisy is free software; you can redistribute it and/or modify // (at your option) any later version. // Daisy is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // along with Daisy; if not, write to the Free ...
<html> <head> <script src="../http/tests/inspector/inspector-test.js"></script> <script> function test() { function TestView(viewName) { WebInspector.View.call(this); this._viewName = viewName; InspectorTest.addResult(this._viewName + "()"); } TestView.prototype = { show:...
// @sect3{Include files} // We start by including all the necessary deal.II header files and some C++ // related ones. Each one of them has been discussed in previous tutorial // programs, so we will not get into details here. #include <deal.II/base/parameter_handler.h> #include <deal.II/base/point.h> #include <deal.II...
// FILE: <API key>.cs // CONTENTS: // Implementation of <API key> for GPSTIME11 items (version 2). // PROGRAMMERS: // (c) of the C# port 2014 by Shinta <shintadono@googlemail.com> // This is free software; you can redistribute and/or modify it under the // terms of the GNU Lesser General Licence as publ...
#ifndef DEBUGGER_PROTOCOL_H #define DEBUGGER_PROTOCOL_H #include <QByteArray> #include <QList> #include <QString> #include <functional> #include <vector> namespace Debugger { namespace Internal { class DebuggerResponse; // Convenience structure to build up backend commands. class DebuggerCommand { public: typedef s...
#ifndef MIMWIDGET_P_H #define MIMWIDGET_P_H #include "mimwidget.h" #include <QPixmap> class MImWidgetPrivate { Q_DECLARE_PUBLIC(MImWidget); protected: MImWidget *q_ptr; public: explicit MImWidgetPrivate(); virtual ~MImWidgetPrivate(); }; #endif // MIMWIDGET_P_H
import cockpit from 'cockpit'; import * as service from 'service'; import { debounce } from 'throttle-debounce'; import * as utils from './utils'; var firewall = { owner: null, installed: true, enabled: false, readonly: true, services: {}, enabledServices: new Set(), /* Dictionary where zone...
<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>@DOC_TITLE@</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" height="10%" bgcolor="#FFFFFF"> <tr> <td colspan="2"><p><A href=http: <td colspan="2"> <strong><...
package org.parallelj.launching.transport.tcp.command.option; import java.util.Iterator; import org.parallelj.launching.Launch; import org.parallelj.launching.<API key>; import org.parallelj.launching.inout.Argument; import org.parallelj.launching.parser.ParserException; import org.parallelj.launching.remote.RemoteProg...
#include "eventlist.hh" #include "testing.hh" #include "internal.hh" BSE_INTEGRITY_TEST (bse_event_list); static void bse_event_list () { struct Control { uint tick = 0; Control (uint t = 0) : tick (t) {} static int compare_order (const Control &a, const Control &b) { return int (a.tick) - i...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>LCOV - doc-coverage.info - Cqrs.MongoDB/Events/<API key>.cs</title> <link rel="stylesheet" type="text/css" href="../../gcov.css"> </head> <body> <tab...
#ifndef <API key> #define <API key> #include "Models/Bart/<API key>.hpp" #include "Models/Bart/PosteriorSamplers/<API key>.hpp" #include "Models/Glm/PosteriorSamplers/BregVsSampler.hpp" #include "Models/PosteriorSamplers/PosteriorSampler.hpp" namespace BOOM { // Combines the regression component of the <API key> //...
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <iv.h> #include <iv_fd_pump.h> #include <iv_list.h> #include <iv_tls.h> #include <string.h> #include <sys/ioctl.h> #include "iv_private.h" struct iv_fd_pump_thr_info { int num_bufs; struct iv_list_head bufs; }; static void buf_purg...
#ifndef QAUDIODEVICEINFO_H #define QAUDIODEVICEINFO_H #include <QtCore/qobject.h> #include <QtCore/qbytearray.h> #include <QtCore/qstring.h> #include <QtCore/qstringlist.h> #include <QtCore/qlist.h> #include <qmobilityglobal.h> #include <qtmedianamespace.h> #include <qaudio.h> #include <qaudioformat.h> QT_BEGIN_HEADER ...
package org.hibernate.internal.jaxb; /** * From what type of source did we obtain the data * * @author Steve Ebersole */ public enum SourceType { RESOURCE, FILE, INPUT_STREAM, URL, STRING, DOM, JAR, ANNOTATION, OTHER }
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>CQRS.NET: Member List...
package polyglot.ext.coffer.extension; import polyglot.ast.*; import polyglot.types.*; import polyglot.util.*; import polyglot.visit.*; import polyglot.ext.jl.ast.*; import polyglot.ext.coffer.ast.*; import polyglot.ext.coffer.types.*; import java.util.*; public class AssignDel_c extends JL_c { public Node typeChec...
// The LLVM Compiler Infrastructure // This file is distributed under the University of Illinois Open Source // This pass exposes codegen information to IR-level passes. Every // transformation that uses codegen information is broken into three parts: // 1. The IR-level analysis pass. // 2. The IR-l...
export APPLICATION = periph_pwm include ../Makefile.tests_common BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h native qemu-i386 redbee-econotag telosb \ wsn430-v1_3b wsn430-v1_4 z1 # all listed boards: no periph_conf.h defined, USEMODULE += vtimer DISABLE_MODULE += auto_init include $(RIOT...
@external cmsState, html-face; div.fieldsetVisible { border: solid 1px value("constants.css.borderColor"); background: value("constants.css.<API key>"); min-height: 8px; position: relative; overflow: visible; margin: 10px 0px 5px; } div.fieldsetInvisible { /** Use the same color as the backg...
#define LWIP_INTERNAL extern "C" { #include "osapi.h" #include "ets_sys.h" } #include "debug.h" #include "ESP8266WiFi.h" #include "WiFiClient.h" #include "WiFiServer.h" #include "lwip/opt.h" #include "lwip/tcp.h" #include "lwip/inet.h" #include "cbuf.h" #include "include/ClientContext.h" WiFiServer::WiFiServer(...
require "rexml/document" require 'stringio' module Library::StepsHelper def get_param_from_jcl(jcl_str) regex = /<%(\S+)%>/ result = jcl_str.scan(regex) result = result | result arr = Array.new result.each do |item| arr << item[0] end return arr ...
#include <QtGui> #include "window.h" Window::Window(QWidget *parent) : QWidget(parent) { QLabel *textLabel = new QLabel(tr("Data:"), this); textBrowser = new QTextBrowser(this); QLabel *mimeTypeLabel = new QLabel(tr("MIME types:"), this); mimeTypeCombo = new QComboBox(this); QVBoxLayout *layout ...
// JCSP ("CSP for Java") Libraries // // 2001-2004 Quickstone Technologies Limited. // // This library is free software; you can redistribute it and/or // // modify it under the terms of the GNU Lesser General Public // // version. ...
// This file is part of the deal.II library. // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // the top level of the deal.II distribution. // document bug in parallel::distributed::GridRefinement // ::<API key>() and fixed_fraction(...
#!/usr/bin/env bash # This script contains only functions that can be used in other bash scripts function <API key>() { sed -i 's/\(shortlink\.urlstub=http:.*:\)\(.*\)/\1'"$1"'/' conf/config.properties }
package org.pentaho.di.www; import java.io.<API key>; import java.io.IOException; import java.io.PrintWriter; import java.net.URLEncoder; import java.util.zip.GZIPOutputStream; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org....
package org.opencms.setup.xml.v8; import org.opencms.configuration.<API key>; import org.opencms.configuration.<API key>; import org.opencms.configuration.<API key>; import org.opencms.setup.xml.A_CmsXmlWorkplace; import org.opencms.setup.xml.CmsSetupXmlHelper; import org.opencms.util.CmsStringUtil; import java.util.Ar...
package dr.evolution.io; import dr.evolution.alignment.Alignment; import dr.evolution.alignment.SimpleAlignment; import dr.evolution.datatype.AminoAcids; import dr.evolution.datatype.DataType; import dr.evolution.datatype.Nucleotides; import dr.evolution.datatype.TwoStates; import dr.evolution.sequence.Sequence; import...
#include <sys/time.h> #include <sys/resource.h> #include <iostream> #include <iomanip> class Timer { public: void start() { getrusage(RUSAGE_SELF, &before); } void stop() { getrusage(RUSAGE_SELF, &after); } long print(char *message) { long msecs_user = ((after.ru_utime.tv_sec - before.ru_utime.tv_...
package org.dresdenocl.debug.ui.launch; import org.dresdenocl.debug.ui.OclDebugUIPlugin; import org.eclipse.debug.core.DebugPlugin; import org.eclipse.debug.core.<API key>; import org.eclipse.debug.core.ILaunchManager; /** * @author Lars Schuetze * */ /** * A class that converts the current selection or active edit...
package org.molgenis.test.data.staticentity.bidirectional.person2; import org.molgenis.data.<API key>; import org.molgenis.data.populate.EntityPopulator; import org.molgenis.test.data.staticentity.bidirectional.Person; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype....
package org.dresdenocl.standardlibrary.java.internal.library; import java.util.ArrayList; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Set; import org.dresdenocl.essentialocl.EssentialOclPlugin; import org.dresdenocl.essentialocl.standardlibrary.OclAny; import org.dresd...
KITSUNE_PATH = ../../../../../../bin KITSUNE_LDFLAGS = -L$(KITSUNE_PATH) -lkitsune -ldl KITSUNE_CFLAGS = -I$(KITSUNE_PATH) -fPIC KTCC = $(KITSUNE_PATH)/ktcc PROG = keyvalueserver SOURCE = keyvalueserver.c CFLAGS = -O2 -fomit-frame-pointer -g $(KITSUNE_CFLAGS) all: $(PROG) $(PROG).so %.o: %.c $(KTCC) $(CFLAGS) -c $...
import sys from services.spawn import MobileTemplate from services.spawn import WeaponTemplate from resources.datatables import WeaponType from resources.datatables import Difficulty from resources.datatables import Options from java.util import Vector def addTemplate(core): mobileTemplate = MobileTemplate() mo...
// Generated by the J2ObjC translator. DO NOT EDIT! // source: android/libcore/luni/src/main/java/java/util/concurrent/locks/<API key>.java #ifndef <API key> #define <API key> @class JavaLangThread; #include "J2ObjC_header.h" #include "java/io/Serializable.h" #define <API key> <API key> @interface <API key> : NSObje...
using LKCamelot.library; using LKCamelot.model; namespace LKCamelot.script.item { public class EnamelLeather : BaseArmor { public override string Name { get { return "Enamel Leather"; } } public override int DamBase { get { return 0; } } public override int ACBase { get { return 101; } }...
#ifndef BD_PARSE_H #define BD_PARSE_H #include<stdio.h> #include<vector> #include"platform_types.h" #include <QObject> #include <innovEngine_sdk.h> #define MAX_PATH 260 #define MAX_FIELD_LENGTH 16 #define FIELD_BUFFER_LENGTH (MAX_FIELD_LENGTH + 1) #define TIME_BAD_VALUE (UINT32)0xFFFFFFFFL #define DATE_BAD_VAL...
.button { -fx-font-weight: bold; } .add { -fx-color: YellowGreen ; } .del { -fx-color: Tomato ; }
package org.radargun.stages; import org.radargun.CacheWrapper; import org.radargun.DistStageAck; import org.radargun.state.MasterState; import org.radargun.stressors.PutGetStressor; import org.radargun.stressors.StringKeyGenerator; import org.radargun.utils.Utils; import java.util.HashMap; import java.util.List; import...
<?php namespace Phing\Task\System\Pdo; use Exception; use PDO; use PDOException; use PDOStatement; use Phing\Exception\BuildException; use Phing\Io\File; use Phing\Io\IOException; use Phing\Io\Reader; use Phing\Project; use Phing\Task\System\Condition\Condition; use Phing\Type\Element\FileListAware; use Phing\Type\Elem...
'use strict'; angular.module('gumga.translate.filter', ['gumga.translate.filter.filter'])
package org.datacleaner.connection; import java.util.Arrays; import junit.framework.TestCase; public class <API key> extends TestCase { public void <API key>() throws Exception { final MongoDbDatastore ds1 = new MongoDbDatastore("mongo", "localhost", 27017, "db", "user", "pw"); final MongoDbDatastor...
/* Listing 57-3 */ #include "us_xfr.h" #define BACKLOG 5 int main(int argc, char *argv[]) { struct sockaddr_un addr; int sfd, cfd; ssize_t numRead; char buf[BUF_SIZE]; sfd = socket(AF_UNIX, SOCK_STREAM, 0); if (sfd == -1) errExit("socket"); /* Construct server socket address, bind so...
html { -<API key>: 100%; -ms-text-size-adjust: 100%; } .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxh...
#include "core/ActionPilot.h" #include "core/ActionRegister.h" #include "<API key>.h" #include "AdjacencyMatrixBase.h" #include "core/PlumedMain.h" #include "core/ActionSet.h" #include "tools/OFile.h" namespace PLMD { namespace adjmat { //+PLUMEDOC CONCOMP DUMPGRAPH /* Write out the connectivity of the nodes in the gra...
// This file is part of FiVES. // FiVES is free software: you can redistribute it and/or modify // the Free Software Foundation (LGPL v3) // FiVES is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the using System; using System.Collections.Generic; namespace...
<?php $parser = new \CoreTyson\<API key>\Parser\MoFileParser(); var_dump($parser->parse(ROOT.'/test/testApp/Locale/general.mo'));
#include "cgm/TextElement.h" NITFPRIV(void) textPrint(NITF_DATA* data) { cgm_TextElement* text = (cgm_TextElement*)data; if (text->attributes) <API key>( text->attributes ); printf("\tText: "); if (text->text) cgm_Text_print(text->text); } NITFPRIV(void) textDestroy(NITF_DATA* data) { ...
package orgomg.cwm.analysis.transformation; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EEnum; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import orgomg.cwm.foundation.softwaredeployment.<API key>; import orgomg.cwm.objec...
package org.fenixedu.cms.domain; import com.google.common.collect.Sets; import org.fenixedu.bennu.core.security.Authenticate; import org.fenixedu.bennu.core.signals.DomainObjectEvent; import org.fenixedu.bennu.core.signals.Signal; import org.fenixedu.cms.domain.wraps.Wrap; import org.fenixedu.cms.domain.wraps.Wrappable...
.libs { border: 1px solid #ccc; padding: 5px 10px; margin-top: 5px; } .libs .gwt-Tree img { /* hack to align rows */ margin-left: 6px; } .libFilter input { margin-right: 3px; } .libFilter { } .libFilter td { padding-right: 15px; } .nolibs { padding: 0 0 0 20px; font-size: 93%; }
namespace LiveResults.Client { partial class OEForm { <summary> Required designer variable. </summary> private System.ComponentModel.IContainer components = null; <summary> Clean up any resources being used. </summary> <param name="disposing">true ...
package org.alfresco.repo.search.impl.querymodel.impl.db; import java.util.Map; import org.alfresco.repo.search.impl.querymodel.Argument; import org.alfresco.repo.search.impl.querymodel.Function; import org.alfresco.repo.search.impl.querymodel.impl.<API key>; /** * @author Andy * */ public class DBFunctionArgument e...
package org.molgenis.core.ui.data.system.core; import org.molgenis.data.<API key>; import org.molgenis.data.populate.EntityPopulator; import org.springframework.stereotype.Component; @Component public class <API key> extends <API key><FreemarkerTemplate, <API key>, String> { <API key>(<API key> freemarkerTe...
#include "ndpi_protocols.h" #ifdef NDPI_PROTOCOL_NTP static void <API key>(struct <API key> *ndpi_struct, struct ndpi_flow_struct *flow) { <API key>(ndpi_struct, flow, NDPI_PROTOCOL_NTP, <API key>); } /* detection also works asymmetrically */ void ndpi_search_ntp_udp(struct <API key> *ndpi_struct,...
qx.Class.define("org.jspresso.framework.application.frontend.command.remote.<API key>", { extend: org.jspresso.framework.application.frontend.command.remote.RemoteCommand, construct: function () { this.base(arguments); }, properties: { newSections: { check: "Array" } } });
#if !defined( <API key> ) #define <API key> #include <common.h> /* Define <API key> for local use of libcstring */ #if defined( <API key> ) #include <<API key>.h> #include <<API key>.h> #include <<API key>.h> #include <libcstring_types.h> #include <<API key>.h> #else /* If libtool DLL support is enabled set <API key> ...
package Genome::File::BedPe::Header; use strict; use warnings; sub new { my ($class, $lines) = @_; $lines = [] unless defined $lines; my $self = { lines => $lines, custom_fields => [], _custom_field_idx => {}, }; bless $self, $class; return $self; } sub <API key> { my...
/** * message.css * * @module Global * @submodule Message * @type Layout * @version $Id$ * @author Inaki */ /* MSG */ .msg-list { background-color: #FDFDFD; } .msg-list .main-list-item { border-bottom: 0 none; } .msg-word-count { color: #B2C0D1; font-family: Constantia, Georgia; font-size: 16px; ...
qx.Class.define("org.jspresso.framework.application.frontend.command.remote.<API key>", { extend: org.jspresso.framework.application.frontend.command.remote.RemoteCommand, construct: function () { this.base(arguments); }, properties: { snapshotId: { check: "String", nullable: true }, ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.17"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>libwkhtmltox: src/lib...
from ajenti.ui import * from ajenti.com import implements from ajenti.app.api import ICategoryProvider from ajenti.app.helpers import * from ajenti.utils import * import backend class UsersPlugin(CategoryPlugin): text = 'Users' icon = '/dl/users/icon_small.png' folder = 'system' platform =['Ubuntu', 'De...
#if 0 #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <time.h> #ifdef PIL_LINUX #include <sys/time.h> #include <sys/timeb.h> #endif #if defined(PIL_WINDOWS) || defined(PIL_MINGW) #include <windows.h> #endif #include "base/base.h" #include "Time.h" namespace pi { time functions ru64 tm_get_millis(voi...
package modpacktweaks.client.gui.library.gui.element; import modpacktweaks.client.gui.library.gui.IGuiBase; import modpacktweaks.client.gui.library.gui.utils.GuiUtils; import net.minecraft.item.ItemStack; import org.lwjgl.opengl.GL11; public class <API key> extends ElementItemIcon { public <API key>(IGuiBase parent...
// System.Xml.IXmlLineInfo.cs // Jason Diamond (jason@injektilo.org) // 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 i...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title><API key> xref</title> <link type="text/css" rel="stylesheet" href="../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../apidocs/org/jaxen/<API key>.html">View Javadoc</...
#define BOOST_TEST_MODULE <API key> #include <boost/test/unit_test.hpp> #include <boost/test/<API key>.hpp> #include <shark/Algorithms/GradientDescent/TrustRegionNewton.h> #include <shark/ObjectiveFunctions/Benchmarks/Rosenbrock.h> #include <shark/ObjectiveFunctions/Benchmarks/Ellipsoid.h> #include "../testFunction.h" ...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using PcapDotNet.Base; namespace PcapDotNet.Packets.Dns { <summary> Faltstrom. <pre> + | bit | 0-15 | 16-31 | + | 0 | Priority | Weight | + | 32 | Target | ...
<!DOCTYPE html > <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="../libraries/RGraph.common.core.js" ></script> <script src="../libraries/RGraph.common.effects.js" ></script> <script src="../libraries/RGraph.pie.js" ></script> <script src="../libr...
package edu.umd.cs.findbugs.ba; import java.io.IOException; import org.apache.bcel.classfile.JavaClass; import org.apache.bcel.classfile.Method; import org.apache.bcel.generic.MethodGen; /** * A test driver for dataflow analysis classes. * It runs the dataflow analysis on the methods of a single class, * and has opt...
<?php /** * Abstract Class controller */ abstract class controller { protected $model; protected $userRole = <API key>::ROLE_TRANSLATOR; /** * @var Users_UserStruct */ protected $logged_user; protected $uid; protected $userIsLogged = false; protected $userMail; /** * Con...
package com.darkona.adventurebackpack.inventory; import com.darkona.adventurebackpack.item.<API key>; import com.darkona.adventurebackpack.item.ItemHose; import net.minecraft.inventory.IInventory; import net.minecraft.item.*; public class SlotTool extends <API key> { public SlotTool(IInventory inventory, int id, in...
#include "send.h" #include <libnfe/libnfe.h> #include <libnfe/errno.h> #include <libnfe/gen_xml.h> #include <curl/curl.h> #include <openssl/evp.h> #include <openssl/ssl.h> #include <openssl/crypto.h> #include <openssl/pem.h> #include <stdio.h> #include <openssl/x509.h> #include <openssl/rsa.h> #include <libxml/xmlwrite...
package bulkio; public class SizeOf <T> { public <T extends Object> int sizeof() { return 0; } } class FloatSize extends SizeOf< Float > { public FloatSize() {}; public < T > int sizeof() { return bytes(); }; public static int bytes() { return 4; } } class DoubleSize...
'use strict'; const crypto = require('crypto'); /** * Utility class for generating, parsing, and validating tokens. * @type {Token} */ module.exports = class Token { /** * Generates a token. * @param {number} timeout Number of minutes before the token is expired. * @param {string} algorithm Algori...
package pl.starchasers.launcher.utils; import java.io.BufferedInputStream; import java.io.<API key>; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Enumeration; import java.util.zip.ZipEntry; import java.uti...
<?php namespace BitWasp\Bitcoin\Mnemonic\Electrum\Wordlist; use BitWasp\Bitcoin\Mnemonic\Electrum\<API key>; use BitWasp\Bitcoin\Mnemonic\WordList; class EnglishWordList extends WordList implements <API key> { /** * @var array */ private $wordsFlipped; /** * @return int */ public fun...
require 'rdf/ntriples' # override several inspect functions to improve output for what we're doing class RDF::Literal def inspect RDF::NTriples::Writer.serialize(self) + " R:L:(#{self.class.to_s.match(/([^:]*)$/)})" end end class RDF::URI def inspect RDF::NTriples::Writer.serialize(self) end end class R...
*DECK DGBCO SUBROUTINE DGBCO (ABD, LDA, N, ML, MU, IPVT, RCOND, Z) C***BEGIN PROLOGUE DGBCO C***PURPOSE Factor a band matrix by Gaussian elimination and C estimate the condition number of the matrix. C***LIBRARY SLATEC (LINPACK) C***CATEGORY D2A2 C***TYPE DOUBLE PRECISION (SGBCO-S, DGBCO-D, C...
#include "Rendering.h" <API key>::<API key>(Cauldron::TriangleSoup3V3N2T * S) { // find texture resource _Soup = S; _TextureResource = cauldron::FindTexture(S->GetTexturePtr()); _Compiled = false; } <API key>::~<API key>() { glDeleteLists(_DisplayList, 1); } void <API key>::render(fConfiguration con...
title: "" permalink: /sds/2/x/db/<API key>/ sidebar: nav: "lMenu-SDS-2.x" [As an importable databricks notebook](https://lamastex.github.io/<API key>/sds/2/x/db/<API key>.html) <iframe src="https://lamastex.github.io/<API key>/sds/2/x/db/<API key>" width="1080" height="1080" frameborder="0"></iframe>
var convert = require('./convert'); module.exports = convert('split', require('../split'));
""" Amazon MWS Finances API """ from __future__ import absolute_import from ..mws import MWS # from .. import utils from ..decorators import next_token_action class Finances(MWS): URI = "/Finances/2015-05-01" VERSION = "2015-05-01" NS = '{https://mws.amazonservices.com/Finances/2015-05-01}' <API key> = ...
package app.logic.activity.live; public class CarouselImgInfo { private String carousel_id ; private String update_time ; private String descr ; private String create_time ; private String image ; private String address ; public CarouselImgInfo(){ } public String getCarousel_id() { ...
#!/usr/bin/python -u from __future__ import print_function import json import optparse import sys import subprocess parser = optparse.OptionParser() parser.add_option('--buck-test-info') (options, args) = parser.parse_args() if options.buck_test_info is not None: with open(options.buck_test_info) as f: test...
/* $NetBSD: stdio.h,v 1.88 2013/05/04 18:30:14 christos Exp $ */ #ifndef _STDIO_H_ #define _STDIO_H_ #include <sys/cdefs.h> #include <sys/featuretest.h> #include <sys/ansi.h> #ifdef _BSD_SIZE_T_ typedef _BSD_SIZE_T_ size_t; #undef _BSD_SIZE_T_ #endif #ifdef _BSD_SSIZE_T_ typedef _BSD_SSIZE...
goog.provide('ng.material.components.icon'); goog.require('ng.material.core'); /** * @ngdoc module * @name material.components.icon * @description * Icon */ angular.module('material.components.icon', ['material.core']); angular .module('material.components.icon') .directive('mdIcon', ['$mdIcon', '$mdTheming', ...
import Config from '../../Config'; import Component from './Component'; import Assets from '../../utils/assets'; class ErrorSet extends Component { constructor() { super(); } public render(): void { let width: number = this.config.get('width'), height: number = this.config.get('h...
class StorageProfile < ApplicationRecord belongs_to :<API key> has_many :<API key>, :dependent => :destroy has_many :storages, :through => :<API key> has_many :vms_and_templates, :dependent => :nullify has_many :disks, :dependent => :nullify end
package org.andidev.applicationname.entity.abstracts; import java.util.UUID; import javax.persistence.*; import lombok.AccessLevel; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; import org.apache.commons.lang3.builder.<API key>; import org.apache.commons.lang3.builder.ToStringBuilder; imp...
# File: Leaf.pm # Description: Read Creo Leaf EXIF meta information # Revisions: 09/28/2005 - P. Harvey Created package Image::ExifTool::Leaf; use strict; use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; $VERSION = '1.07'; sub ProcessLeaf($$$); %Image::ExifTool:...
package gridsim.datagrid; import gridsim.ParameterException; /** * A class for representing a physical file in a DataGrid environment * * @author Uros Cibej and Anthony Sulistio * @since GridSim Toolkit 4.0 */ public class File { private String name_; // logical file name private FileAttribute...
package jef.database.routing.sql; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import jef.database.Condition.Operator; import jef.database.jdbc.result.ResultSetContainer; import jef.database.jdbc.statement.<API key>; import jef.database.jsql...
<?php namespace BingAds\AdIntelligence; final class <API key> { public $TotalNumEntries; public $Entries; }
/ [<API key>.ts] class C1<T, U, V> { constructor(private k: T, protected [a, b, c]: [T,U,V]) { if ((b === undefined && c === undefined) || (this.b === undefined && this.c === undefined)) { this.a = a || k; } } public getA() { return this.a } public getB() { ...
import os import sys #PYTHON_DIR = join(dirname(__file__), '/opt/ofelia/vt_manager/src/python/') PYTHON_DIR = os.path.join(os.path.dirname(__file__), "../..") # This is needed because wsgi disallows using stdout sys.stdout = sys.stderr os.environ['<API key>'] = 'vt_manager.settings.settingsLoader' sys.path.insert(0,PYT...