answer stringlengths 15 1.25M |
|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http:
<html xmlns="http:
<head>
<title>skip (EstraierPure::Condition)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body clas... |
#ifndef <API key>
#define <API key>
#include "elf/elf_types.h"
/* Auxialiary version information. */
struct elf32_verdaux {
elf32_word vda_name; /* Version or dependency names */
elf32_word vda_next; /* Offset in bytes to next verdaux entry */
};
struct elf64_verdaux {
elf64_word vda_name; /* Version or de... |
#ifndef _S3C2410_UDC_H
#define _S3C2410_UDC_H
struct s3c2410_ep {
struct list_head queue;
unsigned long last_io; /* jiffies timestamp */
struct usb_gadget *gadget;
struct s3c2410_udc *dev;
const struct <API key> *desc;
struct usb_ep ep;
u8 ... |
package org.compiere.dbPort;
import java.util.Collections;
import java.util.List;
/**
* Native PostgreSQL (pass-through) implementation of {@link Convert}
*
* @author tsa
*
*/
public final class <API key> extends Convert
{
@Override
protected final List<String> convertStatement(final String sqlStatement)
... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_25) on Wed Feb 25 01:10:23 CET 2015 -->
<title>Constant Field Values</title>
<meta name="date" content="2015-02-25">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascrip... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MediaBrowser.Api.Reports
{
public class ReportRow
{
<summary>
Initializes a new instance of the ReportRow class.
</summary>
public ReportRow()
{
... |
#ifndef _WINE_WININET_H_
#define _WINE_WININET_H_
#ifdef __cplusplus
extern "C" {
#endif
#define INTERNETAPI
#define BOOLAPI INTERNETAPI BOOL WINAPI
typedef LPVOID HINTERNET;
typedef HINTERNET * LPHINTERNET;
typedef WORD INTERNET_PORT;
typedef INTERNET_PORT * LPINTERNET_PORT;
#define <API key> 0
#define <API key> ... |
#include <linux/module.h>
#include <linux/version.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/dpm.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/mach/irq.h>
#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa-pm_ll.h>
#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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CoreGTKGen: CGTKRevea... |
#ifndef __RTW_LED_H_
#define __RTW_LED_H_
#include <drv_conf.h>
#include <osdep_service.h>
#include <drv_types.h>
#define MSECS(t) (HZ * ((t) / 1000) + (HZ * ((t) % 1000)) / 1000)
#define <API key> 100
#define <API key> 200
#define <API key> 400
#define <API key> 1000
#define <API key> ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ONIX Responsive Business & Portfolio Template</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content... |
<?php
// | TOPThink [ WE CAN DO IT JUST THINK IT ]
namespace Think\Db\Driver;
use Think\Db;
defined('THINK_PATH') or exit();
/**
* Mongo MongoModel
*/
class Mongo extends Db{
protected $_mongo = null; // MongoDb Object
protected $_collection = null; // MongoCollection Object
protected $... |
#include <stdio.h>
#define NUM_ROWS_A 12 //rows of input [A]
#define NUM_COLUMNS_A 12 //columns of input [A]
#define NUM_ROWS_B 12 //rows of input [B]
#define NUM_COLUMNS_B 12 //columns of input [B]
#pragma xmp nodes p(*)
#pragma xmp template t(0:11)
#pragma xmp distribute t(block) onto p
double a[NUM_ROWS_A][NUM_COLUM... |
package mpicbg.spim.segmentation;
import fiji.tool.SliceListener;
import fiji.tool.SliceObserver;
import ij.IJ;
import ij.ImageJ;
import ij.ImagePlus;
import ij.ImageStack;
import ij.WindowManager;
import ij.gui.OvalRoi;
import ij.gui.Overlay;
import ij.gui.Roi;
import ij.io.Opener;
import ij.plugin.PlugIn;
import ij.p... |
<?php
$name='KievitCyr-ExtraBold';
$type='TTF';
$desc=array (
'Ascent' => 872,
'Descent' => -250,
'CapHeight' => 872,
'Flags' => 262148,
'FontBBox' => '[-56 -250 1278 872]',
'ItalicAngle' => 0,
'StemV' => 165,
'MissingWidth' => 566,
);
$up=-143;
$ut=20;
$ttffile='C:/wamp/www/alfakasko/mpdf/ttfonts/KvCyX... |
#ifndef <API key>
#define <API key>
#include "Event.h"
namespace caret {
class <API key> : public Event {
public:
<API key>();
virtual ~<API key>();
void addBrowserTabIndex(const int32_t browserTabIndex);
std::vector<int32_t> <API key>() const;
bool <API key>(const int32_... |
/**
* \file
* \brief Common IPC interface.
* \ingroup l4_api
*/
#ifndef <API key>
#define <API key>
#include <l4/sys/types.h>
#include <l4/sys/utcb.h>
#include <l4/sys/err.h>
/**
* \defgroup l4_ipc_api Object Invocation
* \ingroup l4_api
* \brief API for L4 object invocation.
*
* <c>\#include <l4/sys/ipc.h></c... |
#include "ftdefs.h"
typedef struct st_ft_docstat {
FT_WORD *list;
uint uniq;
double sum;
} FT_DOCSTAT;
typedef struct <API key>
{
TREE *wtree;
MEM_ROOT *mem_root;
} MY_FT_PARSER_PARAM;
static int FT_WORD_cmp(CHARSET_INFO* cs, FT_WORD *w1, FT_WORD *w2)
{
return ha_compare_text(cs, (uchar*) w1->pos, w1->l... |
<?php
/**
* ezcomNotification persistent object class definition
*
*/
class ezcomNotification extends eZPersistentObject
{
/**
* Construct, use {@link ezcomNotification::create()} to create new objects.
*
* @param array $row
*/
public function __construct( $row )
{
parent::__co... |
#include <linux/time.h>
#include <linux/fs.h>
#include <linux/jbd2.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/quotaops.h>
#include <linux/buffer_head.h>
#include <linux/random.h>
#include <linux/bitops.h>
#include <linux/blkdev.h>
#include <asm/byteorder.h>
#include "ext4.h"
#include "ext4_jbd... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/xr19rel/WINNT_5.2_Depend/mozilla/netwerk/socket/base/<API key>.idl
*/
#ifndef <API key>
#define <API key>
#ifndef <API key>
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
... |
<?php
/* core/themes/stable/templates/navigation/menu--toolbar.html.twig */
class <API key> extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisp... |
<?php
/**
* Indonesia Provinces
*
*/
global $pms_states;
$pms_states['ID'] = array(
'AC' => __( 'Daerah Istimewa Aceh', '<API key>' ),
'SU' => __( 'Sumatera Utara', '<API key>' ),
'SB' => __( 'Sumatera Barat', '<API key>' ),
'RI' => __( 'Riau', '<API key>' ),
'KR' => __( 'Kepulauan Riau', '<API k... |
package test.auctionportal;
import static com.sun.org.apache.xerces.internal.jaxp.JAXPConstants.<API key>;
import static com.sun.org.apache.xerces.internal.jaxp.JAXPConstants.JAXP_SCHEMA_SOURCE;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.as... |
<?php
/**
* Custom functions that act independently of the theme templates
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package Decode
*/
/**
* Get our wp_nav_menu() fallback, wp_page_menu(), to show a home link.
*/
if ( ! function_exists( '<API key>' ) ) {
function <AP... |
package com.mobilerobots.Aria;
public class ArUrg extends ArLaser {
/* (begin code from javabody_derived typemap) */
private long swigCPtr;
/* for internal use by swig only */
public ArUrg(long cPtr, boolean cMemoryOwn) {
super(AriaJavaJNI.SWIGArUrgUpcast(cPtr), cMemoryOwn);
swigCPtr = cPtr;
}
/* fo... |
/* Definitions for bytecode */
#ifndef Py_COMPILE_H
#define Py_COMPILE_H
#ifdef __cplusplus
extern "C" {
#endif
/* Bytecode object */
typedef struct {
PyObject_HEAD
int co_argcount; /* #arguments, except *args */
int co_nlocals; /* #local variables */
int co_stacksize; /* #entries n... |
#include <Instrument.h> // the base class for this instrument
#include <vector>
using std::vector;
class PHASER : public Instrument {
public:
PHASER();
virtual ~PHASER();
virtual int init(double *, int);
virtual int configure();
virtual int run();
private:
void doupdate();
float *_in;
... |
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
</CENTER>
<HR>
<H3>compute smd/ulsph_stress command
</H3>
<P><B>Syntax:</B>
</P>
<PRE>compute ID group-ID smd/ulsph_stress
</PRE>
<UL><L... |
// This file is part of Olena.
// Olena is free software: you can redistribute it and/or modify it under
// Olena is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// As a special exception, you may use this file as part of a free
// software project... |
<?php
// error mode
$error_mode = (isset($error_mode) AND in_array($error_mode, array("json", "moodle"))) ? $error_mode : "moodle";
// define constants
if (!defined('ROOT')) {
//define('ROOT', (realpath(dirname( __FILE__ )) . DIRECTORY_SEPARATOR));
define('ROOT', substr(realpath(dirname(__FILE__)), 0, stripos(r... |
<?php
/**
* The following variables are available in this template:
* - $this: the CrudCode object
*/
?>
<div id="mainPage" class="main">
<?php
echo "<?php\n";
$nameColumn = $this->guessNameColumn($this->tableSchema->columns);
$label = $this->pluralize($this->class2name($this->modelClass));
echo ... |
#define _XOPEN_SOURCE 500
#include <assert.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
#include "lilv_internal.h"
static void
<API key>(LilvNode* val)
{
char* locale;
char* endptr;
switch (val->type) {
case LILV_VALUE_URI:
case LILV_VALUE_BLANK:
case LILV_VALUE_STRING:
... |
package loci.formats.codec;
import java.io.IOException;
import java.util.Vector;
import loci.common.ByteArrayHandle;
import loci.common.DataTools;
import loci.common.<API key>;
import loci.formats.FormatException;
import loci.formats.<API key>;
/**
* Decompresses lossless JPEG images.
*
* @author Melissa Linkert mel... |
<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that
* other 'pages' on your WordPress site will use a different template.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since... |
\par
\chapter{{\tt DenseMtx}: Dense matrix object}
\par
The {\tt DenseMtx} object contains a dense matrix along with row and
column indices.
The entries in the matrix can be double precision real or double
precision complex.
It needs to be able to manage its own storage, much like the {\tt
Chv} and {\tt SubMtx} objects... |
# create TRD geometry from patch file
SOURCE=<API key>.C
TARGET=<API key>.C
PATCH=p3etop1m.patch
echo
echo cp $SOURCE $TARGET
echo patch $TARGET $PATCH
echo root -l $TARGET
echo
cp $SOURCE $TARGET
patch $TARGET $PATCH
root -l $TARGET |
#ifndef CGITCP_H
#define CGITCP_H
#include "httpd.h"
int cgiTcp(HttpdConnData *connData);
#endif |
<?php
namespace SJBR\StaticInfoTables\Domain\Model;
class Country extends AbstractEntity {
/**
* The German short name
* @var string
*/
protected $shortNameDe = '';
/**
* Sets the German short name.
*
* @param string $shortNameDe
*
* @return void
*/
public fu... |
using System;
using System.Reflection;
namespace OLPL_API_Server.Areas.HelpPage.ModelDescriptions
{
public interface <API key>
{
string GetDocumentation(MemberInfo member);
string GetDocumentation(Type type);
}
} |
#ifndef <API key>
#define <API key>
#include <QGraphicsItem>
#include <memory>
class TileManager;
class <API key>;
class WSITileGraphicsItem : public QGraphicsItem {
public:
// make sure to set `item` to NULL in the constructor
WSITileGraphicsItem(QPixmap* item, unsigned int tileX, unsigned int tileY, unsigned int ... |
#ifndef <API key>
#define <API key>
#include "kdevdeepcopy.h"
#include <qevent.h>
#include <qvaluelist.h>
#if QT_VERSION < 0x030100
#include <kdevmutex.h>
#else
#include <qmutex.h>
#endif
enum
{
Event_FileParsed = QEvent::User + 1000
};
class FileParsedEvent: public QCustomEvent
{
public:
FileParsedEvent( const... |
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.geom.AffineTransform;
import java.awt.geom.Path2D;
import java.awt.image.BufferedImage;
import java.awt.image.Raster;
import java.io.File;
import java.io.IOException;
import javax.imageio.Imag... |
<!-- Creator : groff version 1.21 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http:
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type=... |
/* <API key>: GPL-2.0-only */
#ifndef <API key>
#define <API key>
#include <types.h>
enum {
/* Read and clear power state information */
KB_POWER_SMI = 0x04,
/* Read but do not clear power state information */
KB_POWER_STATUS = 0x05,
/* Inform the EC about the reason host is turning off */
KB_PO... |
# Twisted, the Framework of Your Internet
# This library is free software; you can redistribute it and/or
# modify it under the terms of version 2.1 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
# Yo... |
package br.ufpe.cin.amadeus.amadeus_mobile.util;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import br.ufpe.cin.amadeus.amadeus_mobile.basics.HomeworkMobile;
import br.ufpe.cin.amadeus.amadeus_web.domain.content_management.Forum;
import br.ufpe.cin.amadeus.amadeus_... |
package net.sf.memoranda.ui.htmleditor;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Frame;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Image;
import java.awt.Insets;
import java.awt.event.ActionEvent;
... |
#ifndef OUTDOOR_PVP_TF_
#define OUTDOOR_PVP_TF_
#include "OutdoorPvP.h"
const uint8 <API key> = 5;
const uint32 <API key>[<API key>] =
{
3519 /*Terokkar Forest*/,
3791 /*Sethekk Halls*/,
3789 /*Shadow Labyrinth*/,
3792 /*Mana-Tombs*/,
3790 /*Auchenai Crypts*/
};
// locked for 6 hours after capture
c... |
#ifndef QEMU_AUDIO_H
#define QEMU_AUDIO_H
#include "qemu/queue.h"
#include "qapi/qapi-types-audio.h"
typedef void (*audio_callback_fn) (void *opaque, int avail);
#ifdef <API key>
#define <API key> 1
#else
#define <API key> 0
#endif
typedef struct audsettings {
int freq;
int nchannels;
AudioFormat fmt;
i... |
#include "party.hpp"
#include "channel_server/channel_server.hpp"
#include "channel_server/instance.hpp"
#include "channel_server/map_packet.hpp"
#include "channel_server/maps.hpp"
#include "channel_server/party_packet.hpp"
#include "channel_server/player.hpp"
#include "channel_server/<API key>.hpp"
#include "channel_s... |
#ifndef CHANNEL_H
#define CHANNEL_H
#include <eq/eq.h>
#include "pipe.h"
#include <OgreMatrix4.h>
namespace vr{
/*
* Channel
*/
class Channel : public eq::Channel
{
public:
Channel(eq::Window *parent);
protected:
virtual bool configInit(const eq::uint128_t &init_id);
... |
<?php
defined('_AKEEBA') or die();
class AModel
{
/**
* Input variables, passed on from the controller, in an associative array
* @var array
*/
protected $input = array();
/**
* Should I save the model's state in the session?
* @var bool
*/
protected $_savestate = true;
... |
// <API key>: GPL-2.0
#include "color.h"
#include <QMap>
#include <array>
// Note that std::array<QColor, 2> is in every respect equivalent to QColor[2],
// but allows assignment, comparison, can be returned from functions, etc.
static QMap<color_index_t, std::array<QColor, 2>> profile_color = {
{ SAC_1, {{ FUNGREE... |
/* In the static library, this is all handled by dl-support.c
or by the vanilla definitions in the rest of the C library. */
#ifdef SHARED
#include <hurd.h>
#include <link.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <sys/mman.h>
#include <ldsodefs.h>
#include <sys/wait.h>
#include <assert... |
# Mustang Lite
* **Theme URI:** http:
* **Author:** WebMan
* **Author URI:** http:
* **License:** GNU General Public License v3
* **License URI:** http:
## Description
Mustang Lite WordPress Theme lets you create beautiful, professional responsive and HiDPI (Retina) ready websites. With this theme you can create also a... |
/* <API key>: GPL-2.0+ */
#ifndef __SH7785LCR_H
#define __SH7785LCR_H
#define CONFIG_CPU_SH7785 1
#define <API key> \
"bootdevice=0:1\0" \
"usbload=usb reset;usbboot;usb stop;bootm\0"
#define <API key>
#undef <API key>
/* MEMORY */
#if defined(CONFIG_SH_32BIT)
/* ... |
// MuseScore
// Music Composition & Notation
// $Id: keyfinder.h 4515 2011-07-13 09:56:53Z wschweer $
// This program is free software; you can redistribute it and/or modify
// as published by the Free Software Foundation and appearing in
// the file LICENCE.GPL
#ifndef __KEYFINDER_H__
#define __KEYFINDER_H__
cla... |
select#<API key>,
label[for='parent'],
select#parent.postform
{
display: none;
}
body table.wp-list-table.tags
{
table-layout: auto;
}
.<API key> .<API key> {
margin: 0;
}
.<API key>#message {
margin-left:0;
}
.<API key> .<API key>
{
width: 100%;
}
.<API key> tr.<API key> td,
.<API key> tr.<API ke... |
#ifndef RBKIT_APPSTATE_H
#define RBKIT_APPSTATE_H
#include <QObject>
#include <QMutex>
#include <QHash>
#include <QVariant>
namespace RBKit {
class AppState
{
QMutex mutex;
QHash<QString, QVariant> appState;
QHash<int, QString> snapshotNames;
AppState();
static AppState *singleton;
QString proto... |
#include <sstream>
#include <unordered_map>
#include "Common/GL/GLInterfaceBase.h"
#include "Common/GL/GLExtensions/GLExtensions.h"
#include "Common/Logging/Log.h"
#if defined(__linux__) || defined(__APPLE__)
#include <dlfcn.h>
#endif
// gl_1_1
<API key> dolClearIndex;
<API key> dolClearColor;
PFNDOLCLEARPROC dolClear;... |
#include "lab/lab.h"
#include "lab/anim.h"
#include "lab/dispman.h"
#include "lab/eventman.h"
#include "lab/intro.h"
#include "lab/music.h"
#include "lab/resource.h"
#include "lab/utils.h"
namespace Lab {
Intro::Intro(LabEngine *vm) : _vm(vm) {
_quitIntro = false;
_introDoBlack = false;
_font = _vm->_resour... |
#ifndef __FTPCONN_H__
#define __FTPCONN_H__
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#define __need_error_t
#include <errno.h>
#ifndef __error_t_defined
typedef int error_t;
#define __error_t_defined
#endif
#ifndef FTP_CONN_EI
# define FTP_CONN_EI exter... |
#include <linux/moduleparam.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/errno.h>
#include <linux/hdreg.h>
#include <linux/kdev_t.h>
#include <linux/blkdev.h>
#include <linux/mutex.h>
#include <linux/scatterlist.h>
#include ... |
layout: post
title: Air America Radio
author: Chris Metcalf
date: 2004/03/31
slug: air-america-radio
category:
tags: [ politics ]
Apparently <a href="http:
Somehow his days on Comedy Central don't really let me see him as a powerful political figure. If you've got to make Liberalism funny to get people to listen to it,... |
using System;
using Server.Mobiles;
using Server.Network;
using Server.Targeting;
namespace Server.Spells.First
{
public class HealSpell : MagerySpell
{
private static readonly SpellInfo m_Info = new SpellInfo(
"Heal", "In Mani",
224,
9061,
Reagent.Garlic,... |
id: 9987
title:
date: 2009-02-17T17:48:00+00:00
author: jiang
layout: post
guid: http://li-and-jiang.com/blog/2009/02/17/%e6%85%88%e6%82%b2%e4%b8%ba%e6%80%80/
permalink: /2009/02/17/%e6%85%88%e6%82%b2%e4%b8%ba%e6%80%80/
categories:
-
[<img style="border-right:0px;border-top:0px;border-left:0px;border-bottom:0px" heig... |
#include <arch/acpi.h>
#include <console/console.h>
#include <device/device.h>
#include <gpio.h>
#include <stdlib.h>
#include <string.h>
#include <soc/nhlt.h>
#include "ec.h"
#include "gpio.h"
static const char *oem_id_maxim = "INTEL";
static const char *oem_table_id_maxim = "SCRDMAX";
static void mainboard_init(device... |
{# This file was generated with the ext-templateevents:generate command. #}
{%- if <API key>.enable -%}
<a class="templateevents" title="3.1.0-a1&
{%- endif -%} |
#ifndef _INC_NLDEF
#define _INC_NLDEF
typedef enum _NL_ADDRESS_TYPE {
NlatUnspecified,
NlatUnicast,
NlatAnycast,
NlatMulticast,
NlatBroadcast,
NlatInvalid
} NL_ADDRESS_TYPE, *PNL_ADDRESS_TYPE;
typedef enum _NL_DAD_STATE {
NldsInvalid = 0,
NldsTentative,
NldsDuplicate,
NldsDeprecated,
NldsPreferred... |
/**
* @file
* Fighting.
*/
#include "actions/attack.hpp"
#include "actions/advancement.hpp"
#include "actions/vision.hpp"
#include "ai/lua/aspect_advancements.hpp"
#include "formula/callable_objects.hpp"
#include "formula/formula.hpp"
#include "game_config.hpp"
#include "game_data.hpp"
#include "game_events/pump.hpp... |
#!/usr/bin/env python2
import copy
import Queue
import os
import socket
import struct
import subprocess
import sys
import threading
import time
import unittest
import dns
import dns.message
import libnacl
import libnacl.utils
class DNSDistTest(unittest.TestCase):
"""
Set up a dnsdist instance and responder thre... |
/**
* @file mp3lameaudio.c
* Interface to libmp3lame for mp3 encoding.
*/
#include "avcodec.h"
#include "mpegaudio.h"
#include <lame/lame.h>
#define BUFFER_SIZE (7200 + MPA_FRAME_SIZE + MPA_FRAME_SIZE/4)
typedef struct Mp3AudioContext {
lame_global_flags *gfp;
int stereo;
uint8_t buffer[BUFFER_SIZE];
... |
package org.pouyadr.ui;
import android.animation.ObjectAnimator;
import android.animation.StateListAnimator;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.c... |
using test.Controls;
namespace test
{
partial class TestTransform
{
<summary>
Required designer variable.
</summary>
private System.ComponentModel.IContainer components = null;
<summary>
Clean up any resources being used.
</summary>
<param name="di... |
/*
* all header files
*/
#ifndef __AUFS_H__
#define __AUFS_H__
#ifdef __KERNEL__
#define AuStub(type, name, body, ...) \
static inline type name(__VA_ARGS__) { body; }
#define AuStubVoid(name, ...) \
AuStub(void, name, , __VA_ARGS__)
#define AuStubInt0(name, ...) \
AuStub(int, name, return 0, __VA_ARGS__)... |
package com.rapidminer.operator.similarity;
import java.util.Iterator;
import com.rapidminer.example.Attribute;
import com.rapidminer.example.Attributes;
import com.rapidminer.example.Example;
import com.rapidminer.example.ExampleSet;
import com.rapidminer.example.SimpleAttributes;
import com.rapidminer.example.set.<AP... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
#ifndef <API key>
#define <API key>
#include <glib.h>
#include <glib-object.h>
#include <nm-connection.h>
#include <<API key>.h>
G_BEGIN_DECLS
#define PLUGIN_PRINT(pname, fmt, args...) \
{ g_message (" " pname ": " fmt, ##args); }
#define... |
#include "CoreAudioDevice.h"
#include "CoreAudioAEHAL.h"
#include "<API key>.h"
#include "CoreAudioHardware.h"
#include "utils/log.h"
// CCoreAudioDevice
CCoreAudioDevice::CCoreAudioDevice() :
m_Started (false ),
m_pSource (NULL ),
m_DeviceId (0 ),
m_MixerRestor... |
<?php
/**
* Write users to file
* @param string $filename
* @param array $array_data
* @return null
*/
// function insert($user,$config)
function readUser($id, $config)
{
switch ($config['adapter'])
{
case 'txt':
include_once('file/users.php');
$user=readUserFromFile($id, $c... |
ace_comment { color: #a86; }
ace_keyword { line-height: 1em; font-weight: bold; color: blue; }
ace_string { color: #a22; }
ace_builtin { line-height: 1em; font-weight: bold; color: #077; }
ace_special { line-height: 1em; font-weight: bold; color: #0aa; }
ace_variable { color: black; }
ace_number, ace_atom { color: #3a3... |
import Database.Messages.ProjectMetaData;
import Database.Sensors.Sensor;
import Errors.BackendError;
import FrontendConnection.Backend;
import FrontendConnection.Listeners.<API key>;
import protobuf.Protocol;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class NewDebugger implement... |
using System;
using Microsoft.VisualStudio.TestTools.UITesting.WpfControls;
namespace CaptainPav.Testing.UI.CodedUI.PageModeling.Wpf
{
<summary>
Default implementation of a Wpf page model
</summary>
public abstract class WpfPageModelBase<T> : PageModelBase<T> where T : WpfControl
{
protected... |
/*!
\example testRobotAfma6.cpp
Example of a real robot control, the Afma6 robot (cartesian robot, with 6
degrees of freedom).
*/
#include <visp3/core/vpCameraParameters.h>
#include <visp3/core/vpDebug.h>
#include <visp3/robot/vpRobotAfma6.h>
#include <iostream>
#ifdef VISP_HAVE_AFMA6
int main()
{
try {
std... |
{% extends 'application_portal/base.html' %}
{% block title %}Contact Form{% endblock %}
{% block content %}
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<div class="well sidebar-nav">
<li class="nav-header">Important links</li>
... |
#include "act2000.h"
#include "capi.h"
static actcapi_msgdsc valid_msg[] = {
{{ 0x86, 0x02}, "DATA_B3_IND"}, /* DATA_B3_IND/CONF must be first because of speed!!! */
{{ 0x86, 0x01}, "DATA_B3_CONF"},
{{ 0x02, 0x01}, "CONNECT_CONF"},
{{ 0x02, 0x02}, "CONNECT_IND"},
{{ 0x09, 0x01}, "CONNECT_INFO_... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Object
struct Object_t;
// System.Runtime.Remoting.Messaging.Header[]
struct HeaderU5BU5D_t1378;
// System.IAsyncResult
struct IAsyncResult_t47;
// System.AsyncCallback
struct As... |
# Opus/UrbanSim urban simulation software.
from opus_core.variables.variable import Variable
from variable_functions import my_attribute_label
from urbansim.length_constants import UrbanSimLength, <API key>
from numpy import array
class is_near_arterial(Variable):
"""Boolean indicating if this gridcell is near an a... |
<?php
interface KObjectMixable
{
/**
* Mixin an object
*
* When using mixin(), the calling object inherits the methods of the mixed in objects, in a LIFO order.
*
* @param mixed $identifier An KObjectIdentifier, identifier string or object implementing <API key>
* @param array $con... |
#include <linux/earlysuspend.h>
#include <linux/init.h>
#include <linux/cpufreq.h>
#include <linux/workqueue.h>
#include <linux/completion.h>
#include <linux/cpu.h>
#include <linux/cpumask.h>
#include <linux/sched.h>
#include <linux/suspend.h>
#include <mach/socinfo.h>
#include "acpuclock.h"
#ifdef CONFIG_SMP
struct cp... |
#include <stdio.h>
#include <stdlib.h>
#include <sbml/util/util.h>
#include <sbml/SBMLTypes.h>
#include "<API key>.h"
static int noClusters = 0;
FILE * fout;
/**
* @return the given formula AST as a directed graph. The caller
* owns the returned string and is responsible for freeing it.
*/
char *
SBML_formulaToDot ... |
#include "config.h"
#include "<API key>.h"
#if HAVE(ACCESSIBILITY)
#include "<API key>.h"
#include "<API key>.h"
#include "DumpRenderTree.h"
#include <atk/atk.h>
bool <API key> = false;
<API key>::<API key>()
: <API key>(nullptr)
{
}
<API key>::~<API key>()
{
}
<API key> <API key>::elementAtPoint(int x, int y)
{
... |
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/uaccess.h>
#include <linux/wait.h>
#include <linux/mutex.h>
#include <linux/msm_audio_ion.h>
#include <asm/mach-types.h>
#include <mach/qdsp6v2/rtac.h>
#include <mach/socinfo.h>
#include <mach/qdsp6v2/... |
#include "sis_context.h"
#include "sis_state.h"
#include "sis_tris.h"
#include "sis_lock.h"
#include "sis_tex.h"
#include "sis_reg.h"
#include "context.h"
#include "enums.h"
#include "colormac.h"
#include "swrast/swrast.h"
#include "vbo/vbo.h"
#include "tnl/tnl.h"
#include "swrast_setup/swrast_setup.h"
#include "tnl/t_... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Wed May 15 10:56:37 EEST 2013 -->
<TITLE>
ITouchHandler (AChartEngine)
</TITLE>
<META NAME="date" CONTENT="2013-05-15">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/j... |
module Admin
class JobsController < AdminController
def initialize(repository = Delayed::Job)
@repository = repository
super()
end
def index
@jobs = @repository.order(created_at: :desc)
end
def show
@job = @repository.find(params[:id])
end
def update
@job = @r... |
#ifndef _LINUX_DVS_SUITE_H
#define _LINUX_DVS_SUITE_H
#include <asm/current.h> /* For current macro */
#include <asm/div64.h> /* For division */
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/spinlock.h>
#include <linux/errno.h> /* For EAGAIN and EWOULDBLOCK */
#include <linux/kernel.h> ... |
package pl.rcebula.code_generation.final_steps;
import java.util.ArrayList;
import java.util.List;
import pl.rcebula.code_generation.intermediate.<API key>.IField;
import pl.rcebula.code_generation.intermediate.<API key>.IntermediateCode;
import pl.rcebula.code_generation.intermediate.<API key>.Line;
import pl.rcebula.... |
/**
@file dict/dict0load.c
Loads to the memory cache database object definitions
from dictionary tables
Created 4/24/1996 Heikki Tuuri
*******************************************************/
#include "dict0load.h"
#include "mysql_version.h"
#ifdef UNIV_NONINL
#include "dict0load.ic"
#endif
#include "btr0pcur.h"
#inclu... |
<html>
<head>
<title>A3 ALiVE</title>
</head>
<body>
<h1>A3 ALiVE News</h1>
<p>
</p>
<p>
<br />Unable to retrieve the latest News Online!<br /><br />
<br /><a href="http://alivemod.com">Full Details</a>
<br /></br ><br />
</p>
<p>
<br />
<br />
</p>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.