answer stringlengths 15 1.25M |
|---|
<?php
defined('_JEXEC') or die('RESTRICTED');
// load constants
require_once(dirname(__FILE__) . '/constants.php');
// low level error handler
require_once(WF_ADMINISTRATOR . '/classes/error.php');
// load loader
require_once(dirname(__FILE__) . '/loader.php');
// load text
require_once(WF_ADMINISTRATOR. '/classes/text... |
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/platform_device.h>
#include <linux/phy.h>
#include <linux/mii.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/io.h>
#in... |
class abc {
double sq (double i, int j) {
int A [] = { 1, 2} ;
return i * i;
}
public int add () {
double test;
test = sq (test);
return test;
}
} |
/* Generated on Wed Jul 27 06:19:25 EDT 2011 */
#include "codelet-rdft.h"
#ifdef HAVE_FMA
/* Generated by: ../../../genfft/gen_hc2c.native -fma -reorder-insns -<API key> -compact -variables 4 -pipeline-latency 4 -sign 1 -n 12 -dif -name hc2cb_12 -include hc2cb.h */
/*
* This function contains 118 FP additions, 68 FP m... |
#include "ScriptPCH.h"
#define SPELL_BATTLE_SHOUT 31403
#define SPELL_CHARGE 60067
#define <API key> 19134
#define SPELL_WHIRLWIND_1 38619
#define SPELL_WHIRLWIND_2 ... |
# Robot Overlord #
Robot Overlord is 3D control software for robots. It is intended to be easier than ROS. It was started by http:
We would love to see your robot run in the app. Please joint our Discord channel and talk live with a human! https://discord.gg/Q5TZFmB
Some of the robots it controls are:
- Sixi 2+3, ... |
<?php
$event = $vars["entity"];
if(!empty($event)){
$files = json_decode($event->files);
if(count($files) > 0) {
$content = "<table class='elgg-table'>";
foreach($files as $file) {
$content .= "<tr>";
$content .= "<td><a href='" . elgg_get_... |
#ifndef TREE_SSA_SCCVN_H
#define TREE_SSA_SCCVN_H
/* In tree-ssa-sccvn.c */
bool expressions_equal_p (tree, tree);
/* TOP of the VN lattice. */
extern tree VN_TOP;
/* N-ary operations in the hashtable consist of length operands, an
opcode, and a type. Result is the value number of the operation,
and hashcode i... |
/** @file
* All the tables for the script compiler
*/
#ifndef <API key>
#define <API key>
#include "lib/script/event.h" // needed for _scr_user_types
#include "lib/script/parse.h"
// How many game ticks for one event tick
#define SCR_TICKRATE 100
// The table of user types for the compiler
extern TYPE_SYMBOL asTy... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of HISTORY.CGI</TITLE>
</HEAD><BODY>
<H1>HISTORY.CGI</H1>
Section: User Commands (1)<BR>Updated: Version Exp: 13 Dec 2011<BR><A HREF="#index">Index</A>
<A HREF="../index.html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbs... |
#ifndef <API key>
#define <API key>
#include "os_aix.inline.hpp"
#include "runtime/interfaceSupport.hpp"
#include "thread_aix.inline.hpp"
// Reconciliation History
// mutex_solaris.inline.hpp 1.5 99/06/22 16:38:49
// End
#endif // <API key> |
#include <algorithm>
#include <cmath>
#ifdef PANDORA
#include <stddef.h>
#endif
#include "base/display.h"
#include "base/logging.h"
#include "math/math_util.h"
#include "gfx_es2/draw_buffer.h"
#include "gfx_es2/glsl_program.h"
#include "gfx_es2/gl_state.h"
#include "gfx/texture_atlas.h"
#include "gfx/gl_debug_log.h"
#i... |
#define pr_fmt(fmt) "nvmap: %s() " fmt, __func__
#include <linux/fdtable.h>
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/export.h>
#include <linux/nvmap.h>
#include <linux/dma-buf.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/atomic.h>
#include ... |
<?php
/*
*
* receive_data.php
*
*/
header("Content-type:text/html;charset=utf8");
require '../../../wp-load.php';
require '../../../wp-admin/includes/admin.php';
do_action('admin_init');
$active_plugins = get_option('active_plugins');
$active_list = array_values($active_plugins);
$uyan_actived = '';
foreach ($activ... |
#ifndef HASH_H
#define HASH_H
#include <limits.h>
#ifdef <API key>
#include "sfx.h"
#endif
/*
* Blurb for inclusion into C++ translation units
*/
#ifdef __cplusplus
extern "C" {
#endif
typedef unsigned long hashcount_t;
#define HASHCOUNT_T_MAX ULONG_MAX
typedef unsigned long hash_val_t;
#define HASH_VAL_T_MAX ULONG_M... |
<?php
/**
* Review order form
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.3.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
?>
<?php if ( ! is_ajax() ) : ?><div id="order_review"><?php endif; ?>
<table class="shop_table">
<thead>
... |
"""
BoxDotNet Module
"""
import os, sys
import traceback
import md5
import logging
log = logging.getLogger("modules.BoxDotNet")
import conduit
import conduit.utils as Utils
import conduit.Web as Web
import conduit.dataproviders.DataProvider as DataProvider
import conduit.Exceptions as Exceptions
from conduit.datatypes ... |
#ifndef <API key>
#define <API key>
#include "SVGPathSeg.h"
namespace KSVG
{
class <API key>;
class <API key> : public SVGPathSeg
{
public:
<API key>();
<API key>(const <API key> &);
<API key> &operator=(const <API key> &other);
<API key>(<API key> *);
~<API key>();
void setX(const float &);
... |
What is PubSub?
PubSub is a design pattern which mostly promotes a loose coupling between two kinds of entities - publishers and subscribers.
Like their names suggest, in the pubsub world we have publishers who fire events, and subscribers who wish to be notified about those events when publishers push data.
There migh... |
//git describe version info
static char *cGitVersion="GitVersion:"GitVersion;
#include "mysqlrad.h"
//Table Variables
//Table Variables
//uMonth: Primary Key
static unsigned uMonth=0;
//cLabel: Name of Archive Table Ex. tNov2009
static char cLabel[33]={""};
//uOwner: Record owner
static unsigned uOwner=0;
//uCreatedBy:... |
<?php
$useragent = isset( $_SERVER['HTTP_USER_AGENT'] ) ? $_SERVER['HTTP_USER_AGENT'] : "";
$mobble_detect = new Mobile_Detect();
$mobble_detect->setDetectionType( 'extended' );
function is_iphone() {
global $mobble_detect;
return $mobble_detect->isIphone();
}
function is_ipad() {
global $mobble_detect;
... |
<div class="container" id="mainContent">
<div id="topOfPage">
</div>
<h1>
Add New Feedback Session
</h1>
<br>
<div class="well well-plain">
<form action="/page/<API key>" class="form-group" id="<API key>" method="post">
<div class="row">
<h4 class="label-control col-md-2 text-md">
... |
package accessories.plugins;
import freemind.common.<API key>;
import freemind.controller.<API key>;
import freemind.controller.<API key>;
import freemind.controller.actions.generated.instance.*;
import freemind.extensions.HookRegistration;
import freemind.main.FreeMind;
import freemind.main.Resources;
import freemind.... |
<?php
require_once 'PHP/CodeSniffer/Sniff.php';
class <API key> implements <API key>
{
/**
* Returns an array of tokens this test wants to listen for.
*
* @return array
*/
public function register()
{
return array(
T_CATCH,
);
}//end register()
... |
#ifndef CLUSTER_BOMB_H
#define CLUSTER_BOMB_H
#include <list>
#include "launcher.h"
#include "../graphic/surface.h"
#include "../gui/progress_bar.h"
#include "../include/base.h"
#include "../object/physical_obj.h"
class ClusterBombConfig;
class Cluster : public WeaponProjectile
{
public:
Cluster(ClusterBombConfig& cf... |
<?php
defined('_JEXEC') or die;
JHtml::_('bootstrap.tooltip');
?>
<ul itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumb<?php echo $moduleclass_sfx; ?>">
<?php if ($params->get('showHere', 1)) : ?>
<li>
<?php echo JText::_('<API key>'); ?> 
</li>
<?php else... |
package bothack.prompts;
/** Called when a guard finds the player in a vault. */
public interface IVaultGuardHandler {
/** Called when a guard finds the player in a vault.
* The prompt is escaped by default. If the bot doesn't drop its gold it will
* be attacked.
* @return "Croesus" to make the guard leave (leaving... |
/* User roles checklist */
.at-role-checkbox.no-toggle {
margin: -1px 0 0 13px;
}
.field {
border-bottom: 0px;
padding: 3px 10px 0;
/*clear: both one line option */
}
.form-table {
margin-top: -1.5em;
padding: 0 15px;
}
.setingstab h2 {
font-weight: bold;
text-align: right;
margin: ... |
<section id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
<?php print render($title_prefix); ?>
<?php if ($title): ?>
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
<?php endif;?>
<?php print render($title_suffix); ?>
<div class="content"<?... |
#include <sys/syslimits.h>
/* The number of data keys per process. */
#define <API key> 128
/* This is the value this implementation supports. */
#define PTHREAD_KEYS_MAX 1024
/* Controlling the iterations of destructors for thread-specific data. */
#define <API key> 4
/* Number of iterations this implement... |
// NAnt - A .NET build tool
// 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 FITNESS FOR A PARTICULAR PURPOSE. See the
// along with this program; if not, write to the ... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_121) on Thu Feb 02 18:54:43 CET 2017 -->
<title>PropertySet.PropertyRef (Apache Ant API)</title>
<meta name="date" content="2017-02-02">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" ... |
#ifndef _GT9XX_CONFIG_H_
#define _GT9XX_CONFIG_H_
/*STEP_1(REQUIRED):Change config table.*/
/*TODO: puts the config info corresponded to your TP here, the following is just
a sample config, send this config should cause the chip cannot work normally*/
#define CTP_CFG_GROUP1 {\
0x50,0x38,0x04,0x80,0x07,0x05,0x35,0x01,0x... |
#include "renderer/image.h"
#include <OpenImageIO/imageio.h>
#include <OpenImageIO/imagebuf.h>
#include <OpenImageIO/imagebufalgo.h>
#include <math.h>
// This clamps the resolution of the CDF functions used to sample the
// environment map. It is a tradeoff between quality and performance: larger CDF
// will capture mo... |
#ifndef _ASM_THREAD_INFO_H
#define _ASM_THREAD_INFO_H
#ifdef __KERNEL__
#include <linux/config.h>
#ifndef __ASSEMBLY__
#include <asm/processor.h>
/*
* low level task data that entry.S needs immediate access to
* - this struct should fit entirely inside of one cache line
* - this struct shares the supervisor stack pa... |
#include <linux/module.h>
#include <linux/init.h>
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/device.h>
#include <linux/printk.h>
#include <linux/ratelimit.h>
#include <linux/debugfs.h>
#include <linux/io.h>
#include <linux/bitops.h>
#include <linux/delay.h>
#i... |
#ifndef _H_DEMARSHAL
#define _H_DEMARSHAL
typedef void (*<API key>)(uint8_t *message);
typedef uint8_t * (*<API key>)(uint8_t *message_start, uint8_t *message_end, uint16_t message_type, int minor,
size_t *size_out, <API key> *free_message);
<API key> <API key>(uint32_t channel, unsigned int *ma... |
#ifndef <API key>
#define <API key>
struct Waypoint;
/**
* Generic visitor for objects in the Waypoints container
*/
class WaypointVisitor {
public:
virtual void Visit(const Waypoint &wp) = 0;
void operator()(const Waypoint &wp) {
Visit(wp);
}
};
#endif |
<?php
// Security check to ensure this file is being included by a parent file.
defined( '_JEXEC' ) or die;
/**
* Installation/Uninstallation script
*
*/
class <API key> {
const MIN_JOOMLA_VERSION = '2.5.6';
const MAX_JOOMLA_VERSION = '4';
public function install($parent) {
// create a db table to register... |
<fieldset id="<API key>" class="">
<h2><?php echo __('Mensaje') ?></h2>
<div class="form-row">
<?php echo label_for('mensaje[id_usuario]', __($labels['mensaje{id_usuario}']).":", '') ?>
<div class="content">
<?php
$usuario = $mensaje->getUsuario();
echo $usuario ? $usuario->getNombreCompleto() : '-';
?>... |
// MySQL Connectors. There are special exceptions to the terms and
// conditions of the GPLv2 as it is applied to this software, see the
// This program is free software; you can redistribute it and/or modify
// This program is distributed in the hope that it will be useful, but
// for more details.
// with this progra... |
package wutil
import (
"math/rand"
"sync"
"time"
)
// AnthaRandom is a thread-safe version of math/rand
type AnthaRandom struct {
mutex sync.Mutex
rng *rand.Rand
}
// Intn returns, as an int, a non-negative pseudo-random number in [0,n). It panics if n <= 0.
func (ar *AnthaRandom) Intn(n int) int ... |
<?php
/**
* @package modx
* @subpackage sqlsrv
*/
require_once (dirname(dirname(__FILE__)) . '/modtemplatevar.class.php');
/**
* @package modx
* @subpackage sqlsrv
*/
class <API key> extends modTemplateVar {
} |
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { Card } from './Card';
import type { Error } from './Error';
import type { Image } from './Image';
import type { MessagesNotice } from './MessagesNotice';
export type <API key> = {
messagesNotices: Array<MessagesNotice>;
/**
... |
#include "nm-sd-adapt.h"
#include <errno.h>
#include <net/ethernet.h>
#include <net/if_arp.h>
#include <stdio.h>
#include <string.h>
#include <sys/socket.h>
#include <linux/filter.h>
#include <linux/if_infiniband.h>
#include <linux/if_packet.h>
#include "dhcp-internal.h"
#include "fd-util.h"
#include "socket-util.h"
st... |
#include "c.h"
static char prec[] = {
#define xx(a,b,c,d,e,f,g) c,
#define yy(a,b,c,d,e,f,g) c,
#include "token.h"
};
static int oper[] = {
#define xx(a,b,c,d,e,f,g) d,
#define yy(a,b,c,d,e,f,g) d,
#include "token.h"
};
float refinc = 1.0;
static Tree expr2(void);
static Tree expr3(int);
static Tree nullcheck(Tree);
st... |
import com.sun.beans.finder.ConstructorFinder;
import java.lang.reflect.Constructor;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/*
* @test
* @bug 8028054
* @summary Tests that cached constructors have synchronized access
* @author Sergey Malenkov
* @modules java.desktop/com.su... |
#ifndef <API key>
#define <API key>
#include "SDMMD_Initialize.h"
#include "SDMMD_Functions.h"
#include "SDMMD_AMDevice.h"
#include "<API key>.h"
#include "SDMMD_Error.h"
#include "SDMMD_MCP.h"
#include "<API key>.h"
#include "SDMMD_Applications.h"
#include "SDMMD_Notification.h"
#include "SDMMD_Debugger.h"
#endif |
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/mm.h>
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/list.h>
#include <linux/proc_fs.h>
#include <linux/platfor... |
/*
* Changes:
* David S. Miller : New socket lookup architecture.
* This code is dedicated to John Dyson.
* David S. Miller : Change semantics of established hash,
* half is devoted to TIME_WAIT sockets
* and the rest go in the other ... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http:
<html lang="en" xml:lang="en">
<head>
<title>Error - Uverse.com</title>
<link rel="stylesheet" type="text/css" href="http://uverseonline.att.net/web_files/NEXTGEN/web_files/css/screen.css" />
</head>
<body>
<div id="... |
<?php
// Direct access security
if (!defined('<API key>')){
die();
}
if (!isset($fieldtype)){
$fieldtype="tmcp-field";
}
if (isset($textbeforeprice) && $textbeforeprice!=''){
$textbeforeprice = '<span class="before-amount'.(!empty($hide_amount)?" ".$hide_amount:"").'">'.$textbeforeprice.'</span>';
}
if (iss... |
/**
* \defgroup clock Clock interface
*
* The clock interface is the interface between the \ref timer "timer library"
* and the platform specific clock functionality. The clock
* interface must be implemented for each platform that uses the \ref
* timer "timer library".
*
* The clock interface does only one thi... |
<?php
namespace BroadworksOCIP\api\<API key>\OCISchemaUser;
use BroadworksOCIP\api\<API key>\OCISchemaDataTypes\<API key>;
use BroadworksOCIP\api\<API key>\OCISchemaDataTypes\FileResource;
use BroadworksOCIP\api\<API key>\OCISchemaDataTypes\AccessDevice;
use BroadworksOCIP\api\<API key>\OCISchemaDataTypes\UserId;
use B... |
<html>
<head>
<title>libao - function - ao_file_extension</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>libao documentation</p></td>
<td align=right><p class=tiny>li... |
(function($) {
"use strict";
// Important note! If you're adding CSS3 transition to slides, fadeInLoadedSlide should be disabled to avoid fade-conflicts.
jQuery(document).ready(function($) {
var si = $('#gallery-1').royalSlider({
addActiveClass: true,
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
GnuDIP Release 2.3 - Credits
</title>
<base target="_blank">
</head>
<body bgcolor=white>
<table><tr valign=middle><td>
<img align=middle src="gnudi... |
/** @file spriteloader.hpp Base for loading sprites. */
#ifndef SPRITELOADER_HPP
#define SPRITELOADER_HPP
#include "../core/alloc_type.hpp"
#include "../gfx_type.h"
class SpriteLoader {
public:
struct CommonPixel {
uint8 r; ///< Red-channel
uint8 g; ///< Green-channel
uint8 b; ///< Blue-c... |
#include "CClientProxy1_2.h"
#include "CProtocolUtil.h"
#include "CLog.h"
// CClientProxy1_1
CClientProxy1_2::CClientProxy1_2(const CString& name, IStream* stream) :
CClientProxy1_1(name, stream)
{
// do nothing
}
CClientProxy1_2::~CClientProxy1_2()
{
// do nothing
}
void
CClientProxy1_2::mouseRelativeMove(... |
#ifndef <API key>
#define <API key>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
#include <boost/<API key>.hpp>
#include <time.h>
#include <glibmm/threads.h>
#include <boost/function.hpp>
#include <boost/scoped_array.hpp>
#include "ardour/source.h"
#include "ardour/ardour.h"
#include "ardour/readab... |
/**
* @file
* Handles the current state of WML-events. This includes raising and firing,
* as well as tracking the context for event firing.
*/
#include "../global.hpp"
#include "pump.hpp"
#include "conditional_wml.hpp"
#include "handlers.hpp"
#include "manager.hpp"
#include "../<API key>.hpp"
#include "../game_con... |
<?php
defined('_JEXEC') or die;
jimport('joomla.application.component.modellist');
/**
* Methods supporting a list of Confmgt records.
*/
class <API key> extends JModelList {
/**
* Constructor.
*
* @param array An optional associative array of configuration settings.
* @see JContr... |
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/iommu.h>
#include ... |
/**
* \file
* \brief Log C interface.
*/
#pragma once
/**
* \defgroup api_l4re_c_log Log interface
* \ingroup api_l4re_c
* \brief Log C interface.
*/
#include <l4/re/env.h>
EXTERN_C_BEGIN
/**
* \ingroup api_l4re_c_log
* \brief Write a null terminated string to the default log.
*
* \param string Text to p... |
#include "AbstractSocket.hpp"
namespace NL {
AbstractSocket::AbstractSocket() {
int socketId = socket(PF_INET, SOCK_STREAM, 0);
if(socketId == -1)
{
DEBUG(std::cout << "AbstractSocket: Failed to initialize "
<< "socket - " << h_errno << std::endl;)
... |
package org.jfree.chart.junit;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
public class ChartPackageTests extends TestCase {
/**
* Returns a test suite to the JUnit test runner.
*
* @return The test suite.
*/
public static Test suite() {
... |
<?php
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();
jimport('joomla.application.component.model');
JLoader::register('SEFCache', JPATH_ROOT.'/components/com_sef/sef.cache.php');
class SEFModelURLs extends SEFModel
{
function __construct()
{
parent::__construct();
}
... |
package com.own.sky.test;
import com.own.sky.coreengine.scenegraph.GameComponent;
import com.own.sky.debug.Debug;
import com.own.sky.inputengine.Keyboard;
import com.own.sky.inputengine.KeyboardKeys;
import com.own.sky.inputengine.Mouse;
import com.own.sky.math.CoordinateSystem;
import com.own.sky.renderingengine.conce... |
/*
CSS for U-Design WooCommerce Integration
*/
.udesign-wc-cart h3.social_media_title {
display: inline;
font-weight: bold;
}
.social-media-area .udesign-wc-cart,
.social-media-area .udesign-wc-cart a,
.social-media-area .udesign-wc-cart h3.social_media_title {
font-size: 12px !important;
}
.<API key> { mar... |
#Rivalry
Rivalry is similar to Amazon's "Customers who viewed this item also viewed..." except:
1. Rivalry is applicable to anything -- abstract ideas, people, brand, products, companies, countries, organizations, food, lifestyles, religion, ... the list goes on.
2. Rivalry's results encapsulate a product's entire indu... |
package sun.security.pkcs11;
import java.io.*;
import java.lang.ref.*;
import java.math.BigInteger;
import java.util.*;
import java.security.*;
import java.security.interfaces.*;
import java.security.spec.*;
import javax.crypto.*;
import javax.crypto.interfaces.*;
import javax.crypto.spec.*;
import sun.security.rsa.RSA... |
/**
* ScriptData
* SDName: Boss_Archaedas
* SD%Complete: 100
* SDComment: None
* SDCategory: Uldaman
* EndScriptData
*/
#include "precompiled.h"
#include "uldaman.h"
enum
{
<API key> = 10347,
SPELL_GROUND_TREMOR = 6524,
<API key> = 10252, // awaken all 7076 npcs... |
# This program is distributed under the terms of the
package <API key>::L10N::fr;
use strict;
use warnings;
use base '<API key>::L10N::en_us';
use vars qw( %Lexicon );
%Lexicon = (
## mt-static/plugins/<API key>/extension.js
'Insert Boilerplate' => 'Insérez le texte formaté', # Translate - New
## mt-static/plugins/... |
<?php // $Id: index.php,v 1.7.2.3 2009/08/31 22:00:00 mudrd8mz Exp $
/**
* This page lists all the instances of vimoodle in a particular course
*
* @author Your Name <your@email.address>
* @version $Id: index.php,v 1.7.2.3 2009/08/31 22:00:00 mudrd8mz Exp $
* @package mod/vimoodle
*/
Replace vimoodle with the na... |
#include <stdio.h>
#include <math.h>
#include <limits.h>
#include <assert.h>
#include "vpx_config.h"
#include "vp8_rtcd.h"
#include "./vpx_dsp_rtcd.h"
#include "tokenize.h"
#include "treewriter.h"
#include "onyx_int.h"
#include "modecosts.h"
#include "encodeintra.h"
#include "pickinter.h"
#include "vp8/common/entropymo... |
/* { dg-add-options stack_size } */
#ifdef STACK_SIZE
#if STACK_SIZE < 8*100*100
#define SKIP
#endif
#endif
#ifndef SKIP
double x[100][100];
int main ()
{
int i;
i = 99;
x[i][0] = 42;
if (x[99][0] != 42)
abort ();
exit (0);
}
#else
int
main ()
{
exit (0);
}
#endif |
#include "resources/cursor.h"
#include "debug.h"
namespace Cursor
{
static const StrToCursor hoverCursors[] =
{
{"select", CURSOR_POINTER},
{"pointer", CURSOR_POINTER},
{"lr", <API key>},
{"rl", <API key>},
{"resizeAcross", <API key>},
{"ud", CURSOR_RESIZE_DOWN},
... |
<?php
class Span extends <API key>
{
public $markup;
function __construct( $id, $settings )
{
parent::__construct( $id, $settings );
$this->set_attributes();
$markup = $this->create_markup();
if ( get_option( 'rwp_debug_mode', 'off' ) == 'on' ) {
$markup = $this->... |
## Domain Registry Interface, .CZ policies
## This file is part of Net::DRI
## Net::DRI is free software; you can redistribute it and/or modify
## (at your option) any later version.
package Net::DRI::DRD::CZ;
use strict;
use warnings;
use base qw/Net::DRI::DRD/;
use DateTime::Duration;
=pod
=head1 NAME
Net::DRI::DRD::... |
#ifndef _bq24158_SW_H_
#define _bq24158_SW_H_
#include <mt-plat/mt_typedefs.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/mm_types.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/gpio.h>
#include <linux/device.h>
#ifdef CONFIG... |
#include "config.h"
#if ENABLE(WEBGL)
#include "<API key>.h"
namespace WebCore {
<API key>::<API key>(<API key>& context)
: WebGLExtension(context)
{
}
<API key>::~<API key>() = default;
WebGLExtension::ExtensionName <API key>::getName() const
{
return <API key>;
}
} // namespace WebCore
#endif // ENABLE(WEBGL) |
const Service = require('./service.js');
class SirenService extends Service {
setSiren (trigger) {
return new Promise((resolve, reject) => {
if (trigger) {
this.deviceEmit('siren', {chirp: 2});
}
resolve();
});
}
}
SirenService.type = 'siren';
... |
<?php
namespace eZ\Publish\Core\MVC\Symfony\Event\Tests;
use eZ\Publish\API\Repository\Values\Content\ContentInfo;
use eZ\Publish\Core\MVC\Symfony\Event\<API key>;
use eZ\Publish\Core\Repository\Values\Content\Location;
use PHPUnit\Framework\TestCase;
class <API key> extends TestCase
{
public function testConstruct... |
package org.fix4j.test.properties;
import org.fix4j.test.util.Keyable;
import java.util.LinkedHashMap;
import java.util.Map;
public enum <API key> implements Keyable<String> {
<API key>("fix4j.default.fix.msg.wait.timeout.ms", "2000"),
POLL_PERIOD_MS("fix4j.poll.period.ms", "100"),
<API key>("fix4j.size.of.... |
package com.pi4j.example;
import java.io.IOException;
import com.pi4j.gpio.extension.pcf.PCF8574GpioProvider;
import com.pi4j.gpio.extension.pcf.PCF8574Pin;
import com.pi4j.io.gpio.GpioController;
import com.pi4j.io.gpio.GpioFactory;
import com.pi4j.io.gpio.GpioPinDigitalInput;
import com.pi4j.io.gpio.<API key>;
import... |
using EasyCrypto;
using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
namespace Ombi.Helpers
{
public static class StringCipher
{
<summary>
Decrypts the specified cipher text.
</summary>
<param name="cipherText">The cipher text.</param>
<... |
#include "cache.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <glib.h>
#include <pthread.h>
struct cache {
int on;
unsigned stat_timeout;
unsigned dir_timeout;
unsigned link_timeout;
struct <API key> *next_oper;
GHashTable *table;
pthread_mutex_t l... |
#include "hardware.h"
static void *cdc_entry = NULL;
static uint8_t cdc_flags = 0;
#ifndef <API key>
#define <API key> 0xEF
#endif
static const struct <API key> dev = {
.bLength = USB_DT_DEVICE_SIZE,
.bDescriptorType = USB_DT_DEVICE,
.bcdUSB = 0x0200,
.bDeviceClass = <API key>,
.bDeviceSubClass = ... |
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-cmip.c */
/* ../../tools/asn2wrs.py -b -p cmip -c ./cmip.cnf -s ./<API key> -D . -O ../... |
#include "pub_core_basics.h"
#include "pub_core_debuglog.h"
#include "pub_core_vki.h"
#include "pub_core_vkiscnums.h"
#include "pub_core_libcbase.h"
#include "pub_core_libcassert.h"
#include "pub_core_syscall.h"
#include "pub_core_libcsignal.h" /* self */
/* IMPORTANT: on Darwin it is essential to use the _nocancel ... |
#include <linux/interrupt.h>
#include <linux/mfd/pm8xxx/pm8921.h>
#include <linux/mfd/pm8xxx/pm8xxx-adc.h>
#include <linux/leds.h>
#include <linux/leds-pm8xxx.h>
#include <linux/msm_ssbi.h>
#include <asm/mach-types.h>
#include <mach/msm_bus_board.h>
#include <mach/restart.h>
#include "devices.h"
#include "board-8960.h"... |
// This file may be used under the terms of the GNU General Public
// this file.
// INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE.
// End:
#pragma once
#include <carve/carve.hpp>
#include <carve/geom3d.hpp>
#include <gloop/gl.hpp>
#include <gloop/glu.hpp>
#include <gloop/gl... |
/**
* \file adec-pts-mgt.h
* \brief Function prototypes of Pts manage.
* \version 1.0.0
* \date 2011-03-08
*/
#ifndef ADEC_PTS_H
#define ADEC_PTS_H
#include <audio-dec.h>
ADEC_BEGIN_DECLS
#define TSYNC_PCRSCR "/sys/class/tsync/pts_pcrscr"
#define TSYNC_EVENT "/sys/class/tsync/event"
#define TSYNC_APTS ... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Oct 17 13:50:07 CST 2015 -->
<title>Laboratorio</title>
<meta name="date" content="2015-10-17">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
</head>
<body>
<script type... |
#ifndef <API key>
#define <API key>
#import "TLMetaScheme.h"
@protocol TGRawHttpActor <NSObject>
- (void)httpRequestSuccess:(NSString *)url response:(NSData *)response;
- (void)httpRequestFailed:(NSString *)url;
@optional
- (void)httpRequestProgress:(NSString *)url progress:(float)progress;
@end
@protocol TGRawHttpFile... |
<?php
?>
<h3><?php _e('Adverts received from server', 'adrotate'); ?></h3>
<p><?php _e('These adverts are circulating in the pool of active adverts, served from AdRotate server.', 'adrotate'); ?></p>
<table class="widefat" style="margin-top: .5em">
<thead>
<tr>
<th width="2%"><center><?php _e('ID', ... |
<?php
require 'Segment.php';
class OdfException extends Exception
{}
class Odf
{
const DELIMITER_LEFT = '{';
const DELIMITER_RIGHT = '}';
const PIXEL_TO_CM = 0.026458333;
private $file;
private $contentXml;
private $tmpfile;
private $images = array();
private $vars = array();
private... |
#include <limits.h>
#include "system_utils.h"
unsigned long int get_free_memory() {
FILE* fd_memory = NULL;
long int free_memory;
char str_memory[15];
size_t res;
res = system("free | grep Mem | awk '{ print $4 }' > /tmp/free_memory");
fd_memory = fopen("/tmp/free_memory", "r");
if (fd_memor... |
// Parameter.h
// Implementation of the Class Parameter
#if !defined(PARAMETER_H_)
#define PARAMETER_H_
#include <iostream>
class Parameter
{
public:
Parameter();
virtual ~Parameter();
};
#endif // !defined(PARAMETER_H_) |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Sun May 01 02:05:53 CEST 2011 -->
<TITLE>
<API key>
</TITLE>
<META NAME="date" CONTENT="2011-05-01">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
func... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.