answer
stringlengths
15
1.25M
@import url 'http://fonts.googleapis.com/css?family=PT+Serif|Cabin'; 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,...
#ifndef <API key> #define <API key> #ifdef __WXGTK__ #include "wxCustomControlsGTK.hpp" #elif defined(__WXOSX__) // macOS #include "<API key>.hpp" #else // Windows #include "wxCustomControlsMSW.hpp" #endif #endif // <API key>
// <API key>: GPL-2.0-or-later #include <common.h> #include <init.h> #include <driver.h> #include <linux/clk.h> #include <io.h> #include <of.h> #include <linux/clkdev.h> #include <linux/err.h> #include <mach/imx6-regs.h> #include <mach/revision.h> #include <mach/imx6.h> #include <dt-bindings/clock/imx6ul-clock.h> #incl...
# Read Back Comments This plugin will automatically add a button to the comment form to read back the current comment text. It makes use of the Speech Synthesis API and is therefor _not_ going to work in all browsers. But that's okay, because this is really just for fun. Inspired by [https: Support list: [http://canius...
#include <config.h> #include <compat.h> #include <string.h> #include <stdlib.h> #undef strndup char * strndup(const char *s, size_t n) { size_t len; char *str; len = strnlen(s, n); str = malloc(len + 1); if (str == NULL) return NULL; memcpy(str, s, len); str[len] = '\0'; return s...
package org.safehaus.penrose.filter; import java.util.Collection; public class SimpleFilter extends ItemFilter { String attribute; String operator; Object value; public SimpleFilter(String attribute, String operator, Object value) { this.attribute = attribute; this.operator = operator; ...
var app = angular.module('githubsearch', []); app.controller('SearchController', function SearchController($scope, GitHub) { $scope.errors = []; $scope.activeRepo = null; $scope.repos = []; $scope.user = null; $scope.query = null; $scope.reset = function() { $scope.activeRepo = null; ...
<?php defined('_JEXEC') or die; class <API key> extends modQlformDatabase { /** * Method for construction darabase params * * @param string $database database name * @param string $table Name of table to save data in * * @return bool true on success, false on failure ...
/* * Machine dependent MSP430X UART0 code. */ #include <stdlib.h> #include "contiki.h" #include "sys/energest.h" #include "dev/uart0.h" #include "dev/watchdog.h" #include "lib/ringbuf.h" #include "isr_compat.h" static int (*uart0_input_handler)(unsigned char c); static volatile uint8_t transmitting; #ifdef <API key> ...
<?php // no direct access defined('_JEXEC') or die('Restricted access'); jimport( 'joomla.plugin.plugin' ); class plgSystemRSD extends JPlugin { public function onAfterRoute() { $app = JFactory::getApplication(); if($app->isAdmin()){ return; } $menus = $app->getMenu(...
<!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>Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="t...
<?php namespace Drupal\image_effects\Plugin\ImageToolkit\Operation\imagemagick; use Drupal\imagemagick\Plugin\ImageToolkit\Operation\imagemagick\<API key>; use Drupal\image_effects\Component\Rectangle; use Drupal\image_effects\Plugin\ImageToolkit\Operation\RotateTrait; /** * Defines ImageMagick Rotate operation. * *...
// gchip - a simple recompiling chip-8 emulator // This program is free software; you can redistribute it and/or modify it // option) any later version. // This program is distributed in the hope that it will be useful, but // for more details. // with this program; if not, write to the Free Software Foundation, Inc., ...
/* Monday 1st of June 2015 10:11:59 PM*/ .nextend-image { cursor: pointer; z-index: 10; overflow: hidden; position: relative; } .nextend-element .nextend-image{ margin-top: 0; } .<API key>{ background-image: url(//localhost:8888/wp-content/plugins/<API key>/plugins/<API key>/image/image/next/cir...
.center { margin: 0 auto; text-align: center } /* width */ .fifty-percent { width: 50%; } .ten-percent { width: 10%; } /* margin, padding */ .indent { padding-left: 40px; } .one-space { margin-left: .5em; } .top-div { margin-top: 50px } .small-links { font-size: .8em; padding-left: ...
<?php /** * @file * Default theme implementation to provide an HTML container for comments. */ ?> <div id="comments"> <div class="comment-count"> <?php if ($node->comment == 1 || $node->comment == 2): ?> <?php if ($node->comment_count == 0): ?> <h2><?php print t('No comments available.'); ?></h2...
package projet.ihm; import projet.datas.*; import projet.ctrl.*; import java.awt.*; import javax.swing.*; import java.util.*; import java.awt.event.*; import javax.swing.event.*; import java.io.*; import java.net.*; public class Interface extends JFrame implements Serializable { /** *version pour la sauvegarde ...
#include <stdint.h> #include <stdio.h> #include <string.h> #include <sys/queue.h> #include <errno.h> #include <stdarg.h> #include <inttypes.h> #include <rte_common.h> #include <rte_memory.h> #include <rte_memzone.h> #include <rte_eal.h> #include <rte_byteorder.h> #include <rte_atomic.h> #include <rte_launch.h> #include...
#!/usr/bin/perl # RRD script to display hardware temperature # This script should be run every 5 minutes. use strict; use warnings; use Device::SMBus; use Time::HiRes qw( usleep ualarm gettimeofday tv_interval nanosleep clock_gettime clock_getres clock_nanosleep clock stat ); use Data::Dumper; p...
package com.web.crawler; import cn.edu.hfut.dmic.webcollector.model.Links; import cn.edu.hfut.dmic.webcollector.model.Page; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.StaxDriver; import com.web.config.Config; import com.web.executor.parser.ParseTask; import com.web.parser.CSDNBlogPa...
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <string.h> #include <errno.h> #include <signal.h> #include <ctype.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> #include <sys/un.h> #ifdef SOLARIS # include <sys/sockio.h> /* for Solaris 2.6: defines SIOCGIFCONF */ #endif #...
#include <stdio.h> #include <errno.h> #include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <stdarg.h> #include <inttypes.h> #include <rte_interrupts.h> #include <rte_log.h> #include <rte_debug.h> #include <rte_eal.h> #include <rte_ether.h> #include <rte_ethdev_driver.h> #include <rte_memcpy.h> #include ...
#include <wlioctl.h> #include <typedefs.h> #include <linuxver.h> #include <osl.h> #include <bcmutils.h> #include <bcmendian.h> #include <proto/ethernet.h> #include <linux/if_arp.h> #include <asm/uaccess.h> #include <dngl_stats.h> #include <dhd.h> #include <dhdioctl.h> typedef void wlc_info_t; typedef void wl_info_t; ty...
# 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 ...
.settings_page_aptrc h3 { margin: 2em 0 0 0; } .settings_page_aptrc tr { //border-bottom: 1px solid #ccc; } .settings_page_aptrc th { text-transform: capitalize; } .settings_page_aptrc th span { text-transform: lowercase; display: inline-block; } .settings_page_aptrc #toggle { visibility: visibl...
<div class="<API key>"> <form method="post" action="<?php echo the_permalink()?>"> <input type="submit" value="<?php _e('Subscribe Now!', 'konnichiwa')?>"> <input type="hidden" name="<API key>" value="1"> <input type="hidden" name="plan_id" value="<?php echo $plan_id?>"> </form> </div>
package com.caucho.v5.kelp; import java.util.Comparator; /** * A row for the log store. */ final class KeyComparator implements Comparator<byte[]> { public static final KeyComparator INSTANCE = new KeyComparator(); private KeyComparator() { } @Override public final int compare(byte[] a, byte[] b) { ...
package server; import java.io.*; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.ServerSocket; import java.net.Socket; import java.security.<API key>; import java.security.KeyFactory; import java.security.MessageDigest; import java.security.<API key>; import...
#include <linux/kernel.h> #include <linux/spinlock.h> #include <linux/if_bridge.h> #include <asm/atomic.h> #include <asm/uaccess.h> #include "br_private.h" /* if topology_changing then use forward_delay (default 15 sec) * otherwise keep longer (default 5 minutes) */ static __inline__ unsigned long hold_time(const str...
# The set of languages for which implicit dependencies are needed: set(<API key> "CXX" ) # The set of files for implicit dependencies of each language: set(<API key> "/home/frans/Documents/cpp/sfml/ld33-zoq/src/bloodsplatter.cpp" "/home/frans/Documents/cpp/sfml/ld33-zoq/build/CMakeFiles/SharedCode.dir/bloodsplatt...
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->bas...
package com.fasterxml.jackson.databind.deser.impl; import java.io.IOException; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind...
# The Enchiridion of Epictetus [![License: GPL v2](https: [![Buy Me a Coffee](https: The *Enchiridion*, or *Manual*, of Epictetus &#8230; is a short manual of Stoic ethical advice compiled by Arrian, a 2<sup>nd</sup>-century disciple of the Greek philosopher Epictetus (see [Wikipedia](https://en.wikipedia.org/wiki/<API...
#ifndef <API key> #define <API key> #include "extended/node_stream_api.h" /* Implements the <<API key>> interface. This stream is only used to store pointers to external callbacks, e.g. written in a scripting language. This class does not store any state or logic, relying on the developer of the external custo...
#ifndef DETAILEDQMLVIEW_H #define DETAILEDQMLVIEW_H #include <QWidget> #include <QDeclarativeContext> #include "<API key>.h" #include "element.h" class DetailedQmlView : public QWidget { Q_OBJECT public: DetailedQmlView(QWidget *parent); ~DetailedQmlView(); public slots: /** * Set @p el as the elem...
""" togePy.pkmn_test This module tests functionality for togePy """ import pokeStructs import cPickle as pickle import random import numpy as np # Load Data with open('pokedex', 'rb') as f: pokedex = pickle.load(f) with open('abilities', 'rb') as f: abilities = pickle.load(f) with open('items', 'rb') as f: ...
#ifndef __HYPERCALL_H__ #define __HYPERCALL_H__ #include <linux/errno.h> #include <linux/string.h> #include <xen/interface/xen.h> #include <xen/interface/sched.h> #include <xen/interface/physdev.h> extern struct { char _entry[32]; } hypercall_page[]; #define _hypercall0(type, name) \ ({ ...
/** * Create two surfaces difference structure * Pinta project was very helpful */ #include "commonDefs.h" #define DEBUG_DIFF 0 #define <API key> 10 jboolean <API key>(JNIEnv *env, jobject obj, jintArray original, jobject updatedSurf, jobject diffResult) { jint* originalPixels; AndroidBitmapInfo updatedInfo;...
// $Id: writer.h,v 1.8 2002/07/02 22:11:10 t1mpy Exp $ // id3lib: a software library for creating and manipulating id3v1/v2 tags // This library is free software; you can redistribute it and/or modify it // option) any later version. // This library is distributed in the hope that it will be useful, but WITHOUT // FITN...
#! /bin/sh -e # tup - A file-based build system # This program is free software; you can redistribute it and/or modify # published by the Free Software Foundation. # 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 no...
#ifndef <API key> #define <API key> #include <string> #include "ppapi/c/pp_time.h" #include "ppapi/c/pp_var.h" #include "ppapi/proxy/connection.h" #include "ppapi/proxy/plugin_resource.h" #include "ppapi/proxy/ppapi_proxy_export.h" #include "ppapi/thunk/<API key>.h" struct PP_ImageDataDesc; struct <API key>; namespace ...
package org.yccheok.jstock.gui.analysis; import com.nexes.wizard.<API key>; import java.util.Observable; import java.util.Observer; import org.yccheok.jstock.gui.<API key>; /** * * @author yccheok */ public class <API key> extends <API key> implements Observer { public static final String IDENTIFIER = "<API key>...
\documentclass{article}\usepackage{graphicx, color} %% maxwidth is the original width if it is less than linewidth %% otherwise use linewidth (to make sure the graphics do not exceed the margin) \makeatletter \def\maxwidth{ % \ifdim\Gin@nat@width>\linewidth \linewidth \else \Gin@nat@width \fi } \makeatoth...
<div class="btn-group"> <button type="button" class="btn btn-xs" dropdown-toggle style="background-color:{{type.color}};color:white;"><span class="glyphicon glyphicon-{{type.icon}}"></span> {{type.name}}</button> <ul class="dropdown-menu" type-list> <li ng-repeat="type in types"><a href="#"><span class="glyphic...
using System; namespace AL.Data { public interface <API key> : IExecute { BuilderData Data { get; } dynamic Item { get; } <API key> AutoMap(params string[] ignoreProperties); <API key> Column(string columnName, object value, DataTypes parameterType = DataTypes.Object, int size = ...
package jdk.internal.jvmci.hotspot; import java.lang.reflect.Modifier; import jdk.internal.jvmci.meta.JavaMethod; import jdk.internal.jvmci.meta.ResolvedJavaMethod; import jdk.internal.jvmci.meta.ResolvedJavaType; import jdk.internal.jvmci.options.Option; import jdk.internal.jvmci.options.OptionType; import jdk.interna...
package com.iucn.whp.dbservice.model; import com.liferay.portal.model.PersistedModel; /** * The extended model interface for the current_state_trend service. Represents a row in the &quot;<API key>&quot; database table, with each column mapped to a property of this class. * * @author alok.sen * @see <API key> * @s...
cmd_drivers/base/bus.o := <API key> -Wp,-MD,drivers/base/.bus.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/<API key>/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/include -Wall -Wun...
using System; using System.Collections.Generic; using System.Linq; using System.Text; class DesktopGUIBroker: IGUIBroker { public void AddPower(PowerView power_view) { throw new <API key>(); } public void RemovePower(PowerView power_view) { throw new <API key>(); } }
<?php // | PayPal Plugin - geeklog CMS | // | transaction.php | // | Authors: ::Ben - cordiste AT free DOT fr | // | Authors: Hiroron - hiroron AT hiroron DOT com ...
<?php /** * Uploading files from computer, step 1 * Shows the plupload form that handles the uploads and moves * them to a temporary folder. When the queue is empty, the user * is redirected to step 2, and prompted to enter the name, * description and client for each uploaded file. * * @package ProjectSend * @s...
/* iprtypesle.h -- driver for IBM Power Linux RAID adapters */ /* Written By: Brian King, IBM Corporation */ /* This program is free software; you can redistribute it and/or modify */ /* (at your option) any later version. */ ...
#undef <API key> /*don't use -- is buggy*/ #define INITIAL_BUFFER_SIZE 50 #define LCMD_OUT_LINE_LEN 70 #define FREAD_BUFFER_SIZE 8192 #include "config.h" #include <stdio.h> #include <ctype.h> #include <errno.h> #ifndef errno extern int errno; #endif #ifdef HAVE_ISATTY # ifdef HAVE_UNISTD_H # include <unist...
package cc.dectinc.leetcode; import java.util.HashMap; /** * @author Dectinc * @version Apr 9, 2015 9:45:35 PM * */ public class <API key> { public int longestConsecutive(int[] num) { if (num == null || num.length == 0) { return 0; } int maxLength = 1; HashMap<Integer...
// File: <API key>.h // Project: Kactus2 // Description: // The Address spaces-item in the component editor navigation tree. #ifndef <API key> #define <API key> #include "componenteditoritem.h" #include <QList> class ExpressionParser; class Component; class AddressSpace; class <API key>; class <API key>; class <API key...
package billing; import org.caesarj.runtime.CaesarThread; import uppercaseserver.*; import java.io.*; import java.net.*; import java.text.DecimalFormat; /** * Deploys billin on the server. * The billing mode is deployed dynamically. */ public deployed class <API key> { /** * Superimposes the functionality o...
#include <stdlib.h> #include <kdebug.h> #include <klocale.h> #include <kapplication.h> #include <dcopclient.h> #include <kcmdlineargs.h> #include <qeventloop.h> #include "kio_media.h" static const KCmdLineOptions options[] = {{"+protocol", I18N_NOOP("Protocol name"), 0}, {"+poo...
package org.hibernate.cfg; import java.util.HashMap; import java.util.Iterator; import java.util.Locale; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; import org.hibernate.AnnotationException; import org.hibernate.AssertionFailure; import org.hibernate.MappingException; import org.hibernate.bo...
using iCal_sync.Common; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.Graphics.Display; using Windows.UI.ViewManagement; using Windows.UI.Xaml; using W...
// MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is applied to this software, see the // This program is free software; you can redistribute it and/or modify // This program is distributed in the hope that it will be useful, but // for more details. // with this progra...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Fri Oct 16 14:53:14 EEST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.tiralab.particles.Testing</title> <meta name="date" content="2015-10-16"> <lin...
jQuery(function($){$(window).resize(function(){$('.jp-jplayer').each(function(){var $$=$(this);if($$.data('player-ready')!=undefined){var ratio=Number($$.attr('data-ratio'));$$.jPlayer({size:{height:Math.floor($$.closest('.widget').outerWidth()/1.777)}});}});}) $('.jp-jplayer').each(function(){var $$=$(this);var ratio=...
=head1 NAME PDL::IO - An overview of the modules in the PDL::IO namespace. =head1 SYNOPSIS # At your system shell, type: perldoc PDL::IO =head1 DESCRIPTION PDL contains many modules for displaying, loading, and saving data. =over =item * Perlish or Text-Based A few IO modules provide Perl-inspired capabilities. Thes...
Imports dRemote.Forms.OptionsPages Imports dRemote.App.Runtime Imports dRemote.My Imports WeifenLuo.WinFormsUI.Docking Namespace Forms Partial Public Class OptionsForm 'Inherits DockContent #Region "Constructors" Public Sub New() ' This call is required by the designer. Initi...
<?php use mvc\interfaces\<API key>; use mvc\controller\controllerClass; use mvc\config\configClass as config; use mvc\request\requestClass as request; use mvc\routing\routingClass as routing; use mvc\session\sessionClass as session; use mvc\i18n\i18nClass as i18n; class <API key> extends controllerClass implements <API...
<div class="mbt-book-buybuttons"> <?php mbt_the_buybuttons(true); ?> <div style="clear:both;"></div> </div>
from Screen import Screen from ServiceScan import ServiceScan from Components.config import config, ConfigSubsection, ConfigSelection, ConfigYesNo, ConfigInteger, getConfigListEntry, ConfigSlider, ConfigEnableDisable from Components.ActionMap import NumberActionMap, ActionMap from Components.ConfigList import ConfigLis...
// <API key> <API key> // T H E W A R B E G I N S // Stratagus - A free fantasy real time strategy game engine /**@name script_ai.cpp - The AI ccl functions. */ // and Jimmy Salmon // This program is free software; you ca...
<?php defined('_JEXEC') or die(__FILE__); JFormHelper::loadFieldClass('list'); /** * Supports an HTML select list of files * * @package Joomla.Platform * @subpackage Form * @since 11.1 */ class <API key> extends JFormFieldList { /** * The form field type. * * @var string * @s...
namespace Components.RoslynJit { using System; using System.Collections.Generic; public static class GeneratedContainer { public readonly struct CityInfo ...
#include "Common.h" #include "Database/DatabaseEnv.h" #include "WorldPacket.h" #include "WorldSession.h" #include "Opcodes.h" #include "Log.h" #include "UpdateMask.h" #include "World.h" #include "ObjectMgr.h" #include "SpellMgr.h" #include "Player.h" #include "Unit.h" #include "Spell.h" #include "DynamicObject.h" #incl...
using Framework; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace <API key> { public class <API key> : IPopularityFinder { public void SetSearchTerms(string[] terms) { throw new <API key>(); } ...
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef <API key> #define <API key> #include "include/int_types.h" static const uint8_t OBJECT_NONEXISTENT = 0; static const uint8_t OBJECT_EXISTS = 1; static const uint8_t OBJECT_PENDING = 2; static const uint...
//metodo main public class WeatherStation { public static void main(String[] args) { // instanciando classes WeatherData weatherData = new WeatherData(); CurrentConditions currentDisplay = new CurrentConditions(weatherData); StatisticsDisplay statisticsDisplay = new StatisticsDisplay...
package de.konqi.fitapi.rest.webapi.resource; import com.google.appengine.api.blobstore.BlobKey; import de.konqi.fitapi.Utils; import javax.annotation.security.PermitAll; import javax.servlet.http.HttpServletResponse; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.core...
<?php /* Register new post type */ add_action('init', '<API key>'); function <API key>() { $labels = array( 'name' => _x('News', 'post type general name', 'codeus'), 'singular_name' => _x('News', 'post type singular name', 'codeus'), 'add_new' => _x('Add New News', 'book', 'codeus'), ...
CREATE TABLE hydropower (County text, Crest_Elevation real, Crest_Length real, Latitude real, Longitude real, Name text, Organization text, State text, Structural_Height real, Watercourse text, Year integer); CREATE INDEX State_idx ON hydropower (State); CREATE INDEX Year_idx ON hydropower (Year); INSERT INTO hydropowe...
/* NoSound Driver to demonstrate how to use the SoundDriver interface */ #pragma once #include "common.h" #include "SoundDriver.h" #if !defined(_WIN32) && !defined(_XBOX) typedef union _LARGE_INTEGER { #if defined(<API key>) struct { u32 LowPart; s32 HighPart; }; /* ...but Microsoft uses them an...
\section{analyzerbase.cpp File Reference} \label{analyzerbase_8cpp}\index{analyzerbase.cpp@{analyzerbase.cpp}} {\tt \#include \char`\"{}analyzerbase.h\char`\"{}}\par {\tt \#include \char`\"{}enginebase.h\char`\"{}}\par {\tt \#include \char`\"{}enginecontroller.h\char`\"{}}\par {\tt \#include $<$math.h$>$}\par {\tt \#in...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Wed Oct 08 14:54:44 CDT 2014 --> <title>A-Index</title> <meta name="date" content="2014-10-08"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="te...
.book-navigation .menu { border-top: 1px solid #888; padding: 1em 0 0 3em; /* LTR */ } .book-navigation .page-links { border-top: 1px solid #888; border-bottom: 1px solid #888; text-align: center; padding: 0.5em; } .book-navigation .page-previous { text-align: left; width: 42%; display: block; float...
<?php // No direct access defined('_JEXEC') or die; class TableReplacement extends JTable { /** * @param database A database connector object */ public function __construct($db) { parent::__construct('#__csvi_replacements', 'id', $db ); } }
/* Easy Slider */ #slider ul, #slider li, #slider2 ul, #slider2 li{ margin:0; padding:0; list-style:none; } .slider img { border:1px solid #dddddd; } .slider { background-color:#fff; margin-bottom:10px; } #slider2{margin-top:1em;} #slider li, #slider2 li{ /* define width and height of list ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Luayats: src/rstp/p2p.h Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by...
package optfine; import com.google.gson.JsonElement; import com.google.gson.JsonParser; public class <API key> implements <API key> { private String player = null; public <API key>(String p_i64_1_) { this.player = p_i64_1_; } public void <API key>(String <API key>, byte[] <API key>, Throwabl...
set :exec_path, File.expand_path(File.dirname(__FILE__) + "/..") set :scm, :git set :<API key>, 1 set :copy_compression, :gzip set :deploy_via, :remote_cache set :runner, :user set :use_sudo, false set(:run_method) { use_sudo ? :sudo : :run } set :stages, %w( production ) set :keep_releases, 10 default_run_options[:pty...
<?php /** * transport class for sending/receiving data via HTTP and HTTPS * NOTE: PHP must be compiled with the CURL extension for HTTPS support * * @author Dietrich Ayala <dietrich@ganx4.com> * @version $Id: class.soap_transport_http.php,v 1.4 2013-04-11 08:26:39 mbertin Exp $ * @access public */ class soap_transpo...
Imports System Imports System.Runtime.Serialization Imports System.Collections Imports System.Xml Imports System.IO Namespace QueryObjects <Serializable()> Public Class SalesOrderQuery Implements IQuery Const _BusinessObject As String = "SORQID" #Region "Private Object Members" Private _xmlD...
<?php /** * File: PieceFault.php * Project: DHL API * * @author Al-Fallouji Bashar * @version 0.1 */ namespace DHL\Datatype\AM; use DHL\Datatype\Base; /** * PieceFault Request model for DHL API */ class PieceFault extends Base { /** * Is this object a subobject * @var boolean ...
<?php defined('_JEXEC') or die; /* * none (output raw module content) */ function modChrome_none($module, &$params, &$attribs) { echo $module->content; } /* * html5 (chosen html5 tag and font headder tags) */ function modChrome_html5($module, &$params, &$attribs) { $moduleTag = $params->get('module_tag', 'd...
package docker_test import ( "fmt" "testing" "github.com/lotreal/docker-pods/src/docker" "github.com/lotreal/docker-pods/src/sh" ) var busybox = (func() string { cmd := sh.Command{"docker run -d -it busybox sh"} return cmd.Ok()[0:12] })() func TestInit(t *testing.T) { t.Logf("%s", docker.Ps(...
#include "tooltipfiller.h" // Qt includes #include <QDateTime> #include <QLocale> // KDE includes #include <klocalizedstring.h> // Local includes #include "digikam_debug.h" #include "albummanager.h" #include "collectionlocation.h" #include "collectionmanager.h" #include "applicationsettings.h" #include "album.h" #inclu...
/* * geany.conf preferences file loading and saving. */ /* * Session file format: * filename_xx=pos;filetype UID;read only;Eencoding;use_tabs;auto_indent;line_wrapping;filename */ #include <stdlib.h> #include <string.h> #include <ctype.h> #include "geany.h" #ifdef HAVE_VTE #include <pwd.h> #include <sys/types.h> #...
#define BOOST_TEST_DYN_LINK #define BOOST_TEST_NO_MAIN #include <boost/test/unit_test.hpp> #include "arguments.hh" #include "base32.hh" #include "dnssecinfra.hh" #include "dnsseckeeper.hh" #include "lua-recursor4.hh" #include "namespaces.hh" #include "rec-lua-conf.hh" #include "root-dnssec.hh" #include "syncres.hh" #in...
"""Provides a number of objects to help with managing certain elements in the CFME UI. Specifically there are two categories of objects, organizational and elemental. * **Organizational** * :py:class:`Region` * :py:mod:`cfme.web_ui.menu` * **Elemental** * :py:class:`<API key>` * :py:class:`AngularSelect` * :...
// The LLVM Compiler Infrastructure // This file is distributed under the University of Illinois Open Source // This file defines the ModuleMap implementation, which describes the layout // of a module as it relates to headers. #include "clang/Lex/ModuleMap.h" #include "clang/Lex/Lexer.h" #include "...
package org.tigris.subversion.javahl; import java.util.Date; /** * Class to describe a lock. It is returned by the lock operation. * @since 1.2 */ public class Lock implements java.io.Serializable { // Update the serialVersionUID when there is a incompatible change // made to this class. See any of the fol...
// THE LUNCHER // HOW TO COMPILE: // make launch // OPTIONS // -d program will run in debug mode // RUN THIS PROGRAM: // without debug: ./launch // with debug: ./launch -d // make launch && ./launch #include <stdio.h> #include <unistd.h> #include "example.h" #include "log.h" unsigned int m_is_debug = 0; ...
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Report_types extends CI_Model { protected $_hooks = array(); function __construct() { parent::__construct(); // Fill up hooks array $pluginsConfig = Zend_Registry::getInstance()->get('pluginsConfig'); if (is...
/** \file Thread.cpp ** \date 2004-10-30 ** \author grymse@alhem.net **/ #include <stdio.h> #ifdef _WIN32 #include <process.h> #include "socket_include.h" #else #include <unistd.h> #endif #include <cstdlib> #include <iostream> #include "Thread.h" #include "Lock.h" #include "Mutex.h" #ifdef SOCKETS_NAMESPACE na...