answer stringlengths 15 1.25M |
|---|
// Accord Unit Tests
// The Accord.NET Framework
// cesarsouza at gmail.com
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PA... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue Jun 08 23:38:52 EDT 2010 -->
<TITLE>
Uses of Class org.pentaho.di.core.geospatial.GeotoolsWriter
</TITLE>
<META NAME="date" CONTENT="2010-06-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../styleshee... |
// eca-audio-time.cpp: Generic class for representing time in audio
// environment.
// Attributes:
// 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 F... |
package org.pentaho.openformula.ui.model2;
public class <API key> extends FormulaElement {
public static final String ELEMENT = ";";
public <API key>( final FormulaDocument document,
final FormulaRootElement parentElement ) {
super( document, parentElement );
}
public Strin... |
using System;
using System.Reflection;
using System.ComponentModel;
namespace Zongsoft.Options.Configuration
{
public class <API key>
{
#region
private string _name;
private string _elementName;
private Type _type;
private object _defaultValue;
private TypeConvert... |
// Accord Audio Library
// The Accord.NET Framework
// cesarsouza at gmail.com
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A... |
#include "mlt_playlist.h"
#include "mlt_tractor.h"
#include "mlt_multitrack.h"
#include "mlt_field.h"
#include "mlt_frame.h"
#include "mlt_transition.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/** \brief Virtual playlist entry used by mlt_playlist_s
*/
struct playlist_entry_s
{
mlt_producer produ... |
#!/bin/sh
CURDIR=`pwd`
PACKAGE_NAME=`grep AppFullName AndroidAppSettings.cfg | sed 's/.*=
../setEnvironment-$1.sh sh -c '\
$CC $CFLAGS -c main.c -o main-'"$1.o" || exit 1
../setEnvironment-$1.sh sh -c '\
$CC $CFLAGS -c gfx.c -o gfx-'"$1.o" || exit 1
[ -e xserver/android ] || {
CURDIR=`pwd`
cd ../../../..
gi... |
package org.lucee.extension.pdf.util;
import java.io.IOException;
import java.io.StringReader;
import java.lang.reflect.Method;
import java.util.ArrayList;
import javax.xml.transform.Transformer;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.dom.DOMResult;
import javax.xml.transform.sax.SAXS... |
#ifndef <API key>
#define <API key>
#include <gst/gst.h>
#include "kmsbasesdpendpoint.h"
#include "kmsmediatype.h"
G_BEGIN_DECLS
/* #defines don't like whitespacey bits */
#define <API key> \
(<API key>())
#define <API key>(obj) \
(<API key>((obj),<API key>,KmsBaseRtpEndpoint))
#define <API key>(klass) \
(<API ke... |
using System;
namespace WinrtCifs.Util.Sharpen
{
public class UrlConnection
{
protected Uri Url;
}
} |
package org.jfree.chart.axis;
import java.util.ArrayList;
import java.util.List;
import org.jfree.chart.api.RectangleEdge;
import org.jfree.chart.internal.Args;
/**
* Instances of this class are used to carry state information for an axis
* during the drawing process. By retaining this information in a separate
* o... |
package org.biojava.nbio.structure;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import org.biojava.nbio.structure.align.util.AtomCache;
import org.biojava.nbio.structure.contact.Grid;
import org.slf4j.Logger;
import org.slf4j.Logge... |
/* $Id: spinlock.c,v 1.2 2001/09/09 15:30:52 sandervl Exp $ */ |
#!/usr/bin/env python
import fluidity.diagnostics.annulus_mesh as mesh
import fluidity.diagnostics.triangletools as tt
div = mesh.SliceCoordsConstant(0.0, 1.0, 3)
m = mesh.<API key>(div, div)
tt.WriteTriangle(m, "<API key>") |
/* A wrapper round the decoder that recognises single-entry single-exit blocks
* of contiguous instructions containing an exclusive load/store pair and bundles
* them into a macro-instruction, OP_ldstex. This is a temporary solution for
* i#1698 and is likely to be fragile. Known problems:
*
* - We only handle sin... |
# include "vvp_darray.h"
# include <iostream>
# include <typeinfo>
using namespace std;
vvp_darray::~vvp_darray()
{
}
void vvp_darray::set_word(unsigned, const vvp_vector4_t&)
{
cerr << "XXXX set_word(vvp_vector4_t) not implemented for " << typeid(*this).name() << endl;
}
void vvp_darray::set_word(unsigned, do... |
<?php
// vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker:
// | Smarty {arag_categorylist} categorylist plugin |
// | Type: arag_categorylist |
// | Name: arag_categorylist |
// | Purpose:... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>length</title>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../assets/css/bootstrap.... |
/* Support for thread pools ... like threadgroups, but lighter.
*
* 18/3/10
* - from threadgroup.c
* - distributed work allocation idea from Christian Blenia, thank you
* very much
* 21/3/10
* - progress feedback
* - only expose VipsThreadState
* 11/5/10
* - argh, stopping many threa... |
#ifndef __FANIMATION_HPP__
#define __FANIMATION_HPP__
// Headers
#include <initializer_list>
#include <vector>
#include <string>
\brief Clase para represenar la animación de un sprite.
Ésta clase está pensada para uso interno y es
empleada por <API key> en conjunto
con un objeto de tipo fSpritesheet.
\see <API key>... |
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
// This program 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 copy of the GNU Lesse... |
#include "tstringlist.h"
#include "tdebug.h"
#include "xmfile.h"
#include "modfileprivate.h"
#include "tpropertymap.h"
#include <string.h>
#include <algorithm>
using namespace TagLib;
using namespace XM;
using TagLib::uint;
using TagLib::ushort;
/*!
* The Reader classes are helpers to make handling of the stripped XM
... |
/*
* Don't know how to identify if we are using SEH so it's only C++ for now
*/
#if defined(__cplusplus)
#include "test.h"
/*
* Create NUMTHREADS threads in addition to the Main thread.
*/
enum {
NUMTHREADS = 4
};
typedef struct bag_t_ bag_t;
struct bag_t_ {
int threadnum;
int started;
/* Add more per-threa... |
<?php
abstract class CMS_Model_Tree extends CMS_Model_MultiLang {
protected $name_tree_field = null;
protected $id_tree = null;
protected $cond_sql_multi_tree = null;
public function __construct($name_tree_field = null, $id_tree = null){
parent::__construct();... |
/**
* SECTION:gstbaseparse
* @short_description: Base class for stream parsers
* @see_also: #GstBaseTransform
*
* This base class is for parser elements that process data and splits it
* into separate audio/video/whatever frames.
*
* It provides for:
* <itemizedlist>
* <listitem><para>provides one sink pad ... |
package org.exist.util;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.exist.backup.SystemExport;
import org.exist.collections.CollectionCache;
import org.exist.repo.Deployment;
import org.exist.start.Main;
import org.exist.storage.lock.LockManager;
import org.exist.stora... |
#include "util.h"
#include <libavcodec/avcodec.h>
#include <libavutil/mathematics.h>
#include <gst/gst.h>
int64_t <API key>(AVCodecContext *ctx, int64_t ts)
{
AVRational bq = { 1, GST_SECOND * ctx->ticks_per_frame };
if (ts == -1)
return AV_NOPTS_VALUE;
return av_rescale_q(ts, bq, ctx->time_base);
}... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Wed Apr 16 20:33:32 EDT 2014 -->
<title>net.minecraft.village (Forge API)</title>
<meta name="date" content="2014-04-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">... |
package org.exist.xquery.functions.request;
import javax.servlet.http.Cookie;
import org.apache.log4j.Logger;
import org.exist.dom.QName;
import org.exist.http.servlets.RequestWrapper;
import org.exist.xquery.BasicFunction;
import org.exist.xquery.Cardinality;
import org.exist.xquery.FunctionSignature;
import org.exist... |
package org.exist.management.client;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.net.InetAddress;
import java.net.<API key>;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
i... |
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <math.h>
#include <fcntl.h>
#include <oauth.h>
#define __STRICT_ANSI__
#include <json/json.h>
#include "kpfs.h"
#include "kpfs_oauth.h"
#include "kpfs_conf.h"
#define OAUTH_TOKEN_ID "oauth_token"
#def... |
package minefantasy.block;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.util.Icon;
import net.minecraftforge.common.MinecraftForge;
public class BlockMudbrick extends BlockMedieval{
public Icon[] types... |
using PWMIS.DataMap.Entity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OQLTest
{
class UserEntity:EntityBase
{
public UserEntity()
{
TableName = "User";
//PrimaryKeys.Add("");
PrimaryKeys.Add("ID");
... |
// The LLVM Compiler Infrastructure
// This file is distributed under the University of Illinois Open Source
// This file defines the RecursiveASTVisitor interface, which recursively
// traverses the entire AST.
#ifndef <API key>
#define <API key>
#include "clang/AST/Decl.h"
#include "clang/AST/De... |
#include "Clip.h"
using namespace lwosg;
Clip::Clip(const lwo2::FORM::CLIP *clip)
{
if (clip)
{
compile(clip);
}
}
void Clip::compile(const lwo2::FORM::CLIP *clip)
{
for (iff::Chunk_list::const_iterator j = clip->attributes.begin(); j != clip->attributes.end(); ++j)
{
const lwo2::FOR... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sr@latin" version="2.0">
<context>
<name>ConfigureDialog</name>
<message>
<location filename="../configuredialog/configuredialog.ui" line="14"/>
<source>LXQt-runner Settings</source>
<translation type="unfinished"/>
</message>
<mes... |
/**
* @file <API key>.c
* @author SangYong Park <sy302.park@samsung.com>
* @date 2012-06-12
* @brief Tests EWK function <API key>()
*/
/* Define those macros _before_ you include the utc_webkit2_ewk.h header file. */
#define TESTED_FUN_NAME <API key>
#define <API key> 1
#define <API key> 2
#include "utc_webkit2_ew... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Vulpine.Core.Data
{
<summary>
A keyed item is any generic item that has a corresponding key associated
with it. When a keyed item is compared with another keyed item, it compares
based on the keys, rather tha... |
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
// This library is free software; you can redistribute it and/or
// modify it under the terms 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 G... |
package fr.toss.FF7itemsc;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.item.Item;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import fr.toss.FF7.ItemRegistry1;
public class itemc2 extends Item
{
public itemc2(int id)
{
super();
setCreativeTab(It... |
package org.pentaho.reporting.libraries.formula.function.information;
import org.pentaho.reporting.libraries.formula.EvaluationException;
import org.pentaho.reporting.libraries.formula.FormulaContext;
import org.pentaho.reporting.libraries.formula.function.Function;
import org.pentaho.reporting.libraries.formula.functi... |
package demo.domain;
import org.springframework.data.annotation.Id;
import java.io.Serializable;
public class Project implements Serializable {
public static final String ID = "project";
@Id
private final String id = ID;
private final String name;
public Project(String name) {
this.name = na... |
#ifndef <API key>
#define <API key>
#include <glib-object.h>
#include <gio/gio.h>
G_BEGIN_DECLS
#define TPL_TYPE_LOG_WALKER (<API key> ())
#define TPL_LOG_WALKER(obj) \
(<API key> ((obj), \
TPL_TYPE_LOG_WALKER, TplLogWalker))
#define <API key>(klass) \
(<API key> ((klass), \
TPL_TYPE_LOG_WALKER, TplLogWalkerC... |
package org.jboss.as.jaxrs;
import static org.jboss.as.controller.descriptions.<API key>.NAME;
import static org.jboss.as.controller.descriptions.<API key>.SUBSYSTEM;
import static org.wildfly.extension.undertow.<API key>.CONTEXT_ROOT;
import static org.wildfly.extension.undertow.<API key>.SERVER;
import static org.wil... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>GetSubscriptionIDs xref</title>
<link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../apidocs/org/accada/epc... |
<?php
/**
* @see Zend_Gdata_Photos
*/
require_once 'Zend/Gdata/Photos.php';
/**
* @see Zend_Gdata_Feed
*/
require_once 'Zend/Gdata/Feed.php';
/**
* @see <API key>
*/
require_once 'Zend/Gdata/Photos/AlbumEntry.php';
class <API key> extends Zend_Gdata_Feed
{
protected $_entryClassName = '<API key>';
protect... |
/* drvVmi3113A.c */
#include <vxWorks.h>
#include <stdlib.h>
#include <stdio.h>
#include <vxLib.h>
#include <sysLib.h>
#include <vme.h>
#include <dbDefs.h>
#include <drvSup.h>
#include <epicsVersion.h>
#if (EPICS_VERSION==3) && (EPICS_REVISION>=14)
#include <epicsExport.h>
#endif
#include "drvVmi3113A.h"
#define NU... |
use strict;
use warnings;
use SOOT ':all';
use constant NBINS => 20;
my $stack = shift;
my $c1 = TCanvas->new;
my $hs = THStack->new("hs","three plots")->keep;
my @colors = (kBlue, kRed, kYellow);
my @names = qw(h1 h2 h3);
my @h = map {
my $h = TH2F->new(($names[$_]) x 2, NBINS,-4,4, NBINS,-4,4);
$h->keep;
$h->S... |
package jade.core.messaging;
import jade.core.Service;
import jade.core.AID;
import jade.core.ContainerID;
import jade.core.Location;
import jade.core.IMTPException;
import jade.core.ServiceException;
import jade.core.NotFoundException;
import jade.core.NameClashException;
import jade.security.<API key>;
import jade.la... |
#ifndef COLOREDITOR_H
#define COLOREDITOR_H
#include <QVariant>
#include <QDialog>
#include "ui_coloreditor.h"
class ColorEditor : public QDialog, public Ui::ColorEditor
{
Q_OBJECT
public:
ColorEditor(QWidget* parent = 0, Qt::WindowFlags fl = 0);
~ColorEditor();
public slots:
virtual void _btnColor_clic... |
#ifdef ASM_X86
extern void window_mpg_asm(float *a, int b, short *c);
extern void window_dual_asm(float *a, int b, short *c);
extern void window16_asm(float *a, int b, short *c);
extern void window16_dual_asm(float *a, int b, short *c);
extern void window8_asm(float *a, int b, short *c);
extern void window8_dual_asm(fl... |
// The LLVM Compiler Infrastructure
// This file is distributed under the University of Illinois Open Source
// This file defines the interface for setting and retrieving previously
// entered input, with a persistent backend (i.e. a history file).
// Axel Naumann <axel@cern.ch>, 2011-05-12
#incl... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_05) on Sun Jul 13 14:54:47 CEST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
org.accada.epcis.captureclient (epcis 0.3.3-SNAPSHOT Test API)
</TITLE>
<META NAME="date" CONTENT="2008-07-1... |
package org.hibernate.loader.plan.build.spi;
import org.hibernate.loader.plan.spi.LoadPlan;
import org.hibernate.persister.collection.CollectionPersister;
import org.hibernate.persister.entity.EntityPersister;
import org.hibernate.persister.walking.spi.<API key>;
/**
* A metadata-driven builder of LoadPlans. Coordina... |
// checkstyle: Checks Java source code for adherence to a set of rules.
// This library is free software; you can redistribute it and/or
// modify it under the terms 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... |
#include <QtCore>
#include <QtGui>
#include <qtest.h>
class tst_qmetaobject: public QObject
{
Q_OBJECT
private slots:
void initTestCase();
void cleanupTestCase();
void <API key>();
void indexOfProperty();
void indexOfMethod_data();
void indexOfMethod();
void indexOfSignal_data();
void in... |
<!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.5"/>
<title>DDT: MainModel Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css... |
#define NB_CYCLES 16
#define NB_SAMPLES 64
#include <iostream>
#include <cstdlib>
#include "fifo_ports.h"
#include "mapping_table.h"
#include "mips.h"
#include "vci_vgmn.h"
#include "vci_ram.h"
#include "vci_multi_tty.h"
#include "vci_xcache_wrapper.h"
#include "ississ2.h"
#include "vci_locks.h"
#include "mwmr_controll... |
#include "genall.h"
#include "../planets.h"
static bool <API key> (SOLARSYS_STATE *solarSys);
static bool <API key> (SOLARSYS_STATE *solarSys,
PLANET_DESC *world);
const GenerateFunctions <API key> = {
/* .initNpcs = */ <API key>,
/* .reinitNpcs = */ <API key>,
/* .uninitNpcs = *... |
#ifndef <API key>
#define <API key>
#ifdef __sgi
#pragma once
#endif
#include <OSGConfig.h>
#include <OSGWindowQTDef.h>
#include <<API key>.h>
#include <string>
class QHBoxLayout;
class QLabel;
class QLineEdit;
OSG_BEGIN_NAMESPACE
class <API key> QGenericValueEditor : public <API key>
{
Q_OBJECT;
public:
stat... |
#include "<API key>.h"
#include <qsensorplugin.h>
#include <qsensorbackend.h>
#include <qsensormanager.h>
QTM_USE_NAMESPACE
// API is used as name since underlying symbian API is called sensor API
class <API key> : public QObject, public <API key>, public <API key>
{
Q_OBJECT
Q_INTERFACES(QtMobility::<API key>)... |
#pragma once
#include "database/DatabaseHelpers.h"
#include "medialibrary/IArtist.h"
#include "medialibrary/IMediaLibrary.h"
#include "Thumbnail.h"
namespace medialibrary
{
class Album;
class Media;
class Artist : public IArtist, public DatabaseHelpers<Artist>
{
public:
struct Table
{
static const std::... |
#include <vrj/Draw/OGL/Config.h>
#include <vrj/Draw/OGL/<API key>.h>
namespace vrj
{
vprSingletonImp(<API key>)
} |
<?php
/**
* @deprecated
*/
class <API key> extends Kajona\Packagemanager\System\<API key>
{
} |
/**
* @file sch_polyline.h
*
*/
#ifndef _SCH_POLYLINE_H_
#define _SCH_POLYLINE_H_
#include <sch_item_struct.h>
class SCH_POLYLINE : public SCH_ITEM
{
int m_width; // Thickness
std::vector<wxPoint> m_points; // list of points (>= 2)
public:
SCH_POLYLINE( int layer = LAYER_NOTES... |
#ifndef <API key>
#define <API key>
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <string.h>
#include "myencoding/myosi.h"
#include "mycore/utils.h"
#include "mycore/mystring.h"
struct myencoding_result {
unsigned long first;
unsigned long second;
unsigned long third;
unsigned long result... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>llrp 0.0.1-SNAPSHOT Reference Package org.accada.llrp.client.adaptor.config</title>
... |
#include "arb_mat.h"
void
arb_mat_mul(arb_mat_t C, const arb_mat_t A, const arb_mat_t B, slong prec)
{
if (<API key>() > 1 &&
((double) arb_mat_nrows(A) *
(double) arb_mat_nrows(B) *
(double) arb_mat_ncols(B) *
(double) prec > 100000))
{
<API key>(C, A, B, prec);
}... |
#include <stdlib.h>
#include <glib.h>
#include <gtk/gtk.h>
#include "config.h"
#include "options.h"
static gboolean version = FALSE;
static gboolean debug = FALSE;
static int volume_max = 0;
static int volume_inc = 1;
static gboolean no_notify = FALSE;
static gboolean always_notify = FALSE;
static gboolean monitors = F... |
#ifndef <API key>
#define <API key>
#include <QtCore/qglobal.h>
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
# if defined(<API key>)
# define <API key> Q_DECL_EXPORT
# else
# define <API key> Q_DECL_IMPORT
# endif
#else
# define <API key>
#endif
QT_END_NAMESPACE
#endif // <API key> |
package org.jfree.chart.plot.dial;
import java.awt.Color;
import java.awt.Font;
import java.awt.GradientPaint;
import org.jfree.chart.TestUtils;
import org.jfree.chart.internal.CloneUtils;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
* Tests for the {@link DialTextAnnotation... |
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010.12.16 at 05:01:18 PM GMT
package org.deegree.portal.cataloguemanager.model;
import javax.xml.bi... |
#if !defined(_MOBJ_DATA_H_)
#define _MOBJ_DATA_H_
#include <stdint.h>
typedef struct {
unsigned int sub_grp : 3; /* command sub-group */
unsigned int op_cnt : 3; /* operand count */
unsigned int grp : 2; /* command group */
unsigned int branch_opt : 4; /* branch option */
unsigned ... |
#ifndef KEYACTIONS_H
#define KEYACTIONS_H
#include <QObject>
class QimsysKeySequence;
namespace Japanese {
namespace Standard {
class KeyActions : public QObject
{
Q_OBJECT
Q_DISABLE_COPY(KeyActions)
public:
explicit KeyActions(QObject *parent = 0);
bool contains(const QimsysKeySequence &keySequence... |
#include "Config.h"
#include "reg.h"
#include "typedefs.h"
#include "TW8835.h"
#include "Global.h"
#include "CPU.h"
#include "Printf.h"
#include "util.h"
#include "Monitor.h"
#include "I2C.h"
#include "spi.h"
#include "main.h"
#include "SOsd.h"
#include "FOsd.h"
#include "decoder.h"
#include "Scaler.h"
#include "InputC... |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Example of using Iterator Operations to retrieve instances from a
WBEM Server. This example executes the <API key> and the
corresponding IterEnumeratePaths operations.
It:
Creates a connection
Opens an enumeration session with <API key>
... |
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <signal.h>
extern __typeof(vfork) __vfork attribute_hidden;
#ifdef __NR_clone
pid_t __vfork(void)
{
pid_t pid;
pid = INLINE_SYSCALL(clone, 4, SIGCHLD, NULL, NULL, NULL);
/*
// Kernel bug prevents us from doing this
pid = INLINE... |
#ifndef STORAGEADAPTER_H
#define STORAGEADAPTER_H
#include <QMap>
#include <QVector>
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
#include <buteosyncfw5/StoragePlugin.h>
#include <buteosyncml5/StoragePlugin.h>
#include <buteosyncml5/DataStore.h>
#include <buteosyncml5/SyncItemKey.h>
#else
#include <buteosyncfw/StoragePl... |
# This library is free software; you can redistribute it and/or
# modify it under the terms 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 copy of the GNU Lesser General P... |
#endregion
using System;
using System.Text;
using System.Threading;
using CommandMessenger.TransportLayer;
namespace CommandMessenger
{
<summary>
Manager for data over transport layer.
</summary>
public class <API key> : DisposableObject
{
private ITransport _transport;
public readon... |
/**
* TnyMsg:
*
* A special kind of #TnyMimePart that has a header
*
* free-function: g_object_free
**/
#include <config.h>
#ifdef DBC
#include <string.h>
#endif
#include <tny-msg.h>
#include <tny-header.h>
#include <tny-folder.h>
/**
* <API key>:
* @self: a #TnyMsg
*
* API WARNING: This API might change
*
... |
#include <cstring>
#include <string>
#include <binfile.h>
#include "adplug.h"
#include "debug.h"
#include "version.h"
#include "hsc.h"
#include "amd.h"
#include "a2m.h"
#include "imf.h"
#include "sng.h"
#include "adtrack.h"
#include "bam.h"
#include "cmf.h"
#include "d00.h"
#include "dfm.h"
#include "hsp.h"
#include "k... |
// FMNServer.h
// FMN
#import <Cocoa/Cocoa.h>
@protocol FMNServer
- (BOOL) activateFMN;
- (BOOL) deactivateFMN;
- (BOOL) isActiveFMN;
- (oneway void) quitFMN;
@end |
#include "yasscriptmanager.h"
#include "core/vfs/filesystem.h"
#include "yasscriptobject.h"
#include "<API key>.h"
YasScriptManager::YasScriptManager():
ScriptManager(),
mVirtualContext(),
mVirtualMachine(mVirtualContext)
{
FileSystem::getInstance().addPath(UTEXT("data.zip\\scripts"));
mVirtualMachine.in... |
#ifndef COMMONDEFS_H
#define COMMONDEFS_H
#include <QString>
// Define string constants for different XML elements.
namespace Buteo {
const QString ATTR_NAME("name");
const QString ATTR_TYPE("type");
const QString ATTR_VALUE("value");
const QString ATTR_DEFAULT("default");
const QString ATTR_LABEL("label");
const QStri... |
package cc.arduino.utils.network;
import cc.arduino.net.CustomProxySelector;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.compress.utils.IOUtils;
import processing.app.PreferencesData;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.RandomAccessFil... |
# Project: MXCuBE
# This file is part of MXCuBE software.
# MXCuBE is free software: you can redistribute it and/or modify
# (at your option) any later version.
# MXCuBE is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
import logging
from gui.utils... |
package org.sonar.css.model.property.standard;
import org.sonar.css.model.property.StandardProperty;
public class GridRows extends StandardProperty {
public GridRows() {
addLinks("http://www.w3.org/TR/2011/<API key>/#grid-rows-property");
setObsolete(true);
}
} |
#ifndef <API key>
#define <API key>
#include "appsyncresponse.h"
#include "<API key>.h"
namespace QtAws {
namespace AppSync {
class <API key>;
class QTAWSAPPSYNC_EXPORT <API key> : public AppSyncResponse {
Q_OBJECT
public:
<API key>(const <API key> &request, QNetworkReply * const reply, QObject * const parent =... |
package net.redstonelamp.item;
import net.redstonelamp.block.*;
import org.spout.nbt.CompoundTag;
import java.lang.reflect.Constructor;
import java.lang.reflect.<API key>;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Represents an Item.
*
* @author Redstone... |
package org.sonar.server.charts.deprecated;
import org.jfree.chart.renderer.category.BarRenderer;
import java.awt.*;
public class CustomBarRenderer extends BarRenderer {
public static final Paint[] COLORS = {
Color.red, Color.blue, Color.green,
Color.yellow, Color.orange, Color.cyan,
Color.magenta, Color.... |
# Makefile.in generated by automake 1.11.3 from Makefile.am.
# include/nfc/Makefile. Generated from Makefile.in by configure.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# with or without modifications, as lon... |
$(document).ready(function(){
/** Object representing the control Dialog DOM Tree within the specified div element. */
var <API key> = new DOMKOL.<API key>($("#control-dialog"));
/** The Control Dialog itself (as an object which can be connected to the Complex Plane & graph view)*/
var controlDialog = new DOMKO... |
<?php
global $php;
$config = $php->config['redis'][$php->factory_key];
if (empty($config) or empty($config['host']))
{
throw new Exception("require redis[$php->factory_key] config.");
}
if (empty($config['port']))
{
$config['port'] = 6379;
}
if (empty($config['timeout']))
{
$config['timeout'] = 0.5;
}
$conf... |
#ifndef <API key>
#define <API key>
#include <ui/CocosGUI.h>
#include <2d/CCLayer.h>
#include <base/CCDirector.h>
#include <2d/CCMenu.h>
#include <GameSettings.h>
class GameMainMenuScene : cocos2d::Layer
{
public:
static cocos2d::Scene *createScene();
GameMainMenuScene();
virtual ~GameMainMenuScene();
C... |
package org.eobjects.analyzer.connection;
/**
* Simple implementation of the performance characteristics interface.
*/
public final class <API key> implements <API key> {
private final boolean <API key>;
private final boolean <API key>;
/**
*
* @param <API key>
*
* @deprecated use {@li... |
<ul>
<li class="green">MySQL-Verbindung aufgebaut</li>
<li class="green">"cache"-Ordner hat Schreibrechte</li>
{if WRITEABLE_UPLOADS}<li class="green">"uploads"-Ordner hat Schreibrechte</li>{else}{FAILED=1}<li class="red">"uploads"-Ordner hat KEINE Schreibrechte</li>{/if}
</ul>
{if FAILED}... |
h3 {
margin-left: 20px !important;
}
h5 {
margin-left: 20px !important;
font-style: italic;
color: #080 !important;
}
p{
margin: 15px;
padding-left: 10px;
border-left: 4px #ddd solid;
}
ol, ul{
display: block;
list-style: none;
}
a, a:focus, input, textarea{
outline: none;
}
a, a... |
#include <sstream>
#include <boost/test/included/unit_test.hpp>
using namespace boost::unit_test_framework;
#include "DFMC_MD22Dummy.h"
#include "MotorControlerDummy.h"
#include "<API key>.h"
#include "<API key>.h"
#include "StepperMotor.h"
#include "<API key>.h"
#include "TMC429Constants.h"
#include "testConfigConstan... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.