answer stringlengths 15 1.25M |
|---|
#ifndef HCTESTAGENT_H
#define HCTESTAGENT_H
#include <opencog/server/Agent.h>
#include "MessageSender.h"
namespace opencog { namespace oac {
using namespace opencog;
/**
* That class is in charge of executing a scenario to test hillclimbing
* hosted by LS
*/
class HCTestAgent : public Agent
{
enum HCTestMode {
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Datea Backend">
<meta name="author" content="Datea">
<link rel="shortcut... |
<form class="form fields" action="#/" onsubmit="return false;" data-bind="command: registerCommand">
<div class="fieldset">
<div class="row name" data-bind="css: {'focused': nameFocus(), 'filled': name().length > 0}">
<label for="name" class="title placeholder" data-i18n="LOGIN/LABEL_NAME" data-... |
#include "GameObjectAI.h"
//GameObjectAI::GameObjectAI(GameObject* g) : go(g) {}
int GameObjectAI::Permissible(const GameObject* go)
{
if (go->GetAIName() == "GameObjectAI")
return PERMIT_BASE_SPECIAL;
return PERMIT_BASE_NO;
}
NullGameObjectAI::NullGameObjectAI(GameObject* g) : GameObjectAI(g) {} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="ApiGen 2.8.0">
<title>Class forma_pago</title>
<script type="text/javascript" src="resources/combined.js?3770084987"></script>
<script type="text/javascript" src="element... |
package com.sapienter.jbilling.client.jspc.user;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.sapienter.jbilling.client.util.Constants;
public final class <API key> extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
... |
<?php
/**
* @param array $params
* @param $template
*
* @return bool|mixed|string
*/
function <API key>($params, $template)
{
$file = $params['file'];
$request = Shopware()->Front()->Request();
$docPath = Shopware()->Container()->getParameter('shopware.app.rootdir');
// Check if we got an URI or a ... |
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
import store from './store'
import VueBootstrap from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstra... |
{% extends 'newhpc/english/english_base.html' %}
{% load staticfiles %}
{% block title %}Registration | HPC 2020{% endblock %}
{% block style %}
.listitem44 {
display: inline-block;
font-size: 1.5em;
list-style-type: none;
padding: 1em;
text-transform: uppercase;
}
.listitem44 ... |
package JochemBuilder.KEGGcompound;
import org.erasmusmc.ontology.OntologyFileLoader;
import org.erasmusmc.ontology.OntologyStore;
import org.erasmusmc.ontology.ontologyutilities.OntologyCurator;
import org.erasmusmc.utilities.StringUtilities;
import JochemBuilder.<API key>.CasperForJochem;
import JochemBuilder.<API ke... |
#ifndef QWIZARD_WIN_P_H
#define QWIZARD_WIN_P_H
// W A R N I N G
// This file is not part of the Qt API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
// We mean it.
#ifndef QT_NO_WIZARD
#ifndef <API key>
#include <qt_windo... |
package com.xpn.xwiki.objects;
import java.io.IOException;
import java.io.Serializable;
import java.io.StringWriter;
import org.dom4j.Document;
import org.dom4j.Element;
import org.dom4j.dom.DOMDocument;
import org.dom4j.dom.DOMElement;
import org.dom4j.io.OutputFormat;
import org.dom4j.io.XMLWriter;
import com.xpn.xwi... |
// 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.
//TODO: Do neighbors for dx and povray smooth triangles
// Remarks on the implementations
// ... |
#include "<API key>.h"
#include "<API key>.h"
#include <projectexplorer/<API key>.h>
#include <coreplugin/icore.h>
#include <QIcon>
namespace Qt4ProjectManager {
namespace Internal {
<API key>::<API key>()
: QtWizard(QLatin1String("U.Qt4Subdirs"),
QLatin1String(ProjectExplorer::Constants::<API key>),
... |
#include "<API key>.h"
#include "qdesigner_workbench.h"
#include "formwindowbase_p.h"
// sdk
#include <QtDesigner/<API key>>
#include <QtDesigner/<API key>>
#include <QtDesigner/<API key>>
#include <QtDesigner/<API key>>
#include <QtDesigner/<API key>>
#include <QtDesigner/<API key>>
#include <QtDesigner/QExtensionMana... |
#include <boost/python.hpp>
#include <mapnik/datasource_cache.hpp>
namespace {
using namespace boost::python;
boost::shared_ptr<mapnik::datasource> create_datasource(const dict& d)
{
bool bind=true;
mapnik::parameters params;
boost::python::list keys=d.keys();
for (int i=0; i<len(keys); ++i)
{
... |
// Miscellaneous small items related to message sinks
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Loyc
{
<summary>This interface allows an object to declare its "location".</summary>
<remarks>For example, <see cref="Loyc.Syntax.LNode"/> implements this
int... |
<!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: Cqrs.Azure.... |
namespace("JSTools.Event");
<class>
Provides an interface for attaching and detaching Observer objects. Any number of
Observer objects may observe a subject.
</class>
JSTools.Event.Subject = function()
{
// Declarations
this.InitType(arguments, "JSTools.Event.Subject");
var _this = this;
var _observers ... |
package org.jfree.chart;
/**
* An interface that should be implemented by renderers that use a 3D effect.
* This allows the axes to mirror the same effect by querying the renderer.
*/
public interface Effect3D {
/**
* Returns the x-offset (in Java2D units) for the 3D effect.
*
* @return The offset... |
// NotificationQueue.cpp
// $Id: //poco/1.4/Foundation/src/NotificationQueue.cpp
// Library: Foundation
// Package: Notifications
// Module: NotificationQueue
// and Contributors.
// obtaining a copy of the software and accompanying documentation covered by
// execute, and transmit the Software, and to prepare derivat... |
// ZipDataInfo.h
// $Id: //poco/1.4/Zip/include/Poco/Zip/ZipDataInfo.h
// Library: Zip
// Package: Zip
// Module: ZipDataInfo
// Definition of the ZipDataInfo class.
// and Contributors.
// obtaining a copy of the software and accompanying documentation covered by
// execute, and transmit the Software, and to prepare ... |
package org.herac.tuxguitar.app.actions.layout;
import org.herac.tuxguitar.app.actions.Action;
import org.herac.tuxguitar.app.actions.ActionData;
import org.herac.tuxguitar.graphics.control.TGLayout;
/**
* @author julian
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - ... |
#ifndef <API key>
#define <API key>
#include <geos/geom/Coordinate.h> // for inlines
#include <geos/geom/CoordinateSequence.h> // for inlines
#include <geos/geom/<API key>.h> // for composition
#include <geos/geom/PrecisionModel.h> // for inlines
#include <vector>
#include <memory>
#include <cassert>
namespace geos {
n... |
#include "qsystemlibrary_p.h"
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qfileinfo.h>
QT_BEGIN_NAMESPACE
#if defined(Q_OS_WINCE)
HINSTANCE QSystemLibrary::load(const wchar_t *libraryName, bool onlySystemDirectory /* = true */)
{
return ::LoadLibrary(libraryName);
}
#else
#i... |
#pragma once
#include <ctime>
#include "solver_structure.hpp"
#include "<API key>.hpp"
#include "output_structure.hpp"
#include "numerics_structure.hpp"
#include "geometry_structure.hpp"
#include "config_structure.hpp"
using namespace std;
/*!
* \brief Gets the number of zones in the mesh file.
* \param[in] val_mesh_... |
import { <API key> } from '../caret/CaretUtils';
import NodeType from '../dom/NodeType';
import { CaretPosition } from '../caret/CaretPosition';
import { Insert, Element } from '@ephox/sugar';
import { Option, Fun } from '@ephox/katamari';
const <API key> = (text: string, pos: CaretPosition): Option<CaretPosition> => {... |
#ifndef TARGET_H
#define TARGET_H
#include "<API key>.h"
#include "<API key>.h"
<API key>(QIcon)
namespace Utils {
class Environment;
}
namespace ProjectExplorer {
class RunConfiguration;
class ToolChain;
class BuildConfiguration;
class DeployConfiguration;
class <API key>;
class <API key>;
class <API key>;
class Proje... |
// 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... |
#!/usr/bin/env python
import pygtk
pygtk.require('2.0')
import pynotify
import sys
if __name__ == '__main__':
if not pynotify.init("XY"):
sys.exit(1)
n = pynotify.Notification("X, Y Test",
"This notification should point to 150, 10")
n.set_hint("x", 150)
n.set_hint(... |
#ifndef <API key>
#define <API key>
#if (defined(__ASSEMBLY__) || defined(__IAR_SYSTEMS_ASM__))
#define REG_ADC_CR (0x40038000U) /**< \brief (ADC) Control Register */
#define REG_ADC_MR (0x40038004U) /**< \brief (ADC) Mode Register */
#define REG_ADC_SEQR1 (0x40038008U) /**< \brie... |
<?php
// $Id: <API key>.php 41425 2012-05-11 02:02:22Z lindonb $
require_once "lib/wiki/pluginslib.php";
function <API key>()
{
return array(
'name' => tra('Title Search'),
'documentation' => 'PluginTitleSearch',
'description' => tra('Search pages by title'),
'prefs' => array( 'featu... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "swfdec_video.h"
#include "swfdec_as_internal.h"
#include "swfdec_as_strings.h"
#include "swfdec_debug.h"
#include "swfdec_net_stream.h"
#include "<API key>.h"
#include "swfdec_sandbox.h"
SWFDEC_AS_NATIVE (667, 1, <API key>)
void
<API key> (SwfdecAsContext *cx, S... |
package org.kurento.tutorial.player;
import java.awt.Desktop;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import org.kurento.client.EndOfStreamEvent;
import org.kurento.client.EventListener;
import org.kurento.client.FaceOverlayFilter;
import org.kurento.client.HttpGetEndpoint;
... |
<!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: Cqrs.Reposi... |
<!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: Cqrs.Events... |
// 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.
#include <deal.II/numerics/fe_field_function.templates.h>
#include <deal.II/multigrid/mg_dof_... |
<?php
// $Id: <API key>.php 44444 2013-01-05 21:24:24Z changi67 $
//this script may only be included - so its better to die if called directly.
if (strpos($_SERVER["SCRIPT_NAME"], basename(__FILE__)) !== false) {
header("location: index.php");
exit;
}
/**
* @return array
*/
function <API key>()
{
return array... |
module IB
module SimpleStop
extend OrderPrototype
class << self
def defaults
super.merge order_type: :stop
end
def aliases
super.merge aux_price: :price
end
def requirements
super.merge aux_price: 'Price where the action is triggert. Aliased as :price'
... |
package org.jfree.data.statistics;
import java.io.Serializable;
import org.jfree.util.ObjectUtilities;
/**
* A simple data structure that holds a mean value and a standard deviation
* value. This is used in the
* {@link org.jfree.data.statistics.<API key>} class.
*/
public class <API key> implements Serializable {... |
#include "config.h"
#include "<API key>.h"
#include <stdlib.h>
#include <string.h>
#include "gtkcssprovider.h"
#include "<API key>.h"
typedef struct <API key> GtkCssSelectorClass;
typedef gboolean (* <API key>) (const GtkCssSelector *selector,
const GtkCssMatcher *matche... |
#ifndef <API key>
#define <API key>
#include <QObject>
#include <QVector>
#include <QSet>
#include <QStringList>
namespace Akonadi {
namespace Server {
class Connection;
class SearchRequest: public QObject
{
Q_OBJECT
public:
SearchRequest( const QByteArray &connectionId );
~SearchRequest();
void setQu... |
#include "svgreader.h"
#include "dom/cssreader.h"
#include "dom/ucd.h"
#include "xmlreader.h"
#include <stdarg.h>
namespace org
{
namespace w3c
{
namespace dom
{
namespace svg
{
//
//# M E S S A G E S
//
void SVGReader::error(char const *fmt, ...)
{
va_list args;
fprintf(stderr, "SVGReader:error: ");
va_sta... |
#if !defined(<API key>)
#define <API key>
/* ADC16 module features */
/* @brief Has Programmable Gain Amplifier (PGA) in ADC (register PGA). */
#define <API key> (0)
/* @brief Has PGA chopping control in ADC (bit PGA[PGACHPb] or PGA[PGACHP]). */
#define <API key> (0)
/* @brief Has PGA offset measurement mode in ADC (bi... |
#!/usr/bin/env bash
set -e
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
git_download quickchick
if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
( cd "${CI_BUILD_DIR}/quickchick"
make
make install
make tests
) |
#ifndef HIGHLIGHTER_H
#define HIGHLIGHTER_H
#include "<API key>.h"
#include "syntaxhighlighter.h"
#include <QtCore/QString>
#include <QtCore/QVector>
#include <QtCore/QStack>
#include <QtCore/QSharedPointer>
#include <QtCore/QStringList>
#include <QtGui/QSyntaxHighlighter>
#include <QtGui/QTextCharFormat>
namespace Tex... |
#include "private/<API key>.h"
#include "private/qdeclarativestate_p.h"
#include "private/<API key>.h"
#include "private/<API key>.h"
#include "private/<API key>.h"
#include "private/<API key>.h"
#include "private/<API key>.h"
#include <<API key>.h>
#include <<API key>.h>
#include <QtCore/qdebug.h>
QT_BEGIN_NAMESPACE
<... |
/*!
* @file MKW20Z4.h
* @version 1.2
* @date 2015-05-07
* @brief CMSIS Peripheral Access Layer for MKW20Z4
*
* CMSIS Peripheral Access Layer for MKW20Z4
*/
/* Prevention from multiple including the same memory map */
#if !defined(MKW20Z4_H_) /* Check if memory map has not been already included */
#define MKW20Z... |
package techcore
import "github.com/nsf/termbox-go"
type Color int
const (
ColorBlack Color = 1 << iota
ColorBlue
ColorCyan
ColorGreen
ColorMagenta
ColorRed
ColorWhite
ColorYellow
ColorAlpha
)
func (c Color) GetTermboxColor() termbox.Attribute {
switch c {
case ColorBlack:
... |
#include "ldparser.h"
#include "<API key>.h"
#include "task.h"
using namespace ProjectExplorer;
namespace {
// opt. drive letter + filename: (2 brackets)
const char * const FILE_PATTERN = "(([A-Za-z]:)?[^:]+\\.[^:]+):";
// line no. or elf segment + offset (1 bracket)
// const char * const POSITION_PATTE... |
#ifndef AVIO_H
#define AVIO_H
#include "patch.h"
/* output byte stream handling */
typedef INT64 offset_t;
/* unbuffered I/O */
typedef struct {
unsigned char *buffer;
int buffer_size;
unsigned char *buf_ptr, *buf_end;
void *opaque;
int (*read_packet)(void *opaque, UINT8 *buf, int buf_size);
voi... |
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "librepo/version.h"
#include "fixtures.h"
#include "testsys.h"
#include "test_version.h"
START_TEST(<API key>)
{
ck_assert(LR_VERSION_CHECK(LR_VERSION_MAJOR,
LR_VERSION_MINOR,
LR_VERSION... |
#include "texthtmlbuilder.h"
#include <QtCore/QList>
#include <QtGui/QTextDocument>
namespace Grantlee
{
class <API key>
{
public:
<API key>( TextHTMLBuilder *b )
: q_ptr( b )
{
}
QList<QTextListFormat::Style> <API key>;
QString m_text;
TextHTMLBuilder *q_ptr;
Q_DECLARE_PUBLIC( TextHTMLBuilder )
};
}
... |
#include "../llallocator.h"
#include "../test/lltut.h"
namespace tut
{
struct llallocator_data
{
LLAllocator llallocator;
};
typedef test_group<llallocator_data> factory;
typedef factory::object object;
}
namespace
{
tut::factory <API key>("LLAllocator");
}
namespace tut
{
templa... |
#ifndef <API key>
#define <API key>
#include <Compliant/utils/se3.h>
#include <sofa/helper/vector.h>
#include <sofa/defaulttype/BaseMatrix.h>
#include <SofaEigen2Solver/EigenSparseMatrix.h>
#include <SofaBaseMechanics/MechanicalObject.h>
#include <sofa/core/ObjectFactory.h>
#include <sofa/core/Multi2Mapping.inl>
#inclu... |
#ifndef QMLJS_ENVIRONMENT_H
#define QMLJS_ENVIRONMENT_H
#include "qv4global_p.h"
#include "qv4value_def_p.h"
#include "qv4managed_p.h"
#include "qv4engine_p.h"
QT_BEGIN_NAMESPACE
namespace QV4 {
struct Object;
struct ExecutionEngine;
struct <API key>;
struct Lookup;
struct Function;
struct ValueRef;
namespace CompiledD... |
// 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.
#include <deal.II/lac/petsc_vector.h>
#ifdef DEAL_II_WITH_PETSC
# include <cmath>
<API key>
... |
<?php
function detect() {
// Temporary Variables
// The useragent string (lowercase to simplify testing)
$_nw_ua = strtolower(@$_SERVER["HTTP_USER_AGENT"]);
// Version checking, each one of these will take a float value describing the
// version number, or - if the user is not using that browser - zero.
// ... |
#ifndef <API key>
#define <API key>
// W A R N I N G
// This file is not part of the Qt API. It exists for the convenience
// of qapplication_*.cpp, qwidget*.cpp and qfiledialog.cpp. This header
// file may change from version to version without notice, or even be removed.
// We mean it.
#include <qglobal.h>
#includ... |
<?php
class Provider_Ucloud extends Provider {
var $url_prefix = 'https://openapi.ucloud.com/ucloud/oauth/1.0a/';
function __construct($provider,$oauth_config){
parent::__construct($provider,$oauth_config);
}
function _getRequestTokenURL(){
return $url = $this->url_prefix.'request_token'... |
/*
Fibonacci
/ 0 n=0
f(n)= 1 n=1
\ f(n-1)+f(n-2) n=2
nn
C Fibonacci
....
ANSWER:
This is the traditional problem of application of mathematics...
let A=
{1 1}
{1 0}
f(n) = A^(n-1)[0,0]
this gives a O(log n) solution.
int f(int n) {
int A[4] = {1,1,1,0};
int result[4];
power(A, n, result);
return result[0];
}
vo... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libsigc++: sigc::<API key>< T_return, T_obj, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6 > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<li... |
#include "nmod_mpoly.h"
#include "fq_nmod_mpoly.h"
void <API key>(nmod_mpolyd_ctx_t dctx, slong nvars)
{
slong i;
dctx->nvars = nvars;
dctx->perm = (slong *) flint_malloc(nvars*sizeof(slong));
for (i = 0; i < nvars; i++)
{
dctx->perm[i] = i;
}
}
void <API key>(nmod_mpolyd_ctx_t dctx)
{
... |
#include "private/qpacketprotocol_p.h"
#include <QBuffer>
#include <QElapsedTimer>
QT_BEGIN_NAMESPACE
#define MAX_PACKET_SIZE 0x7FFFFFFF
/*!
\class QPacketProtocol
\internal
\brief The QPacketProtocol class encapsulates communicating discrete packets
across fragmented IO channels, such as TCP sockets.
QPacket... |
asynctest(
'browser.tinymce.core.keyboard.<API key>',
[
'ephox.agar.api.Assertions',
'ephox.agar.api.GeneralSteps',
'ephox.agar.api.Logger',
'ephox.agar.api.Pipeline',
'ephox.agar.api.Step',
'ephox.katamari.api.Fun',
'ephox.sugar.api.dom.Hierarchy',
'ephox.sugar.api.node.Element',
... |
#ifndef _RayFeature_h_
#define _RayFeature_h_
#include <App/DocumentObject.h>
#include <App/PropertyLinks.h>
#include <App/PropertyFile.h>
#include <App/PropertyStandard.h>
#include "RaySegment.h"
namespace Raytracing
{
class Property;
/** Base class of all Feature classes in FreeCAD
*/
//class RayFeature: public Part... |
<!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: Cqrs.Azure.... |
package com.<API key>.forgemod.util;
import org.apache.logging.log4j.Level;
import cpw.mods.fml.relauncher.FMLRelaunchLog;
public class DCHLog {
public static final FMLRelaunchLog INSTANCE = FMLRelaunchLog.log;
private DCHLog(){
}
public static void warning( String format, Object... data )
{
... |
<?php
// $Id: pagination.php 39469 2012-01-12 21:13:48Z changi67 $
function <API key>()
{
return array(
'<API key>' => array(
'name' => tra("Display 'First' and 'Last' links"),
'type' => 'flag',
'default' => 'y',
),
'<API key>' => array(
'name'... |
var searchData=
[
['own_5faddress',['own_address',['../<API key>.html#<API key>',1,'Riots_BabyRadio::own_address()'],['../<API key>.html#<API key>',1,'Riots_MamaRadio::own_address()']]],
['<API key>',['own_config_message',['../<API key>.html#<API key>',1,'Riots_MamaRadio']]],
['<API key>',['<API key>',['../<API k... |
#include "qwt_spline.h"
#include "<API key>.h"
#include "qwt_math.h"
#include <qstack.h>
namespace QwtSplineBezier
{
class BezierData
{
public:
inline BezierData()
{
// default constructor with unitialized points
}
inline BezierData( const QPointF &p1, const QPoin... |
public class Base64
{
/** No options specified. Value is zero. */
public final static int NO_OPTIONS = 0;
/** Specify encoding. */
public final static int ENCODE = 1;
/** Specify decoding. */
public final static int DECODE = 0;
/** Specify that data should be gzip-compressed. */
public f... |
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.
"""Integration tests for loading and saving netcdf files."""
# Import iris.tests first so that some things can be initialised before
# importing anything else.
import iris.tests as tests
from os.path import join as path_join, d... |
#include <r_types.h>
#include <r_list.h>
#include <r_flag.h>
#include <r_core.h>
#define USE_R2 1
#include <spp/spp.h>
static bool <API key>(const char *name) {
int i;
if (r_str_endswith (name, ".zip")) {
return false;
}
for (i = 0; name[i]; i++) {
switch (name[i]) {
case '\\': /... |
#include <vector>
#include <iostream>
#include <sstream>
#include "include_base_utils.h"
#include "console_handler.h"
#include "p2p/net_node.h"
#include "currency_core/currency_basic.h"
#include "currency_core/currency_basic_impl.h"
#include "currency_core/<API key>.h"
#include "currency_core/miner.h"
#include "chainge... |
// -*- mode: c++; c-basic-style: "bsd"; c-basic-offset: 4; -*-
#include "EParameter.hpp"
#include <ecore/EcorePackage.hpp>
#include <ecore/ETypedElement.hpp>
#include <ecore/EAnnotation.hpp>
#include <ecore/EClassifier.hpp>
#include <ecore/EGenericType.hpp>
#include <ecore/EOperation.hpp>
#include <ecore/EObject.hpp>
#... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Tue Jun 14 22:27:19 EDT 2005 -->
<TITLE>
Uses of Class org.apache.axis.attachments.<API key> (Axis API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text... |
package org.kevoree.modeling.memory.struct.map.impl;
import org.kevoree.modeling.memory.struct.map.<API key>;
import org.kevoree.modeling.memory.struct.map.KLongLongMap;
public class <API key> extends <API key> {
@Override
public KLongLongMap <API key>(int p_initalCapacity, float p_loadFactor) {
return ... |
#ifndef <API key>
#define <API key>
namespace KBEngine{ namespace script{
bool install_py_dlls(void);
bool uninstall_py_dlls(void);
}
}
#endif // <API key> |
#ifndef AIK_PROCESS_FUNC_H
#define AIK_PROCESS_FUNC_H
int proc_aikclient_init(void * sub_proc,void * para);
int <API key>(void * sub_proc,void * para);
#endif |
package edu.umd.cs.findbugs.detect;
import java.util.*;
import edu.umd.cs.findbugs.*;
import edu.umd.cs.findbugs.ba.AnalysisContext;
import edu.umd.cs.findbugs.ba.ClassContext;
import edu.umd.cs.findbugs.visitclass.AnnotationVisitor;
import org.apache.bcel.Repository;
import org.apache.bcel.classfile.*;
import edu.umd.... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title>AllNodeStep xref</title>
<link type="text/css" rel="stylesheet" href="../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../apidocs/org/jaxen/expr/AllNodeStep.html"... |
#include "cairo-test.h"
#include <float.h>
#define SIZE 256
/* This test is designed to test the accuracy of the rendering of mesh
* patterns.
*
* Color accuracy is tested by a square patch covering the whole
* surface with black and white corners.
*
* Extents accuracy is checked by a small red square patch at th... |
#include "grib_api_internal.h"
/*
This is used by make_class.pl
START_CLASS_DEF
CLASS = action
IMPLEMENTS = dump
IMPLEMENTS = destroy;execute
MEMBERS = char *name
MEMBERS = int append
MEMBERS = int padtomultiple
END_CLASS_DEF
*/
/* START_CLASS_IMP */
/*
Don't edit anything betw... |
// MenuTest.cs: Test cases for Menu, MainMenu
// Ritvik Mayank (mritvik@novell.com)
using System;
using System.Windows.Forms;
using System.Drawing;
using System.Reflection;
using NUnit.Framework;
namespace MonoTests.System.Windows.Forms
{
[TestFixture]
public class MenuTest : TestHelper
{
[Test]
... |
/*
* The code in this file is placed in public domain.
* Contact: Hedede <Haddayn@gmail.com>
*/
#ifndef aw_traits_decay_h
#define aw_traits_decay_h
#include <type_traits>
namespace aw {
template<typename T>
using decay = typename std::decay<T>::type;
template<typename T>
using decay_t = std::decay<T>;
} // namespace... |
using System;
using System.Net;
using System.Net.Sockets;
using JetBrains.Annotations;
using NetMQ.Sockets;
namespace NetMQ
{
<summary>
A <API key> is an EventArgs that provides a property that holds a NetMQBeacon.
</summary>
public class <API key> : EventArgs
{
<summary>
Create a ne... |
package org.xacml4j.v30.pdp;
import java.util.ListIterator;
import org.xacml4j.v30.Expression;
import org.xacml4j.v30.ValueType;
import org.xacml4j.v30.spi.function.<API key>;
public interface FunctionParamSpec
{
/**
* Validates if the "sequence" of expressions
* from the current position is valid accordi... |
using System;
using System.Collections.Generic;
using System.Text;
namespace CrashReporter
{
<summary>
The exception that is thrown when no configuration has been provided
and an exception is reported.
</summary>
public class <API key> : Exception
{
<summary>
Initializes a new in... |
// Name: src/msw/gdiplus.cpp
// Purpose: implements wrappers for GDI+ flat API
// Created: 2007-03-14
// Licence: wxWindows licence
// declarations
// headers
// for compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if <API ... |
<p>{{ student.get_full_name }},</p>
<p>An intervention referral has been submitted on your behalf.</p> |
//#define <API key>
#include "qnetworkinterface.h"
#include "qnetworkinterface_p.h"
#include <private/qcore_symbian_p.h>
#ifndef <API key>
#include <in_sock.h>
#include <in_iface.h>
#include <es_sock.h>
QT_BEGIN_NAMESPACE
static QNetworkInterface::InterfaceFlags convertFlags(const <API key>& aInfo)
{
QNetworkInterf... |
/* pushback.h - header for pushback.c */
#ifndef pushback_H
#define pushback_H 1
struct pb_file {
unsigned buff_amt;
ub1 pb_buff[RDSZ];
int fd;
ub1* next;
};
typedef struct pb_file pb_file;
#ifdef __cplusplus
extern "C" {
#endif
U_EXPORT int pb_push(pb_file*, void*, int);
U_EXPORT int pb_read(pb_file*, void*,... |
.vjs-playlist {
background-color: black;
position: absolute;
overflow-y: hidden;
overflow-x: auto;
display: none;
}
.vjs-playlist img {
margin: 10px;
border: 3px solid #555;
border-radius: 6px;
-moz-border-radius: 6px;
width: 125px;
height: 95px;
}
.vjs-playlist img:hover {
border: 3px solid #77... |
CALL <API key> ('Android','Android Plugin','','PLUGIN',1,0,0,1);
CALL <API key> ('ON','Running','Android');
CALL <API key> ('OFF','Stopped','Android');
CALL <API key> ('ON','Started','Android');
CALL <API key> ('OFF','Stopped','Android');
CALL <API key> ('NOTIFYALL','Notify All','Android','message','category','','defau... |
<?php
class <API key> extends waJsonController
{
public function execute()
{
$selected_countries = waRequest::post('selected_countries', array(), waRequest::TYPE_ARRAY);
$all_countries = waRequest::post('all_countries', 1, waRequest::TYPE_INT);
$countries = '';
$allowed_countries... |
// Catalano Imaging Library
// The Catalano Framework
// diego.catalano at live.com
// andrew.kirillov@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,
// ... |
<form action="action.php" method="post" target="postframe">
<table width="100%" class="table">
<colgroup>
<col width="200" />
<col />
</colgroup>
<tr class="tableheader"><td colspan="2">{LANG[TITLE_GALLERY_ADD]}</td></tr>
{if SET_GALLERY_SUBGALS}<tr>
<td>{LANG[CREATEIN]}:</td>
<td><select name="parent" onchange="refres... |
package es.uvigo.esei.sing.bdbm.gui.configuration;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.util.EventListener;
import java.util.EventObject;
import java.util.concurrent.Callable;
import javax.swing.AbstractAction;
import javax.swing.GroupLayout;
import j... |
#include "DRMSD.h"
#include "MetricRegister.h"
namespace PLMD {
class IntermolecularDRMSD : public DRMSD {
private:
unsigned nblocks;
std::vector<unsigned> blocks;
public:
explicit IntermolecularDRMSD( const <API key>& ro );
void read( const PDB& pdb );
void setup_targets();
};
<API key>(IntermolecularDRMSD,"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.