answer
stringlengths
15
1.25M
#ifndef __PIC12HV752_H__ #define __PIC12HV752_H__ // Register Addresses #ifndef NO_ADDR_DEFINES #define INDF_ADDR 0x0000 #define TMR0_ADDR 0x0001 #define PCL_ADDR 0x0002 #define STATUS_ADDR 0x0003 #define FSR_ADDR 0x0004 #define PORTA_ADDR ...
#pragma once #include "Emu/RSX/RSXThread.h" #include <memory> using draw_context_t = std::shared_ptr<void>; class GSFrameBase { protected: std::wstring m_title_message; public: GSFrameBase() = default; GSFrameBase(const GSFrameBase&) = delete; virtual void close() = 0; virtual bool shown() = 0; ...
package org.jpc.emulator.execution.opcodes.vm; import org.jpc.emulator.execution.*; import org.jpc.emulator.execution.decoder.*; import org.jpc.emulator.processor.*; import org.jpc.emulator.processor.fpu64.*; import static org.jpc.emulator.processor.Processor.*; public class rep_outsw_a16 extends Executable { publi...
from unittest import TestCase from katello.client.core.base import Action from katello.client.i18n_optparse import OptionParser from katello.client.utils.option_validator import OptionValidator from katello.tests.test_utils import <API key> import os class <API key>(TestCase): failureException = <API key> def s...
#include "io.h" #include "fbuf.h" #include "unix.h" #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif #include <string.h> static const int five = 5; static const int six = 6; extern int PREFIX(fgetc) (const int *, char *, gfc_charlen_type); export_proto_np(PREFIX(fgetc)); int PREFIX(fgetc) (const int * unit, char * c, gf...
#ifndef <API key> #define <API key> /* * s5k5bafx register configuration for combinations of initialization */ /* 2M mipi setting-common from PARTRON */ static const u32 s5k5bafx_common[] = { /* Self-Cam */ 0xFCFCD000, /* ARM Go */ 0x0028D000, 0x002A1030, 0x0F120000, 0x002A0014, 0x0F12...
#include <stdlib.h> #include <unistd.h> #include <sys/mount.h> #include <sys/stat.h> #include <errno.h> #include <stdio.h> #include <limits.h> #include "types.h" #include "fs.h" #include "logger.h" #include "vzerror.h" /* Check if CT private area is mounted * Returns: * 1: mounted * 0: not mounted * -1: error ...
<?php $type='TrueTypeUnicode'; $name='FreeSansOblique'; $desc=array('Ascent'=>900,'Descent'=>-300,'CapHeight'=>22,'Flags'=>96,'FontBBox'=>'[-620 -431 1459 1141]','ItalicAngle'=>-12,'StemV'=>70,'MissingWidth'=>600); $up=-176; $ut=50; $dw=600; $cw=array( 32=>278,33=>278,34=>355,35=>556,36=>556,37=>889,38=>667,39=>191,40=...
#include <linux/kernel.h> #include <linux/module.h> #include <linux/backing-dev.h> #include <linux/bio.h> #include <linux/blkdev.h> #include <linux/kmemleak.h> #include <linux/mm.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/workqueue.h> #include <linux/smp.h> #include <linux/llist.h> #include <lin...
#include "StdAfx.h"
package javax.naming.ldap.spi; import javax.naming.Context; import javax.naming.NamingException; import java.util.Map; import java.util.Optional; /** * Service-provider class for DNS lookups when performing LDAP operations. * * <p> An LDAP DNS provider is a concrete subclass of this class that * has a zero-argument...
<?php namespace Wealthbot\AdminBundle\Form\Type; use Wealthbot\RiaBundle\Entity\<API key>; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\<API key>; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\OptionsResolver\<API key>; class <API key> extends AbstractType { ...
#CEwrap { padding-right: 55px; padding-left: 10px; margin-bottom: 1em; } #CEwrap #wp_chimpexpress th, #CEwrap #wp_chimpexpress td { vertical-align: top; } #CEwrap #mc_ping, #CEwrap #mc_status { position: relative; top: 1px; } #CEwrap .chimpexpress_help { margin: 0 10px; } #CEwrap .componentH...
package com.chyitech.yiim.ui.mine; import android.os.Bundle; import android.os.Message; import android.webkit.WebView; import com.chyitech.yiim.R; import com.chyitech.yiim.sdk.api.YiXmppResult; import com.chyitech.yiim.ui.base.CustomTitleActivity; public class AboutActivity extends CustomTitleActivity { private Web...
#ifndef __FB_H #define __FB_H #include <lib/base/eerror.h> #include <linux/fb.h> #if defined(__sh__) #include <linux/stmfb.h> #endif // #define DEBUG_FB class fbClass { int fbFd; int xRes, yRes, stride, bpp; #if defined(__sh__) struct <API key> outcfg; struct stmfbio_outputinfo outinfo; struct s...
#include "emu.h" #include "rendfont.h" #include "emuopts.h" #include "coreutil.h" #include "osdepend.h" #include "uismall.fh" #include "ui/cmdrender.h" /* wrap a texture around the bitmap */
// -*- C++ -*- forwarding header. // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // Free Software Foundation; either version 2, or (at your option) // any later version. // This library is distributed in the hope that it will be use...
<?php /** * @file * Contains \Drupal\commerce_store\<API key>. */ namespace Drupal\commerce_store; use Drupal\commerce_store\Entity\StoreInterface; /** * Defines the interface for store storage. */ interface <API key> { /** * Loads the default store. * * @return \Drupal\commerce_store\Entity\StoreInterf...
<?php class Style extends <API key> { public $style; public function __construct($id, $settings) { parent::__construct($id, $settings); $this->style = $this->build_css($settings['selector']); } protected function build_css($selector) { $css = '<style>'; $css ....
mdss-mdp3-objs = mdp3.o mdp3_dma.o mdp3_ctrl.o mdss-mdp3-objs += mdp3_ppp.o mdp3_ppp_hwio.o mdp3_ppp_data.o obj-$(<API key>) += mdss-mdp3.o mdss-mdp-objs := mdss_mdp.o mdss_mdp_ctl.o mdss_mdp_pipe.o mdss_mdp_util.o mdss-mdp-objs += mdss_mdp_pp.o mdss_mdp_pp_debug.o mdss-mdp-objs += mdss_mdp_intf_video.o mdss-mdp-objs +...
<?php class AtmedicoPeer extends BaseAtmedicoPeer { }
package com.espertech.esper.plugin; import java.net.URI; /** * Context for use in {@link <API key>} to provide information to help decide * whether an event representation can handle the requested resolution URI for creating event object wrappers. */ public class <API key> { private final URI resolutionURI; ...
kendo_module({ id: "draganddrop", name: "Drag & drop", category: "framework", description: "Drag & drop functionality for any DOM element.", depends: [ "core", "userevents" ] }); (function ($, undefined) { var kendo = window.kendo, support = kendo.support, document = window.docum...
if("undefined"==typeof akeeba)var akeeba={};"undefined"==typeof akeeba.Extradirs&&(akeeba.Extradirs={});akeeba.Extradirs.render=function(a){var d=document.getElementById("ak_list_contents");d.innerHTML="";for(rootname in a)a.hasOwnProperty(rootname)&&akeeba.Extradirs.addRow(rootname,a[rootname],d);akeeba.Extradirs.addN...
#! /usr/bin/perl # extract the epo data from a to_watch.bin ($1) # dump the epo data to $1.epo # dump single entries to $1.trans_$i use warnings; use strict; open(my $epo_out, ">", $ARGV[0].".epo"); binmode($epo_out); open(my $epo, "<", $ARGV[0]); binmode($epo); seek($epo, 0x0e6000, 0); my $data; sub to_hex { my ($da...
<html lang="en"> <head> <title>Complex DFTs - FFTW 3.3.1</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="FFTW 3.3.1"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="Basic-Interface.html#Basic-Interf...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #include "list-scheduler.h" #include "event-impl.h" #include "log.h" #include <utility> #include <string> #include "assert.h" namespace ns3 { <API key> ("ListScheduler"); <API key> (ListScheduler); TypeId ListScheduler::GetTypeId (void) { static TypeId...
#!/usr/bin/env python # -*- coding: utf-8 -*- # This is free software. You may redistribute it under the terms # 2 or 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 # You should have received a copy of ...
#ifndef _SIZEHEAP_H_ #define _SIZEHEAP_H_ /** * @file sizeheap.h * @brief Contains UseSizeHeap and SizeHeap. */ #include <assert.h> #include "addheap.h" #if 1 /** * @class UseSizeHeap * @brief Adds a getSize method to access the size of an allocated object. * @see SizeHeap */ namespace HL { template <class Super...
/* $NetBSD: fts.c,v 1.44 2012/03/14 00:25:19 christos Exp $ */ #if 0 static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94"; #else /* __RCSID("$NetBSD: fts.c,v 1.44 2012/03/14 00:25:19 christos Exp $"); */ #endif #ifdef HAVE_CONFIG_H #include <config.h> #endif #define _BSD_SOURCE #include <limits.h> /* #inc...
#ifndef FILEFORMAT_H #define FILEFORMAT_H #include "guicast.h" class <API key>; class <API key>; class FileFormatSigned; class FileFormatHeader; class FileFormatRate; class FileFormatChannels; class FileFormatBits; #include "asset.inc" #include "assets.inc" #include "bitspopup.inc" #include "file.inc" #include "mwindow...
typedef unsigned short UCS2; UCS2 *cs_unicode(char *, int *); char *cs_latin1(char *, int *); char *cs_macroman(char *, int *);
#include "device.h" #include "compat/rtas.h" #include <string.h> #include "debug.h" #include <device/device.h> #include <device/pci.h> #include <device/pci_ops.h> #include <device/resource.h> /* the device we are working with... */ biosemu_device_t bios_device; //max. 6 BARs and 1 Exp.ROM plus CfgSpace and 3 legacy ran...
// Test handling of the case where we have a void g-r-o and a non-void // and non-class-type ramp return. #include "coro.h" int g_promise = -1; template<typename R, typename HandleRef, typename ...T> struct std::coroutine_traits<R, HandleRef, T...> { struct promise_type { promise_type (HandleRef h, T ...arg...
#ifndef TRANS_SENT_DATA_HPP #define TRANS_SENT_DATA_HPP #include <string> #include <common/messaging/response_msg.hpp> using namespace std; namespace uva { namespace smt { namespace bpbd { namespace common { namespace messaging { /** * Thi...
#ifndef <API key> #define <API key> #include <stddef.h> /* size_t wchar_t */ #include <stdio.h> /* FILE */ /* Input pointers can be NULL. Returns new length of the array. */ int add_to_string_array(char ***array, int len, int count, ...); /* Puts pointer into string array without making a copy. Reallocates *array. *...
#ifndef ERROR_H #define ERROR_H #include <stdarg.h> #include "btparse.h" /* for AST typedef */ #define MAX_ERROR 1024 #define ERRFUNC_BODY(class,filename,line,item_desc,item,format) \ { \ va_list arglist; ...
package com.sun.fx.webnode.tests.customizable; import com.sun.fx.webnode.tests.commonUtils.GenericTestClass; import com.sun.fx.webnode.tests.commonUtils.ToolkitInitializer; import javafx.application.Platform; import javafx.beans.property.BooleanProperty; import junit.framework.Assert; import org.junit.BeforeClass; impo...
#include <system_error> int main() { throw std::system_error(std::make_error_code(std::errc::io_error), "I must be thrown"); return 1; }
#include <linux/types.h> #include <linux/errno.h> #include <linux/time.h> #include <linux/kernel.h> #include <linux/kernel_stat.h> #include <linux/tty.h> #include <linux/string.h> #include <linux/mman.h> #include <linux/proc_fs.h> #include <linux/ioport.h> #include <linux/uaccess.h> #include <linux/io.h> #include <linu...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>osc.js Require/AMD Unit Tests</title> <link rel="stylesheet" media="screen" href="third-party/qunit/css/qunit.css" /> <script type="text/javascript" src="third-party/qunit/js/qu...
package admincommands; import com.aionemu.gameserver.dataholders.DataManager; import com.aionemu.gameserver.model.gameobjects.player.Player; import com.aionemu.gameserver.services.AdminService; import com.aionemu.gameserver.services.item.ItemService; import com.aionemu.gameserver.utils.PacketSendUtility; import com.aio...
#ifndef __RFNVID_H__ #define __RFNVID_H__ #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif #include "NvIddef.h" enum RF_NV_ID_ENUM { /* G RF1*/ <API key> = 10000, <API key> = 10001, <API key> ...
<?php // no direct access defined('_JEXEC') or die('Restricted access'); class <API key> { function <API key>($final_url = null, $status = null, $headers = null, $body = null) { $this->final_url = $final_url; $this->status = $status; $this->header...
// <summary> // Defines the <API key> type. // </summary> namespace HandBrakeWPF.Converters { using System.Globalization; using System.IO; using System.Windows.Data; using System; <summary> Converts a Full Path to Filename only. </summary> public sealed class <API key> : IValueConverte...
#include "input.h" #include "sharedstate.h" #include "eventthread.h" #include "exception.h" #include "util.h" #include <SDL_scancode.h> #include <SDL_mouse.h> #include <vector> #include <string.h> const int Input::buttonCodeSize = 24; struct ButtonState { bool pressed; bool triggered; bool repeated; But...
<?php namespace Drupal\linkit\Suggestion; /** * Defines a entity suggestion. */ class EntitySuggestion extends <API key> { /** * The entity uuid. * * @var string */ protected $entityUuid; /** * The entity type id. * * @var string */ protected $entityTypeId; /** * The substitution ...
#ifndef RATE_NEURON_OPN_H #define RATE_NEURON_OPN_H // Generated includes: #include "config.h" // C++ includes: #include <string> // Includes from nestkernel: #include "archiving_node.h" #include "connection.h" #include "event.h" #include "nest_types.h" #include "node.h" #include "normal_randomdev.h" #include "poisson_...
namespace Server.Items { public class <API key> : BaseAddon { public override BaseAddonDeed Deed => new DungeonFountainDeed(); [Constructable] public <API key>() : this(true) { } [Constructable] public <API key>(bool east) : base() ...
/* <API key>: GPL-2.0-only */ #include <AGESA.h> #include <<API key>.h> #include <northbridge/amd/agesa/state_machine.h> static const <API key> PortList[] = { { 0, <API key>(PciePortEngine, 3, 3), <API key>(PortEnabled, ChannelTypeExt6db, 2, 5, HotplugDisabled, ...
# 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 # with this program; if not, write to the Free Software Foundation, Inc., # 51 Fr...
# This program is free software; you can redistribute it and/or modify it # by the Free Software Foundation. # This program is distributed in the hope that it will be useful, but WITHOUT # more details. # with this program; if not, contact SUSE LLC. # To contact SUSE LLC about this file by physical or electronic mail, ...
<?php /** * Translation file * * Note: don't change the return array to short notation because Transifex can't handle those during `tx push -s` */ return array( 'members:label:online' => 'Online', 'members:search' => 'Cerca iscritti', 'members:title:search' => 'Ricerca iscritti per %s', 'members:tot...
#!/usr/bin/env python3 # ACE3 automatic deployment script # # This is not meant to be run # # directly! # import os import sys import shutil import traceback import subprocess as sp from pygithub3 import Github TRANSLATIONISSUE = 367 REPOUSER = "acemod" REPONAME = "ACE3" REPOPATH = "{}/{}".f...
package com.oracle.truffle.api.interop.java; import java.lang.reflect.Method; import com.oracle.truffle.api.interop.ForeignAccess; import com.oracle.truffle.api.interop.TruffleObject; final class JavaFunctionObject implements TruffleObject { final Method method; final Object obj; JavaFunctionObject(Method m...
<?php function xtc_restock_order($order_id) { $order_query = xtc_db_query("SELECT orders_products_id, products_id, products_quantity FROM ".<API key>." WHERE orders_...
#ifndef SYSDEP_H #define SYSDEP_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "gettext.h" #define _(s) gettext(s) #define N_(s) gettext_noop(s) #define P_(s,p,n) ngettext(s,p,n) #ifdef S_SPLINT_S #undef gettext #define gettext(s) s #undef gettext_noop #define gettext_n...
# $Id: 201_codec_l16_16000.py 369517 2012-07-01 17:28:57Z file $ from inc_cfg import * # Call with L16/16000/1 codec test_param = TestParam( "PESQ codec L16/16000/1 (RX side uses snd dev)", [ InstanceParam("UA1", "--max-calls=1 --add-codec L16/16000/1 --clock-rate 16000 --play-file wavs/inpu...
/* Generated on Mon Mar 24 02:08:40 EST 2003 */ #include "fftw-int.h" #include "fftw.h" /* Generated by: /homee/stevenj/cvs/fftw/gensrc/genfft -<API key> -<API key> -magic-variables 4 -magic-loopi -twiddleinv 64 */ /* * This function contains 1038 FP additions, 500 FP multiplications, * (or, 808 additions, 270 multip...
#ifndef _VCD_CORE_H_ #define _VCD_CORE_H_ #include <linux/msm_ion.h> #include <media/msm/vcd_api.h> #include "vcd_ddl_api.h" #include "vcd_util.h" #include "vcd_client_sm.h" #include "vcd_power_sm.h" #define VCD_SIGNATURE 0x75017591U #define VCD_MIN_PERF_LEVEL 37900 #define <API...
#include <pthread.h> static void dummy_func() { pthread_exit(NULL); return; }
#ifndef PLASMA_PACKAGE_P_H #define PLASMA_PACKAGE_P_H #include "../plasma.h" #include "../package.h" #include "../service.h" #include <QString> namespace Plasma { class PackagePrivate { public: PackagePrivate(const PackageStructure::Ptr st, const QString &p); PackagePrivate(const PackageStructure::Ptr st, const...
#include "skippy.h" pictw_t * sgif_read(session_t *ps, const char *path);
package com.espertech.esper.event.vaevent; import com.espertech.esper.util.NullableObject; /** * Base strategy implementation holds the specification object. */ public abstract class UpdateStrategyBase implements UpdateStrategy { /** * The specification. */ protected final RevisionSpec spec; /**...
// ReSharper disable All // ReSharper disable All using PetaPoco; using System; namespace MixERP.Net.Entities.Transactions { [PrimaryKey("", autoIncrement = false)] [TableName("transactions.<API key>")] [ExplicitColumns] public sealed class <API key> : PetaPocoDB.Record<<API key>>, IPoco { [...
#ifndef KOKKOS_CORE_HPP #define KOKKOS_CORE_HPP // Include the execution space header files for the enabled execution spaces. #include <Kokkos_Core_fwd.hpp> #if defined( <API key> ) #include <Kokkos_Serial.hpp> #endif #if defined( <API key> ) #include <Kokkos_OpenMP.hpp> #endif //#if defined( <API key> ) #include <Kokk...
#ifndef <API key> #define <API key> #include "common.h" #include <vector> #include <string> #include <memory> #include "TimeA2.h" namespace aria2 { class DHTNode; class <API key> { private: int family_; std::shared_ptr<DHTNode> localNode_; std::vector<std::shared_ptr<DHTNode>> nodes_; Time serializedTime_; publ...
#include "msm_camera_i2c.h" int32_t <API key>(struct <API key> *dev_client, unsigned char *rxdata, int data_length) { int32_t rc = 0; uint16_t saddr = dev_client->client->addr >> 1; struct i2c_msg msgs[] = { { .addr = saddr, .flags = 0, .len = dev_client->a...
package cameo; import java.util.ArrayList; import processing.core.PApplet; import processing.core.PVector; import themidibus.MidiBus; public class Cameo extends PApplet { MidiBus midi; int channel = 0; int pitch = 0; int velocity = 0; int note; int value = 0; int background_color; int fo...
//# tArrayAccessor.cc: Test program for the ArrayAccessor class // //# Associated Universities, Inc. Washington DC, USA. // //# This program is free software; you can redistribute it and/or modify it // // //# any later version. // //# This program is distributed in the hope that it will be useful, but WITHOUT // // //...
/* Common style */ .grideeeeee { margin: 40px auto 120px; max-width: 1000px; width: 90%; } .grideee a { float: left; width: 240px; height: 240px; color: #333; margin-bottom:15px; font-size:15px !important; margin-right:15px; } .grideee figure { position: relative; overflo...
<!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.10"/> <title>Paper Tiger: src/packets/player_info.h Source File</title> <link href="tabs.css" rel="style...
{php $bootstrap_type = 3;} {template 'header'} {php $this->pay($params);} {template 'footerbar'} <script> document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() { WeixinJSBridge.call('hideOptionMenu'); }); </script>
# OpenKore - Sit/stand task # Basically, this means that you're allowed to modify and distribute # this software. However, if you distribute modified versions, you MUST # also distribute the source code. # MODULE DESCRIPTION: Sit/stand task. # A task for sitting or standing. This task will keep sending sit or # sta...
<?php /** * REST API Legacy Orders controller * * Handles requests to the /orders endpoint. * * @author WooThemes * @category API * @package WooCommerce/API * @since 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * REST API Legacy Orders controller class. * * @package WooCommerce/API * @ext...
#include <linux/kernel.h> #include <linux/export.h> #include <linux/spinlock.h> #include <linux/slab.h> #include <linux/sched.h> #include <linux/fs.h> #include <linux/mm.h> #include <linux/pagemap.h> #include <linux/kthread.h> #include <linux/freezer.h> #include <linux/writeback.h> #include <linux/blkdev.h> #include <l...
namespace LJH.Inventory.UI.Controls { partial class UC { <summary> </summary> private System.ComponentModel.IContainer components = null; <summary> </summary> <param name="disposing"> true false</param> protected override void Dispose(bool disposing) ...
#include <sound/driver.h> #include <linux/slab.h> #include <linux/errno.h> #include <linux/string.h> #include <sound/core.h> #include <sound/seq_kernel.h> #include <sound/seq_midi_event.h> #include <sound/asoundef.h> MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>, Jaroslav Kysela <perex@suse.cz>"); MODULE_DESCRIPTION("MID...
public class BeerBlast { static final String COMMAND = "java BeerBlast slave"; public static void main(String[] args) throws Exception { if (args.length == 1 && args[0].equals("slave")) { for (int i = 99; i > 0; i System.out.println(i + " bottles of beer on the wall"); ...
#include <linux/module.h> #include <linux/firmware.h> #include <linux/etherdevice.h> #include <linux/vmalloc.h> #include <linux/wl12xx.h> #include <linux/interrupt.h> #include "wlcore.h" #include "debug.h" #include "wl12xx_80211.h" #include "io.h" #include "tx.h" #include "ps.h" #include "init.h" #include "debugfs.h" #...
#ifndef _GE2D_IO_H_ #define _GE2D_IO_H_ #include <linux/io.h> #include <linux/amlogic/iomap.h> #include <linux/amlogic/cpu_version.h> #include "ge2d_log.h" #define GE2DBUS_REG_ADDR(reg) (((reg - 0x1800) << 2)) struct reg_map_s { unsigned int phy_addr; unsigned int size; void __iomem *vir_addr; int flag;...
Task targets, files and options may be specified according to the grunt [Configuring tasks](http://gruntjs.com/configuring-tasks) guide. Files are compressed with [jade-php](https://github.com/viniwrubleski/jade-php).
unitDef = { unitname = [[corcom1]], name = [[Battle Commander]], description = [[Heavy Combat Commander, Builds at 10 m/s]], acceleration = 0.18, activateWhenBuilt = true, amphibious = [[1]], autoHeal = 5, brakeRate = 0.375, buil...
package org.jpc.emulator.execution.opcodes.rm; import org.jpc.emulator.execution.*; import org.jpc.emulator.execution.decoder.*; import org.jpc.emulator.processor.*; import org.jpc.emulator.processor.fpu64.*; import static org.jpc.emulator.processor.Processor.*; public class xor_Gw_Ew_mem extends Executable { final...
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -<API key>: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio...
#include "config.h" #include "<API key>.h" #include "<API key>.h" #include "BlobPart.h" #include "BlobRegistry.h" #include "BlobURL.h" #include "SecurityOrigin.h" #include <mutex> #include <wtf/HashMap.h> #include <wtf/MainThread.h> #include <wtf/RefPtr.h> #include <wtf/ThreadSpecific.h> #include <wtf/text/StringHash.h...
<?php if( ! defined( 'NV_IS_FILE_ADMIN' ) ) die( 'Stop!!!' ); $page_title = $lang_module['categories']; $error = $admins = ""; $savecat = 0; list( $catid, $parentid, $title, $titlesite, $alias, $description, $keywords, $who_view, $groups_view ) = array( 0, 0, "", "", "", "", "", 0, "" ); $groups_list = nv_groups_list()...
(function( $ ){ $.fn.select_all = function() { /* Multicheckbox selector */ var form = this; //If checkboxes are 0 then do not show at all if (this.find('input[type=checkbox]').size() > 0) { var selectorbox = $("<input>") .attr( { ...
<?php //include("variables.sl.php"); include_once(SL_INCLUDES_PATH."/top-nav.php"); ?> <div class='wrap'> <?php if (empty($_GET['pg'])) { if (function_exists("<API key>")){ <API key>(); } } elseif (!empty($_GET['pg'])) { if (function_exists("do_sl_addons_{$_GET['pg']}")){ call_user_func("do_sl_addons_{$_GET['pg...
#include <linux/perf_event.h> #include <linux/capability.h> #include <linux/notifier.h> #include <linux/hardirq.h> #include <linux/kprobes.h> #include <linux/module.h> #include <linux/kdebug.h> #include <linux/sched.h> #include <linux/uaccess.h> #include <linux/highmem.h> #include <linux/cpu.h> #include <asm/apic.h> #i...
using System; namespace MrCMS.Helpers { public static class SitemapDateHelper { public static string SitemapDateString(this DateTime dateTime) { var date = dateTime.ToString("O"); if (!date.EndsWith(":00")) date += "+00:00"; return date; ...
(function(e){e.fn.unveil=function(t,n){function f(){var t=u.filter(function(){var t=e(this),n=r.scrollTop(),s=n+r.height(),o=t.offset().top,u=o+t.height();return u>=n-i&&o<=s+i});a=t.trigger("unveil");u=u.not(a)}var r=e(window),i=t||0,s=window.devicePixelRatio>1,o=s?"data-src-retina":"data-src",u=this,a;this.one("unvei...
#include <zebra.h> #include "command.h" #include "prefix.h" #include "memory.h" #include "filter.h" #include "bgpd/bgpd.h" #include "bgpd/bgp_community.h" #include "bgpd/bgp_ecommunity.h" #include "bgpd/bgp_lcommunity.h" #include "bgpd/bgp_aspath.h" #include "bgpd/bgp_regex.h" #include "bgpd/bgp_clist.h" /* Lookup mast...
namespace Server.Items { public class QuagmireStatue : Item { public override bool IsArtifact => true; [Constructable] public QuagmireStatue() : base(0x2614) { LootType = LootType.Blessed; Weight = 1.0; } public QuagmireStatue(S...
// This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS...
#ifndef _KBASE_UKU_H_ #define _KBASE_UKU_H_ #include "mali_uk.h" #include "mali_base_kernel.h" /* <API key> */ #include "<API key>.h" /* This file needs to support being included from kernel and userside (which use different defines) */ #if defined(<API key>) || <API key> #define <API key> #endif /* defined(<API key>) ...
package com.oracle.graal.compiler.hsail.test.lambda; import org.junit.Test; /** * Tests a true virtual method call with 2 targets. */ public class VirtualCallTest extends VirtualCallBase { void setupArrays() { for (int i = 0; i < NUM; i++) { outArray[i] = -i; int kind = i % 3 == 0 ...
#include "confparms.h" #include "fsutil.h" #include <QThread> #include <KLocalizedString> QList<confOption> getConfigParms(const int systemdVersion) { // Creates an instance of confOption for each option in the systemd // configuration files and adds them to list which gets returned. // Arguments are passed as a ...
#include <linux/cpu.h> #include <linux/smp.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/string.h> #include <linux/sched.h> #include <linux/platform_device.h> #include <linux/miscdevice.h> #include <linux/uaccess.h> #include <linux/fs.h> #include <sharp/shlcdc_eventlog....
body#tinymce.wp-editor { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; font-weight: 300; } body#tinymce.wp-editor a { color: #555; } body#tinymce.wp-editor a:hover { text-decoration: none; } body#tinymce.wp-editor dl { margin-bottom: 18px; } body#tinymce.wp-editor dt { font-wei...