answer stringlengths 15 1.25M |
|---|
<?php
wp_enqueue_script('slider-slidedeck');
wp_enqueue_script('jquery-mousewheel');
$instance["Width"]=$instance["Width"]-50;
?>
<div id="slidedeck_frame" class="skin-slidedeck" style="width:<?php echo $instance["Width"]?>px;height:<?php echo $instance["Height"]?>px">
<dl class="slidedeck" id="<?php echo $this->id.'-s... |
void b_move(int axis, int dir);
void b_turn(int x, int y, int z, int dir);
void moveobj_mouse(int withtagged, int wx, int wy, struct node *nc, int wall);
void moveyou_mouse(struct w_window *w, int wx, int wy);
void dec_move0(int ec);
void dec_move1(int ec);
void dec_move2(int ec);
void dec_move3(int ec);
void dec_move4... |
#include "xauth_pam.h"
#include <daemon.h>
#include <library.h>
#include <security/pam_appl.h>
typedef struct private_xauth_pam_t private_xauth_pam_t;
/**
* Private data of an xauth_pam_t object.
*/
struct private_xauth_pam_t {
/**
* Public interface.
*/
xauth_pam_t public;
/**
* ID of the ... |
<?php
// Definition of eZIntegerValidator class
// SOFTWARE NAME: eZ Publish
// SOFTWARE RELEASE: 4.0.1
// NOTICE: >
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2.0 of the GNU General
// This program is distributed in the hope that it will be useful,
/... |
#ifndef <API key>
#define <API key>
namespace Eigen {
namespace internal {
template<typename _Scalar, int _Options, typename _Index>
struct traits<SparseVector<_Scalar, _Options, _Index> >
{
typedef _Scalar Scalar;
typedef _Index Index;
typedef Sparse StorageKind;
typedef MatrixXpr XprKind;
enum {
IsColVe... |
<?php
$this_file = str_replace( '\\', '/', __FILE__ );
$this_file = explode( 'wp-content', $this_file );
$this_file = $this_file[ 0 ];
require_once( $this_file . 'wp-load.php' );
?>
<!DOCTYPE html>
<html class="my">
<head>
<title>Insert Quotes Shortcode</title>
<?php wp_print_scripts( 'jquery' ); ?>
<script language="j... |
#ifndef __EVENT_H__
#define __EVENT_H__
/*
* Mbox events
*
* The event mechanism is based on a pair of event buffers (buffers A and
* B) at fixed locations in the target's memory. The host processes one
* buffer while the other buffer continues to collect events. If the host
* is not processing events, an interru... |
package com.inet.web.service.lotus.org.permission;
import java.util.ArrayList;
import java.util.List;
import com.inet.base.logging.INetLogger;
import com.inet.base.service.StringService;
import com.inet.lotus.core.LotusException;
import com.inet.lotus.org.permission.ldap.LdapUser;
import com.inet.lotus.org.permission.m... |
#if !defined(__ECOS) && !defined(<API key>)
#include "mp_precomp.h"
#else
#include "../mp_precomp.h"
#endif
#include "../phydm_precomp.h"
#if (RTL8188F_SUPPORT == 1)
#ifdef CONFIG_AP_WOWLAN
u1Byte <API key>[] = {
0xf1,0x88,0x30,0x00,0x00,0x00,0x00,0x00,0x03,0x13,0x16,0x44,0xac,0x33,0x02,0x00,
0xcc,0xcc,0xcc,0xcc,0x00,0... |
/**
* @file: Popup dialog interfaces for the media project.
*
* Drupal.media.popups.mediaBrowser
* Launches the media browser which allows users to pick a piece of media.
*
* Drupal.media.popups.mediaStyleSelector
* Launches the style selection form where the user can choose
* what format / style they want ... |
<?php
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
?>
<div class="login<?php echo $this->pageclass_sfx?>">
<?php if ($this->params->get('show_page_heading')) : ?>
<div class="page-header">
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
</h1>
</... |
<?php
require_once('wordfenceConstants.php');
require_once('wordfenceClass.php');
require_once('wordfenceURLHoover.php');
class wordfenceScanner {
//serialized:
protected $path = '';
protected $results = array();
public $errorMsg = false;
private $apiKey = false;
private $wordpressVersion = '';
... |
<?php
namespace Drupal\simple_fb_connect;
use Facebook\GraphNodes\GraphNode;
use Drupal\user\Entity\User;
use Drupal\user\UserInterface;
use Drupal\Core\Config\<API key>;
use Drupal\Core\Language\<API key>;
use Drupal\Core\Logger\<API key>;
use Drupal\Core\StringTranslation\<API key>;
use Drupal\Core\StringTranslation\... |
#include "ScriptPCH.h"
#include "<API key>.h"
#include "ScriptedEscortAI.h"
enum eSpells
{
//Eadric
<API key> = 68197,
<API key> = 66863,
<API key> = 66867,
SPELL_RADIANCE = 66935,
SPELL_VENGEANCE = 66865,
//Paletress
SPELL_SMITE = ... |
#include "client.hh"
#include "game.hh"
#include "display.hh"
#include "options.hh"
#include "server.hh"
#include "gui/HelpMenu.hh"
#include "main.hh"
#include "gui/GameMenu.hh"
#include "SoundEngine.hh"
#include "SoundEffectManager.hh"
#include "MusicManager.hh"
#include "player.hh"
#include "world.hh"
#include "nls.h... |
<?php class DbLeads extends ActiveRecord{
public function tableName(){
return 'db_leads';
}
public function rules(){
return array(
array('userId, propId, type, status', 'required'),
array('userId, propId, caseHolder, caseHolderTime, addedBy, updated, created', 'numeri... |
html, body {background-image: none; background-color: #fff;}
html:after {opacity: 0;}
#editor-controls {border-bottom: 1px solid #ddd; margin: 0 0.5em; padding: 0.5em 0; clear: both;}
.editor-toolbar {position: relative;}
.<API key> {position: absolute; top: 0px; right: 0px; bottom: 0px;}
.<API key> .btn {margin-left: ... |
<?php
/**
* The core plugin class.
*
* This is used to define <API key>, admin-specific hooks, and
* public-facing site hooks.
*
* Also maintains the unique identifier of this plugin as well as the current
* version of the plugin.
*
* @since 1.0.0
* @package Followers_Scraper
* @subpackage Followers_... |
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/smp_lock.h>
#include <linux/console.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/interrupt.h> /* For in_interrupt() */
#include <linux/config.h>
#include <linux/delay.h... |
<?php
$ami_host = "localhost";
$ami_user = "admin";
$ami_secret = "elastix456";
$asterisk_version = '1.8';
$dialplan_context = "from_internal";
$fop_path = "/var/www/html/panel/";
?> |
/**
@file page/page0zip.cc
Compressed page interface
Created June 2005 by Marko Makela
*******************************************************/
// First include (the generated) my_config.h, to get correct platform defines.
#include "my_config.h"
#include <map>
using namespace std;
#define THIS_MODULE
#include "page0zip... |
FILE(REMOVE_RECURSE
"CMakeFiles/g3dlite.dir/AABox.cpp.o"
"CMakeFiles/g3dlite.dir/Any.cpp.o"
"CMakeFiles/g3dlite.dir/BinaryFormat.cpp.o"
"CMakeFiles/g3dlite.dir/BinaryInput.cpp.o"
"CMakeFiles/g3dlite.dir/BinaryOutput.cpp.o"
"CMakeFiles/g3dlite.dir/Box.cpp.o"
"CMakeFiles/g3dlite.dir/Capsule.cpp.o"
"CMakeF... |
#ifndef <API key>
#define <API key>
#include <string>
#include <conio.h>
#include <iostream>
#include <windows.h>
using namespace std;
void cls()
{
HANDLE hStdOut;
<API key> csbi;
DWORD count;
DWORD cellCount;
COORD h... |
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
int
putc_unlocked (int c, FILE *stream)
{
return putc (c, stream);
} |
<?php
if(!defined('IN_UCHOME')) {
exit('Access Denied');
}
$idtype = 'tid';
$thread = magic_check_idtype($id, $idtype);
if($thread['magicegg'] >= 8) {
showmessage('<API key>', '', '', array(8));
}
if(submitcheck('usesubmit')) {
$_SGLOBAL['db']->query('UPDATE '.tname('thread')." SET magicegg = magicegg + 1 W... |
# gPrime - A web-based genealogy program
# 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... |
<!doctype html>
<html>
<head>
<title>eZ AlloyEditor image button tests</title>
</head>
<body>
<div class="editorContainer"></div>
<div class="container"></div>
<script type="text/javascript" src="../../assets/function.bind.polyfill.js"></script>
<script type="text/javascript" src="../../../../Resources/public/vendors/y... |
cmd_kernel/time.o := gcc -Wp,-MD,kernel/.time.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -<API key> -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -... |
// <auto-generated>
// </auto-generated>
namespace Core
{
using System;
using System.Collections.Generic;
public partial class ACCRUALPOOL
{
public string PSNPOOLID { get; set; }
public string POLICYID { get; set; }
public string GRANTDATE { get; set; }
public string PERS... |
package presentateurdecode;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.swing.JFrame;
import javax.swing.*;
/**
*
* @author Cyrille
*/
public class testPrefs extends JFrame{
JPanel p;
public static void main(String[] args){
testPrefs tp=new testPrefs();
... |
package handler
import (
"net/http"
"github.com/labstack/echo"
)
type (
User struct {
Name string `json:"name" form:"name"`
Email string `json:"name" form:"name"`
}
handler struct {
db map[string]*User
}
)
func (h *handler) createUser(c echo.Context) error {
u := new... |
package nl.pelagic.mac.ids;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.hamcrest.core.IsNull.notNullValue;
import static org.junit.Assert.assertThat;
import org.junit.Test;
@SuppressWarnings({
"static-method",
"javadoc"
})
public class <API key> {
@Test(timeout = 8000)
public void tes... |
<?php
// no direct access
defined('_JEXEC') or die('Restricted access');
if($type == 'install' || $type == 'update')
{
if($type == 'install') {
echo '<p><strong>Text Pro</strong> Element installed succesfully.</p>';
} else {
echo '<p><strong>Text Pro</strong> Element upda... |
package br.gov.lexml.madoc.server;
public class MadocException extends Exception {
private static final long serialVersionUID = 1L;
public MadocException() {
}
public MadocException(String message) {
super(message);
}
public MadocException(Throwable cause) {
super(cause);
}
... |
#include "lensautofix.h"
// Qt includes
#include <QLabel>
#include <QGridLayout>
#include <QWidget>
#include <QApplication>
#include <QStyle>
// KDE includes
#include <klocalizedstring.h>
// Libkdcraw includes
#include <KDCRAW/RWidgetUtils>
// Local includes
#include "dimg.h"
#include "lensfunsettings.h"
#include "<API... |
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define SUM 4
#define LENGTH 4
#define ARRAY_SIZE(arr) \
(sizeof(arr) / sizeof(((typeof(arr)){})[0]))
typedef struct Ans {
int x;
int y;
} Ans;
void Combination(int *, int, int, int);
int main(void)
{
int array[LENGTH] = {0};
srand(tim... |
/* debug.c - Simple debugging "switch" */
/* Written 1998-2000 by Werner Almesberger, EPFL DI-ICA */
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <atm.h>
#include <atmd.h>
#include "uni.h"
#include "../fab.h"
#define COMPONENT "FAB(debug)"
#define PRV(call) ((FAB *) (call)->fab)
typedef str... |
#!/bin/bash
# Installs the host package and symlinks host to hostx
back="$(pwd)"
# Install our package if needed.
emerge -u host || exit 1
ourFolder="$(dirname $(which hostx))"
if [ -z "${ourFolder}" ]; then
echo "Cannot find folder for host." >&2
exit 1
fi
# Setup the symlink if needed
echo -n "Creating our sy... |
include ../../../Makefile.inc
CLC_ROOT = ../../../inc
all: exe_src exe_src_m2s exe_bin amd_compile m2c_compile run_m2s run_native check_result
exe_src:
@-$(CC) $(CC_FLAG) *src.c -o exe_src $(CC_INC) $(CC_LIB) > divide_charchar.exe_src.log 2>&1
exe_src_m2s:
@-$(CC) $(CC_FLAG) -m32 *src.c -o exe_src_m2s $(CC_INC)... |
#<API key>,
#<API key> .select{
background-color: #202020 !important;
}
#imgtextoverlay {
background: rgba(0,0,0,0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
position: absolute;
}
#imgtextoverlay p {
color: #FFFFFF;
font-size: 13px;
font-weight: 400;
margin-bottom: 0;
padding: 14px 1... |
<?php
/**
* @package JPSpan
* @subpackage Listener
* @version $Id: Listener.php,v 1.2 2004/11/15 10:47:19 harryf Exp $
*/
/**
* Include handlers for incoming request data
*/
require_once JPSPAN . 'RequestData.php';
/**
* Check <API key> is switched off
*/
if ( ini_get('<API key>') ) {
trigger_error (
"Confi... |
<?php
/**
* Custom template tags for this theme.
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package IML
*/
if ( ! function_exists( 'IML_content_nav' ) ) :
/**
* Display navigation to next/previous pages when applicable
*/
function IML_content_nav( $nav_id ) {
glob... |
SUBROUTINE SLAEV2( A, B, C, RT1, RT2, CS1, SN1 )
*
* -- LAPACK auxiliary routine (version 3.2) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* November 2006
*
* .. Scalar Arguments ..
REAL A, B, C, CS1, RT1, RT2, SN1
* ..
*
* Purpose
* =======
*
* SLAEV2 com... |
package com.cricketcraft.chisel.block.variant;
import com.cricketcraft.chisel.util.BlockVariant;
public class BlockVariants {
public static final BlockVariant
<API key> = new BlockVariant(0, "<API key>"),
ACACIA_PLANKS_SHORT = new BlockVariant(1, "acacia_planks_short"),
ACACIA_PL... |
#include "kerncompat.h"
#include "ctree.h"
#include "free-space-cache.h"
#include "transaction.h"
#include "disk-io.h"
#include "extent_io.h"
#include "crc32c.h"
#include "bitops.h"
#include "internal.h"
#include "utils.h"
/*
* Kernel always uses PAGE_CACHE_SIZE for sectorsize, but we don't have
* anything like that ... |
# CannyFS
CannyFS is a shim file system. That is, it mirrors an existing file system. This is implemented using FUSE, and the source code is a heavily
modified fork of the https:
What makes CannyFS different is that almost any write operation is completed asynchronously, while the code itself reports back
to the caller... |
-- File: checkbox.lua
-- copyright 2015 members of the psycle project http://psycle.sourceforge.net
-- This source is free software ; you can redistribute it and/or modify it under
-- Foundation ; either version 2, or (at your option) any later version.
local point = require("psycle.ui.point")
local dimension = require... |
package us.mn.state.dot.tms.client.dms;
import java.util.TreeSet;
import javax.swing.AbstractListModel;
import javax.swing.ComboBoxModel;
import us.mn.state.dot.tms.DMSHelper;
import us.mn.state.dot.tms.SignText;
import us.mn.state.dot.tms.utils.MultiString;
/**
* Model for a sign text line combo box.
*
* @author Do... |
/*this file evaluate the objective function values, the constraint
violations and overall constraint violation of the newly formed inds in newpop
Note:
1. The maximum number of objective and properties that can be used in this file
are defined in the moga.h file
2. All constraints need to be constructed in the form of ... |
#ifndef PROCESSOR_LINE_HPP
#define PROCESSOR_LINE_HPP
#include "geometry-processor.hpp"
struct processor_line : public geometry_processor {
processor_line(int srid);
virtual ~processor_line();
geometry_builder::pg_geom_t process_way(const nodelist_t &nodes);
geometry_builder::pg_geoms_t process_relation... |
<?php
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'web-app-dmd');
/** MySQL database username */
define('DB_USER', 'root');
/** MySQL database password */
define('DB_PASSWORD', 'root');
/** MySQL hostname */
define('DB_HOST', 'loc... |
using System;
using System.IO;
namespace TL866
{
public class HexWriter
{
private readonly StreamWriter fstream;
public HexWriter(StreamWriter stream)
{
if (stream != null)
fstream = stream;
else
throw new Exception();
}
... |
#!/bin/bash
set -e
# Global variables:
# ${GV_LOG}: Prefix this variable in echo to log echoed string.
SCRIPT_NAME="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")"
echo "${GV_LOG}>>>>>>>>> Running ${SCRIPT_NAME} ..."
# Explicitly install dependent packages
apt-get -y install xdg-utils
apt-get -y instal... |
package com.sleepycat.je.dbi;
/**
* Internal class used to distinguish which variety of getXXX() that
* Cursor.retrieveNext should use.
*/
public class GetMode {
private String name;
private boolean forward;
private GetMode(String name, boolean forward) {
this.name = name;
this.forward = ... |
<?php
// Homepage Widget Areas
<API key>(array(
'name'=>'Sample Widget',
'id'=>'sample-widget',
'description' => 'This is to show how to create a widget',
'before_title'=>'<h4>',
'after_title'=>'</h4>'
));
?> |
# Makefile for the Linux kernel device drivers.
# 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
# Rewritten to use lists instead of if-statements.
obj-y += gpio/
obj-$(CONFIG_PCI) += pci/
obj-$(CONFIG_PARISC) += parisc/
obj-$(CONFIG_RAPIDIO) += rapidio/
obj-y += v... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Mon Sep 12 02:48:58 CST 2011 -->
<TITLE>
Servo
</TITLE>
<META NAME="date" CONTENT="2011-09-12">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function ... |
#include <linux/module.h>
#include <linux/param.h>
#include <linux/jiffies.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/power_supply.h>
#include <linux/idr.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <asm/unaligned.h>
#include <mach/gpio.h>
#... |
define(
['aloha', 'aloha/jquery', 'aloha/<API key>'],
function(Aloha, jQuery, <API key>) {
var
GENTICS = window.GENTICS;
/**
* Register the generic content handler
*/
var <API key> = <API key>.createHandler({
/**
* Handle the pasting. Remove all unwanted stuff.
* ... |
<?php
/* core/themes/stable/templates/block/<API key>.html.twig */
class <API key> extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'content' => array($this, 'block_content'),... |
#ifndef web_module_h
#define web_module_h
#include <assert.h>
#include <khtml_part.h>
#include <kiconloader.h>
#include <klocale.h>
#include <konqsidebarplugin.h>
#include <kmenu.h>
#include <QtCore/QObject>
// A wrapper for KHTMLPart to make it behave the way we want it to.
class KHTMLSideBar : public KHTMLPart
{
... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sun Feb 15 12:26:37 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.cloud.MockZkStateReader (Solr 5.0.0 API)</title>
<meta name="date" ... |
import java.io.File;
/**
* Setup static variables to represent properties in test environment.
*/
public class TestParams {
/** variables that hold value property values */
public static String testSrc = null;
public static String testClasses = null;
/** name of default security policy */
public s... |
#define DRIVER_VERSION "v0.7.2"
#define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>"
#define DRIVER_DESC "USB Driver for GSM modems"
#include <linux/kernel.h>
#include <linux/jiffies.h>
#include <linux/errno.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/slab.h>
#include <linux/module.... |
#ifndef _AGP_BACKEND_PRIV_H
#define _AGP_BACKEND_PRIV_H 1
#include <asm/agp.h>
#define PFX "agpgart: "
#ifdef AGP_DEBUG
#define DBG(x,y...) printk (KERN_DEBUG PFX "%s: " x "\n", __func__ ,
#else
#define DBG(x,y...) do { } while (0)
#endif
extern struct agp_bridge_data *agp_bridge;
enum aper_size_type {
U8_APER_SIZE... |
# modify, copy, or redistribute it subject to the terms and conditions of
# This program is distributed in the hope that it will be useful, but WITHOUT
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, ... |
jQuery(document).ready(function ($) {
/*
Float Labels
*/
$('input.floatlabel').floatlabel({
labelStartTop: '10px',
labelEndTop: '0',
transitionDuration: 0.1
});
/*
Document Focus
*/
$(document).ready(function() {
$('form:first *:input[type!=hidden]:fir... |
#ifndef UPDATESERVICE_H
#define UPDATESERVICE_H
#include <dialogs/updatedialog.h>
#include <qnetworkreply.h>
class MainWindow;
#ifdef Q_OS_LINUX
#define PLATFORM "linux"
#endif
#ifdef Q_OS_MAC
#define PLATFORM "macosx"
#endif
#ifdef Q_OS_WIN32
#define PLATFORM "windows"
#endif
#ifndef PLATFORM
#define PLATFORM "other"
... |
#include "include/ccontainerincludes.h"
CContainerIncludes :: CContainerIncludes(void)
{
}
CContainerIncludes :: ~CContainerIncludes(void)
{
}
CContainerIncludes& CContainerIncludes :: operator +=(const char *pInclude)
{
if (this->IncludeExists(pInclude) == 0)
m_Includes.push_back(pInclude);
return(... |
// mem.h
#ifndef LIB_MEM_H_
#define LIB_MEM_H_
#include <string.h>
#include "./list.h"
#include "./io.h"
/* CONFIG OPTIONS */
#define <API key> (1024ul)
#define MIN_ALLOC_BYTES (32ul)
#define MAX_HISTORY_LENGTH (1000ul)
#define BYTES_TO_WORDS(bytes) ... |
/*
Fauna Images and Colors Stylesheet
If you only need to change colors you only need to edit this file.
*/
body {
background-color: #F5F5EF;
color: #565654;
}
.box, #searchbox {
background-color: #fff;
}
color: #A5A5A3;
}
#header {
background: #CBF400 url(images/masthead.jpg);
}
.commentbox... |
<?php
define('<API key>', 'The database was successfully updated');
define('<API key>', 'Module\'s options');
define('_AM_ISEARCH_GOTOMOD', 'Go to the module');
define('<API key>', 'Module\'s admin');
define('_AM_ISEARCH_STATS', 'Search statistics (%d words recorded)');
define('_AM_ISEARCH_ID', 'ID');
define('_AM_ISEAR... |
<?php
if ( !defined( 'MEDIAWIKI' ) ) {
die( 'Not an entry point.' );
}
return [
/**
* Special modules who have their own classes
*/
'startup' => [ 'class' => '<API key>' ],
// Scripts managed by the local wiki (stored in the MediaWiki namespace)
'site' => [ 'class' => '<API key>' ],
's... |
(function(c){var b=c.querySelector('textarea[name="message"]'),e=document.querySelectorAll("b.postauthor"),a=e.length;clickHandler=function(d){b.value+="[b]"+d.target.innerHTML+"[/b], ";b.focus()};if(b){while(a--){e[a].style.cursor="pointer";e[a].onclick=clickHandler}}})(document); |
package org.iatoki.judgels.jerahmeel.models.daos;
import org.iatoki.judgels.play.models.daos.Dao;
import org.iatoki.judgels.jerahmeel.models.entities.<API key>;
import java.util.List;
public interface <API key> extends Dao<Long, <API key>> {
boolean <API key>(String sessionJid, String dependencyJid);
List<<API ... |
using UnityEngine;
using System.Collections;
public class State : MonoBehaviour
{
<summary>
Game states.
</summary>
public enum States
{
<summary>Initial state.</summary>
Null,
<summary>Scene loading.</summary>
LoadScene,
<summary>Level specific initialization... |
<?php
/* Layout metadata */
$layout = wp_parse_args( $post->layout, array(
'show_title' => true
));
?><article <?php post_class( 'content-area' ); ?> itemscope itemtype="http://schema.org/Product">
<header class="content-header">
<div class="<API key> clearfix"><?php
the_title( '<h1 class="e... |
#include "sk3wldbg.h"
struct sk3wldbg_sparc : public sk3wldbg {
sk3wldbg_sparc();
bool save_ret_addr(uint64_t retaddr);
};
struct sk3wldbg_sparc64 : public sk3wldbg {
sk3wldbg_sparc64();
bool save_ret_addr(uint64_t retaddr);
}; |
import java.io.File;
import java.io.FileWriter;
import java.io.PrintWriter;
import java.util.ArrayList;
import javax.swing.JOptionPane;
/**
*
* @author Administrator
*/
public class newHytech {
String destination;
File file;
private StateGraphAutomate autoGS = new StateGraphAutomate();
private ArrayL... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>numpy.ma.getmask — NumPy v1.10 Manual</title>
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css">
<link rel="stylesheet" ... |
package ch.arkeine.smartgm.model.database.dal;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import java.util.List;
import ch.arkeine.smartgm.model.dao.object.Dice;
import ch.arkeine.smartgm.model.dao.<API key>.<API key>;
import ch.arkeine.smartgm.model.database.c... |
/*
Title: attjobs - Default Stylesheet
Authors: Bobby
Email: bobby.kc@tmp.com
Company: TMP Worldwide Advertising and Communications, LLC
*/
@media screen, projection {
*html #primarynav {
margin-left:8px !important;
}
*html #btn-slide
{
display:none;
... |
/**
* SECTION:gstglcontext
* @short_description: OpenGL context abstraction
* @title: GstGLContext
* @see_also: #GstGLDisplay, #GstGLWindow
*
* #GstGLContext wraps an OpenGL context object in a uniform API. As a result
* of the limitation on OpenGL context, this object is not thread safe unless
* specified and... |
#include <config.h>
#include <unistd.h>
#include "<API key>.h"
#include "<API key>.h"
#include "virarch.h"
#include "virbitmap.h"
int virHostValidateQEMU(void)
{
virBitmapPtr flags;
int ret = 0;
bool hasHwVirt = false;
virHostMsgCheck("QEMU", "%s", _("for hardware virtualization"));
if (!(flags = <A... |
#include "./sc_defines.h"
bool <API key>(Player *player, Creature *_Creature)
{
{
player->ADD_GOSSIP_ITEM( 1, "I'd like to browse your goods.", GOSSIP_SENDER_MAIN, GOSSIP_ACTION_TRADE);
}
return true;
}
bool <API key>(Player *player, Creature *_Creature, uint32 sender, uint32 action )
{
... |
from webplot import p
p.use_doc('webplot example')
import numpy as np
import datetime
import time
x = np.arange(100) / 6.0
y = np.sin(x)
z = np.cos(x)
data_source = p.make_source(idx=range(100), x=x, y=y, z=z)
p.plot(x, y, 'orange')
p.figure()
p.plot('x', 'y', color='blue', data_source=data_source, title='sincos')
p.pl... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace KaniReg.NtUser {
class RealPlayer6 : ClassBase {
private const string TAG = "MostRecentClips";
public RealPlayer6(RegistryKey rootKey, short timeZoneBias, bool outputUtc, Reporter reporter, Logger ... |
package sampco.interactivestory.ui;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.media.Image;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.But... |
#ifndef NCMPCPP_CHARSET_H
#define NCMPCPP_CHARSET_H
#include <locale>
#include <string>
namespace Charset {
std::locale internalLocale();
std::string toUtf8From(const std::string &s, const char *charset);
std::string fromUtf8To(const std::string &s, const char *charset);
std::string utf8ToLocale(const std::string &s);
... |
<?php
?>
<article class="feed-item <API key> masonry-item <API key> <?php print $classes; ?>" role="article">
<div<?php print $content_attributes; ?>>
<?php
// We hide the comments and links now so that we can render them later.
hide($content['comments']);
hide($content['links']);
// For the momen... |
static const __u8 root_hub_hub_des[] =
{
0x09, /* __u8 bLength; */
0x29, /* __u8 bDescriptorType; Hub-descriptor */
0x02, /* __u8 bNbrPorts; */
0x0a, /* __u16 wHubCharacteristics; */
0x00, /* (per-port OC, no power switching) */
0x0... |
package org.wordpress.android.widgets;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Paint... |
require_dependency 'discourse_hub'
require_dependency 'user_name_suggester'
require_dependency '<API key>'
require_dependency 'rate_limiter'
class UsersController < <API key>
skip_before_filter :<API key>, only: [:avatar]
skip_before_filter :check_xhr, only: [:show, :password_reset, :update, :account_created, :acti... |
<html lang="en">
<head>
<title>M68K-Syntax - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="M68K_002dDependent.html#M68K_002dDepen... |
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/scatterlist.h>
#include <linux/mmc/host.h>
#include <linux/mmc/card.h>
#include <linux/mmc/mmc.h>
#include <linux/mmc/sd.h>
#include "core.h"
#include "sd_ops.h"
int mmc_app_cmd(struct mmc_host *host, struct mmc_card *card)
{
int err;
struct mmc_c... |
<?php
defined('_JEXEC') or die;
/**
* Helper for mod_feed
*
* @package Joomla.Site
* @subpackage mod_feed
* @since 1.5
*/
class ModFeedHelper
{
public static function getFeed($params)
{
// module params
$rssurl = $params->get('rssurl', '');
// get RSS parsed object
... |
package org.drftpd.sections.conf;
import java.io.<API key>;
import java.util.Collection;
import java.util.Collections;
import java.util.Properties;
import org.drftpd.PropertyHelper;
import org.drftpd.remotefile.FileUtils;
import org.drftpd.remotefile.<API key>;
import org.drftpd.sections.SectionInterface;
/**
* @autho... |
/** @file SEXP_downcast.cpp
*
* Error reporting for SEXP_downcast.
*/
#include "CXXR/SEXP_downcast.hpp"
#include <cstdlib>
#include "localization.h"
#include "R_ext/Error.h"
using namespace std;
using namespace CXXR;
void CXXR::SEXP_downcast_error(const char* given, const char* wanted)
{
Rf_error(_("'%s' supplie... |
// Class: WoklibPlugin
#include "MenuResource.h"
MenuResource::MenuResource(WLSignal *wls) : WoklibPlugin(wls)
{
EXP_SIGHOOK("Jabber GUI GetJIDMenu", &MenuResource::Menu, 1000);
}
MenuResource::~MenuResource()
{
}
int
MenuResource::Menu(WokXMLTag *xml)
{
if ( !xml->GetAttr("jid").size() || xml->GetAttr("jid... |
<?php
namespace eZ\Publish\Core\MVC\Legacy\Templating;
use Assetic\Factory\Loader\<API key>;
use Assetic\Factory\Resource\ResourceInterface;
/**
* This class does nothing.
* It just avoids Assetic to bark because eztpl doesn't have a formula loader.
*/
class LegacyFormulaLoader implements <API key>
{
/**
* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.