answer
stringlengths
15
1.25M
#ifndef _COMPOSITEPROTO_H_ #define _COMPOSITEPROTO_H_ #include <nx-X11/Xmd.h> #include <nx-X11/extensions/composite.h> #define Window CARD32 #define Region CARD32 /* * requests and replies */ typedef struct { CARD8 reqType; CARD8 compositeReqType; CARD16 length B16; CARD32 majorVersion B32; ...
var i = 0; var t = 0; var nlclass = "druid"; var nlclassFolder = "druid"; nltree[i] = "Balance"; i++; nltree[i] = "Feral Combat"; i++; nltree[i] = "Restoration"; i++; i = 0; nltalent[i] = ["Starlight Wrath"]; i++; nltalent[i] = ["Nature's Grasp"]; i++; nltalent[i] = ["Improved Nature's Grasp"]; i++; nltalent[i] = ["Con...
/** ** Ucsym.h - Usecode compiler symbol table. ** ** Written: 1/2/01 - JSF **/ #ifndef INCL_UCSYM #define INCL_UCSYM #ifdef HAVE_CONFIG_H # include <config.h> #endif #include <string> #include <map> #include <vector> #include <iostream> using std::vector; #include "opcodes.h" class Uc_array_expression; clas...
#include <scsi/iscsi_proto.h> #include "be_main.h" #include "be.h" #include "be_mgmt.h" int <API key>(struct beiscsi_hba *phba) { u32 sreset; u8 *pci_reset_offset = 0; u8 *pci_online0_offset = 0; u8 *pci_online1_offset = 0; u32 pconline0 = 0; u32 pconline1 = 0; u32 i; pci_reset_offset = ...
#include <string> #include <cstring> #include <cstddef> #include <cmath> #include <iostream> #include <algorithm> #include <numeric> #include <vector> #include <random> #include <stdexcept> #include "rdmini/vandercorput.h" #include "rdmini/ssa_direct.h" #include "gtest/gtest.h" //class ssa_distribution : public ::testi...
#include "FlatPoint.hpp" #include <algorithm> #include <math.h> fixed FlatPoint::CrossProduct(const FlatPoint &p2) const { return x * p2.y - p2.x * y; } void FlatPoint::MultiplyY(const fixed a) { y *= a; } void FlatPoint::Subtract(const FlatPoint &p2) { x -= p2.x; y -= p2.y; } void FlatPoint::Add(const FlatPoin...
#include <linux/file.h> #include <linux/vmalloc.h> #include <linux/pagemap.h> #include <linux/dcache.h> #include <linux/namei.h> #include <linux/mount.h> #include <linux/crypto.h> #include <linux/fs_stack.h> #include <linux/slab.h> #include <linux/xattr.h> #include <asm/unaligned.h> #include "ecryptfs_kernel.h" static ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Thu Oct 02 16:39:52 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>org.apache.jena.riot.lang (Apache Jena ARQ)</title> <meta name="date" content="2014-10-02"> <link...
#include "SharedSection.h" #define MAXSHAREDACCESSES 5000 CSharedSection::CSharedSection() { m_sharedLock = 0; m_exclusive = false; <API key>(&m_critSection); m_eventFree = CreateEvent(NULL, TRUE, FALSE, NULL); } CSharedSection::~CSharedSection() { <API key>(&m_critSection); CloseHandle(m_eventFree); } void...
<! Copyright (c) 2014 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http: The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code d...
<?php // Check to ensure this file is within the rest of the framework defined( '_JEXEC' ) or die( 'Restricted index access' ); /** * Renders a text element * * @package Joomla.Framework * @subpackage Parameter * @since 1.5 */ class JFormFieldYjsgcheck extends JFormField { public $type = 'Yj...
module RSA.Break where import RSA.Break.Data import RSA.Euclid import Faktor.Prim import Faktor.Certify ( powmod ) import Data.Typeable import Challenger.Partial import Autolib.ToDoc import Autolib.Reporter import Autolib.Ana import Inter.Types data RSA_Code_Break = RSA_Code_Break deriving ( Read, Show, Typeable ) inst...
#include <QCheckBox> #include <QComboBox> #include <QDialogButtonBox> #include <QGroupBox> #include <QHBoxLayout> #include <QMessageBox> #include <QPushButton> #include <QTabWidget> #include <QVBoxLayout> #include "DolphinQt2/Config/Mapping/MappingWindow.h" #include "Common/FileSearch.h" #include "Common/FileUtil.h" #i...
#ifndef <API key> #define <API key> #include <QObject> #include <QModelIndex> class QAbstractItemModel; class ModelObserver : public QObject { Q_OBJECT public: ModelObserver( QAbstractItemModel *source ); private slots: void slotRowsInserted( const QModelIndex & parent, int start, int end ); void slotCo...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="en"> <head> <meta name="generator" content="AWStats 7.0 (build 1.971) from config file awstats.mc-aster.com.conf (http://awstats.sourceforge.net)"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="content-type" content="text/ht...
/* ScriptData SDName: Boss_Skadi SD%Complete: 20% SDComment: starts at trigger 4991 SDCategory: Utgarde Pinnacle EndScriptData */ #include "precompiled.h" #include "utgarde_pinnacle.h" enum { SAY_AGGRO = -1575019, SAY_DRAKEBREATH_1 = -1575020, SAY_DRAKEBREATH_2 ...
#include "cpuminer-config.h" #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include <stdint.h> #include <unistd.h> #include <sys/time.h> #include <time.h> #ifdef WIN32 #include <windows.h> #else #include <errno.h> #include <signal.h> #include <sys/resource.h> #if HA...
<?php $codebase="http://appletserverurl.com/path"; $defaultHost="defaulthost.com"; $defaultPort="992"; $defaultDeviceName=""; $defaultAppletWidth="640"; $defaultAppletHeight="480"; ?> <html> <head> <title>Applet Parameter Configuration</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-...
#ifndef SPARC64_TDEP_H #define SPARC64_TDEP_H 1 struct frame_info; struct gdbarch; struct regcache; struct sparc_gregmap; struct <API key>; #include "sparc-tdep.h" /* The stack pointer is offset from the stack frame by a BIAS of 2047 (0x7ff) for 64-bit code. BIAS is likely to be defined on SPARC hosts, so undefi...
#ifndef __TEST_H_ #define __TEST_H_ #include <tomcrypt.h> /* enable stack testing */ // #define STACK_TEST /* stack testing, define this if stack usage goes downwards [e.g. x86] */ #define STACK_DOWN typedef struct { char *name, *prov, *req; int (*entry)(void); } test_entry; extern prng_state yarrow_prng; void...
#include "tomcrypt.h" /** @file dsa_verify_hash.c DSA implementation, verify a signature, Tom St Denis */ #ifdef MDSA /** Verify a DSA signature @param r DSA "r" parameter @param s DSA "s" parameter @param hash The hash that was signed @param hashlen The length of the hash that was si...
package password.pwm.http; public enum PwmRequestFlag { HIDE_LOCALE, HIDE_IDLE, HIDE_FOOTER_TEXT, HIDE_HEADER_BUTTONS, <API key>, NO_REQ_COUNTER, NO_IDLE_TIMEOUT, NO_MOBILE_CSS, <API key>, INCLUDE_CONFIG_CSS, }
#include <config.h> #include <compat.h> #include <dpkg/i18n.h> #include <unistd.h> #include <stdio.h> #include "progress.h" void progress_init(struct progress *progress, const char *text, int max) { progress->text = text; progress->max = max; progress->cur = 0; progress->last_percent = 0; progress->...
<?php $settings = get_option('_wpmp_settings'); $currency_sign = get_option('_wpmp_curr_sign','$'); $cart = "<div class='wp-marketplace'>" . "<form method='post' class='abc' action='' name='cart_form' id='cart_form'>" . "<input type='hidden' name='wpmp_update_cart' value='1' />" . "<table class=...
#include "tbb/compat/condition_variable" #include "tbb/mutex.h" #include "tbb/recursive_mutex.h" #include "tbb/tick_count.h" #include "tbb/atomic.h" #include "harness.h" // This test deliberately avoids a "using tbb" statement, // so that the error of putting types in the wrong namespace will be caught. using namespace...
.welcomeMsg{ text-align: center; font-family:'Arial'; } body{ font-family: 'Verdana'; font-size: 18px; height: ; width: 100%; background-repeat: no-repeat; background-image: url("../images/way4.jpg"); -moz-background-size: cover; -<API key>: cover; background-size: cover; ...
#include <linux/module.h> #include <linux/fs.h> #include <linux/mount.h> #include <linux/pagemap.h> #include <linux/init.h> #include <linux/kobject.h> #include <linux/namei.h> #include <linux/debugfs.h> #include <linux/fsnotify.h> #include <linux/string.h> #include <linux/seq_file.h> #include <linux/parser.h> #include ...
# Brian C. Lane <bcl@redhat.com> # copy, or redistribute it subject to the terms and conditions of the GNU # implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # this program; if not, write to the Free Software Foundation, Inc., 51 # Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Any...
// $Id: SOCK_Dgram.cpp 91622 2010-09-06 08:26:30Z sma $ #include "ace/SOCK_Dgram.h" #include "ace/Log_Msg.h" #include "ace/INET_Addr.h" #include "ace/ACE.h" #include "ace/OS_NS_string.h" #include "ace/OS_Memory.h" #include "ace/OS_NS_ctype.h" #include "ace/os_include/net/os_if.h" #include "ace/Truncate.h" #if !defined ...
#include "../config.h" #include "../lib/mbselib.h" #include "taskstat.h" #include "callstat.h" #include "outstat.h" #include "taskibc.h" #include "taskutil.h" /* * Semafores */ int s_scanout = FALSE; int s_mailout = FALSE; int s_mailin = FALSE; int s_reqindex = FALSE; ...
package tuwien.auto.calimero.link; import org.slf4j.Logger; import tuwien.auto.calimero.CloseEvent; import tuwien.auto.calimero.FrameEvent; import tuwien.auto.calimero.KNXFormatException; import tuwien.auto.calimero.<API key>; import tuwien.auto.calimero.cemi.CEMI; import tuwien.auto.calimero.cemi.CEMIBusMon; import tu...
<?php function <API key>(){ echo '<a target="_blank" class="button button-primary" href="http://sevenspark.com/docs/shiftnav"><i class="fa fa-book"></i> Knowledgebase</a> '; } add_action( '<API key>' , '<API key>' ); function <API key>(){ $prefix = SHIFTNAV_PREFIX; $main_assigned = ''; if(!has_nav_menu(...
{ package GCLang::GL::GCModels::GCperiodicals; use utf8; # This file is part of GCstar. # GCstar is free software; you can redistribute it and/or modify # (at your option) any later version. # GCstar is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ...
<?php require_once( CUAR_INCLUDES_DIR . '/core-classes/addon-page.class.php' ); if (!class_exists('<API key>')) : /** * Add-on to show the customer dashboard page * * @author Vincent Prat @ MarvinLabs */ class <API key> extends <API key> { public function __construct() { parent::__construct( 'customer-d...
#include "LogoView.hpp" #include "Screen/Canvas.hpp" #include "resource.h" #include "Version.hpp" LogoView::LogoView() :logo(IDB_SWIFT), big_logo(IDB_SWIFT_HD), title(IDB_TITLE), big_title(IDB_TITLE_HD) { #ifndef USE_GDI font.set("Droid Sans", 12); #endif } void LogoView::draw(Canvas &canvas, const PixelRect &rc...
package de.metas.async.processor.impl; import de.metas.async.model.<API key>; import de.metas.async.spi.<API key>; /** * Wraps one instance of {@link <API key>} and always delegate all method calls to that instance. * * In this way we ensure that even if we instantiate this class more then one time, a common {@link ...
<?php get_template_part('templates/head'); ?> <body <?php body_class(); ?>> <!--[if lt IE 8]> <div class="alert alert-warning"> <?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?> </div...
/*** Autogenerated by WIDL 1.5.25 from include/textstor.idl - Do not edit ***/ #ifndef <API key> #define <API key> 475 #endif #include <rpc.h> #include <rpcndr.h> #ifndef COM_NO_WINDOWS_H #include <windows.h> #include <ole2.h> #endif #ifndef __textstor_h__ #define __textstor_h__ /* Forward declarations */ #ifndef <API ...
#ifndef _LINUX_TCP_H #define _LINUX_TCP_H #include <linux/types.h> #include <asm/byteorder.h> #include <linux/socket.h> struct tcphdr { __be16 source; __be16 dest; __be32 seq; __be32 ack_seq; #if defined(<API key>) __u16 res1:4, doff:4, fin:1, syn:1, rs...
#ifndef __BATHOS_GPIO_H__ #define __BATHOS_GPIO_H__ /* for gpio_dir() and gpio_dir_af() */ #define GPIO_DIR_IN 0 #define GPIO_DIR_OUT 1 /* for gpio_dir_af() */ #define GPIO_AF_GPIO 0 #define GPIO_AF(x) x #ifdef CONFIG_HAS_GPIO #include <arch/gpio.h> #else /* * Empty GPIO definitions, to allow libraries to...
<?php require_once vc_path_dir( 'SHORTCODES_DIR', 'vc-basic-grid.php' ); class <API key> extends <API key> { protected function getFileName() { return 'vc_basic_grid'; } public function shortcodeScripts() { parent::shortcodeScripts(); wp_register_script( 'vc_masonry', vc_asset_url( '...
YUI.add('ez-locationviewview', function (Y) { "use strict"; /** * Provides the Location view View class * * @module ez-locationviewview */ Y.namespace('eZ'); var <API key> = '<API key>'; /** * The location view view * * @namespace eZ * @class LocationViewView ...
#define pr_fmt(fmt) "%s: " fmt, __func__ #include <linux/kernel.h> #include <linux/of.h> #include <linux/err.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/mutex.h> #include <linux/types.h> #include <linux/hwmon.h> #include <linux/module.h> #include <linux/debugfs.h> #includ...
<?php class <API key> { public static function setAvatarKey() { global $wgAvatarKey; $wgAvatarKey = wfGetDB( DB_SLAVE )->getDBname(); } }
<?php /* PHP-NUKE: Advanced Content Management System */ /* Dato: 6. september 2002 */ /* Denne sprog-fil er blevet oversat til dansk fra engelsk af: */ /* Navn: Christian Botved Poulsen */ /* E-m...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>ShoestringPHP: Data Fields - Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated...
<?php //plugin settings if(!function_exists('<API key>')){ function <API key>(){ //global $wpdb; if ( !function_exists( 'get_plugin_data' ) ) require_once( ABSPATH . 'wp-admin/includes/plugin.php' ); $plugin_data = get_plugin_data(plugin_dir_path(__FILE__)...
""" Custom model managers. """ from django.db import models import json class DocumentQuerySet(models.QuerySet): def _to_feature(self, obj): return { "type": "Feature", "geometry": { "type": "Point", "coordinates": [obj.get('<API key>'), ...
/** * @file <API key>.cs * @author Spiridon Alexandru * * @brief This represents the ImagePicker implementation for the NativeUI * component on Windows Phone 7, language C#. * * @platform WP 7.1 **/ using System; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows....
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include "common-internal.h" #include "fdpoll-protected.h" #include <errno.h> #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif #ifdef HAVE_SYS_TIME_H # include <sys/time.h> #endif #ifndef INFTIM # define INFTIM -1 #endif /* select() ...
#ifndef SPACE_OB_MERC_H #define SPACE_OB_MERC_H #include "projection.h" //! This is the object used for the Space Oblique Mercator projection. class SpaceObMerc : public Projection { public: SpaceObMerc(); SpaceObMerc(double gctpParams[], ProjUnit units, ProjDatum dat); //! Set the satellite number void...
package com.pfa.og.from.xmind; import java.io.PrintStream; import com.pfa.og.pivot.Outline; public class XmindToOutline { public Outline convert(Sheet sh) { Outline o = new Outline(sh.getLabel()); convert(o,sh.getChildren()); return o; } private void convert(Outline o,Topic[] tp)...
#include <stdio.h> #include <stdlib.h> #include "governor.h" #include "tbb_main.h" #include "scheduler.h" #include "market.h" #include "arena.h" #include "tbb/task_scheduler_init.h" #include "dynamic_link.h" namespace tbb { namespace internal { // governor #if <API key> // Support for interoperability with Intel(R) Cil...
/** @file * IPRT - Multiprocessor, Solaris. */ #define LOG_GROUP RTLOGGROUP_DEFAULT #include <unistd.h> #include <stdio.h> #include <errno.h> #include <kstat.h> #include <sys/processor.h> #include <iprt/mp.h> #include <iprt/cpuset.h> #include <iprt/assert.h> #include <iprt/string.h> #include <iprt/alloc.h> #include <...
\begin{array}{l} \begin{array}{l} x \\ \end{array} \\ \end{array}
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "ising_datastructure.h" #include "ising.h" #include "matrixmem.h" //Computation of Boltzmann factors void <API key> (struct ising *model) { double t = model->T; double j = model->J; double h = model->H; for (int i = -12; i <= 12; i += 4) ...
$Date: 2012-2-9 17:36 $ #include "avl_dvbsx.h" #include "ITuner.h" #include "II2C.h" AVL_DVBSx_ErrorCode <API key>(AVL_uint16 uiSymbolRate_10kHz, struct AVL_Tuner * pTuner) { AVL_uint32 lpf = uiSymbolRate_10kHz; lpf *= 675; //roll off = 0.35 lpf /= 10000; lpf += 30; pTuner->m_uiLPF_100kHz...
// ZoneMinder Image Class Interface, $Date$, $Revision$ // This program is free software; you can redistribute it and/or // as published by the Free Software Foundation; either version 2 // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the /...
#ifndef <API key> #define <API key> #include <QtQml/QQmlParserStatus> #include <GreenIsland/Server/Keymap> class QWaylandCompositor; namespace GreenIsland { namespace Server { class <API key>; class <API key> CompositorSettings : public QObject, public QQmlParserStatus { Q_OBJECT Q_INTERFACES(QQmlParserStatus) ...
package com.oracle.graal.phases.common; import java.util.concurrent.*; import com.oracle.graal.api.code.*; import com.oracle.graal.api.meta.*; import com.oracle.graal.debug.*; import com.oracle.graal.graph.*; import com.oracle.graal.graph.Graph.NodeChangedListener; import com.oracle.graal.nodes.*; import com.oracle.gra...
<?php namespace Eccube\Controller\Admin\Content; use Eccube\Application; use \Symfony\Component\Finder\Finder; use Symfony\Component\Filesystem\Filesystem; class CssController { // TODO: protected $cssDir = 'default/css/'; public function index(Application $app) { $builder = $app['form.factory']...
test("emptyString", function() { var map = parseQueryString(""); equal(map, null); }) test("singleOption", function() { var map = parseQueryString("?foo=bar"); deepEqual(map, {foo:"bar"}, "?foo=bar"); }) test("multiOption", function() { var str = "?foo=bar&baz=quz"; var map = parseQueryString(st...
package com.sun.max.ins.gui; /** * Objects that are subject to textual search, * for example by a {@link TableRowTextMatcher}. */ public interface TextSearchable { /** * @return a string suitable for use during text searching. */ String getSearchableText(); }
#ifndef MDDIHOST_H #define MDDIHOST_H #include <linux/kernel.h> #include <linux/sched.h> #include <linux/time.h> #include <linux/init.h> #include <linux/interrupt.h> #include "linux/proc_fs.h" #include <linux/types.h> #include <linux/dma-mapping.h> #include <linux/clk.h> #include <mach/hardware.h> #include <linux/io.h>...
#ifndef <API key> #define <API key> #include "InternalFunction.h" #include "<API key>.h" namespace JSC { class ErrorInstance; class FunctionPrototype; class <API key>; class <API key> : public InternalFunction { public: typedef InternalFunction Base; static <API key>* create(ExecStat...
# Rekall Memory Forensics # This program is free software; you can redistribute it and/or modify # your option) any later version. # This program is distributed in the hope that it will be useful, but # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # along with this program; if not, write to the Free...
use utf8; package Koha::Schema::Result::Course; # DO NOT MODIFY THE FIRST PART OF THIS FILE =head1 NAME Koha::Schema::Result::Course =cut use strict; use warnings; use base 'DBIx::Class::Core'; =head1 TABLE: C<courses> =cut __PACKAGE__->table("courses"); =head1 ACCESSORS =head2 course_id data_type: 'integer' is_aut...
<?php defined('_JEXEC') or die( 'No Direct Access' ); if (!defined("JEV_COM_COMPONENT")){ define("JEV_COM_COMPONENT","com_jevents"); define("JEV_COMPONENT",str_replace("com_","",JEV_COM_COMPONENT)); } if (!defined("JEV_LIBS")){ define("JEV_ADMINPATH",JPATH_ADMINISTRATOR."/components/".JEV_COM_COMPONENT."/")...
//App specific JavaScript//App specific JavaScript //custom jquery to trigger dat picker, info pop-over and print category text $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip({delay: {show: 500, hide: 100}}); $('.datepicker').datepicker(); $('body').on('click', '.btn-del', function(e) {...
<!DOCTYPE html> <!--[if lt IE 9]><html class="lt-ie9"><![endif]--> <!--[if gt IE 8]><!--><html lang="en"><!--<![endif]--> {% include base.html %} <head> {% include prod-head.html %} </head> <body> {% include components/nav-help.html %} <div class="usajobs-help-center"> {% include components/<API...
<?php $lang['encoding'] = 'utf-8'; $lang['direction'] = 'От ляво надясно'; $lang['menu'] = 'Модерирана дискусия'; $lang['discussion'] = 'Дискусия'; $lang['comment'] = 'Коментар'; $lang['comments'] = 'Коментари'; $lang['nocomments'] ...
<?php /** * @file * Contains \Drupal\entity_reference/<API key>. */ namespace Drupal\entity_reference; use Drupal\Core\Controller\ControllerBase; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\...
#undef <API key> #include "amctest.h" #include "../translators/amcimporter.h" #include "../collection.h" #include <QTest> QTEST_GUILESS_MAIN( AmcTest ) // this is a real basic test right now, AMC doesn't run real well under wine void AmcTest::testImport() { QUrl url = QUrl::fromLocalFile(QFINDTESTDATA("data/test.amc"...
<?php $socialPage = new QodeAdminPage("11", "Social Share"); $qodeFramework->qodeOptions->addAdminPage("socialPage",$socialPage); //Social Share $panel1 = new QodePanel("Social Sharing","<API key>"); $socialPage->addChild("panel1",$panel1); $enable_social_share = new QodeField("yesno","enable_social_share","no","En...
<?php // {{{ requires require_once CLASS_EX_REALDIR . 'page_extends/admin/LC_Page_Admin_Ex.php'; require_once CLASS_EX_REALDIR . 'helper_extends/<API key>.php'; /** * . * * @package Page * @author LOCKON CO.,LTD. * @version $Id: <API key>.php 21402 2012-01-17 07:15:39Z Seasoft $ */ class <API key> extends LC_Pag...
<?php namespace Drupal\ui_patterns\Form; use Drupal\Component\Utility\SortArray; use Drupal\ui_patterns\Plugin\PatternSourceBase; /** * Trait <API key>. * * @property \Drupal\ui_patterns\UiPatternsManager $patternsManager * @property \Drupal\ui_patterns\<API key> $sourceManager * @method \Drupal\Core\StringTransla...
#include "config.h" #include "system.h" #include "coretypes.h" #include "backend.h" #include "tree.h" #include "gimple.h" #include "ssa.h" #include "gimple-pretty-print.h" #include "dumpfile.h" #include "gimple-fold.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" #include "tree-cfg.h" #includ...
#include <linux/module.h> #include <linux/errno.h> #include <linux/pci.h> #include <linux/sched.h> #include <linux/signal.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/poll.h> #include <linux/sound.h> #include <linux/soundcard.h> #include <linux/slab.h> #include <linux...
#include <asm/page.h> #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/highmem.h> #include <linux/ion.h> #include <linux/mm.h> #include <linux/scatterlist.h> #include <linux/seq_file.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include "ion_priv.h" static unsigned int <API key> = (GFP_HIG...
#include <linux/module.h> #include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/reboot.h> #include <linux/io.h> #include <linux/delay.h> #include <linux/pm.h> #include <linux/cpu.h> #include <linux/interrupt.h> #include <linux/mfd/pmic8058.h> #include <linux/mfd/pmic8901.h> #i...
<!DOCTYPE html> <head> <meta charset='utf-8'> </head> <body> <h1>Chronicles of Grunt</h1> This is a sample page for Chronicles of Grunt. </body>
<?php reason_include_once('classes/<API key>.php'); /* $<API key> = array( 'image' => array( 'append' => array( 'entity_delegates/image.php', 'entity_delegates/<API key>.php', ), ), 'site' => array( 'append' => array( 'entity_delegates/site.php', ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Thu Oct 02 16:37:52 BST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Interface com.hp.hpl.jena.graph.GraphListener (Apache Jena)</title> <meta name="date" con...
<?php // URI: design:node/view/full.tpl // Filename: extension/ezdemo/design/ezdemo/override/templates/full/landing_page.tpl // Timestamp: 1389968167 (Fri Jan 17 15:16:07 CET 2014) $<API key> = isset( $setArray ) ? $setArray : array(); $setArray = array(); $tpl->Level++; if ( $tpl->Level > 40 ) { $text = $tpl->M...
var public_suffix = {"ac":1, "com.ac":1, "edu.ac":1, "gov.ac":1, "net.ac":1, "mil.ac":1, "org.ac":1, "ad":1, "nom.ad":1, "ae":1, "co.ae":1, "net.ae":1, "org.ae":1, "sch.ae":1, "ac.ae":1, "gov.ae":1, "mil.ae":1, "aero":1, "<API key>.aero":1, "accident-prevention.aero":1, "aerobatic.aero":1, "aeroclub.aero":1, "aerodrome...
<?php class <API key> extends MediaWikiTestCase { public static function provideISBNs() { return array( array( '978-0-300-14424-6', true ), array( '0-14-020652-3', true ), array( '020652-3', false ), array( '9781234567897', true ), array( '1-4133-0...
<?php class WP_Piwik_Settings { private static $logger, $defaultSettings; private $globalSettings = array( 'revision' => 90921, 'plugin_display_name' => 'WP-Piwik', 'add_tracking_code' => false, '<API key>' => 0, 'piwik_token' => '', ...
#define pr_fmt(fmt) "MSM-CPP %s:%d " fmt, __func__, __LINE__ #include <linux/delay.h> #include <linux/firmware.h> #include <linux/io.h> #include <linux/of.h> #include <linux/module.h> #include <linux/ion.h> #include <linux/proc_fs.h> #include <linux/msm_ion.h> #include <linux/iommu.h> #include <linux/timer.h> #include ...
#ifndef WTFThreadData_h #define WTFThreadData_h #include <wtf/HashMap.h> #include <wtf/HashSet.h> #include <wtf/Noncopyable.h> #include <wtf/StackBounds.h> #include <wtf/StackStats.h> #include <wtf/text/StringHash.h> #include <wtf/ThreadSpecific.h> #include <wtf/Threading.h> // FIXME: This is a temporary layering viola...
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /** * Register AJAX handlers for BP Default theme functionality. * * This function is registered to the after_setup_theme hook with priority 20 as * this file is included in a function hooked to after_setup_theme at priority 10. * * @since Bud...
using UnityEngine; using System.Collections; public class LogicSimpleRopes : MonoBehaviour { void OnGUI() { LogicGlobal.GlobalGUI(); GUILayout.Label("Simple persistent rope test (procedural rope and linkedobjects rope)"); GUILayout.Label("Move the mouse while holding down the left button...
# Python class library loaded when the interpreter # is installed by PythonEmbed # API for accessing GC data # basic activity data def __GCactivity(join="repeat", activity=None): rd={} for x in range(0,GC.seriesLast()): if (GC.seriesPresent(x, activity)): rd[GC.seriesName(x)] = GC.series(x, activit...
<?php namespace Drupal\<API key>\Plugin\Purge\Queuer; use Drupal\purge\Plugin\Purge\Queuer\QueuerBase; use Drupal\purge\Plugin\Purge\Queuer\QueuerInterface; /** * Queues every tag that Drupal invalidates internally. * * @PurgeQueuer( * id = "coretags", * label = @Translation("Core tags queuer"), * descripti...
<?php $config['plugin_more_load'] = '/test_app/plugins/test_plugin/config/more.load.php';
<?php defined('_JEXEC') or die('Restricted access'); ?><?php class listsType{ function listsType(){ $listClass = acymailing_get('class.list'); $this->data = $listClass->getLists('listid'); $this->values = array(); $this->values[] = JHTML::_('select.option', '0', JText::_('ALL_LISTS')...
#include "config.h" #include "system.h" #include "coretypes.h" #include "tm.h" #include "tree.h" #include "flags.h" #include "ggc.h" #include "output.h" #include "libfuncs.h" /* For <API key>. */ #include "tree-iterator.h" #include "gimple.h" #include "ada.h" #include "adadecode.h" #include "types.h" #include "atre...
<?php namespace Laravel\Cashier; use Config; use Exception; use Stripe\Event as StripeEvent; use Illuminate\Routing\Controller; use Illuminate\Support\Facades\App; use Illuminate\Support\Facades\Request; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpKernel\Exception\<API key>; class WebhookCo...
#define pr_fmt(fmt) "ep93xx " KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/module.h> #include <linux/seq_file.h> #include <linux/io.h> #include <linux/gpio.h> #include <linux/irq.h> #include <mach/hardware.h> static unsigned char gpio_int_unmasked[3]; static unsigned char gpio_int_enabled[3]; static ...
#include "config.h" #include "CSSFontFaceSource.h" #include "CSSFontFace.h" #include "CSSFontSelector.h" #include "CachedFont.h" #include "<API key>.h" #include "Document.h" #include "ElementIterator.h" #include "Font.h" #include "FontCache.h" #include "<API key>.h" #include "FontDescription.h" #include "<API key>.h" #...
<? $reg_user = '111'; $reg_pass = '111'; ?>