answer
stringlengths
15
1.25M
#include "ScriptMgr.h" #include "ScriptedCreature.h" #include "zulaman.h" enum Says { SAY_AGGRO = 0, SAY_PLAYER_KILL = 1, <API key> = 2, SAY_SUMMON_EAGLE = 3, SAY_SUMMON_BIRDS = 4, SAY_BERSERK = 5, SAY_DEATH = 6 }; class boss_aki...
#define <API key> 1
#!/usr/bin/env bash source `dirname $0`/common.sh TEST_CASE="ATOS acf cold options" config_query() { $ROOT/bin/atos lib config -u -t -q $* } cat > build.sh <<EOF gcc -c $SRCDIR/examples/sha1-c/sha.c -o sha.o gcc -c $SRCDIR/examples/sha1-c/sha1.c -o sha1.o gcc -o sha1-c sha.o sha1.o EOF cat > ./oprof.in <<EOF vma ...
#include <jailhouse/processor.h> #include <jailhouse/printk.h> #include <jailhouse/entry.h> #include <jailhouse/paging.h> #include <jailhouse/control.h> #include <jailhouse/string.h> #include <generated/version.h> #include <asm/spinlock.h> extern u8 __text_start[], __hv_core_end[]; static const __attribute__((aligned(P...
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ #ifndef lint static const char rcsid[] = "@(#) $Header: /cvsroot/nsnam/ns-2/classifier/classifier-mpath.cc,v 1.10 2005/08/25 18:58:01 johnh Exp $ (USC/ISI)"; #endif #include "classifier.h" class MultiPathForwarder : public Classifier { pub...
# $Id: Makefile 12132 2008-08-05 08:54:52Z nbd $ include $(TOPDIR)/rules.mk PKG_NAME:=dibbler PKG_VERSION:=0.7.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_MD5SUM:=<API key> include $(INCLUDE_DIR)/package.mk # add dependency on 2.6 since recent dibbler needs <li...
.wb-label, .wb-input, .wb-button, .wb-select { display: block; float: left; clear: both; } .wb-label { margin-top: 0.5em; } .wb-input, .wb-select { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 1em; max-width: 65em; /* similar to ...
#ifndef __SchemeObject_h #define __SchemeObject_h #include "Object.h" #define true YES #define false NO #define dprintf(x, ...) @interface SchemeObject: Object { @public SchemeObject *prev, *next; BOOL marked, root; int line; string source; } + (void) collectCheckPoint; - (void) mark; - (void) markReach...
// MGui // MGuiEditText.cpp // This software is provided 'as-is', without any express or implied // arising from the use of this software. // including commercial applications, and to alter it and redistribute it // freely, subject to the following restrictions: // 1. The origin of this software must not be misrepresen...
<?php // Dont allow direct linking defined( '_JEXEC' ) or die(); jimport( 'joomla.html.parameter' ); // Kunena wide defines require_once (JPATH_COMPONENT . '/lib/kunena.defines.php'); require_once(KUNENA_PATH_LIB . '/kunena.version.php'); class KunenaApp { function __construct() { ob_start(); // Dis...
#include <linux/types.h> #include <linux/kernel.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/dmi.h> #include <linux/io.h> #include <linux/smp.h> #include <asm/io_apic.h> #include <linux/irq.h> #include <linux/acpi.h> #include <asm/pci_x86.h> #define PIRQ_SIGNATURE ((...
#pragma once #include <array> #include <glad/glad.h> #include "core/hw/gpu.h" #include "video_core/renderer_base.h" #include "video_core/renderer_opengl/gl_state.h" class EmuWindow; class RendererOpenGL : public RendererBase { public: RendererOpenGL(); ~RendererOpenGL() override; Swap buffers (render frame)...
#include "bin\xvid_dec.h" BOOL XviDDec::Start_XviD(int Xsize,int Ysize,int csp) { Clear_XviD(); width = Xsize; height = Ysize; colorspace = csp; filenr = 0; totalsize = 0; forceSkip = FALSE; buffer_size = 2*width*height; xvid_gbl_init_t xvid_gbl_init; xvid_dec_create_t xvid_de...
#include <linux/firmware.h> #include <soc/qcom/subsystem_restart.h> #include <soc/qcom/scm.h> #include <linux/pm_opp.h> #include "adreno.h" #include "a5xx_reg.h" #include "adreno_a5xx.h" #include "adreno_cp_parser.h" #include "adreno_trace.h" #include "adreno_pm4types.h" #include "adreno_perfcounter.h" #include "adreno...
#import <UIKit/UIKit.h> #import "XLFormBaseCell.h" #import "XLFormButtonCell.h" #import "XLFormCheckCell.h" #import "XLFormDateCell.h" #import "<API key>.h" #import "<API key>.h" #import "XLFormImageCell.h" #import "<API key>.h" #import "<API key>.h" #import "<API key>.h" #import "XLFormPickerCell.h" #import "XLFormSeg...
static void zputhex(int); static void zsbh32(int,char*,int,int); static void zsda32(char*,int,int); static int zrdat32(char*,int); static int noxrd7(void); static int zrbhd32(char*); static int zrbhdr(char*); static int zrhhdr(char*); static int zgethex(void); static int zgeth1(void); static void garbitch(void); #inclu...
#ifndef __MAP_H__ #define __MAP_H__ #include "rtmp_type.h" #define ASSOC_REQ_LEN 154 #define BLOCK_LIST_NUM 16 #define VENDOR_SPECIFIC_LEN 128 #define MAX_BH_PROFILE_CNT 4 /* For rssi steering*/ #define RCPI_TOLLENACE 8 /* 2dB */ #define IS_MAP_ENABLE(pAd) \ (pAd->bMAPEnable == TRUE) #define...
/* * This was automagically generated from arch/arm/tools/mach-types! * Do NOT edit */ #ifndef <API key> #define <API key> #ifndef __ASSEMBLY__ /* The type of machine we're running on */ extern unsigned int __machine_arch_type; #endif /* see arch/arm/kernel/arch.c for a description of these */ #define MACH_TYPE_EBSA...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #include "unix-stream-factory.hpp" #include <boost/filesystem.hpp> // for canonical() namespace nfd { shared_ptr<UnixStreamChannel> UnixStreamFactory::createChannel(const std::string& unixSocketPath) { boost::filesystem::path p(unixSocketPath); p = b...
<?php // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } function <API key>() { // If user can't edit theme options, exit if ( !current_user_can( 'edit_theme_options' ) ) return; // Loads the required Options Framework classes. require <API key>.'includes/<API k...
import aima.core.search.framework.GoalTest; public class RetoAtascoGoalTest implements GoalTest { public boolean isGoalState(Object state) { EstadoRetoAtasco estado = (EstadoRetoAtasco) state; if(estado.getTablero()[EstadoRetoAtasco.n-1][EstadoRetoAtasco.fin]==1)return true; return false; ...
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } add_filter( 'cmb2_meta_boxes', '<API key>' ); /** * Define the metabox and field configurations. * * @param array $meta_boxes * * @return array */ function <API key>( array $meta_boxes ) { $post_id = <API key>(); $pri...
<!DOCTYPE html PUBLIC "- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00045</title> </head> <body> <form action="/benchmark/BenchmarkTest00045" method="PO...
#include <vector> #include <zlib.h> #include "Common/CommonPaths.h" #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/MathUtil.h" #include "Common/StringUtil.h" #include "Core/ConfigManager.h" #include "Core/Core.h" #include "Core/Host.h" #include "Core/PatchEngine.h" #include "Core/Boot/Boo...
#ifndef <API key> #define <API key> #include "tglobal.h" #include <QString> #include <QSize> #include <QColor> /** * @author David Cuadrado */ class TUPI_EXPORT <API key> { public: <API key>(); virtual ~<API key>(); void setProjectName(const QString &name); QString projectName() con...
// clang-format off #include "bond_table.h" #include "atom.h" #include "comm.h" #include "error.h" #include "force.h" #include "memory.h" #include "neighbor.h" #include "table_file_reader.h" #include "tokenizer.h" #include <cmath> #include <cstring> using namespace LAMMPS_NS; enum{NONE,LINEAR,SPLINE}; #define BIGNUM 1....
<?php namespace VuFindConsole\Command\Util; use Interop\Container\ContainerInterface; use Laminas\ServiceManager\Factory\FactoryInterface; class <API key> implements FactoryInterface { /** * Create an object * * @param ContainerInterface $container Service manager * @param string ...
<?php /** * Widget: Contact * * @package WebMan Amplifier * @subpackage Widgets * * @since 1.0.9.9 * @version 1.1 * * CONTENT: * - 10) Actions and filters * - 20) Helpers * - 30) Widget class */ //Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /** * 10) Actions and filters */ ...
#include <iostream> #include <SDL_mutex.h> #include "action_handler.h" #include "character/character.h" #include "character/body.h" #include "character/move.h" #include "game/game_mode.h" #include "game/game_loop.h" #include "game/game.h" #include "game/time.h" #include "include/constant.h" #include "interface/game_msg...
#ifndef VICE_VIC20CART_H #define VICE_VIC20CART_H #include "types.h" extern void reset_try_flags(void); extern int <API key>(int c); #define <API key> (1 << 0) #define <API key> (1 << 1) #define <API key> (1 << 2) extern int <API key>; struct snapshot_s; /* FIXME: rename functions to cartridge_... and remove these prot...
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include "summary.h" int main( int argc, char *argv[] ) { if (argc<2) { // printf( "Usage: %s <filename> <filename>\n\n", argv[0] ); printf( "Usage: %s <filename>\n\n", argv[0] ); exit(-1); } FILE *file = fopen( ar...
#ifndef <API key> #define <API key> #include "gcharset.h" G_BEGIN_DECLS const char ** <API key> (const char *canonical_name); G_END_DECLS #endif
# Makefile.in generated by automake 1.9.5 from Makefile.am. # src/Makefile. Generated from Makefile.in by configure. # 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # with or without modifications, as long as this notice is preserved. # This program ...
require File.expand_path('../../test_helper', __FILE__) require '<API key>' # Re-raise errors caught by the controller. class <API key>; def rescue_action(e) raise e end; end class <API key> < ActionController::TestCase fixtures :issue_statuses, :issues def setup @controller = <API key>.new @request = Ac...
/** \file * LPE <parallel> implementation */ #include <glibmm/i18n.h> #include "live_effects/lpe-parallel.h" #include "sp-shape.h" #include "display/curve.h" #include <2geom/path.h> #include <2geom/transforms.h> #include "knot-holder-entity.h" #include "knotholder.h" namespace Inkscape { namespace LivePathEffect { na...
include $(TOPDIR)/rules.mk PKG_NAME:=transmission PKG_VERSION:=2.94 PKG_RELEASE:=16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GITHUB/transmission/<API key>/master PKG_HASH:=<SHA256-like> PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com> PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_...
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Helper for multi submit forms * * @package PhpMyAdmin */ use PMA\libraries\Message; use PMA\libraries\Response; if (! defined('PHPMYADMIN')) { exit; } require_once 'libraries/transformations.lib.php'; require_once 'libraries/sql.lib.php'; require_once 'libra...
#ifndef __LXMUSIC_UTILS_H__ #define __LXMUSIC_UTILS_H__ #include <gtk/gtk.h> #include <glib.h> #include <xmmsclient/xmmsclient.h> G_BEGIN_DECLS void kf_get_bool(GKeyFile* kf, const char* grp, const char* key, gboolean* val); void kf_get_int(GKeyFile* kf, const char* grp, const char* key, int* val); gchar* utf8_strcases...
// * proj : OpenXDK // * desc : Open Source XBox Development Kit // * file : hal.h // * note : XBox Kernel *Hardware Abstraction Layer* Declarations #ifndef XBOXKRNL_HAL_H #define XBOXKRNL_HAL_H XBSYSAPI VOID *HalReadSMCTrayState; XBSYSAPI VOID *<API key>; XBSYSAPI VOID *<API key>; XBSYSAPI VOID *<API key>; XBSYSAPI VO...
package org.opennms.netmgt.snmp; public abstract class AbstractSnmpValue implements SnmpValue { /** * <p>If the value is in the unprintable ASCII range (< 32) and is not a:</p> * <ul> * <li>Tab (9)</li> * <li>Linefeed (10)</li> * <li>Carriage return (13)</li> * <ul> * <p>or ...
#include <linux/platform_device.h> #include <linux/dma-mapping.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/mc146818rtc.h> #include <linux/module.h> #include <linux/reboot.h> #include <linux/sched.h> #include <linux/smp.h> #include <linux/spinlock.h> #include <linux/stri...
$data.Class.define('$data.JayService.OData.BatchProcessor', null, null, { constructor: function (context, baseUrl) { <signature> <summary>Process OData standard batch requests</summary> <description>Process OData standard batch requests</description> <param name="context" type="$data...
// <API key>: GPL-2.0+ /* * Minimal serial functions needed to use one of the uart ports * as serial console interface. */ #include <common.h> #include <dm.h> #include <dm/platform_data/serial_coldfire.h> #include <serial.h> #include <linux/compiler.h> #include <asm/immap.h> #include <asm/uart.h> <API key>; extern v...
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/input.h> #include <linux/platform_device.h> #include <linux/i2c/twl.h> #include <linux/slab.h> /* * The TWL4030 family chips include a keypad controller that supports * up to an 8x8 switch matrix. ...
<?php defined('JPATH_BASE') or die; $title = $this->escape($displayData['item']->parent_title); $url = '<a href="'.JRoute::_(ContentHelperRoute::getCategoryRoute($displayData['item']->parent_slug)).'">'.$title.'</a>'; ?> <dd class="<API key>" title="<?php echo JText::sprintf('COM_CONTENT_PARENT', $title); ?...
package android.support.v4.p004h; import android.graphics.Paint; import android.view.View; /* renamed from: android.support.v4.h.by */ class by extends bx { by() { } public int m1084a(int i, int i2, int i3) { return ck.m1142a(i, i2, i3); } long m1085a() { return ck.m1144a(); } ...
ALTER TABLE #__extrawatch ENGINE=InnoDB; ALTER TABLE #<API key> ENGINE=InnoDB; ALTER TABLE #__extrawatch_uri ENGINE=InnoDB; ALTER TABLE #<API key> ENGINE=InnoDB;
[!Req:=News/Nouvelle!] [!Limit:=5!] [COUNT [!Req!]|Total] [IF [!Page!]=][!Page:=1!][/IF] [!Start:=[!Page:-1!]!][!Start*=10!] [!NbPages:=[!Total:/[!Limit!]!]!] [IF [!Math::Floor([!NbPages!])!]!=[!NbPages!]] [!NbPages:=[!Math::Floor([!NbPages!])!]!] [!NbPages+=1!] [/IF] <div class="ListeNews"> <div class=" Ti...
.ngg-pro-masonry { max-width: 100%; height: auto; line-height: 0; margin: 0 auto; } .<API key> { margin: 0; padding: 0; height: auto; } .<API key> a { margin: 0; padding: 0; } .<API key> a img { margin: 0; padding: 0; max-width: 100%; width: 100%; height: auto; ...
/* Written by Bruno Haible <bruno@clisp.org>, 2005. Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ #include <config.h> #include "glthread/lock.h" #if USE_POSIX_THREADS # if HAVE_PTHREAD_RWLOCK && (<API key> || (defined <API key> && (__GNU_LIBRARY__ > 1))) # ifdef <API key> # if ...
#ifndef ATALK_EA_H #define ATALK_EA_H #ifdef HAVE_CONFIG_H #include <config.h> #endif #if HAVE_ATTR_XATTR_H #include <attr/xattr.h> #elif HAVE_SYS_XATTR_H #include <sys/xattr.h> #endif #ifdef HAVE_SYS_EA_H #include <sys/ea.h> #endif #ifdef HAVE_SYS_EXTATTR_H #include <sys/extattr.h> #endif #ifdef SOLARIS #include <sys/...
/* A Bison parser, made by GNU Bison 1.875. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Written by Richard Stallman ...
<?php class <API key> { public static function init() { self::register_shortcodes(); } public static function register_shortcodes() { add_shortcode( 'cc_product', array( '<API key>', 'cc_product' ) ); add_shortcode( 'cc_product_link', array( '<API key>', 'cc_prod...
@CHARSET "ISO-8859-1"; #<API key> { width : 94%; height : auto; padding : 3%; float : left; position : relative; background : #EAEAEA; margin : 15px 0 15px 0; } .amount { position : realtive; float : left; width : 100%; height :auto; margin : 8px 0 10px 0; } .amount_min {...
// LOS // Libre Octave Studio #ifndef <API key> #define <API key> #include "song.h" #include "canvas.h" #include <QHash> #include <QList> #include <QIcon> #include <QPixmap> #include <QRect> #include <QPainter> class QDragMoveEvent; class QDropEvent; class QDragLeaveEvent; class QMouseEvent; class QKeyEvent; class QE...
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("/BenchmarkTest18474") publ...
require 'master_manipulator' require 'lvm_helper' require 'securerandom' test_name "FM-4614 - C96593 - create physical volume with parameter 'unless_vg'" # initilize pv = ['/dev/sdc', '/dev/sdd'] vg = 'VolumeGroup_' + SecureRandom.hex(3) # Teardown teardown do confine_block(:except, roles: ['master', 'dashboard', 'da...
import logging, time, os, sys, re from autotest.client.shared import error from autotest.client import utils from autotest.client.shared.syncdata import SyncData from virttest import data_dir, env_process, utils_test, aexpect @error.context_aware def run_floppy(test, params, env): """ Test virtual floppy of gue...
<?php # Default Flexslider if ( !function_exists( 'flexslider' ) ) { function flexslider() { global $theme_options, $lambda_meta_data; //overwrite option tree settings with meta panel settings on chosen page template if(is_page_template('template-blog.php') || is_page_template('<API key>.php...
=begin #(fold) ++ Copyright 2004-2007 Joyent Inc. Redistribution and/or modification of this code is governed by the GPLv2. Report issues and contribute at http://dev.joyent.com/ $Id$ =end #(end) require File.dirname(__FILE__) + '/../test_helper' require 'people_controller' # Re-raise errors caught by the controller. c...
/** * @defgroup <API key> */ // Create the modal namespace. jQuery.pkp.controllers.modal = jQuery.pkp.controllers.modal || { }; (function($) { /** * @constructor * * @extends $.pkp.classes.Handler * * @param {jQuery} $handledElement The modal. * @param {Object} options Non-default di...
#include <algorithm> #include <boost/bind.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <cassert> #include "charset.h" #include "display.h" #include "global.h" #include "helpers.h" #include "playlist.h" #include "playlist_editor.h" #include "mpdpp.h" #include "status.h" #include "statusbar.h" #incl...
#include <stdio.h> #include <stdlib.h> #ifndef __GT_FILE # define __GT_FILE 0 #endif /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; they are replaced with a string that makes the filename unique. Then open the file and return a fd. */ int mkstemp (...
<?php # This file is part of DotClear. # reserved. # DotClear is free software; you can redistribute it and/or modify # (at your option) any later version. # DotClear is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # along with DotClear; if not, write t...
/** \file ghost/intern/GHOST_ModifierKeys.cpp * \ingroup GHOST */ #include "GHOST_ModifierKeys.h" GHOST_ModifierKeys::GHOST_ModifierKeys() { clear(); } GHOST_ModifierKeys::~GHOST_ModifierKeys() {} GHOST_TKey GHOST_ModifierKeys::getModifierKeyCode(<API key> mask) { GHOST_TKey key; switch (mask) { ...
/* 2 column liquid layout */ #wpwrap { height: auto; min-height: 100%; width: 100%; position: relative; -<API key>: <API key>; } #wpcontent { height: 100%; padding-right: 20px; } #wpcontent, #wpfooter { margin-right: 160px; } .folded #wpcontent, .folded #wpfooter { margin-right: 36px...
<?php namespace Drupal\diff\Annotation; use Drupal\Component\Annotation\Plugin; /** * Defines a FieldDiffBuilder annotation object. * * Diff builders handle how fields are compared by the diff module. * * Additional annotation keys for diff builders can be defined in * <API key>(). * * @Annotation * * @see \D...
/* * \brief Memory subsystem */ #pragma once #include <l4/sys/compiler.h> EXTERN_C_BEGIN struct ddekit_slab; /** * Store user pointer in slab cache * * \param slab pointer to slab cache * \param data user pointer */ void <API key>(struct ddekit_slab * slab, void *data); /** * Read user pointer from slab cac...
# Makefile for the WatchDog device drivers. # The WatchDog Timer Driver Core. watchdog-objs += watchdog_core.o watchdog_dev.o obj-$(<API key>) += watchdog.o # Only one watchdog can succeed. We probe the ISA/PCI/USB based # watchdog-cards first, then the architecture specific watchdog # drivers and then the archit...
package net.wisedream.jfiler.server.recv; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.net.Socket; import net.wisedream.jfiler.Const; import net.wisedream.jfiler.ServerConfig; import net.wisedream.jfiler.util.StreamUtil; import net.wisedream.tasklet.Manager; import net.w...
#!/bin/sh chown www-data:www-data -R /var/www # Remove the default apache index file rm -f /var/www/html/index.html # Enable services service apache2 start service mysql start # Enable SSH - Insecure Key! - For development only /sbin/my_init --enable-insecure-key # Show the access log tail -f /var/log/apache2/access.lo...
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * set of functions for the sql executor * * @package PhpMyAdmin */ if (!defined('PHPMYADMIN')) { exit; } /** * Get the database name inside a query * * @param string $sql SQL query * @param array $databases array with all databases * * @return str...
<?php /** * @file * Contains \Drupal\Console\Command\Generate\<API key>. */ namespace Drupal\Console\Command\Generate; use Drupal\Console\Generator\<API key>; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use...
<?PHP ?> <?PHP require_once "../functions.php"; global $DEBUG; if ($DEBUG) { $starttime_main = microtime(true); } $pagId = 'management'; require_once "../session.php"; require_once "../header.php"; if (isset($_GET['sensorInfo'])) { // Runtime sensor info enable/disable if ($_GET['sensorInfo'] == 0) { $...
package com.grillecube.client.renderer.camera; import com.grillecube.client.opengl.window.GLFWWindow; import com.grillecube.common.Logger; import com.grillecube.common.maths.Matrix4f; import com.grillecube.common.maths.Vector3f; import com.grillecube.common.world.terrain.WorldObjectTerrain; public class <API key> exten...
<?php defined('_JEXEC') or die; $renderer = JFactory::getDocument()->loadRenderer('module'); $options = array('style' => 'raw'); $mod = JModuleHelper::getModule('mod_feed'); $param = array( 'rssurl' => 'https: 'rsstitle' => 0, 'rssdesc' => 0, 'rssimage' => 1, 'rssitems' =>...
#ifndef LIBXLU_CFG_I_H #define LIBXLU_CFG_I_H #include "libxlu_internal.h" #include "libxlu_cfg_y.h" void xlu__cfg_set_free(XLU_ConfigSetting *set); XLU_ConfigSetting *xlu__cfg_set_mk(CfgParseContext*, int alloc, char *atom); void xlu__cfg_set_add(CfgParseContext*, XLU_ConfigSetting *set, char *atom); void xlu__cfg_set...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="pl" version="2.1"> <context> <name>AbstractCounter</name> <message> <location filename="../src/abstractcounter.cpp" line="62"/> <source>&amp;Set counter...</source> <translation>&amp;Ustaw licznik…</translation> </message> <message...
package com.github.mikephil.charting.renderer; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Paint.Align; import android.graphics.Path; import com.github.mikephil.charting.components.LimitLine; import com.github.mikephil.charting.components.XAxis; ...
<?php namespace Drupal\Tests\<API key>\Kernel; use Drupal\Tests\search_api\Kernel\BackendTestBase; use Drupal\Tests\search_api_solr\Kernel\<API key>; /** * Tests index and search capabilities using the Solr search backend. * * @group <API key> */ class <API key> extends <API key> { /** * Modules to enable for ...
package ru.orangesoftware.financisto.db; import ru.orangesoftware.financisto.model.Attribute; import ru.orangesoftware.financisto.model.Category; import ru.orangesoftware.financisto.model.CategoryTree; import ru.orangesoftware.financisto.test.CategoryBuilder; import java.util.Collections; import java.util.Map; public c...
<!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.4"/> <title>CORE POS - Fannie: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css...
[HEADER JS]Tools/Js/CkEditor/ckeditor.js[/HEADER] <div id="signatureAbt"> <div id="upperSig" > <div id="signForm" class="col-md-6"> <div class="abtelContent"> <div class="row"> <div class="formGrp col...
<?php /* Template Name: CONTACT */ get_header(); ?> <div id="primary"> <div class="page-title-cont"> <div class="page-tab"> <span><?php dimox_breadcrumbs(); ?></span> </div> </div> <div id="content" role="main"> <?php query_posts( 'post_type=tri_contact','order=DESC' ); ...
#include <linux/err.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/irqdomain.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_platform.h> #include <linux/memory.h> #include <linux/regulator/machine.h> #if (defined(<AP...
/* transplant the usb solution from 8x25ICS to 8930JB */ /* modify for platform 8255 and 7x25a/27a */ #include <linux/init.h> #include <linux/string.h> #include <linux/kernel.h> #include <linux/printk.h> #include <asm-arm/huawei/smem_vendor_huawei.h> smem_huawei_vender usb_para_data; /* * import_kernel_nv: parse param...
module FolderFileLister def <API key>(folders) files = [] folders.each do |folder| folder << "/" if folder[-1] != "/" # append trailing slash if not present all_files_in_folder = Dir["#{folder}**/*.*"] files.push(*all_files_in_folder) end files end end
#line 3 "ClntLexer.cpp" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define <API key> 2 #define <API key> 5 #define <API key> 39 #if <API key> > 0 #define FLEX_BETA #endif /* The c++ scanner is a mess. The FlexLexer.h header file relies on the * following ma...
// define integer data types used by LAMMPS and associated size limits // smallint = variables for on-procesor system (nlocal, nmax, etc) // tagint = variables for atom IDs (tag) // bigint = variables for total system (natoms, ntimestep, etc) // smallint must be an int, as defined by C compiler // tagint can be 32-bit ...
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <title>UsedCongestAvoid.seq - Increase cwnd by MTU when partial_bytes_acked is equal to or greater than cwnd</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:root@localhost" /> </head> <b...
package ExtUtils::XSpp::Node::Method; use strict; use warnings; use base 'ExtUtils::XSpp::Node::Function'; =head1 NAME ExtUtils::XSpp::Node::Method - Node representing a method =head1 DESCRIPTION An L<ExtUtils::XSpp::Node::Function> sub-class representing a single method declaration in a class such as class FooBar { ...
# 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 Free Software # Foundation, Inc.,...
<div class="<API key> text-center"> <i ng-show="row.entity.locked === 1" class="fa fa-lock"></i> </div>';
function showOpenseadragon(id, data){ console.log("data:", data) //$.get(data.image_url.scheme + "://" + data.image_url.authority + data.image_url.path + "/info.json", function(infojson){ // this change is due to some odd change, possible in the RDF library, such that .scheme, .authority, //and ...
<html> <head><title>w3m manual</title> </head> <body> <h1>w3m ¥Þ¥Ë¥å¥¢¥ë</h1> <div align=right> °ËÆ£ ¾´Â§<br> aito@fw.ipsj.or.jp </div> <h2>¤â¤¯¤¸</h2> <menu> <li><a href=" <li><a href=" <li><a href=" <li><a href=" <li><a href=" <li><a href=" <li><a href=" <li><a href="#LocalCGI">Local CGI</a> </menu> <hr> <a name="Int...
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ #ifndef ns_ranvar_h #define ns_ranvar_h /* XXX still need to clean up dependencies among parameters such that * when one parameter is changed, other parameters are recomputed as * appropriate. */ #include "random.h" #include "rng.h" class R...
package org.xmlvm.ios; import java.util.*; import org.xmlvm.XMLVMSkeletonOnly; @XMLVMSkeletonOnly public interface UITextInput { /* * Properties */ /** * @property(readwrite, copy) UITextRange *selectedTextRange; */ public abstract UITextRange <API key>(); /** * @property(readwr...
#include "dcmtk/config/osconfig.h" #include "dcmtk/dcmimgle/didislut.h" DiDisplayLUT::DiDisplayLUT(const unsigned long count, const Uint16 max, const double amb, const double illum) : DiBaseLUT(count, DicomImageClass::tobits(max, 0)), ...
<?php /** * Test class for JForm. * * @package Joomla.UnitTest * @subpackage Form */ class <API key> extends JoomlaTestCase { /** * Sets up dependancies for the test. */ protected function setUp() { jimport('joomla.form.form'); jimport('joomla.form.formfield'); ...
# the name of the target operating system SET(CMAKE_SYSTEM_NAME Windows) # which compilers to use for C and C++ SET(CMAKE_C_COMPILER <API key>) SET(CMAKE_CXX_COMPILER i586-mingw32msvc-g++) SET( wxWidgets_ROOT_DIR /var/lib/buildbot/lib/mingw/wx/2.8/ ) # here is the target environment located SET(<API key> /usr/bin/i586...