answer stringlengths 15 1.25M |
|---|
<?php
function digest_event($event, $start, $end) {
$tz1 = new DateTimeZone('UTC');
$tz2 = new DateTimeZone('Europe/London');
# Get a string representation of the date in UK time.
$datetime = new DateTime($start, $tz1);
$datetime->setTimezone($tz2);
$start = $datetime->format('D, jS F g:ia');
... |
// closure to avoid namespace collision
(function(){
var html_form = '<div id="text_box-form">\
<p class="popup_submit_wrap"><span class="wpp_helper_box"><a onclick="open_win(\'http:
<div class="ps_text_box_form coach_box">\
<div>\
<label class="ps... |
package org.web3d.vrml.renderer.common.nodes.surface;
// Standard imports
import java.awt.Rectangle;
import java.util.HashMap;
// Application specific imports
import org.web3d.vrml.lang.*;
import org.web3d.vrml.nodes.*;
/**
* Common implementation of a Image2D node.
* <p>
*
* @author Justin Couch
* @version $Revis... |
package org.graalvm.compiler.phases.common.inlining.info;
import org.graalvm.collections.EconomicSet;
import org.graalvm.compiler.graph.Node;
import org.graalvm.compiler.nodes.Invoke;
import org.graalvm.compiler.nodes.spi.CoreProviders;
import org.graalvm.compiler.phases.common.inlining.info.elem.Inlineable;
import org... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Fri Nov 30 18:29:54 WET 2007 -->
<TITLE>
Uses of Package pt.unl.fct.di.dbc4j.examples
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
f... |
package cs499.examples.semesterproject;
import javax.servlet.*;
import javax.servlet.http.*;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.*;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
im... |
#! /usr/bin/env python
import logging
import unittest
from pathlib import Path
from climactic.case import ClimacticTestCase
logger = logging.getLogger(__name__)
class ClimacticTestSuite(unittest.TestSuite):
"""
A collection of tests.
"""
@classmethod
def from_targets(cls, *targets, **kwargs):
... |
<?php
namespace app\models;
use Yii;
use yii\helpers\ArrayHelper;
/**
* This is the model class for table "country".
*
* @property integer $id
* @property string $country_name
*
* @property Person[] $people
*/
class Country extends \yii\db\ActiveRecord
{
/**
* @inheritdoc
*/
public static funct... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http:
<html>
<head>
<meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
<link href="xampp.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript" src="xamp... |
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/earlysuspend.h>
#include <linux/hrtimer.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/miscdevice.... |
#include "config.h"
#include <stdlib.h>
#include <libintl.h>
#include <locale.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include "<API key>.h"
int
main (int argc, char *argv[])
{
GtkWidget *dialog;
bindtextdomain (GETTE... |
<?php
namespace Cerbere\Model\Hacked;
class <API key> extends HackedFileHasher
{
/**
* Ignores file line endings.
* @inheritdoc
*/
public function performHash($filename)
{
if (!HackedFileGroup::isBinary($filename)) {
$file = file($filename, <API key>);
return s... |
package com.ks.net;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.<API key>;
import java.util.ArrayList;
import com.ks.activitys.IndexActivity.IndexHandler;
import com.ks.net.enums.MessageEnums;
public class UDPScanThread extends... |
<?php
function tzs_yahoo_get_id() {
global $wpdb;
$res = $wpdb->get_row("SELECT id, appid FROM ".<API key>." ORDER BY last_used ASC LIMIT 1;");
if (count($res) == 0 && $wpdb->last_error != null) {
return NULL;
}
$appid = $res->appid;
$id = $res->id;
$sql = "UPDATE ".<API key>." SET l... |
package hmod.domain.mkp.scripts;
import flexbuilders.core.BuildException;
import flexbuilders.core.Buildable;
import flexbuilders.scripting.BuildScript;
import flexbuilders.tree.BranchBuilder;
import flexbuilders.tree.TreeHandler;
import static hmod.parser.builders.AlgorithmBuilders.*;
/**
*
* @author Enrique Urra C.... |
#ifndef <API key>
#define <API key>
#include "JournallingObject.h"
#include "lmms_basics.h"
#include "AutomatableModel.h"
#include "TempoSyncKnobModel.h"
#include "ComboBoxModel.h"
class InstrumentTrack;
class notePlayHandle;
const int MAX_CHORD_POLYPHONY = 10;
class ChordCreator : public Model, public JournallingObjec... |
<html>
<head>
<title>Header File Index</title>
<link rel="STYLESHEET" type="TEXT/CSS" href="style.css">
</head>
<body bgcolor="#fffff8">
<table class="INVTABLE" width="100%">
<tbody>
<tr>
<td class="NOBORDER" width="40"><img src="info.gif" border="0"
height="32" width="32"> </td>
<td class="TITLE">Operations on Ti Grou... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_playlist.h>
#include <vlc_vout_display.h>
#include <windows.h>
#include <d3d9.h>
#include "common.h"
static int Open(vlc_object_t *);
static void Close(vlc_object_t *);
#define DESKTOP_LONGTEXT N_(\
"The ... |
#ifndef NAUTILUS_LINK_H
#define NAUTILUS_LINK_H
#include <gdk/gdktypes.h>
#include <libgnome/gnome-desktop-item.h>
gboolean <API key> (const char *directory_uri,
const char *base_name,
const char *displ... |
<html>
<head>
<title>Sample Waveforms for lpm_mult0.tdf </title>
</head>
<body>
<h2><CENTER>Sample behavioral waveforms for design file lpm_mult0.tdf </CENTER></h2>
<P>The following waveforms show the behavior of lpm_mult megafunction for the chosen set of parameters in design lpm_mult0.tdf. The design lpm_mult0.tdf is... |
<?php
function wp_plugins_menu() {
add_menu_page('Useful Plugins', 'Useful Plugins', 'administrator', __FILE__, '<API key>');
wp_register_style( 'wp-useful-plugins', plugins_url('/inc/css/main.css',__FILE__));
wp_enqueue_style( 'wp-useful-plugins');
wp_enqueue_script('jquery');
}
add_action('admin_menu'... |
<?php
add_action( 'getnoticed_post_ads', 'getnoticed_post_ads' );
function getnoticed_post_ads( $location ) {
/* do we need an override option?
global $getnoticedMeta;
if ( ! is_array($getnoticedMeta) ) $getnoticedMeta = <API key>( get_the_ID(), get_post_type() );
if ( ! $getnoti... |
<?php // Do not delete these lines
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die (__('Please do not load this page directly. Thanks!'));
if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { /... |
/* File produced by Kranc */
#define KRANC_C
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cctk.h"
#include "cctk_Arguments.h"
#include "cctk_Parameters.h"
#include "GenericFD.h"
#include "Differencing.h"
#include "cctk_Loop.h"
#include "loopcontrol.h"
/* De... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="cs_CZ" version="2.1">
<context>
<name>About</name>
<message>
<location filename="../qml/pages/About.qml" line="25"/>
<source>About</source>
<comment>About page title</comment>
<translation>O programu</translation>
</message>
... |
<div class="row-fluid <API key>">
<div class="<API key> col-lg-12 col-md-12 col-sm-12 col-xs-12 text-center">
<h1>Creative Problem Solvers</h1>
<p>Jigsaw is a solutions company solving your problemsas they arise.</p>
</di... |
package trasm;
class IdTable extends AbstractTable {
static enum IdType {
DB(1), DW(2), DD(4), LABEL(0);
private int size;
private IdType(int i) {
size = i;
}
int getSize() {
return size;
}
}
void add(TableItem item) {
if (isExi... |
<?php
/**
* @file
* @ingroup SMWStore
* @since 1.8
*/
class SMWSQLStore3Query {
Type of empty query without usable condition, dropped as soon as
discovered. This is used only during preparing the query (no
queries of this type should ever be added).
const Q_NOQUERY = 0;
Type of query that is a j... |
<?php
// define constants
define( '<API key>', '1.5.1' );
define( '<API key>', network_site_url() );
// directory locations
define( '<API key>', plugin_dir_url(__FILE__) );
define( '<API key>', basename( dirname( __FILE__ ) ) );
define( '<API key>', <API key> . 'css/' );
define( '<API key>', ABSPATH . WPINC );
define( ... |
function c94666032.initial_effect(c)
aux.<API key>(c,c94666032.filter,LOCATION_HAND+LOCATION_GRAVE,c94666032.mfilter)
--destroy replace
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+<API key>)
e2:SetCode(<API key>)
e2:SetRange(LOCATION_GRAVE)
e2:SetTarget(c94666032.reptg)
... |
/**
* Lists the number of different characters
*/
/* global document: true, Node: true, window: true */
exports.version = '1.0';
exports.module = function(phantomas) {
'use strict';
//phantomas.setMetric('differentCharacters'); // @desc the number of different characters in the body @offenders
phantomas.o... |
#include "Feed.h"
Feed::Feed(QObject *parent) :
QObject(parent)
{
} |
#!hyphen-venv/bin/python
import imp
from migrate.versioning import api
from app import db
from config import <API key>
from config import <API key>
migration = <API key> + \
'/versions/%03d_migration.py' % \
(api.db_version(
<API key>,
... |
<?php
namespace GCore\Admin\Extensions\Chronoforms\Actions\FileDownload;
/*** <API key> ***/
defined("GCORE_SITE") or die;
Class FileDownload extends \GCore\Admin\Extensions\Chronoforms\Action{
static $title = 'File Download';
static $group = array('utilities' => 'Utilities');
var $defaults = array(
... |
//Filename : OUNITAI.CPP
//Description : Object Unit AI
#include <OSYS.h>
#include <OSPY.h>
#include <OREBEL.h>
#include <OUNIT.h>
#include <OCONFIG.h>
#include <OREGIONS.h>
#include <OF_CAMP.h>
#include <ONATION.h>
#ifdef NO_DEBUG_UNIT
#undef err_when
#undef err_here
#undef err_if
#undef err_else
#undef err_now
#de... |
package com.bigdata.rdf.sparql.ast.optimizers;
import java.util.ArrayList;
import java.util.List;
import org.openrdf.query.algebra.StatementPattern.Scope;
import com.bigdata.bop.IBindingSet;
import com.bigdata.bop.bindingSet.ListBindingSet;
import com.bigdata.rdf.internal.IV;
import com.bigdata.rdf.model.BigdataURI;
im... |
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -o lib/gen_crc32table lib/gen_crc32table.c
source_lib/gen_crc32table := lib/gen_crc32table.c
deps_lib/gen_crc32table := \
/usr/include/stdc-predef.h \
/usr/include/stdio... |
# pylint:disable=R0201
from OpenOrange import *
from User import User
from RetroactiveAccounts import RetroactiveAccounts
class HeirFinder(RetroactiveAccounts):
def doReplacements(self, txt):
d = {1:"ONE", 2:"TWO"}
us = User.bring("USER")
txt = txt.replace(":1", us.Name + d[1])
retur... |
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <math.h>
#include "sysstuff.h"
#include "string.h"
#include "typedefs.h"
#include "smalloc.h"
#include "macros.h"
#include "vec.h"
#include "xvgr.h"
#include "physics.h"
#include "pbc.h"
#include "copyrite.h"
#include "futil.h"
#include "statutil.h"
#include "ind... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<TITLE>
Uses of Package com.google.web.bindery.requestfactory.vm.testing (Google Web Toolkit Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
... |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <syslog.h>
#include <fcntl.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "rt_names.h"
#include "utils.h"
char *rtnl_rtntype_n2a(int id, char *buf, int len)
{
switch (id) {
case RTN_UNSPEC:
return "none"... |
# finddle
Social Network helps people making friends while going to events. |
#include "Private.h"
#include "SignalSender.h"
#include "Group.h"
#include "Behavior.h"
#include <cstddef>
SignalSender * SignalSender::p_SignalSender = NULL;
SignalSender::SignalSender() {
}
SignalSender::~SignalSender() {
p_SignalSender = NULL;
}
SignalSender * SignalSender::getInstance() {
if (p_SignalSender == ... |
/*
*
* Based on OpenPic implementations:
* - Intel GW80314 I/O companion chip developer's manual
* - Motorola MPC8245 & MPC8540 user manuals.
* - Motorola MCP750 (aka Raven) programmer manual.
* - Motorola Harrier programmer manuel
*
* Serial interrupts, as implemented in Raven chipset are not supported yet.
*... |
<!-- Post sidebar -->
<aside class="add-side">
<!-- Social news -->
<div class="aside-block">
<h3 class="main-title">Популярне за тиждень</h3>
<ul class="aside-social-news">
<?php
//TODO: get just last weeks posts
$topPosts = array();
$... |
# <API key>
This is a Python project which will translate the street sweeping schedule for a municipality into a calendar. The information input is written in a text string form such as "First and Third Tuesday of the month", and must be populated on a 365-day calendar for mapping purposes.
# Objective:
I want to pars... |
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
/*
* Desired design of maximum size and alignment (see RFC2553)
*/
#define _K_SS_MAXSIZE 128 /* Implementation specific max size */
#define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
/* Implementation specific desired alignment */
struct ... |
<?php
/**
* Custom functions that act independently of the theme templates
*
* Eventually, some of the functionality here could be replaced by core features.
*
* @package evolt
*/
/**
* Adds custom classes to the array of body classes.
*
* @param array $classes Classes for the body element.
* @return array
*... |
#ifndef __PIC16C622_H__
#define __PIC16C622_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 ... |
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("/BenchmarkTest18518")
publ... |
#include <sched.h>
#include <stdio.h>
#include <unistd.h>
#include "posixtest.h"
#if defined(<API key>)&&(<API key> != -1)
int main()
{
int old_priority;
struct sched_param param;
if (sched_getparam(0, ¶m) == -1) {
perror("An error occurs when calling sched_getparam()");
return PTS_UNRES... |
<?php
namespace GL\Core\Exception;
/*
* Based on HttpKernel Symfony module
*/
class HttpException extends \RuntimeException
{
private $statusCode;
private $headers;
public function __construct($statusCode, $message = null, \Exception $previous = null, array $headers = array(), $code = 0)
{
$th... |
#include "src/gcreatedialog.h"
#include "ui_gcreatedialog.h"
GCreateDialog::GCreateDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::GCreateDialog)
{
ui->setupUi(this);
ui->lineEdit_GName->setStyleSheet("QLineEdit#lineEdit_GName { border-radius: 2px; }");
}
GCreateDialog::~GCreateDialog()
{
dele... |
package net.iharding.core.timer;
import java.text.ParseException;
import net.iharding.modules.task.model.TimeTask;
import net.iharding.modules.task.service.TimeTaskService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.quartz.<API key>;
/**
* spring4.1
* @author ... |
#!/bin/sh
export DRACUT_SYSTEMD
export NEWROOT
if [ -n "$NEWROOT" ]; then
[ -d $NEWROOT ] || mkdir -p -m 0755 $NEWROOT
fi
[ -d /run/initramfs ] || mkdir -p -m 0755 /run/initramfs
[ -d /run/lock ] || mkdir -p -m 0755 /run/lock
[ -d /run/log ] || mkdir -p -m 0755 /run/log
debug_off() {
set +x
}
debug_on() {
[... |
<html>
<head>
<title>Docs for page freeserif.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel</td>
</tr>
<tr><td class="header_line"><img src="../media/e... |
{namespace mmf=Mittwald\Typo3Forum\ViewHelpers}
<div class="<API key>">
<div>
<f:if condition="{topics.0} == {NULL}">
<f:then>
<f:translate key="General_No_Entries"/>
</f:then>
<f:else>
<f:for each="{topics}" as="topic" iteration="iteration... |
/* strerror.c
*
* cml hacked on this function 940627
* so that the error message would be copied into a static buffer,
* and then return a ptr to that buffer.
*
* Previously, a ptr into the sys_errlist array was returned,
* but this caused core dumps. I don't understand the problem
* but it's better now.
*/
#... |
// bsp.cpp -- by Thatcher Ulrich <tu@tulrich.com> 2001
// This code is in the public domain.
// Code to make a collision-bsp tree out of triangle soup.
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <engine/utility.h>
#include <engine/bsp.h>
const bool print_debug = 0;
/*
sort faces by size? O... |
<<<< HEAD
<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
jimport( 'joomla.plugin.plugin' );
jimport ( 'joomla.application.component.model' );
class <API key> extends JPlugin
{
function <API key>( &$subject, $config )
{
parent::__construct( $subject, $config );
//incase language strings... |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#include <config.h>
#include <glib.h>
#include "glib-utils.h"
#include "gth-marshal.h"
#include "gth-task.h"
/* Signals */
enum {
COMPLETED,
PROGRESS,
DIALOG,
LAST_SIGNAL
};
struct _GthTaskPrivate
{
gboolean running;
... |
// <API key>: GPL-2.0-or-later
#pragma once
#include "driver/VideoDriver.h"
#include <SDL.h>
class <API key>;
struct VideoMode;
class VideoSDL2 final : public VideoDriver
{
void CleanUp();
public:
VideoSDL2(<API key>* CallBack);
~VideoSDL2() override;
Get the name of the driver
const char* GetName()... |
package com.espertech.esper.epl.agg.access;
import com.espertech.esper.client.EventBean;
import com.espertech.esper.collection.MultiKeyUntyped;
import com.espertech.esper.epl.expression.ExprEvaluator;
import com.espertech.esper.epl.expression.<API key>;
import java.util.*;
/**
* Implementation of access function for s... |
#include "fbuilder.h"
static FileDB *bin_out = NULL;
static void process_bin(const char *fname) {
assert(fname);
// process trace file
FILE *fp = fopen(fname, "r");
if (!fp) {
fprintf(stderr, "Error: cannot open %s\n", fname);
exit(1);
}
char buf[MAX_BUF];
while (fgets(buf, M... |
<?php
// Disallow direct access to this file
defined('_JEXEC') or die('Restricted access');
?>
<fieldset class="adminform" id="com_karmaPoints">
<legend><?php echo JText::_( '<API key>' ); ?></legend>
<table class="admintable" cellspacing="1">
<tbody>
<tr>
<td width="20" clas... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie lt-ie9 lt-ie8 lt-ie7 fixed top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini sidebar-hat"> <![endif]-->
<!--[if IE 7]> <html class="ie lt-ie9 lt-ie8 fixed top-full menuh-top sidebar sidebar-full sidebar-collapsible sidebar-width-mini side... |
<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?>">
<div class="node-inner">
<?php /* choix du layout selon nombre de colonne
* .<API key>{} .col1_layout_330_all{} .<API key>{}
* .<API key>{} .col2_layout_330_all{} .<API key>{}
* .<API key>{} .col3_layout_330... |
/*
* 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... |
<?php
// No direct access to this file
defined('_JEXEC') or die;
class <API key> extends F0FModelBehavior {
private $_rawData = array();
public function onAfterGetItem(&$model, &$record) {
//we just have the products. Get the variants
$variantModel = F0FModel::getTmpInstance('Variants', 'J2Store... |
/*! \file
*
* \brief FrameHooks Architecture
*
* \author David Vossel <dvossel@digium.com>
*/
#include "asterisk.h"
<API key>(__FILE__, "$Revision$")
#include "asterisk/channel.h"
#include "asterisk/linkedlists.h"
#include "asterisk/framehook.h"
#include "asterisk/frame.h"
struct ast_framehook {
struct <API ke... |
package org.ab.akademikbilisim;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.TextVie... |
form#user-pass input#edit-name,
form.contact-form .form-item input[type="text"],
form.contact-form .form-type-textarea .<API key> textarea {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
} |
from __future__ import division
from __future__ import print_function
from __future__ import absolute_import
import wx
from .common import update_class
class Separator(wx.StaticLine):
def __init__(self, parent):
wx.StaticLine.__init__(self, parent.get_container(), -1,
wx.DefaultPosition, wx.... |
<?php
get_header();
?>
<section id="content">
<div class="container block">
<div class="row">
<div id="main" class="col-md-9">
<?php if ( have_posts()) : ?>
<header class="page-header">
<h1 class="page-title"><?php printf( __( 'Category Archives: %... |
#ifndef __QTSMOVIE__
#define __QTSMOVIE__
#ifndef __CORESERVICES__
#include <CoreServices/CoreServices.h>
#endif
#ifndef __MOVIES__
#include <QuickTime/Movies.h>
#endif
#ifndef <API key>
#include <QuickTime/QuickTimeStreaming.h>
#endif
#include <AvailabilityMacros.h>
#if PRAGMA_ONCE
#pragma once
#endif
#ifdef __cpluspl... |
# NVIDIA Corporation and its licensors retain all intellectual property
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
TOPDIR := ../../..
include $(TEGRA_TOP)/core-private/make/Makefile.defs
MODULE_NAME := libnvflash
LI... |
.navmenu{
clear:both;
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: url(img/navmenu_bg.gif) repeat-x;
height: 46px;
list-style: none;
}
.navmenu li{
float:left;
}
.navmenu li a{
float: left;
display: block;
color:#DA4901;
text-decoration: non... |
package org.lolhens.minechanics.core.storageaccess.nbt
import net.minecraft.nbt.NBTTagByteArray
class NBTByteArray(override val obj: NBTTagByteArray) extends ValidNBTObject[NBTTagByteArray](obj) {
} |
// Name: wx/minifram.h
// Purpose: wxMiniFrame base header
// Created:
// RCS-ID: $Id: minifram.h 70345 2012-01-15 01:05:28Z VZ $
// Licence: wxWindows Licence
#ifndef <API key>
#define <API key>
#include "wx/defs.h"
#if wxUSE_MINIFRAME
#if defined(__WXMSW__)
#include "wx/msw/minifram.h"
#elif defin... |
package cmd
import (
"fmt"
"time"
"github.com/spf13/cobra"
"github.com/streadway/amqp"
)
// rabbitCmd represents the rabbit command
var rabbitCmd = &cobra.Command{
Use: "rabbit",
Short: "A brief description of your command",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printl... |
// Name: wx/gdiobj.h
// Purpose: wxGDIObject base header
// Created:
// RCS-ID: $Id: gdiobj.h 70345 2012-01-15 01:05:28Z VZ $
// Licence: wxWindows Licence
#ifndef _WX_GDIOBJ_H_BASE_
#define _WX_GDIOBJ_H_BASE_
#include "wx/object.h"
// wxGDIRefData is the base class for wxXXXData structures which co... |
#ifndef _UAPI_QSEECOM_H_
#define _UAPI_QSEECOM_H_
#include <linux/types.h>
#include <linux/ioctl.h>
#define MAX_ION_FD 4
#define MAX_APP_NAME_SIZE 32
#define QSEECOM_HASH_SIZE 32
/*
* struct <API key> -
* for register listener ioctl request
* @listener_id - service id (shared between userspace and QSE)
* @i... |
<?php
/**
* Generates HTML from tokens.
* @todo Refactor interface so that configuration/context is determined
* upon instantiation, no need for messy generateFromTokens() calls
* @todo Make some of the more internal functions protected, and have
* unit tests work around that
*/
class <API key>
{
... |
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "rtl.h"
#include "tree.h"
#include "gimple.h"
#include "tree-pass.h"
#include "ssa.h"
#include "expmed.h"
#include "optabs-tree.h"
#include "diagnostic.h"
#include "fold-const.h"
#include "stor-layout.h"
#include "langhooks.h"
... |
#!/usr/local/bin/perl
use strict;
use warnings;
use CGI;
use DBI;
use lib './libs';
use ReadConfig;
use URI::Escape;
use Digest::MD5 qw(md5_hex);
use SessionFunctions;
my $q = CGI->new();
my $config = ReadConfig->new(config_type =>'YAML',config_file => "/usr/local/etc/opencop/config.yml");
$config->read_config;
my $ses... |
<?php
defined('_JEXEC') or die;
// Import VIEW object class
jimport('joomla.application.component.view');
/**
* DB Replacer Default View
*/
class <API key> extends JViewLegacy
{
/**
* Custom Constructor
*/
public function __construct($config = array())
{
/** set up global variable for so... |
<?php
defined('_HZEXEC_') or die();
$canDo = \Components\Cart\Admin\Helpers\Permissions::getActions('orders');
Toolbar::title(Lang::txt('COM_CART') . ': Items Ordered', 'cart.png');
if ($canDo->get('core.admin'))
{
Toolbar::preferences($this->option, '550');
Toolbar::spacer();
}
Toolbar::custom('downloadorders'... |
#MNGExcuse { position: relative; }
#MNGExcuse p, #MNGExcuse input, #MNGExcuse textarea, #MNGExcuse select, #MNGExcuse option, #MNGExcuse th, #MNGExcuse td, #MNGExcuse dt, #MNGExcuse dd, #MNGExcuse a, #MNGExcuse li {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #606060;
font-size: 10pt;
lin... |
(function() {
// Ativa o menu mobile
app.menu();
var slideshow = document.getElementById("slider");
if(slideshow) {
window.mySwipe = new Swipe(slideshow, {
speed: 400,
auto: 4000,
continuous: false,
callback: function(){
var i = mySwipe.getPos(),
el = document.qu... |
/**
\file "util/STL/stack_fwd.hh"
Forward declaration of std::stack.
No wrapping.
$Id: stack_fwd.hh,v 1.6 2006/04/23 07:37:29 fang Exp $
*/
#ifndef <API key>
#define <API key>
#include "util/STL/deque_fwd.hh"
BEGIN_NAMESPACE_STD
// doesn't like redeclaring default template arguments...
// templat... |
#!/usr/bin/env bash
set -ueo pipefail
FORCE_INKSCAPE="$(echo "${<API key>}" | tr '[:upper:]' '[:lower:]')"
if [[ "${FORCE_INKSCAPE}" == "true" ]]; then
RENDER_SVG=""
else
RENDER_SVG="$(command -v rendersvg)" || true
fi
INKSCAPE="$(command -v inkscape)" || true
OPTIPNG="$(command -v optipng)" || true
if [[ -n "${INK... |
#ifndef <API key>
#define <API key>
//#define <API key> (1 << SYSCLK_SYSTIMER)
//#define <API key> (1 << SYSCLK_USART0)
//#define <API key> (1 << SYSCLK_HMATRIX)
//#define <API key> (1 << SYSCLK_MDMA_HSB)
#define <API key> SYSCLK_SRC_RCSYS
//#define <API key> SYSCLK_SRC_OSC0
//#define <API key> ... |
'use strict';
function solve(args) {
var $number = +args[0];
var $significantBit = $number => (($number >> 3) & 1);
console.log($significantBit($number));
}
solve(['15']);
solve(['1024']); |
<?php
require_once ("../modules/Federations.php");
$feds=Federations::getFederationList();
foreach($feds as $fed) {
echo "ID:{$fed['ID']} : {$fed['LongName']}\n";
// print_r($fed);
}
?> |
<!DOCTYPE html>
<html>
<head>
<title>Align</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/>
<link rel="stylesheet" type="t... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Illuminate\Session | </title>
<link rel="stylesheet" type="text/css" href="../stylesheet.css">
</head>
<body id=... |
#include <cstdlib>
#include <cstring>
#include <stdexcept>
#include <iostream>
#include <construo/Builder.h>
#include <crustacore/LayerData.h>
using namespace crusta;
int main(int argc, char* argv[])
{
enum BuildType
{
UNDEFINED_BUILD,
DEM_BUILD,
COLORTEXTURE_BUILD,
LAYERF_BUILD
... |
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("/BenchmarkTest08513")
publ... |
#include <linux/init.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/platform_device.h>
#include <linux/debugfs.h>
#include <linux/seq_file.h>
#in... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>numpy.chararray.clip — 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="styleshe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.