answer stringlengths 15 1.25M |
|---|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>RBEntryView</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Rhythmbox Development Reference Manual"... |
module.exports = async ({ client, configJS, Utils: { IsURL }, Constants: { Colors } }, msg, commandData) => {
const handleQuit = () => {
msg.reply({
embed: {
color: Colors.RED,
description: `You've exited the profile setup menu!`,
},
});
};... |
<?php
?>
<?php print $content ?>
<p class="link"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></p> |
#include <gsf-config.h>
#include <gsf/gsf-command-context.h>
#include <gsf/gsf.h>
static void <API key> (<API key> *klass);
static void <API key> (GsfCommandContext *cc, <API key> *klass);
static void <API key> (GObject *object);
enum {
ERROR_OCCURRED,
WARNING,
LAST_SIGNAL
};
static guint cmd_contex... |
<?php
/**
* Climbuddy API namespace
*
* @package CB\Api
*/
namespace CB\Api;
/**
* API layer controller
*
* @author Bojan Hribernik <bojan.hribernik@gmail.com>
* @version 1.0
* @package CB\Api
*/
class Layer extends AbstractController
{
/**
* Read layers
*
* @access public
* @return ar... |
# pylint: disable = C0301
from bs4 import BeautifulSoup
from urllib2 import urlopen
import pandas as pd
pos_idx_map = {
'qb': 2,
'rb': 3,
'wr': 4,
'te': 5,
}
def make_url(pos, wk):
ii = pos_idx_map[pos]
fstr = "http://fantasydata.com/nfl-stats/<API key>.aspx?fs=1&stype=0&sn=1&w=%s&s=&t=0&p=%s&st... |
package edu.asu.spring.quadriga.dao.profile.impl;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.... |
// Module to configure an ExpressJS web server
// Requires
// "express": "4.13.3",
// "cookie-parser": "1.4.0",
// "morgan": "1.6.1",
// "body-parser" : "1.14.1",
// "express-session" : "1.12.1",
// "method-override" : "2.3.5"
var express = require('express');
var cookieParser = require('... |
(function ($) {
/**
* Attaches double-click behavior to toggle full path of Krumo elements.
*/
Drupal.behaviors.devel = {
attach: function (context, settings) {
// Add hint to footnote
$('.krumo-footnote .krumo-call').once().before('<img style="vertical-align: middle;" title="Click to expand. Double-click t... |
#endregion
using Reko.Core;
using System;
namespace Reko.Gui
{
public class <API key> : EventArgs
{
private AddressRange range;
public <API key>(AddressRange range)
{
this.range = range;
}
public AddressRange AddressRange { get { return range; } }
}
<s... |
<?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
*
* @author Nate Hobi <nate.hobi@gmail.com>
*/
clas... |
using System;
using <API key>.Ligra.RenderItems;
using <API key>.Solus.Commands;
namespace <API key>.Ligra.Commands
{
public class CdCommand : Command
{
public static readonly CdCommand Value = new CdCommand();
public override string Name => "cd";
public override string DocString =>
@"cd... |
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
require_once(__DIR__."/../server/tools.php");
require_once(__DIR__."/../server/auth/Config.php");
require_once(__DIR__."/../server/auth/AuthManager.php");... |
#ifndef _ADC_TARGET_H_
#define _ADC_TARGET_H_
/* only two channels used by the Gigabeat */
#define NUM_ADC_CHANNELS 2
#define ADC_BATTERY 0
#define ADC_HPREMOTE 1
#define ADC_UNKNOWN_3 2
#define ADC_UNKNOWN_4 3
#define ADC_UNKNOWN_5 4
#define ADC_UNKNOWN_6 5
#define ADC_UNKNOWN_7 6
#define ADC_UNKNOWN_... |
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http:
<channel>
<title>intro to digital media studies - annoy</title>
<link>http://machines.plannedobsolescence.net/51-2008/taxonomy/term/25/0</link>
<description></description>
<language>en</language>
<item>
<title>10 Things to do to Annoy Your R... |
<?php
/**
* Loop Add to Cart
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.1.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/*
global $product;
echo apply_filters( '<API key>',
sprintf( '<a href="%s" rel="nofollow" data-product_id="%s" data-product_... |
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "backend.h"
#include "predict.h"
#include "tree.h"
#include "gimple.h"
#include "fold-const.h"
#include "cfgloop.h"
#include "gimple-iterator.h"
#include "tree-cfg.h"
#include "<API key>.h"
#include "params.h"
#include "tree-ssa-loop.h"
#include "c... |
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("/BenchmarkTest08472")
publ... |
#ifndef __TEXTSERVICES__
#define __TEXTSERVICES__
#ifndef <API key>
#include "ConditionalMacros.h"
#endif
#ifndef __MACTYPES__
#include "MacTypes.h"
#endif
#ifndef __EVENTS__
#include "Events.h"
#endif
#ifndef __MENUS__
#include "Menus.h"
#endif
#ifndef __AEDATAMODEL__
#include "AEDataModel.h"
#endif
#ifndef __AEREGIST... |
#include <kpathsea/config.h>
#include <kpathsea/c-namemx.h>
#include <kpathsea/c-pathch.h>
#include <kpathsea/c-pathmx.h>
#include <kpathsea/c-stat.h>
#include <kpathsea/pathsearch.h>
#include <kpathsea/readable.h>
#include <kpathsea/tex-hush.h>
/* If access can read FN, run stat (assigning to stat buffer ST) and
ch... |
DROP TABLE IF EXISTS <API key>;
CREATE TABLE [<API key>]
(
[id] UNIQUEIDENTIFIER NOT NULL,
[version] TEXT,
[content] NTEXT,
PRIMARY KEY (Id)
); |
<!-- Email Scheduling Settings -->
<?php
$scheduling = $this -> get_option('scheduling');
$queuesendorder = $this -> get_option('queuesendorder');
$queuesendorderby = $this -> get_option('queuesendorderby');
?>
<input type="hidden" name="scheduling" value="Y" />
<table class="form-table">
<tbody>
<tr>
... |
package de.linogistix.los.inventory.query.dto;
import java.util.Date;
import de.linogistix.los.inventory.model.<API key>;
import de.linogistix.los.inventory.model.OrderReceipt;
import de.linogistix.los.query.BODTO;
public class OrderReceiptTO extends BODTO<OrderReceipt> {
private static final long serialVersionUID ... |
<html lang="en">
<head>
<title>Menu Location - GNU Texinfo 4.8</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Texinfo 4.8">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Menus.html#Menus" title... |
<?php
namespace PHPExiftool\Driver\Tag\DICOM;
use PHPExiftool\Driver\AbstractTag;
class <API key> extends AbstractTag
{
protected $Id = '3008,00F4';
protected $Name = '<API key>';
protected $FullName = 'DICOM::Main';
protected $GroupName = 'DICOM';
protected $g0 = 'DICOM';
protected $g1 = 'DICOM... |
<?php /** Template Name: Blog Full Style Four */ get_header(); ?>
<!-- Container Start -->
<div class="container_16">
<!-- Top Back Theme -->
<div id="top-back-two"></div>
<!-- Big Message -->
<div class="grid_11 top-message">
<h1>
<?php if ( get_post_meta($post->ID, 'bigtitle', true) ) { ?>
<?php e... |
require_dependency 'api_exception'
# The Group class represents a group record in the database and thus a group
# in the ActiveRbac model. Groups are arranged in trees and have a title.
# Groups have an arbitrary number of roles and users assigned to them.
class Group < ApplicationRecord
has_many :groups_users, inver... |
#include "kis_doc2_test.h"
#include <KisDocumentEntry.h>
#include <KisMainWindow.h>
#include <qtest_kde.h>
#include "KisDocument.h"
#include "kis_image.h"
#include "kis_undo_store.h"
#include "kis_factory2.h"
#include "KisPart.h"
#include <KisViewManager.h>
#include "util.h"
#include <KisView.h>
#include "KisPart.h"
vo... |
<?php
// Enqueue Scripts & Stylesheets
require_once(dirname(__FILE__) . '/functions/queue-scripts.php');
// // Initialize Custom Post Types
// require_once(dirname(__FILE__) . '/functions/post-types.php');
// // Initialize Custom Taxonomies
// require_once(dirname(__FILE__) . '/functions/taxonomies.php');
// // Enqueue... |
#ifndef RTBINIT_H
#define RTBINIT_H
#include "../stdnamespace.h"
#include "../exceptions/parserexception.h"
#include "../exceptions/ioexception.h"
/**
* Namespace RTBGlobal
*/namespace RTBGlobal {
using std::string;
using Exceptions::ParserException;
using std::bad_exception;
using Exceptions::RTBExcept... |
<?php
defined('_JEXEC') or die('Restricted access');
class <API key> extends TwojController{
public function display($cachable = false, $urlparams = false){
JFactory::getApplication()->close('');
}
public function callback(){
$document = JFactory::getDocument();
$document->setType('r... |
<?php
// |zen-cart Open Source E-commerce |
// | Norwegian translation by Rune Rasmussen - 2006 |
// | available through the world-wide-web at the following url: |
// | to obtain it through the world-wide-web, please send a note to |
// $Id: p... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <glib.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>
#include <epan/ipproto.h>
#include <epan/ip_opts.h>
#include <epan/prefs.h>
#include <epan/reassemble.h>
#include <epan/etypes.h>
#include <epan/greproto.h>
#include <epan/ppptyp... |
package us.mn.state.dot.tms;
import java.util.HashMap;
import static us.mn.state.dot.tms.SignMessageHelper.<API key>;
import us.mn.state.dot.tms.utils.I18N;
/**
* This enum defines all system attributes.
*
* @author Douglas Lau
* @author Michael Darter
* @author Travis Swanston
*/
public enum SystemAttrEnum {
... |
#ifndef <API key>
#define <API key>
#import <Cocoa/Cocoa.h>
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
#import "chrome/browser/ui/cocoa/<API key>.h"
#include "chrome/browser/ui/panels/panel.h"
#import "ui/base/cocoa/tracking_area.h"
class PanelCocoa;
@class <API key>;
@interface <API key>... |
% This file is part of babel. For further details see:
% https:
\ifx\BabelBeforeIni\undefined
\PackageError{babel}%
{This file is a component of babel and cannot\MessageBreak
be loaded directly. I'll stop immediately}%
{Just use babel as documented.}%
\stop
\fi
\BabelBeforeIni{es}{%
}
\endinput |
var gulp = require("gulp"),
concat = require("gulp-concat"),
karma = require("karma").server,
mocha = require("gulp-mocha"),
nodemon = require("gulp-nodemon"),
notify = require("gulp-notify"),
size = require("gulp-filesize"),
sourcemaps = require("gulp-sourcemaps"),
uglify = require("gul... |
<?php
function QContactsBuildRoute(&$query) {
static $items;
$segments = array();
$itemid = null;
// Get the menu items for this component.
if (!$items) {
$component = &JComponentHelper::getComponent('com_qcontacts');
$menu = &JSite::getMenu();
$items ... |
package codejam2016_1st;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.<API key>;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.Scanner;
import java.util.Stack;
class Pair {
int _node;
int _dist;
Pair(int node, int dist) {
_node = node... |
#include "control.h"
Control::Control (int special_index) :
_special_index (special_index)
{
}
void Control::process_g (double delta_t)
{
}
void Control::process_c (double delta_t)
{
for (size_t i = 0; i < _control_outs.size(); ++i)
{
_control_outs[i] = *(_control_ins[0] + _special_index + i);
}... |
#include "idlc_include.h"
#include "front-back/idl_tree.h"
#include "back/idlc_back.h"
#include "front/idl/parser.h"
#include "front-back/idl_tree_serializer.h"
Root* deserializeFile(const char* fileName) {
unique_ptr<Root> root(new Root());
uint8_t baseBuff[0x10000];
FILE* in = fopen(fileName, "rb");
i... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <errno.h>
#include <assert.h>
#include <cairo.h>
#include <inttypes.h>
#include <sys/time.h>
#include <utils.h>
#include <engine/render.h>
#include <engine/document.h>
static cairo_surface_t* do_render_page( page_t* page ) {
doubl... |
package com.usp.icmc.labes.fsm;
public class FsmTransition extends FsmElement{
private FsmState from;
private String input;
private String output;
private FsmState to;
public FsmTransition(){
super();
}
public FsmTransition(FsmState f, String in, String out, FsmState t) {
thi... |
#ifndef Podd_THaTRACKOUT_h_
#define Podd_THaTRACKOUT_h_
// Class to put the four-vector for tracks from a THaTrackingModule
#include "THaPhysicsModule.h"
#include <TLorentzVector.h>
#include <TString.h>
class THaTrackingModule;
class THaTrackOut : public THaPhysicsModule {
public:
THaTrackOut(const char* name, cons... |
using System;
using System.Web.UI;
using Magix.UX.Widgets;
using Magix.UX.Effects;
using Magix.Brix.Types;
using Magix.Brix.Loader;
using System.Web;
using Magix.UX;
namespace Magix.Brix.Components.ActiveModules.Publishing
{
/**
* Level2: Allows for editing of WebPageTemplate objects. Contains most of the UI
... |
package com.drogon.test;
import java.io.IOException;
import java.util.Iterator;
import com.drogon.core.Drogon;
/**
Contributors: Nachi
*/
public class TestParser {
public static void main(String[] args) {
String str = "Mozilla/5.0 (Linux; Android 4.4.2; SGH-T399N Build/KOT49H) AppleWebKit/537.36 (KHTML, li... |
<html>
<head>
<title>Hard Process Selection</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>
<h2>Hard Process Selection</h2>
<ol id="toc">
<li><a href="#section0"><aloc href="QCDProcesses">QCD Processes</aloc></a></li>
<li><a href="#se... |
<?php
/**
* The Search Form
*
* @package _starter
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<label>
<span class="screen-reader-text"><?php esc_html_e( 'Search for:', '_starter' ); ?></span>
<input type="text" class="search-fiel... |
var events = new Hash();
function showEvent( eid, fid, width, height )
{
var url = '?view=event&eid='+eid+'&fid='+fid;
url += filterQuery;
createPopup( url, 'zmEvent', 'event', width, height );
}
function createEventHtml( event, frame )
{
var eventHtml = new Element( 'div' );
if ( event.Archived > 0... |
<!DOCTYPE html>
<html>
<body>
Enter a date and time between 2000-10-06 22:22:55 and 2014-11-16 21:25:33:
<input type="datetime-local" id="myLocalDate" min="2000-10-06T22:22:55" max="2014-11-16T21:25:33">
<p>Click the button to display the value of the min attribute of the local datetime field.</p>
<button onclick="myFu... |
<!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.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>InspIRCd: win Director... |
(function() {
/* constructor */
function PhotoFloat() {
this.albumCache = [];
}
/* public member functions */
PhotoFloat.prototype.album = function(subalbum, callback, error) {
var cacheKey, ajaxOptions, self;
if (typeof subalbum.photos !== "undefined" && subalbum.photos !== ... |
<?php
?>
<?php
class <API key>
{
public function toOptionArray()
{
return array(
array('value' => 0, 'label' =>'Ascending'),
array('value' => 1, 'label' => 'Descending'),
// and so on...
);
}
} |
#ifndef DEF_MS_ROI
#define DEF_MS_ROI
#define MAX_POINTS 3000 /* Changed by Youpu 13/05/91*/
typedef struct point_list {
int x;
int y;
struct point_list *next_point;
} POINT_LIST, *POINT_LIST_PTR;
typedef struct roi_list {
int roi_id;
int number_of_points;
int maxx, minx, miny, maxy;
st... |
\file
// Range v3 library
// Use, modification and distribution is subject to the
#ifndef <API key>
#define <API key>
#include <algorithm>
#include <iterator>
#include <type_traits>
#include <utility>
#include <meta/meta.hpp>
#include <range/v3/range_fwd.hpp>
#include <range/v3/functional/comparisons.hpp>
#include <ra... |
<?php
/**
* Metabox & Widget Manager
*
* @package AAM
* @subpackage Model
*/
class <API key> {
public static $parent;
/**
*
* @global array $submenu
* @param string $tmpl
* @param mvb_Model_Manager $parent
* @return string
*/
public static function render($tmpl, $parent) {... |
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/reset.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/style.css" type="text/css"... |
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include "devfs.h"
int devFS_node_type(
<API key> *pathloc
)
{
/*
* There is only one type of node: device
*/
return <API key>;
} |
<?php
/**
* @package cbarnes_dev
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-meta">
<?php <API key>(); ?>
</div><!-- .entry-meta -->
</header><!-- .ent... |
/* Sample usage: */
/* var p1 = new LatLon(lat, lon); */
/* jshint node:true *//* global define */
'use strict';
/**
* Tools for converting between numeric degrees and degree... |
<?
# Lifter010: TODO
use Studip\Button, Studip\LinkButton;
?>
<h3><?= sprintf(_("Es wurden %s Personen gefunden"), count($users)) ?></h3>
<form action="<?= $controller->url_for('admin/user/delete') ?>" method="post">
<?= CSRFProtection::tokenTag() ?>
<table class="default">
<tr class="sortable">
<th align="... |
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="u... |
// glassgui.h
// glassgui(1) Audio Encoder front end
// 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
// You ... |
<?php
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
<API key>( '<API key>' );
function <API key>( $classname ) {
$class = str_replace( '\\', DIRECTORY_SEPARATOR, str_replace( '_', '-', strtolower( $classname ) ) );
// create the actual filepath
$filePath = WP_PLUGIN_DIR... |
#!/bin/bash
source $(dirname $0)/test.inc.sh
po2flatxml --progress=none $one $out
check_results |
;(function($){
$(document).ready( function(){
$('.fa_slider_simple').FeaturedArticles({
slide_selector : '.fa_slide',
nav_prev : '.go-back',
nav_next : '.go-forward',
nav_elem : '.main-nav .fa-nav',
effect : false,
... |
/*
* Do some regression tests for constructors.
* Run normally (without arguments) it is a simple regression test.
* Run with a numeric argument, it repeats the regression a number
* of times, to try to determine if there are memory leaks.
*/
#include <db_cxx.h>
#include <iostream.h>
int main(int argc, char *argv[... |
<HTML>
<HEAD>
<TITLE>class ISDNQ931State</TITLE>
<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
<TABLE BORDER="0">
<TR><TD valign="top" align="left" cellspacing="10">
<h... |
obj-m := bio_multi_page.o
<API key> := bio_multi_page.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |
#ifndef <API key>
#define <API key>
enum Npcs
{
// Lady Naz'jar
BOSS_LADY_NAZJAR = 40586,
NPC_SUMMONED_WITCH = 40634, // 2 of them
NPC_SUMMONED_GUARD = 40633,
<API key> = 48571,
// Commander Ulthok
<API key> = 40765,
NP... |
var <API key> = false;
var <API key> = false;
var <API key> = false;
var rcp_processing = false;
jQuery(document).ready(function($) {
// Initial validation of subscription level and gateway options
rcp_validate_form( true );
// Trigger gateway change event when gateway option changes
$('#<A... |
<?php
require_once("../../../globals.inc.php");
require_once(dir_code_lib("bdd_mysql.class.php"));
require_once(dir_include("config.inc"));
?> |
# -*- coding: utf-8 -*-
# This file is part of EventGhost.
# EventGhost is free software: you can redistribute it and/or modify it under
# any later version.
# EventGhost is distributed in the hope that it will be useful, but WITHOUT
# more details.
import inspect
import os
import sys
import threading
import time
impor... |
package Transform;
import Objects.TagList;
import java.util.ArrayList;
import java.util.Collections;
/**
*
* @author SHKim12
*/
public class QuantileTransform implements Transform {
public QuantileTransform( TagList l ) {
if( l.size() == 0 ) m_QuantileVector = null;
ArrayList<Float> totalList = n... |
<?php
defined('TYPO3_MODE') or die();
if (TYPO3_MODE === 'BE') {
$GLOBALS['TBE_MODULES_EXT']['xMOD_alt_clickmenu']['extendCMclasses'][] = array(
'name' => \TYPO3\CMS\Impexp\Clickmenu::class
);
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['taskcenter']['impexp'][\TYPO3\CMS\Impexp\Task\ImportExportTask::... |
package com.kartoflane.superluminal2.components.interfaces;
import org.eclipse.swt.events.PaintEvent;
import org.eclipse.swt.events.PaintListener;
public interface Redrawable extends PaintListener
{
/**
* Calls paintControl if the object is visible.
*/
public void redraw( PaintEvent e );
} |
#include <common.h>
#include <init.h>
#include <gpio.h>
#include <environment.h>
#include <envfs.h>
#include <errno.h>
#include <mci.h>
#include <sizes.h>
#include <usb/ehci.h>
#include <asm/armlinux.h>
#include <io.h>
#include <asm/mmu.h>
#include <generated/mach-types.h>
#include <mach/imx-regs.h>
#include <mach/cloc... |
#include <linux/jiffies.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <asm/div64.h>
#include <mach/subsystem_restart.h>
#include "msm_vidc_common.h"
#include "vidc_hfi_api.h"
#include "msm_smem.h"
#include "msm_vidc_debug.h"
#define IS_ALREADY_IN_STATE(__p, __d) ({\
int __rc = (__p >= __d);\
__rc... |
<?php
declare(strict_types=1);
namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\IRRE\ForeignField;
use TYPO3\CMS\Core\Tests\Functional\DataHandling\<API key>;
use TYPO3\CMS\Core\Utility\StringUtility;
/**
* Functional test for the DataHandler
*/
abstract class <API key> extends <API key>
{
protected const V... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Core.Components
{
public interface IDriver
{
string Id { get; }
string FirstName { get; }
string MiddleName { get; }
string Surname { get; }
strin... |
#ifndef NGHTTP2_BUF_H
#define NGHTTP2_BUF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <nghttp2.h>
#include "nghttp2_int.h"
typedef struct {
/* This points to the beginning of the buffer. The effective range
of buffer is [begin, end). */
uint8_t *begin;
/* This points to the... |
// rippit - A no-nonsense program to rip audio CDs
// 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 n... |
<?php
/* Generated on 6/26/15 3:23 AM by globalsync
* $Id: $
* $Log: $
*/
require_once 'EbatNs_ComplexType.php';
require_once '<API key>.php';
require_once '<API key>.php';
/**
* This type defines the <strong>MonetaryDetails</strong> container, which consists of detailed information about one or more exchanges of ... |
#ifndef __ASM_SH_PCI_H
#define __ASM_SH_PCI_H
#ifdef __KERNEL__
#include <linux/dma-mapping.h>
/* Can be used to override the logic in pci_scan_bus for skipping
already-configured bus numbers - to be used for buggy BIOSes
or architectures with incomplete PCI setup by the loader */
#define <API key>() 1
#define... |
#ifndef <API key>
#define <API key>
/**
* \file
* \brief Definitions of assertion checking macros.
*
* This file contains definitions of assertion failure check macros.
* These include \c OU_ASSERT, \c OU_VERIFY and \c OU_CHECK.
* Assertion failure handler is common for all three macros and is cust... |
TuneBank
=====
Open source music management system for windows, support for any music device and spotify. As well as inclusion for gracenotess |
package sun.io;
import sun.nio.cs.ISO_8859_7;
/**
* A table to convert ISO8859_7 to Unicode
*
* @author ConverterGenerator tool
*/
public class ByteToCharISO8859_7 extends <API key> {
private final static ISO_8859_7 nioCoder = new ISO_8859_7();
public String <API key>() {
return "ISO8859_7";
}
... |
#ifndef MYHEADER_H
#define MYHEADER_H
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
typedef struct {
char* requestRaw;
} HTTPRequest;
//needs to be called before working with the webcore
int initWebcore();
int registerApplication(int (*function)(HTTPRequest)... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include "run_stats_types.h"
one_sec_cmd_stats::one_sec_cmd_stats() :
m_bytes(0),
m_ops(0),
m_hits(0),
m_misses(0),
m_moved(0),
m_ask(0),
m_total_latency(0) {
}
void one_sec_cmd_stats::reset() {
m_bytes = 0;
m_ops = 0... |
package edu.ucla.sspace.graph;
import edu.ucla.sspace.util.Indexer;
import edu.ucla.sspace.util.ObjectIndexer;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* A decorator around all graph types that allows vertices to take on arbitrary
* labels. This class do... |
package net.sourceforge.fullsync.ui;
import java.util.Timer;
import java.util.TimerTask;
import javax.inject.Inject;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Composite;
import org.e... |
#!/bin/python
import re
import sys
import os
from datetime import date
class VersionHandler:
def __init__(self, file):
self.file = file
self.major = 0
self.minor = 0
self.revision = 0
self.build = 1
self.touch()
def read(self):
try:
f = open(se... |
/* The main program of test panel */
requirejs.config({
paths : {
"dualless" : ".."
},
baseUrl : ".."
});
require(["debug/view/component",
"debug/view/information",
"dualless/directives/winbutton"
],
function app(component,
information,
... |
package jdk.nashorn.internal.codegen;
import static jdk.nashorn.internal.codegen.CompilerConstants.EVAL;
import static jdk.nashorn.internal.codegen.CompilerConstants.RETURN;
import static jdk.nashorn.internal.ir.Expression.isAlwaysTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
... |
#ifndef ANTIP2P_H
#define ANTIP2P_H
#include <QVector>
#include <util/constants.h>
#include <interfaces/blocklistinterface.h>
namespace kt
{
struct IPBlock
{
bt::Uint32 ip1;
bt::Uint32 ip2;
IPBlock();
IPBlock(const IPBlock& block);
IPBlock(const QString& start, const QStr... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Tue Apr 08 23:12:34 WEST 2014 -->
<TITLE>
L-Index
</TITLE>
<META NAME="date" CONTENT="2014-04-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function win... |
#include "groupadd.h"
#include "gtkutils.h"
#include "account.h"
extern GSList *account_list;
enum {
<API key>,
<API key>,
<API key>,
GROUPADD_COLUMNS
};
/**
* Create the tree model for the account combo box.
*/
static GtkTreeModel*
<API key>(void)
{
GtkListStore *store;
GtkTreeIter iter;
... |
package sshd
// Tests ensuring that <API key> options translate to correct
// behaviors.
import (
"code.google.com/p/go.crypto/ssh"
"testing"
)
func <API key>(t *testing.T) {
our_config := &Config{
Hostkey: []byte(<API key>),
BindAddr: "127.0.0.0:0",
VcsRoot: "repos",
}
a :... |
<?php
N2Loader::import('libraries.parse.font');
N2Loader::import('libraries.parse.style');
abstract class <API key>
{
/**
* @var <API key>
*/
protected $slider;
public $sizes = array();
public function __construct($slider) {
$this->slider = $slider;
}
public function render() {... |
#include <FileClasses/FileManager.h>
#include <globals.h>
#include <FileClasses/TextManager.h>
#include <misc/FileSystem.h>
#include <config.h>
#include <misc/fnkdat.h>
#include <misc/md5.h>
#include <misc/string_util.h>
#include <algorithm>
#include <stdexcept>
#include <sstream>
#include <iomanip>
FileManager::FileMa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.