answer stringlengths 15 1.25M |
|---|
#ifndef <API key>
#define <API key>
#include <Berlin/config.hh>
#include <Berlin/Console.hh>
#include <string>
extern "C"
{
#include <ggi/ggi-unix.h>
}
namespace Berlin
{
namespace Console_Extension
{
class GGIDrawable : public virtual Berlin::Console::Drawable
{
public:
virtual const std::string ... |
#ifndef QRGB_H
#define QRGB_H
#include <QtCore/qglobal.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
QT_MODULE(Gui)
typedef unsigned int QRgb; // RGB triplet
const QRgb RGB_MASK = 0x00ffffff; // masks RGB values
Q_GUI_EXPORT_INLINE int qRed(QRgb rgb) // get red part of R... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Mon Sep 29 10:45:19 PDT 2014 -->
<title>Uses of Class org.minueto.<API key> (MinuetoAPI API)</title>
<meta name="date" content="2014-09-29">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.... |
/**
* @defgroup Win Win
* @ingroup Elementary
*
* @image html <API key>.png
* @image latex <API key>.eps
*
* @image html img/widget/win/preview-00.png
* @image latex img/widget/win/preview-00.eps
*
* The window class of Elementary. Contains functions to manipulate
* windows. The Evas engine used to render th... |
<?php
/**
* @package tikiwiki
*/
$section = 'surveys';
require_once('tiki-setup.php');
include_once('lib/surveys/surveylib.php');
$auto_query_args = ['sort_mode', 'offset', 'find'];
$access->check_feature('feature_surveys');
$access->check_permission('<API key>');
if (! isset($_REQUEST["sort_mode"])) {
$sort_mode... |
/*
* Interfaces MIB group interface - interfaces.h
*
*/
#ifndef <API key>
#define <API key>
/***********************************************************************
* configure macros
*/
config_require(util_funcs)
/*
* conflicts with the new MFD rewrite
*/
config_exclude(if-mib/ifTable/ifTable)
#if !defined(WIN... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Sun Mar 20 22:06:58 PDT 2016 -->
<title>Uses of Package com.JasonILTG.ScienceMod.item.armor</title>
<meta name="date" content="2016-03-20">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css... |
#ifndef OGR_CORE_H_INCLUDED
#define OGR_CORE_H_INCLUDED
#include "cpl_port.h"
#include "gdal_version.h"
/**
* \file
*
* Core portability services for cross-platform OGR code.
*/
/**
* Simple container for a bounding region.
*/
#if defined(__cplusplus) && !defined(<API key>)
class CPL_DLL OGREnvelope
{
public:
OGR... |
#ifndef <API key>
#define <API key>
#include "FemusConfig.hpp"
#ifdef HAVE_PETSC
#ifdef HAVE_MPI
#include <mpi.h>
#endif
// includes :
#include "<API key>.hpp"
namespace femus {
/**
* This class inherits the abstract class <API key>. In this class the solver is implemented using the PETSc package
*/
class <AP... |
#include <math.h>
#include <stdlib.h>
#include <stdio.h>
#include <rpnmacros.h>
#include <unistd.h>
#include <zfstlib.h>
#include <malloc.h>
#include <string.h>
int c_armn_compress32(unsigned char *, float *, int, int, int, int);
int c_armn_uncompress32(float *fld, unsigned char *zstream, int ni, int nj, int nk, int ... |
package com.quickserverlab.quickcached;
import java.io.IOException;
import java.net.<API key>;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.quickserverlab.quickcached.cache.CacheException;
import com.quickserverlab.quickcached.cache.CacheInterface;
import org.quickserver.net.server.Client... |
#ifndef _X11_OUT_H
#define _X11_OUT_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <gpac/modules/video_out.h>
#include <gpac/thread.h>
#include <gpac/list.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#if !defined(GPAC_DISABLE_3D) && !defined(GPAC_USE_OGL_ES) && !defined(GPAC_USE_TINYGL)
#d... |
#include "Models/Mixtures/<API key>.hpp"
#include "Models/Mixtures/PosteriorSamplers/SplitMerge.hpp"
#include "cpputil/report_error.hpp"
#include "cpputil/shift_element.hpp"
#include "distributions.hpp"
namespace BOOM {
namespace {
typedef <API key> DPMM;
typedef <API key> CDPMM;
typedef <API key> DpMixtu... |
#include "wMotion.h"
#include "Matrix.h"
#include <nan.h>
v8::Persistent<FunctionTemplate> wMotion::constructor;
int buffersSize;
unsigned char *cur;
float *recent;
float *bg;
int motionThreshold, presenceThreshold;
float motionWeight, presenceWeight;
void
wMotion::Init(Handle<Object> target) {
NanScope();
//Cl... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_02-ea) on Thu Dec 24 00:39:33 CET 2009 -->
<TITLE>
org.neuroph.nnet.comp
</TITLE>
<META NAME="date" CONTENT="2009-12-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/... |
// PThreadMutex.c++ - C++ Mutex class built on top of posix threads.
#include <unistd.h>
#include <pthread.h>
#include <OpenThreads/Mutex>
#include "<API key>.h"
using namespace OpenThreads;
// Decription: Constructor
// Use: public.
Mutex::Mutex(MutexType type) :
_mutexType(type)
{
pthread_mutexattr_t mutex_at... |
#include "buildprogress.h"
#include "<API key>.h"
#include <coreplugin/coreconstants.h>
#include <utils/stylehelper.h>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <QFont>
#include <QPixmap>
#include <QDebug>
using namespace ProjectExplorer;
using namespace ProjectExplorer::Internal;
BuildPr... |
#include "gstav_h264enc.h"
#include "gstav_venc.h"
#include "plugin.h"
#include <libavcodec/avcodec.h>
#include <libavutil/opt.h>
#include <gst/tag/tag.h>
#include <stdlib.h>
#include <string.h> /* for memcpy */
#include <stdbool.h>
#include "util.h"
#define GST_CAT_DEFAULT gstav_debug
struct obj {
struct gst_av_ve... |
#include "qvideowidget_p.h"
#include <qmediaobject.h>
#include <qmediaservice.h>
#include <qvideowindowcontrol.h>
#include <qvideowidgetcontrol.h>
#include <<API key>.h>
#include <<API key>.h>
#include <qvideosurfaceformat.h>
#include <qpainter.h>
#include <qapplication.h>
#include <qevent.h>
#include <qdialog.h>
#incl... |
#ifndef <API key>
#define <API key>
#include <libgdav/gdav-property.h>
/* Standard GObject macros */
#define <API key> \
(<API key> ())
#define <API key>(obj) \
(<API key> \
((obj), <API key>, <API key>))
#define <API key>(obj) \
(<API key> \
((obj), <API key>))
G_BEGIN_DECLS
typedef struct <API key... |
/*
* This file was (probably) generated from gstvideobalance.c,
* gstvideobalance.c,v 1.7 2003/11/08 02:48:59 dschleef Exp
*/
/**
* SECTION:<API key>
*
* Adjusts brightness, contrast, hue, saturation on a video stream.
*
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch videotestsrc ! video... |
#include "rendertarget.h"
#include <system/engine.h>
#include <renderer/renderer.h>
#include <renderer/forms.h>
using namespace CGE;
RenderTarget* RenderTarget::mCurrTarget = NULL;
void RenderTarget::drawFullscreen(bool transform){
Renderer* rend = Engine::instance()->getRenderer();
if (transform){
rend->ortho(... |
/* Static5 is engaged with type BIGINT and ggd(vec) */
#include "lie.h"
#ifdef __STDC__
static entry gcd(entry x,entry y);
static entry abs_minimum(vector* v_vec);
static boolean equal_elements(vector* v_vec);
#endif
static bigint* bin_from_int(i) intcel* i;
{ entry k = i->intval; freemem(i); return entry2bigint(k); }
... |
#ifndef <API key>
#define <API key>
#include <vrj/vrjConfig.h>
#include <iostream>
#include <jccl/RTRC/<API key>.h>
#include <vrj/Display/DisplayPtr.h>
namespace vrj
{
class DisplayManager;
class App;
/** \class DrawManager DrawManager.h vrj/Draw/DrawManager.h
*
* Abstract base class for API-specific Draw Manager.
*... |
--TEST
Test node order of EncryptedData children.
--DESCRIPTION
Makes sure that the child elements of EncryptedData appear in
the correct order.
--FILE
<?php
require($_SERVER['DOCUMENT_ROOT'] . '/../xmlseclibs.php');
$dom = new DOMDocument();
$dom->load($_SERVER['DOCUMENT_ROOT'] . '/basic-doc.xml');
$objKey = new XMLSe... |
#ifndef _relStrExpr_h
#define _relStrExpr_h
#include "relString.h"
#include "relNumExpr.h"
#include <string>
#include <sstream>
Global variables for interpreter.
extern map<string, relDataType*> gVariables;
Cmd line arg handling for the interpreter.
extern char** gArgv;
extern int gArgc;
Global function.
extern st... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<title>tinymce.util.Dispatcher tests</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-git.css" type="text/css" />
<script src="http://code.jquery.com/qunit/qunit-git.js"></script>
<script sr... |
// This program is free software; you can redistribute it and/or modify
// published by the Free Software Foundation.
// This program is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// along with this program;if not, write to the
// Free Software Fo... |
class TmsFakeIn < ActiveRecord::Base
set_table_name "tms_fake_in"
end
# == Schema Information
# Table name: tms_fake_in
# id :integer(10) not null, primary key
# message :text not null
# created_at :datetime
# priority :integer(10) default(0), not null |
/* $Id: model_in.h,v 1.27 2004/10/25 11:37:40 aspert Exp $ */
#ifndef _MODEL_IN_PROTO
#define _MODEL_IN_PROTO
#include <3dmodel.h>
/*
* 'zlib' is not part of the Window$ platforms. Comment out this to use zlib
* under Windows (It *does* work ! I saw it on my PC !).
*/
#ifdef WIN32
# define DONT_USE_ZLIB
#endif
#ifnd... |
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
// all copies or substanti... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http:
<head>
<title>Qt 4.6: textprogressbar.cpp Example File (network/downloadmanager/textprogressbar.cpp)</title>
<link href="classic.css" rel="stylesheet" type="text/css" ... |
// YTS.c
// Well, this is the Yaml Testing Suite in the form of a plain C
// API. Basically, this is as good as C integration gets for Syck.
// You've got to have a symbol table around. From there, you can
// query your data.
#include "system.h"
#include "syck.h"
#include "CuTest.h"
#include "debug.h"
/* YAML test no... |
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# gconf/GConf/Makefile. Generated from Makefile.in by configure.
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# with or without modifications, as long as this notice is... |
package net.java.sip.communicator.service.protocol.event;
import java.util.*;
import net.java.sip.communicator.service.protocol.*;
/**
* Events of this class represent the fact that a server stored
* subscription/contact has been moved from one server stored group to another.
* Such events are only generated by impl... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http:
<html><head>
<title>Methods</title>
<meta name="generator" content="HeaderDoc">
</head><body bgcolor="#ffffff"><h1><font face="Geneva,Arial,Helvtica">Methods</font></h1><hr><br>
<a name="//apple_ref/occ/clm/GSNSDataExtensions.h/+<API key>:... |
#include <ixlib_random.hpp> |
package net.gigimoi.zombietc.tile;
import net.gigimoi.zombietc.ZombieTC;
import net.gigimoi.zombietc.util.IListenerZTC;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.network.NetworkManager;
import net.minecraft.network.Packet;
import net.minecraft.network.play.server.<API key>;
import net.minecraft.tile... |
FROM registry.access.redhat.com/rhel7:latest
MAINTAINER cevich@redhat.com
RUN yum install -y deltarpm yum-utils &&\
yum update -y && \
yum install avahi -y && \
yum clean all
ADD avahi-daemon.conf /etc/avahi/
ADD ssh.service /etc/avahi/services/
ADD avahi-daemon.service /etc/systemd/system/
LABEL RUN /usr/b... |
package net.minecraft.server;
import java.util.Iterator;
import java.util.List;
import net.minecraft.src.BiomeGenBase;
import cpw.mods.fml.common.registry.IMinecraftRegistry;
import cpw.mods.fml.server.FMLBukkitHandler;
public class BukkitRegistry implements IMinecraftRegistry
{
@Override
public void addRecipe(... |
#define OMPI_SKIP_MPICXX 1
#define MPICH_SKIP_MPICXX 1
#include "comm.h"
#include <stdio.h>
#include "cmdLineOptions.h"
#include "h5test.h"
#include "parallel_io.h"
#include "t3pio.h"
Comm P;
void outputResults(CmdLineOptions& cmd, ParallelIO& pio);
int main(int argc, char* argv[])
{
P.init(&argc, &argv, MPI_COMM_WO... |
package com.xpn.xwiki.web;
/**
* Enumeration of supported object policy types. A object policy type is an
* implementation on how to manage parameters in the query string that wants to
* modify objects in page. They are usually on the form of
* 'Space.PageClass_0_prop. In the default implementation of XWiki, these
... |
#if USE_SDL_BACKEND
#include "../test/SDLBackend.h"
#else
#include "../test/OgreBackend.h"
#endif
#include <GG/StyleFactory.h>
#include <GG/dialogs/ThreeButtonDlg.h>
#include <GG/dialogs/FileDlg.h>
#include <iostream>
// Tutorial 1: Minimal
// This contains the minimal interesting GG application. It contains 3D as
// ... |
#include "longlong_pre.h"
#include <longlong_inc.h>
/* You have to define the following before including this file:
UWtype -- An unsigned type, default type for operations (typically a "word")
UHWtype -- An unsigned type, at least half the size of UWtype.
UDWtype -- An unsigned type, at least twice as large a ... |
package eu.europa.esig.dss.asic.cades.signature.asics;
import eu.europa.esig.dss.asic.cades.<API key>;
import eu.europa.esig.dss.asic.cades.<API key>;
import eu.europa.esig.dss.asic.cades.<API key>;
import eu.europa.esig.dss.asic.cades.signature.<API key>;
import eu.europa.esig.dss.asic.common.ASiCContent;
import eu.eu... |
#!/usr/bin/env kjscmd5
function Calculator(ui)
{
// Setup entry functions
var display = ui.findChild('display');
this.display = display;
this.one = function() { display.intValue = display.intValue*10+1; }
this.two = function() { display.intValue = display.intValue*10+2; }
this.three = function() { display.i... |
import { Keys } from '@ephox/agar';
import { describe, it } from '@ephox/bedrock-client';
import { TinyAssertions, TinyContentActions, TinyHooks, TinySelections } from '@ephox/mcagar';
import Editor from 'tinymce/core/api/Editor';
import Theme from 'tinymce/themes/silver/Theme';
describe('browser.tinymce.core.keyboard.... |
<?php
namespace wcf\acp\form;
use wcf\data\contact\option\ContactOption;
use wcf\data\contact\option\ContactOptionAction;
use wcf\data\contact\option\ContactOptionEditor;
class <API key> extends <API key> {
/**
* @inheritDoc
*/
public $action = 'add';
/**
* @inheritDoc
*/
public $act... |
package cern.c2mon.client.ext.history.common;
import java.sql.Timestamp;
import cern.c2mon.client.ext.history.common.id.HistoryUpdateId;
/**
* This interface is used to keep track of the data which is from the history.
* It have a function to get the execution time of the update so the player will know
* when to exe... |
from __future__ import absolute_import
import json
class JSONRenderer:
"""
Renders a mystery as JSON
"""
def render(self, mystery):
return json.dumps(mystery.encode(), indent=4) |
package org.sonar.maven.model;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import javax.xml.stream.XMLStreamReader;
/**
* Adapter in charge of converting attributes from XML object, being String, to located attribute,
* storing information related to the location of the attribute.
*/
public class <API key>... |
package com.silicolife.textmining.core.datastructures.dataaccess.database.dataaccess.implementation.model.core.entities;
// Generated 23/Mar/2015 16:36:00 by Hibernate Tools 4.3.1
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* <API key> generated by hbm2java
*/
@Embeddable
public class <A... |
#include <common.h>
#include <file_stream.h>
#include <types.h>
#if defined( HAVE_STDLIB_H ) || defined( WINAPI )
#include <stdlib.h>
#endif
#include "<API key>.h"
#include "<API key>.h"
#include "sigscan_test_macros.h"
#include "sigscan_test_memory.h"
#include "sigscan_test_unused.h"
#include "../libsigscan/<API key>.... |
var namespaces =
[
[ "shyft", "namespaceshyft.html", "namespaceshyft" ]
]; |
// Created file "Lib\src\Uuid\oledbdat"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5, ... |
package com.csipsimple.ui.outgoingcall;
import android.app.PendingIntent;
import android.app.PendingIntent.CanceledException;
import android.database.Cursor;
import android.os.Bundle;
import android.os.RemoteException;
import android.support.v4.content.Loader;
import android.view.View;
import android.widget.ListView;
i... |
package fun.guruqu.portal.structures;
public class BlockStructure {
/**
* @param args
*/
public static void main(String[] args) {
}
} |
// a) the Lesser General Public Licence v3 (LGPL)
// Allors Platform is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
namespace Allors.Adapters.Object.SqlClient.ReadCommitted
{
using System;
using System.Collections.Generic;
using Allors.M... |
#ifndef <API key>
#define <API key>
#include "chimerequest.h"
namespace QtAws {
namespace Chime {
class <API key>;
class QTAWSCHIME_EXPORT <API key> : public ChimeRequest {
public:
<API key>(const <API key> &other);
<API key>();
virtual bool isValid() const Q_DECL_OVERRIDE;
protected:
virtual QtAws::Cor... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace <API key>
{
class LUDenceMatrix:MathNet.Numerics.LinearAlgebra.Double.Factorization.LU
{
MathNet.Numerics.LinearAlgebra.Double.DenseMatrix dm { get; set; }
}
} |
#include <QEventLoop>
#include <QtCore/QDebug>
#include <QtNetwork/QTcpSocket>
#include "abstracthub_p.h"
#include "serverhub.h"
#include "serverhub_p.h"
<API key>
ServerHubPrivate::ServerHubPrivate() : serverThread(nullptr), connectionEventLoop(nullptr)
{
}
ServerHub::ServerHub(QObject *parent) : AbstractHub(parent),
... |
package com.sirma.itt.seip.rest.handlers.readers;
import static com.sirma.itt.seip.rest.utils.request.params.RequestParams.PATH_ID;
import java.io.IOException;
import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import javax.inject.Inject;
import javax.ws.rs.BeanParam;
imp... |
<?php
namespace Web;
use BusinessLogic\Configuration\Configuration;
use BusinessLogic\Configuration\ConfigurationBook;
/* @var $this Settings */
?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<span id="page-title">
Settings
</span>
<div class="btn-group" role="group" id="top-toolbar"></div... |
<!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"/>
<title>Linux IRC-Bot: mybotv3.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="styles... |
<!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.3.1"/>
<title>Core3: <API key> Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text... |
#ifndef <API key>
#define <API key>
#include "pricingresponse.h"
#include "<API key>.h"
namespace QtAws {
namespace Pricing {
class <API key>;
class QTAWSPRICING_EXPORT <API key> : public PricingResponse {
Q_OBJECT
public:
<API key>(const <API key> &request, QNetworkReply * const reply, QObject * const parent =... |
package com.qagwaai.starmalaccamax.client.service.action;
import java.util.ArrayList;
import com.google.gwt.user.client.rpc.IsSerializable;
import com.qagwaai.starmalaccamax.shared.model.JobDTO;
/**
* @author pgirard
*
*/
public final class GetAllJobsResponse extends AbstractResponse implements IsSerializable {
... |
angular.module('StatisticsApp.treeMultiSelector.controller', [])
.controller('<API key>', ['$scope', '$uibModal',
function($scope, $uibModal) {
'use strict';
$scope.openDialogClicked = function() {
if (angular.isFunction($scope.onOpen)) {
$scope.onOpen();
}
var modalInstance = $uibMo... |
/* lwIP includes. */
#include "lwip/debug.h"
#include "lwip/def.h"
#include "lwip/sys.h"
#include "lwip/mem.h"
#include "lwip/stats.h"
#include "os_common.h"
#include "os_supervise.h"
#include "os_debug.h"
#include "os_mailbox.h"
static u16_t s_nextthread = 0;
// Creates an empty mailbox.
err_t sys_mbox_new(sys_mbox_t... |
// node/this-3.js
var object = {
id: "xyz",
printId: function() {
console.log('The id is '+
this.id + ' ' +
this.toString());
}
};
// setTimeout(object.printId, 100);
var callback = object.printId;
callback(); |
package Genome::Sys;
use strict;
use warnings;
use Genome;
use Genome::Carp qw(croakf);
use Genome::Utility::File::Mode qw(mode);
use autodie qw(chown);
use Carp;
use Cwd;
use Digest::MD5;
use Errno qw();
use File::Basename;
use File::Copy qw();
use File::Path;
use File::Spec;
use File::stat qw(stat lstat);
use IO::Fil... |
var complexExample = {
"edges" : [
{
"id" : 0,
"sbo" : 15,
"source" : "Reactome:109796",
"target" : "Reactome:177938"
},
{
"id" : 1,
"sbo" : 15,
"source" : "MAP:Cb15996_CY_Reactome:177938",
"target" : "Reactome:177938"
},... |
#include "gblackboard_p.h"
#include "gblackboard_p_p.h"
#include "gghosttree_p.h"
#include "gghostnode_p.h"
typedef QHash<QQmlEngine *, QPointer<GBlackboard> > GlobalBlackboards;
Q_GLOBAL_STATIC(GlobalBlackboards, <API key>)
// class GBlackboard
GBlackboard::GBlackboard(QObject *parent)
: QObject(*new GBlackboardPr... |
package org.alfresco.jlan.client;
import org.alfresco.jlan.smb.PCShare;
import org.alfresco.jlan.smb.SMBDeviceType;
import org.alfresco.jlan.smb.SMBException;
/**
* SMB print session class
*
* <p>The print session allows a new print job to be created, using the SMBFile
* class or as an SMBOutputStream.
*
* <p... |
package org.klipdev.spidergps3p.kml;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "vec2Type")
public class Vec2Type {
@X... |
<?php
namespace ConfigTest;
class TokenProcessorTest extends \<API key>
{
public function testInstantiate()
{
}
} |
<?php
namespace Database\Media\om;
use \Criteria;
use \Exception;
use \ModelCriteria;
use \ModelJoin;
use \PDO;
use \Propel;
use \PropelCollection;
use \PropelException;
use \<API key>;
use \PropelPDO;
use Database\Media\Artist;
use Database\Media\Media;
use Database\Media\MediaToArtist;
use Database\Media\MediaToArtis... |
#import <Ushahidi/<API key>.h>
#import <Ushahidi/USHDatePicker.h>
#import <Ushahidi/USHLocator.h>
#import <Ushahidi/USHImagePicker.h>
#import <Ushahidi/USHVideoPicker.h>
#import <Ushahidi/USHLoginDialog.h>
#import <Ushahidi/Ushahidi.h>
#import <Ushahidi/USHShareController.h>
#import "USHInputTableCell.h"
#import "<API ... |
// Created file "Lib\src\dxguid\X64\d3d9guid"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,... |
package com.pahlsoft.ws.iaas.provision.deploy.behaviors;
import org.apache.log4j.Logger;
import com.pahlsoft.ws.iaas.provision.generated.InstructionType;
import com.pahlsoft.ws.iaas.provision.generated.ProvisionProperties;
import com.pahlsoft.ws.iaas.provision.generated.ProvisionResponse;
import com.pahlsoft.ws.iaas.ut... |
package org.eso.ias.cdb;
import org.eso.ias.cdb.json.CdbFiles;
import org.eso.ias.cdb.json.CdbJsonFiles;
import org.eso.ias.cdb.json.JsonReader;
import org.eso.ias.cdb.rdb.RdbReader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.reflect.Constructor;
import java.util.Arrays;
import java.util.... |
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="history" name="save" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Trace Method</title>
<xml>
</xml>
... |
<?php
$GLOBALS['TL_LANG']['MSC']['<API key>'] = 'Choose file'; |
/**
*A PUBLIC CLASS FOR ACTIONS.JAVA
*/
class Actions{
public Fonts font = new Fonts();
/**
*@see FONTS.JAVA
*this is a font class which is for changing the font, style & size
*/
public void fonT(){
font.setVisible(true); //setting the visible is true
font.pack(); //pack the... |
# noinspection <API key>
from .._raw import <API key> as _raw
# noinspection <API key>
from .._raw.<API key> import * |
# == Schema Information
# Table name: listing_shapes
# id :integer not null, primary key
# community_id :integer not null
# <API key> :integer not null
# price_enabled :boolean not null
# shipping_enabled :boolean not null
# ... |
#pragma once
#pragma region Imported API
extern "C" NTSYSAPI NTSTATUS NTAPI <API key>(
__in HANDLE Handle,
__in BOOLEAN Alertable,
__in_opt PLARGE_INTEGER Timeout);
typedef struct <API key> {
NTSTATUS ExitStatus;
PVOID ... |
#pragma once
#include <blendint/opengl/gl-buffer.hpp>
#include <blendint/core/color.hpp>
#include <blendint/gui/abstract-button.hpp>
#include <blendint/gui/color-selector.hpp>
namespace BlendInt {
/**
* @brief The most common button class
*
* @ingroup <API key>
*/
class ColorButton: public AbstractButton
{
<API key... |
import java.util.*;
import Jakarta.util.FixDosOutputStream;
import java.io.*;
public class ImpQual {
/* returns name of AST_QualifiedName */
public String GetName() {
String result = ( ( AST_QualifiedName ) arg[0] ).GetName();
if ( arg[1].arg[0] != null )
result = result + ".*";
... |
/* created August 26, 2009 */
package field.kit.gl.scene.shape
import field.kit.gl.scene._
import field.kit.math.Common._
import field.kit.math._
import field.kit.util.Buffer
/**
* Companion object to class <code>Box</code>
*/
object Box {
val DEFAULT_USE_QUADS = true
/** Creates a new default Box */
def apply(... |
package com.ihidea.component.datastore.archive;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.image.BufferedImage;
import java.io.BufferedInputStream;
import java.io.<API key>;
import java.io.<API key>;
import java.io.<API key>;
import java.io.File;
import java.io.FileInputStream;
import java.io.Fi... |
package org.sonar.server.almsettings.ws;
import org.sonar.api.server.ServerSide;
import org.sonar.db.DbClient;
import org.sonar.db.DbSession;
import org.sonar.db.alm.setting.ALM;
import org.sonar.db.alm.setting.AlmSettingDto;
import org.sonar.db.project.ProjectDto;
import org.sonar.server.almsettings.<API key>;
import ... |
#include <osgOcean/SiltEffect>
#include <osgOcean/ShaderManager>
#include <stdlib.h>
#include <OpenThreads/ScopedLock>
#include <osg/Texture2D>
#include <osg/PointSprite>
#include <osgUtil/CullVisitor>
#include <osgUtil/GLObjectsVisitor>
#include <osg/Notify>
#include <osg/io_utils>
#include <osg/Timer>
#include <osg/V... |
<html dir="LTR" xmlns:ndoc="urn:ndoc-schema">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>AbstractLogger.Info(Object, Exception) Method</title>
<xml>
</xml>
<l... |
/**
*
* @module alfresco/search/FacetFilter
* @extends external:dijit/_WidgetBase
* @mixes external:dojo/_TemplatedMixin
* @mixes module:alfresco/core/Core
* @mixes module:alfresco/documentlibrary/<API key>
* @author Dave Draper
*/
define(["dojo/_base/declare",
"dijit/_WidgetBase",
"dijit/_Templ... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Mon Apr 06 15:30:27 CEST 2015 -->
<title>Uses of Class org.cloudbus.cloudsim.<API key></title>
<meta name="date" content="2015-04-06">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title=... |
<?php
class <API key> extends <API key>
{
protected function _construct()
{
$this->_init('goodahead_core/cms_update');
return $this;
}
} |
#!/bin/bash -i
tmp=`pwd`
source ~/.bashrc
module purge
# Ensure that there is not multiple threads running
export OMP_NUM_THREADS=1
# On thul and interactive nodes, sourching leads to going back
cd $tmp
unset tmp
# We have here the installation of all the stuff for gray....
source install_funcs.sh
# Use ln to link to t... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_45) on Mon Jan 16 14:28:58 CET 2017 -->
<title>A-Index</title>
<meta name="date" content="2017-01-16">
<link rel="stylesheet" type="text/css" href="../docstyle.css" title="Style">
<script type="text/javascript" src="../sc... |
mozHistDownload
============
firefox 26 + download history extractor to standard json
Have you downloaded lots and lots of files with firefox and then gone and lost them? Well this script takes a firefox places.sqlite file as argument and extracts the download history and saves it as a standard json with name and url s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.