answer
stringlengths
15
1.25M
/* Process declarations and symbol lookup for C++ front end. Also constructs types; the standard scalar types at initialization, and structure, union, array and enum types when they are declared. */ /* ??? not all decl nodes are given the most useful possible line numbers. For example, the CONST_DECLs for en...
<?php defined('_JEXEC') or die('Unauthorized Access'); FD::import('admin:/includes/indexer/indexer'); abstract class SocialCluster { /** * The clusters's unique id. * @var int */ public $id = null; /** * The cluster category id. * @var int */ public $category_id = null; ...
<?php // security check - must be included in all scripts if (!$GLOBALS['<API key>']) { die("You cannot view this page directly"); } /** * * Controller class for Chisimba for the phpinfo * * @author Derek Keats * @package timeline * */ class phpinfo extends controller { /** * @var $objLog String object prop...
import logging import struct from memory import Memory from network import Mac, IpAddress from gbe import Gbe LOGGER = logging.getLogger(__name__) # Offsets for fields in the memory map, in bytes OFFSET_CORE_TYPE = 0x0 OFFSET_BUFFER_SIZE = 0x4 OFFSET_WORD_LEN = 0x8 OFFSET_MAC_ADDR = 0xc OFFSET_IP_ADDR = 0x1...
# Build paths inside the project like this: os.path.join(BASE_DIR, ...) import os BASE_DIR = os.path.dirname(os.path.dirname(__file__)) TEMPLATE_DIRS = ('templates') # Quick-start development settings - unsuitable for production # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '3&@zwum@#!...
<?php // First argument is paths from circleci glob. Basically a space separated list of file paths. $in = $argv[1]; if (!is_string($in)) { die('Only a string is allowed'); } // Break out the individual paths. $paths = explode(' ', $in); $regexContents = ''; foreach ($paths as $i => $path) { // Use just the tes...
UPDATE script_texts SET content_default='Run! They are coming!', type=1, comment='vaelastrasz blackwing tech SAY_INTRO_TECH' WHERE entry = -1469002; UPDATE script_texts SET content_default='Fools! These eggs are more precious than you know!' WHERE entry = -1469023; UPDATE script_texts SET content_default='No - not anot...
<!DOCTYPE html> <html dir="rtl" lang="fa"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1, user-scalable=yes"> <meta name="keywords" content="{<API key>}"/> <meta name="description" content="{<API key>}"/> <?php if(isset($header_meta_robots)) {?> <meta ...
<?php include('../functions.php');?> <?php include('../login/auth.php');?> <?php include('../helpers/class.phpmailer.php');?> <?php //POST variables $campaign_id = <API key>($mysqli, $_POST['campaign_id']); $test_email = <API key>($mysqli, $_POST['test_email']); $test_email = str_replace(" ", "", $test_email); $test_em...
/** \file \ingroup realmd */ #include "Common.h" #include "RealmList.h" #include "AuthCodes.h" #include "Util.h" // for Tokens typedef #include "Policies/Singleton.h" #include "Database/DatabaseEnv.h" <API key>(RealmList); extern DatabaseType LoginDatabase; // will only sup...
namespace ImageSharp.Processors { using System.Numerics; <summary> Converts the colors of the image to their black and white equivalent. </summary> <typeparam name="TColor">The pixel format.</typeparam> <typeparam name="TPacked">The packed format. <example>uint, long, float.</example></typeparam...
#include "stdlib.h" #include "interrupts.h" #include "tty.h" typedef struct { uint16 address_0_15; uint16 selector; uint8 reserved; uint8 type; uint16 address_16_31; } __attribute__((packed)) IntDesc; typedef struct { uint16 limit; void *base; } __attribute__((packed)) IDTR; IntDesc *idt = (...
#ifndef _CIFS_UNICODE_H #define _CIFS_UNICODE_H #include <asm/byteorder.h> #include <linux/types.h> #include <linux/nls.h> #define UNIUPR_NOLOWER /* Example to not expand lower case tables */ #define UNI_ASTERISK (__u16) ('*' + 0xF000) #define UNI_QUESTION (__u16) ('?' + 0xF000) #define UNI_COLON (_...
#include "precomp.h" #include "jheaderarea.h" #include "private/jheaderarea_p.h" // - <API key> - class <API key> { public: QMap<int/*column*/, QRegExp> mapRegExp; }; // - class <API key> - <API key>::<API key>(QObject *parent) : <API key>(parent) { d = new <API key>(); } <API key>::~<API key>() { delet...
"use strict" var merge = require('merge'); var HttpError = require('http-errors'); var Path = require('path'); module.exports = BaseController.extend({ view: { file: '', partials: {}, params: {} }, before: function(next) { this.view.file = this.req.route; next(); ...
#include "StdInc.h" #include "CCastleInterface.h" #include "CAdvmapInterface.h" #include "CHeroWindow.h" #include "CTradeWindow.h" #include "GUIClasses.h" #include "../CBitmapHandler.h" #include "../CGameInfo.h" #include "../CMessage.h" #include "../CMusicHandler.h" #include "../CPlayerInterface.h" #include "../Graphic...
/* vector3f_add.c :+: :+: :+: */ /* By: rbenjami <rbenjami@student.42.fr> +#+ +:+ +#+ */ /* Created: 2014/02/24 16:29:18 by rbenjami #+# #+# */ #include "lib3d.h" t_vector3f add3f(t_vector3f vec1, float value) { re...
<?php define('_AM_BIRTHDAY_ACTION', 'Acción'); define('<API key>', '¿Está seguro de que desea eliminar este artículo?'); define('<API key>', 'Ir al módulo'); define('<API key>', 'Preferencias'); define('<API key>', 'mantenimiento a caché y tablas'); define('<API key>', 'Administración'); define('<API key>', 'Utilice el...
<?php if (!class_exists('<API key>')){ class <API key> extends DOPBSPBackEndExtra{ /* * Constructor */ function __construct(){ } /* * Sort extra groups. * * @post ids (string): list of groups ids...
""" This package supplies tools for working with automated services connected to a server. It was written with IRC in mind, so it's not very generic, in that it pretty much assumes a single client connected to a central server, and it's not easy for a client to add further connections at runtime (But possible, though y...
#include "config.h" #include "backends/native/<API key>.h" #include <drm_fourcc.h> #include <gio/gio.h> #include <xf86drm.h> #include <fcntl.h> #include <sys/mman.h> #include "backends/native/meta-device-pool.h" struct _MetaDrmBufferDumb { MetaDrmBuffer parent; uint32_t handle; void *map; uint64_t map_size; i...
{% extends "base.html" %} {% load hash_filters %} {% block title %} <h5><i class="fa fa-shopping-cart"></i> My receipt <small>--{{PATH}}</small></h5> <div class="btn-group"> <a href="#" class="btn btn-link btn-lg btn-icon dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cogs"></i><span class="caret"></sp...
<?php define('__BASE_DIR__', __DIR__); require('src/Lime/App.php'); $app = new Lime\App(); require(__BASE_DIR__ . '/app/core/functions.php'); require(__BASE_DIR__ . '/app/config/config.php'); require(__BASE_DIR__ . '/app/config/routes.php'); $app->run(); ?>
#include <linux/string.h> #include <linux/bootmem.h> #include <asm/ppc_sys.h> int (*<API key>) (struct platform_device * pdev); static int ppc_sys_inited; static int ppc_sys_func_inited; static const char *ppc_sys_func_names[] = { [PPC_SYS_FUNC_DUMMY] = "dummy", [PPC_SYS_FUNC_ETH] = "eth", [PPC_SYS_FUNC_UAR...
/* * mountPoint refers to the blkid mount point * mountPath may refer to either blkid mount point * or symlink to dev_[devid], wherever share is * actually mounted */ var driveToMountPoints = []; var mountPointToDrive = []; var mountPointToFs = []; var <API key> = []; /* * These global data structure are special ...
package org.anddev.andengine.entity.layer.tiled.tmx; import static junit.framework.Assert.assertEquals; import java.io.File; import org.junit.Test; /** * @author Nicolas Gramlich * @since 21:21:51 - 28.07.2010 */ public class <API key> { // Constants // Fields // Constructors // Getter & Setter /...
/*The file is auto generated by tools, don't modify it manully.*/ #include <hsad/configdata.h> config_pair <API key> [] = { {"arch/arch_type", (unsigned int)2, <API key> }, {"audio/aud_para", (const unsigned int)(unsigned int*)"U9701L", <API key> }, {"audio/audience", (const unsigned int)(unsigned int*)"ES...
TARGET = runmilan.prg AS = vasm ASFLAGS = -devpac -m68040 -Ftos $(TARGET): main.s $(AS) $(ASFLAGS) -o $@ $< clean: rm -f $(TARGET) *~
<!DOCTYPE html><html lang="en-us" > <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.8.0"> <meta name="author" content="Isabela Le Bras"> <meta nam...
<?php class ReCaptchaResponse { protected $isValid; protected $error; /** * * Enter description here ... */ public function __construct() { $this->isValid = false; $this->error = ReCaptchaErrorEnum::<API key>; } /** * * @param string $name */ pub...
<?php // no direct access defined('_JEXEC') or die('Restricted access'); class <API key> extends JModelList{ public function __construct($config = array()){ if (empty($config['filter_fields'])) { $config['filter_fields'] = array( 'nombre', 'a.nombre', 'disabled', ...
using System; namespace BlueBit.CarsEvidence.GUI.Desktop.Model.Attributes { public class <API key> : Attribute { } }
#include "script_component.hpp" class CfgPatches { class ADDON { units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_interaction"}; author = ECSTRING(common,ACETeam); authors[] = {"KoffeinFlummi", "BaerMitUmlaut"}; url = ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>VeraCrypt - Free Open source disk encryption with strong security for the Paranoid</title> <meta name="description" content="VeraCrypt is free ...
<!DOCTYPE html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="hevea 2.29+5 of 2017-05-18"> <link rel="stylesheet" type="text/css" href="cascmd_fr.css"> <title>Effacer dans le tableur</title> </head> <body > <a href="cascmd_fr057.html"><img src="previo...
#include <linux/module.h> #include <linux/spinlock.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/amlogic/amports/timestamp.h> #include <linux/amlogic/amports/tsync.h> #include <linux/amlogic/amports/ptsserv.h> #ifdef ARC_700 #include <asm/arch/am_regs.h> #else #include <mach/am_regs.h>...
#include "xmlrubyhandler.h" XmlRubyHandler::XmlRubyHandler() { mText.clear(); mRuby.clear(); mColor.clear(); currentText = QString(""); currentRuby = QString(""); currentColor.clear(); currentElement.clear(); }; bool XmlRubyHandler::startDocument() { currentElement.clear(); currentEl...
// file name : <API key>.cpp // F i l e // This program is free software; you can redistribute it and/or modify // (at your option) any later version. #include "<API key>.h" #include "commentconfigdata.h" <API key>::<API key>( wxWindow* parent ) : <A...
package Vistas; import Conexion.ConexioSQLite; import static Vistas.Cuenta.modeloCuenta; import static Vistas.Cuenta.sumaProductos; import java.sql.ResultSet; import java.sql.SQLException; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.JOptionPane; import javax.swing.table.DefaultTa...
#ifndef PM_UTIL_COMMON_H #define PM_UTIL_COMMON_H #include <stdio.h> #include <sys/stat.h> /* struct stat */ char *hex_representation(const unsigned char *bytes, size_t size); const char *mbasename(const char *path); char *mdirname(const char *path); int llstat(char *path, struct stat *buf); char *safe_fgets(char *s, i...
# Makefile for the kernel block layer obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \ blk-iopoll.o blk-lib.o ioctl.o genhd.o scsi_ioctl.o \ partition...
package helper; import java.awt.AlphaComposite; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Point; import java.awt.image.BufferedImage; import javax.swing.JPanel; public class GhostGlassPane extends JPanel { private AlphaComposite composite; private BufferedImage dragged = null; pr...
#ifndef <API key> #define <API key> #define <API key> "/run/firejail/mnt/seccomp.postexec" #endif
<?php // phpcs:ignore WordPress.Files.FileName.<API key> use Automattic\Jetpack\Assets; use Automattic\Jetpack\Constants; // Keep compatibility with the PollDaddy plugin. if ( ! class_exists( '<API key>' ) && ! class_exists( 'PolldaddyShortcode' ) ) { /** * Class wrapper for Crowdsignal shortcodes ...
kingsize/lib/<API key>.php ligne 60 // $("a[href$='.jpg'], a[href$='.jpeg'], a[href$='.gif'], a[href$='.png']").prettyPhoto({ // animationSpeed: 'normal', /* fast/slow/normal */ // padding: 40, /* padding for each side of the picture */ // opacity: 0.7, /* Value betwee 0 and 1 */ // <?php if($data["<API key>"]...
''' Access Control Lists testing based on newpynfs framework Aurelien Charbon - Bull SA ''' from random_gen import * from optparse import OptionParser import commands import os import threading import time import random alphabet='<API key>-() ~' t_alphabet=len(alphabet) def test_longacl(l,path): # mesures s...
<?php class <API key> { function start() { global $lC_Language, $lC_Currencies, $lC_Vqmod; include($lC_Vqmod->modCheck('includes/classes/currencies.php')); $lC_Currencies = new lC_Currencies(); if ((isset($_SESSION['currency']) == false) || isset($_GET['currency']) || ( (<API key> == '1') && ($lC_Curr...
<div> <dimg class="detalle_img" proc="asus-a78me"></dimg> <br> <p> AMD Socket FM2+ Athlon™/A- Series Processors <br> Supports CPU up to 4 cores<br> Supports AMD® Turbo Core 3.0 Technology<br> Chipset<br> AMD A78 (Bolton D3)<br> Memory<br> 2 x DIMM, Max. 32GB, ...
#define <API key> #include "common/setup_before.h" #ifdef WITH_BITS #ifdef STDC_HEADERS # include <stdlib.h> #else # ifdef HAVE_MALLOC_H # include <malloc.h> # endif #endif #ifdef HAVE_STRING_H # include <string.h> #else # ifdef HAVE_STRINGS_H # include <strings.h> # endif # ifdef HAVE_MEMORY_H # include <memory.h> ...
#if 0 #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/cdev.h> #include <linux/uaccess.h> #include <linux/slab.h> #include <linux/fs.h> #include "kd_camera_hw.h" #include "eeprom.h" #include "eeprom_define.h" #include "GT24c32a.h" #include <asm/system.h> #else #include ...
Haz=g++ USANDOALEGRO="pkg-config --libs allegro-5 allegro_main-5" compila: $(Haz) main.cpp -o tetris $(USANDOALEGRO)
package org.owasp.benchmark.testcode; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(value="/xss-01/BenchmarkTes...
#include <linux/kernel.h> #include <linux/pci.h> #include <asm/pci-bridge.h> #include <asm/machdep.h> #include <asm/ppc-pci.h> #define PA_PXP_CFA(bus, devfn, off) (((bus) << 20) | ((devfn) << 12) | (off)) #define CONFIG_OFFSET_VALID(off) ((off) < 4096) static void volatile __iomem *pa_pxp_cfg_addr(struct pci_controller...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Ultra.CoreCaller; using Ultra.FASControls.Controllers; namespace Ultra.FASControls { public partial class SerNoCaller_WL { //CtlItemController protected static EFCaller<UltraDbEntity.T_ERP_Item> _Calr_Ite...
<?php namespace VM5\IpBundle\Tests\Utility; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class Ipv4TypeTest extends WebTestCase { /** * @var \Doctrine\ORM\EntityManager */ private $em; /** * {@inheritDoc} */ public function setUp() { self::bootKernel(); $t...
<?php function JoodbBuildRoute(&$query) { $segments = array(); // get a menu item based on Itemid or currently active $app = JFactory::getApplication(); $menu = $app->getMenu(); // we need a menu item. Either the one specified in the query, or the current active one if none specified if (empty(...
.cleaners .<API key> { display: none; } .cleaners .cleaners_header a { text-decoration: underline; }
package java.util.concurrent.atomic; import java.lang.invoke.MethodHandles; import java.lang.invoke.VarHandle; import java.util.function.LongBinaryOperator; import java.util.function.LongUnaryOperator; /** * A {@code long} array in which elements may be updated atomically. * See the {@link VarHandle} specification fo...
#pragma once #include "plugin/<API key>.h" class <API key> : public <API key> { Q_OBJECT Q_INTERFACES(<API key>) Q_PLUGIN_METADATA(IID "im.kadu.<API key>") public: explicit <API key>(QObject *parent = nullptr); virtual ~<API key>(); virtual std::vector<std::unique_ptr<injeqt::module>> createPlug...
/* Verify that overloaded built-ins for vec_insert() with short inputs produce the right codegen. Power8 variant. */ /* { dg-do compile } */ /* { <API key> powerpc_p8vector_ok } */ /* { dg-options "-O2 -mdejagnu-cpu=power8" } */ #include <altivec.h> vector bool short testbs_var(unsigned short x, vector bool short ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Fri Dec 19 17:06:58 CET 2014 --> <title>I-Index</title> <meta name="date" content="2014-12-19"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="te...
<?php /* Template Name: Page - Contact Us */ ?> <?php if($_POST) { if($_POST['your-email']) { $toEmailName = get_option('blogname'); $toEmail = get_site_emailId(); $subject = $_POST['your-subject']; $message = ''; $message .= '<p>Dear '.$toEmailName.',</p>'; $mess...
layout: post title: "November 2009" date: 2009-11-30 09:00:00 ![Andy and Sian](http://elgingerbread.files.wordpress.com/2009/11/<API key>.jpg?w=300&h=200) In November 2009: * [Andy R][andy-r] took stock of [his musical career](http: * [Claire][claire] announced that she and [Dan][dan] had [broken up](http://nowebsit...
#include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <asm/types.h> #include <mach/hardware.h> #include <asm/irq.h> #include <mach/irqs.h> #include <asm/mach/irq.h> #include <asm/mach/time.h> #include <linux/device.h> #include <linux/serial_8250.h> #include "common.h" static struct res...
cmd_crypto/shash.o := arm-eabi-gcc -Wp,-MD,crypto/.shash.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu...
#include "User.h" class CNickServ : public CModule { public: MODCONSTRUCTOR(CNickServ) { } virtual ~CNickServ() { } virtual bool OnLoad(const CString& sArgs, CString& sMessage) { if (sArgs.empty()) m_sPass = GetNV("Password"); else { m_sPass = sArg...
<?php /** * Manager Log English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['action'] = 'Akce'; $_lang['date_end'] = 'Datum do'; $_lang['date_start'] = 'Datum od'; $_lang['filter_clear'] = 'Vymazat filtr'; $_lang['manager_log'] = 'Události správce obsahu'; $_lang['mgrlog_clear']...
module Rake module DSL def matrix Matrix end def story @story ||= Matrix::Story.new end def mkcloud @mkcloud ||= Matrix::MkcloudRunner.new end def virsetup @virsetup ||= Matrix::VirsetupRunner.new end def gate @gate ||= Matrix::GateRunner.new end ...
package org.eclipse.nebula.widgets.gallery; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; /** * <p> * Base class used to implement a custom gallery item renderer. * </p> *...
package cmucoref.mention.extractor; import cmucoref.document.Document; import cmucoref.document.Lexicon; import cmucoref.document.Sentence; import cmucoref.exception.MentionException; import cmucoref.mention.Mention; import cmucoref.mention.eventextractor.EventExtractor; import cmucoref.mention.extractor.relationextrac...
#ifndef DCLIST_HPP #define DCLIST_HPP #include "celltype.hpp" #include <string> #include <sstream> #include <exception> class DCList { private: celltype* head, *last; bool swapped; int makeList(int*); public: DCList(); ~DCList(); void insert(int); int extract(void); void swap(void); ...
package it.everin.ui; import static org.junit.Assert.*; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Test; public class jSignerFastTest { @BeforeClass public static void setUpBeforeClass() throws Exception { } @AfterClass public static void tearDownAfterClass() throws ...
#ifndef _REACTOR_H_ #define _REACTOR_H_ /* This should be included by files where the reactor core (looping, * triggering) is implemented. * The header file provides both the reactor definitions, the fd manipulation * functions, but looping and triggering too. * IF you need just to use the reactor (in terms of...
// <API key>.h // BaseTen // Before using this software, please review the available licensing options // This program is free software; you can redistribute it and/or modify // as published by the Free Software Foundation. // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS...
<!-- HTML header for doxygen 1.8.13--> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <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...
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003. #include <windows.h> #include <tchar.h> #include "base/NativeApp.h" #include "Globals.h" #include "shellapi.h" #include "commctrl.h" #include "input/input_state.h" #include "Core/Debugger/SymbolMap.h" #include "...
# kamene.contrib.description = Label Distribution Protocol (LDP) # kamene.contrib.status = loads # 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 PU...
#include "DVDInputStreamHTSP.h" #include "URL.h" #include "FileItem.h" #include "utils/log.h" #include <limits.h> extern "C" { #include "lib/libhts/net.h" #include "lib/libhts/htsmsg.h" #include "lib/libhts/htsmsg_binary.h" #include "lib/libhts/sha1.h" } using namespace std; using namespace HTSP; htsmsg_t* CDVDInputStr...
#include <Ice/Application.h> #include <TestCommon.h> #include <Test.h> #include <string> #include <iostream> DEFINE_TEST("client") using namespace std; using namespace Ice; using namespace Test; int run(int, char**, const Ice::CommunicatorPtr& communicator) { TestIntfPrx allTests(const CommunicatorPtr&); TestIn...
(function( $ ) { 'use strict'; /** * All of the code for your admin-facing JavaScript source * should reside in this file. * * This enables you to define handlers, for when the DOM is ready: * * $(function() { * * }); * * When the window is loaded: * *...
#ifndef <API key> #define <API key> #include "../folding_engine.h" #ifdef HAVE_LIBRNA class McCaskillModel : public FoldingEngine<std::string> { public: McCaskillModel(bool canonical_only, uint max_bp_dist, const char* param=NULL, uint seed=0, bool run_as_mea=false); virtual ~McCaskillModel() { } ...
#include <linux/platform_device.h> #include <linux/mm.h> #include <linux/uaccess.h> #include <plat/dma.h> #include <plat/omapfb.h> #include "lcdc.h" #include "dispc.h" #define MODULE_NAME "omapfb" static unsigned int def_accel; static unsigned long def_vram[OMAPFB_PLANE_NUM]; static unsigned int def_vram_cn...
#ifndef SQLQUERY_H #define SQLQUERY_H // Qt includes #include <QMetaType> #include <QString> #include <QSqlQuery> // Local includes #include "digikam_export.h" namespace Digikam { class DIGIKAM_EXPORT SqlQuery : public QSqlQuery { public: explicit SqlQuery(const QSqlQuery& other); explicit SqlQuery(const QSqlDa...
#ifndef <API key> #define <API key> #include <gtk/gtk.h> G_BEGIN_DECLS /*! * \brief asks the user if he want's to save data and exit * * The dialog is modal. * * If cancel is \c TRUE, an additional cancel button is added * * \retval response of dialog can be one of * GTK_RESPONSE_ACCEPT - save data and ...
# Install script for directory: /Users/<API key>/linphone-iphone/submodules/cunit/CUnit/Sources # Set the install prefix if(NOT DEFINED <API key>) set(<API key> "/Users/<API key>/linphone-iphone/liblinphone-sdk/x86_64-apple-darwin.ios") endif() string(REGEX REPLACE "/$" "" <API key> "${<API key>}") # Set the install ...
using System; using System.Drawing; using System.Windows.Forms; using BinaryComponents.SuperList.Helper; using BinaryComponents.Utility.Assemblies; using BinaryComponents.Utility.Collections; using System.Resources; using System.Globalization; namespace BinaryComponents.SuperList.Sections { public abstract class <A...
#include "public.h" #include <pthread.h> #include <signal.h> #include <syslog.h> extern int already_running(); extern void daemonize(const char *cmd); sigset_t mask; void reload() { /* reload config file */ syslog(LOG_INFO, "RELOAD CONFIG FILE"); } void *thr_fn(void * arg) { int signo; while(sigwait(&ma...
#ifndef QT_OS2_H #define QT_OS2_H #include "qwindowdefs.h" #define INCL_BASE #define INCL_PM #include <os2.h> // wrappers for each Win* and Gpi* call that restore the FPU Control Word #include <API_FPU_CW_Wrappers.h> // OS/2 system exception handler callback interface #if !defined(<API key>) enum QtOS2SysXcptReq { ...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using TestBase4.TestCases.AReferencedAssembly; using TestBase4.TestCases.ReferencedAssembly2; namespace TestBase4.TestCases { <summary> "Referenced Assembly" as in <see cr...
#include <linux/slab.h> #include <linux/wait.h> #include <linux/sched.h> #include <linux/jiffies.h> #include <linux/uaccess.h> #include <linux/atomic.h> #include <linux/wait.h> #include <linux/qdsp6v2/apr.h> #include <sound/apr_audio-v2.h> #include <sound/q6adm-v2.h> #include <sound/q6audio-v2.h> #include <sound/q6afe-...
#ifndef <API key> #define <API key> #ifndef __LINUX_SPINLOCK_H # error "please don't include this file directly" #endif <<<< HEAD #include <asm/processor.h> /* for cpu_relax() */ ==== >>>> <SHA1-like> #ifdef <API key> #define arch_spin_is_locked(x) ((x)->slock == 0) static inline void arch_spin_lock(arch_spin...
// SPALSound.h // Sparrow // This program is free software; you can redistribute it and/or modify #import <Foundation/Foundation.h> #import "SPSound.h" @interface SPALSound : SPSound @name Initialization Initializes a sound with its known properties. - (id)initWithData:(const void *)data size:(int)size channels:(int...
<?php declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\DataProcessing; use Prophecy\PhpUnit\ProphecyTrait; use TYPO3\CMS\Core\Site\Entity\Site; use TYPO3\CMS\Frontend\ContentObject\<API key>; use TYPO3\CMS\Frontend\Controller\<API key>; use TYPO3\CMS\Frontend\DataProcessing\SiteProcessor; use TYPO3\Test...
var Swiper = function (selector, params) { if (document.body.__defineGetter__) { if (HTMLElement) { var element = HTMLElement.prototype; if (element.__defineGetter__) { element.__defineGetter__("outerHTML", function () { return new XMLSerializer().serializeToString(th...
#ifndef __PRIMITIVE_H__ #define __PRIMITIVE_H__ #include "MathGeoLib/include/MathGeoLib.h" #include "glew-2.0.0/include/GL/glew.h" class Primitive { public: enum Types { AXIS, GRID, SOLID_CUBE, SOLID_SPHERE, UNKNOWN }; Primitive(Types primitive_type) : m_type(...
<?php /* themes/bootstrap/templates/input/form-element-label.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 doDispla...
/*! \file * * \brief Trivial application to read a variable * * \author Mark Spencer <markster@digium.com> * * \ingroup applications */ #include "asterisk.h" <API key>(__FILE__, "$Revision: 89522 $") #include "asterisk/file.h" #include "asterisk/pbx.h" #include "asterisk/channel.h" #include "asterisk/app.h" #inc...
<?php /* * @deprecated since 6.0, the classname <API key> and this file is obsolete * and will be removed with 6.2. The class was renamed and is now located at: * typo3/sysext/extbase/Classes/Persistence/Generic/Exception/<API key>.php */ require_once \TYPO3\CMS\Core\Utility\<API key>::extPath('extbase') . 'Classes...
html{} body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #ffffff; margin: 0; padding: 0; text-align: center; color: #000000; overflow: auto; } a{color:#3B5998;} a:hover{color:#3B5998;text-decoration:underline;} .thrColHybHdr #container { width: 1015px; text-align: left; ...
<?php namespace duncan3dc\Serial; use duncan3dc\Serial\Exceptions\PhpException; class Php extends AbstractSerial { /** * Convert an array to a php serialized string. * * {@inheritDoc} */ public static function encode($array) { if (count($array) < 1) { return ""; ...