answer stringlengths 15 1.25M |
|---|
<?php
defined('_JEXEC') or die();
/**
* Database Table filter Model class
*
*/
class AkeebaModelDbefs extends FOFModel
{
/**
* Returns a list of the database tables, views, procedures, functions and triggers,
* along with their filter status in array format, for use in the GUI
* @return array
... |
<?php
namespace eZ\Publish\Core\MVC\Legacy\Templating\Converter;
/**
* Interface for multiple object converters.
* This is useful if one needs to convert several objects at once.
*/
interface <API key> extends ObjectConverter
{
/**
* Registers an object to the converter.
* $alias is the variable name t... |
#!/usr/bin/env perl
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# This library is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# You should have received a copy of the... |
var <API key> = new Ext.data.Store({
fields:[
{name : 'Name'},
{name : 'ID'},
{name : 'Mail'},
{name : 'Roles'}
],
reader : AccountReader
});
var UserInformationItem = [
{
fieldLabel : 'User ID',
name : 'id',
readOnly : true
}, {... |
/** Container for a single photo, may not always contain a real photo, but
* just text element.
* @see JPhotoAlbumLink.java
*/
package fi.iki.jka;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.InputStream;
import java.util.Iterator;
import javax.imageio.ImageIO;
import javax.imageio.ImageR... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Tue Aug 12 22:14:04 PDT 2014 -->
<title>org.creativecommons.nutch (apache-nutch 1.9 API)</title>
<meta name="date" content="2014-08-12">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css"... |
/**
* SECTION:gstvalue
* @short_description: GValue implementations specific
* to GStreamer
*
* GValue implementations specific to GStreamer.
*
* Note that operations on the same #GValue from multiple threads may lead to
* undefined behaviour.
*
* Last reviewed on 2008-03-11 (0.10.18)
*/
#ifdef HAVE_CONFIG_H... |
#ifndef <API key>
#define <API key>
#include "koproperty/Factory.h"
#include <QDateEdit>
namespace KoProperty
{
class KOPROPERTY_EXPORT DateEdit : public QDateEdit
{
Q_OBJECT
Q_PROPERTY(QVariant value READ value WRITE setValue USER true)
public:
DateEdit(const Property* prop, QWidget* parent);
virtual ~... |
#pragma once
#include <map>
#include <string>
#include <vector>
#include "Common/CommonTypes.h"
#include "DiscIO/Volume.h"
namespace File { struct FSTEntry; }
namespace DiscIO
{
class CVolumeDirectory : public IVolume
{
public:
CVolumeDirectory(const std::string& _rDirectory, bool _bIsWii,
const std::string... |
<html>
<head>
<title>WATOBO - Interceptor</title>
</head>
<body>
<h1>Thank you for using WATOBO - The Webapplication Toolbox</h1>
Info:<br>
Version: WATOBO_VERSION<br />
Home dir: WATOBO_HOME<br />
<br /><br />
<a href="watobo.pem">Download Certificate... |
#ifndef __GSL_POLY_H__
#define __GSL_POLY_H__
#include <stdlib.h>
#include <gsl/gsl_complex.h>
#undef __BEGIN_DECLS
#undef __END_DECLS
#ifdef __cplusplus
# define __BEGIN_DECLS extern "C" {
# define __END_DECLS }
#else
# define __BEGIN_DECLS /* empty */
# define __END_DECLS /* empty */
#endif
__BEGIN_DECLS
/* Evaluate ... |
#include <sys/mman.h>
#ifndef PROT_EXEC
#error PROT_EXEC not defined
#endif |
(function ($) {
providers_small.mailru = {
name: 'mail.ru',
url: "javascript: $('#mail_ru_auth_login a').click();"
};
openid.getBoxHTML__mailru = openid.getBoxHTML;
openid.getBoxHTML = function (box_id, provider, box_size, index) {
if (box_id == 'mailru') {
var no_sprite = this.no_sprite;
this.no_spri... |
/* $OpenBSD: libcrypto.h,v 1.17 2005/04/05 20:46:20 cloder Exp $ */
/* $EOM: libcrypto.h,v 1.16 2000/09/28 12:53:27 niklas Exp $ */
/*
* This code was written under funding by Ericsson Radio Systems.
*/
#ifndef _LIBCRYPTO_H_
#define _LIBCRYPTO_H_
#include <stdio.h>
/* XXX I want #include <ssl/cryptall.h> but ... |
#include <stdlib.h>
#include <string.h>
#include "tcpstream.h"
#include <iostream>
#include <iomanip>
#include <assert.h>
#include <errno.h>
#include <math.h>
#include <limits.h>
#include <sys/time.h>
#include <time.h>
/* Debugging for STATE change, and Startup SYNs */
#include "util/rsdebug.h"
#include "util/rsstring.... |
<?php
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
jimport('joomla.application.component.controllerform');
/**
* Maintenance Controller
*
* @package CSVIVirtueMart
*/
class <API key> extends JControllerForm {
public function Maintenance() {
// Create the view object... |
source ./templates/support.sh
populate var_<API key>
if grep -q "remember=" /etc/pam.d/system-auth; then
sed -i --follow-symlink "s/\(remember *= *\).*/\1$var_<API key>/" /etc/pam.d/system-auth
else
sed -i --follow-symlink "/^password[[:space:]]\+sufficient[[:space:]]\+pam_unix.so/ s/$/ remember=$var_<API key>/... |
package net.pms.encoders;
import com.jgoodies.forms.builder.PanelBuilder;
import com.jgoodies.forms.factories.Borders;
import com.jgoodies.forms.layout.CellConstraints;
import com.jgoodies.forms.layout.FormLayout;
import java.awt.<API key>;
import java.awt.Font;
import java.awt.event.ItemEvent;
import java.awt.event.It... |
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/pm.h>
#include <linux/gpio.h>
#include <linux/delay.h>
#include <linux/workqueue.h>
#include <linux/wakelock.h> /* wake_lock, unlock */
#include <m... |
<html>
<head>
<title>XPP - 3D PARAMETERS</title>
</head>
<body bgcolor="#ffffff" link="#330099" alink="#FF3300" vlink="#330099">
<a href="xpprestore.html">Back</a> | <a href="xppbdry.html">Next</a> | <a href="xpphelp.html">Contents</a>
<hr>
<h1>3d params</h1>Brings up a dialog box allowing you to rotate the axes in thr... |
<?php
/**
* Template Name: Template Content Sidebar Sidebar
*
* Page template for
*
* @package Openstrap
* @since Openstrap 0.1
*/
get_header(); ?>
<!-- Main Content -->
<div class="col-md-6" role="main">
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
namespace STSdb4.Data
{
public class DataComparer : IComparer<IData>
{
public readonly Func<IData, IData, int> compare;
public readonly Type Type;
... |
/* $Id: macucs.c 5322 2005-02-16 23:30:10Z owen $ */
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include "putty.h"
#include "charset.h"
#include "terminal.h"
#include "misc.h"
#include "mac.h"
/*
* Mac Unicode-handling routines.
*
* BJH:
* What we _should_ do is to use the Text Enco... |
<?php
/**
* This script is included by the <API key>.php script for arabic languages
*/
# Version History:
# Bug Report and Suggestion to:
# Walid Fathalla
# fathalla_w@hotmail.com
# Modifications by Elpidio 2004-02-07
include_once($root_path.'include/inc_ttf_ar2uni.php');
/* Load the barcode ima... |
<?php
namespace Webservices\Controller;
use Webservices\Helper;
use Webservices\Model\WebserviceModel;
/**
* Apply Webservice Controller
*
* @package Joomla!
* @subpackage Webservices
* @since 1.0
*/
class ApplyController extends DisplayController
{
/**
* Execute the controller.
*
* ... |
/*
* @test
* @bug 4997799
* @summary Basic test of ThreadMXBean.getThreadUserTime and
* <API key>.
* @author Mandy Chung
* @modules java.management
*/
import java.lang.management.*;
public class ThreadUserTime {
private static ThreadMXBean mbean = ManagementFactory.getThreadMXBean();
privat... |
<?php
require_once 'PEAR.php';
require_once dirname(__FILE__) . '/Writer/Workbook.php';
/**
* Class for writing Excel Spreadsheets. This class should change COMPLETELY.
*
* @author Xavier Noguer <xnoguer@rezebra.com>
* @category FileFormats
* @package <API key>
*/
class <API key> extends <API key>
{
/**
* Th... |
/* FileName: v_int.c */
/* Description: implement int function */
/* Others: */
/* History: */
... |
package org.videolan.vlc.gui.tv;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.support.v17.leanback.widget.ArrayObjectAdapter;
import android.support.v17.leanback.widget.HeaderItem;
import android.support.v17.leanback.widget.ListRow;
import android.support.v17.leanback... |
#include "webrtc/modules/audio_processing/transient/transient_detector.h"
#include <sstream>
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/modules/audio_processing/transient/common.h"
#include "webrtc/modules/audio_processing/transient/file_utils.h... |
<HTML>
<HEAD>
<TITLE>Contact Information</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF>
<H1>Contact Information and Copyright</H1>
SheepShaver was brought to you by
<UL>
<LI><A HREF="mailto:Christian.Bauer@uni-mainz.de">Christian Bauer</A> (kernel, disk I/O)
<LI><A HREF="mailto:Marc.Hellwig@uni-mainz.de">Marc Hellwig</A> (grap... |
// Locale support -*- C++ -*-
// 2006, 2007
// Free Software Foundation, Inc.
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// Free Software Foundation; either version 2, or (at your option)
// any later version.
// This library is... |
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-ccp1" } */
typedef char char16[16] __attribute__ ((aligned (16)));
char16 c16[4] __attribute__ ((aligned (4)));
int f5 (int i)
{
__SIZE_TYPE__ s = (__SIZE_TYPE__)&c16[i];
return 3 & s;
}
/* { dg-final { scan-tree-dump "return 0;" "ccp1" } } */
/* { dg-final {... |
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// Free Software Foundation; either version 3, or (at your option)
// any later version.
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS... |
#include "sw.h"
#include "sw_ioctl.h"
#include "fal_cosmap.h"
#include "fal_uk_if.h"
sw_error_t
<API key>(a_uint32_t dev_id, a_uint32_t dscp, a_uint32_t pri)
{
sw_error_t rv;
rv= sw_uk_exec(<API key>, dev_id, dscp, pri);
return rv;
}
sw_error_t
<API key>(a_uint32_t dev_id, a_uint32_t dscp, a_uint32_t * pri)... |
<?php
defined( 'SOBIPRO' ) || exit( 'Restricted access' );
/**
* @author Radek Suski
* @version 1.0
* @created 10-Jan-2009 5:24:28 PM
*/
abstract class SPDBObject extends SPObject
{
/**
* @var bool
*/
protected $approved = false;
/**
* @var bool
*/
protected $confirmed = false;
... |
#ifndef emul_init
#define emul_init common_emul_init
#endif
#ifndef emul_bfd_name
#define emul_bfd_name <API key>
#endif
#ifndef <API key>
#define <API key> 0
#endif
#ifndef <API key>
#define <API key> 0
#endif
#ifndef <API key>
#define <API key> 2
#endif
#ifndef <API key>
#define... |
package projekt.substratum.common;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.util.Log;
import androidx.<API key>.content.<API key>;
import projekt.substratum.Substratum;
import projekt.substratum.services.... |
<?php
function tous_les_fonds($dir,$pattern){
$liste = find_all_in_path($dir,$pattern);
foreach($liste as $k=>$v)
$liste[$k] = $dir . basename($v,'.html');
return $liste;
}
?> |
<?php
namespace Nooku\Library;
class ObjectSet extends Object implements \IteratorAggregate, \ArrayAccess, \Countable, \Serializable
{
/**
* Object set
*
* @var array
*/
protected $_object_set = null;
/**
* Constructor
*
* @param ObjectConfig $config A ObjectConfig object... |
<?php
// Moodle is free software: you can redistribute it and/or modify
// (at your option) any later version.
// Moodle is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
defined('MOODLE_INTERNAL') || die();
/* Do not include any libraries here! */
/**
... |
// Pre-compilation
#include "MediaInfo/PreComp.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "MediaInfo/Setup.h"
#if defined(MEDIAINFO_7Z_YES)
#include "MediaInfo/Archive/File_7z.h"
namespace MediaInfoLib
{ |
Graphic.Ellipse = Class.create();
Object.extend(Graphic.Ellipse.prototype, Graphic.Shape.prototype);
// Keep parent initialize
Graphic.Ellipse.prototype._shapeInitialize = Graphic.Shape.prototype.initialize;
Object.extend(Graphic.Ellipse.prototype, {
initialize: function(renderer) {
this._shapeInitialize(renderer... |
#ifndef <API key>
#define <API key>
#include <asn_application.h>
/* Including external dependencies */
#include <asn_SEQUENCE_OF.h>
#include <constr_SEQUENCE_OF.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Forward declarations */
struct S1ap_IE;
/* <API key> */
typedef struct <API key... |
/**
* @file chschd.c
* @brief Scheduler code.
*
* @addtogroup scheduler
* @details This module provides the default portable scheduler code.
* @{
*/
#include "ch.h"
/* Module local definitions. */
/* Module exported variables. ... |
<?php
namespace Magento\Setup\Module\Di\Compiler\Config;
interface <API key>
{
/**
* Modifies input config
*
* @param array $config
* @return array
*/
public function modify(array $config);
} |
#ifndef _SOCKS_H
#define _SOCKS_H
#pragma pack(push,1)
struct <API key> {
char ver;
char nmethods;
char methods[255];
};
struct <API key> {
char ver;
char method;
};
struct xsocks_request {
char atyp;
char addr[0];
};
struct socks5_request {
char ver;
char cmd;
char rsv;
char... |
/* * SUBSUMPTION * */
/* * $Module: SUBSUMPTION * */
/* * MPI fuer Informatik * */
/* * This program is free software; you can redistribute * */
/* * it and/or modify it under the terms of the FreeBSD ... |
<?php
// Moodle is free software: you can redistribute it and/or modify
// (at your option) any later version.
// Moodle is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
defined('MOODLE_INTERNAL') || die();
// get parent class
require_once($CFG->dirroot... |
<fieldset class="previsu">
<legend><:previsualisation:></legend>
<ul>
<li>
<ul class='forum'>
<li class="forum-fil">
<div class="comment">
<div class="comment-meta">
[<strong class="comment-titre">(#ENV*{... |
#ifndef PLSCALARCHANNEL_INC
#define PLSCALARCHANNEL_INC
// INCLUDES
// base
#include "plAGChannel.h"
#include "plAGApplicator.h"
// FORWARDS
class plController;
class plAnimTimeConvert;
class <API key>;
class <API key>;
// DEFINITIONS
// PLSCALARCHANNEL
// an animation channel that outputs a scalar value
class plScalar... |
// Name: wx/os2/frame.h
// Purpose: wxFrame class
// Created: 10/27/99
// RCS-ID: $Id$
// Licence: wxWindows licence
#ifndef _WX_FRAME_H_
#define _WX_FRAME_H_
// Get the default resource ID's for frames
#include "wx/os2/wxrsc.h"
class WXDLLIMPEXP_CORE wxFrame : public wxFrameBase
{
public:
/... |
using System;
using System.Collections.Generic;
using Antlr4.Runtime;
using Rubberduck.Parsing.Symbols;
using Rubberduck.UI;
using Rubberduck.VBEditor;
namespace Rubberduck.Inspections
{
public class <API key> : <API key>
{
private readonly IEnumerable<<API key>> _quickFixes;
public <API key>(II... |
package org.hsqldb.sample;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import org.hsqldb.jdbc.jdbcDataSource;
public class Testdb {
Connection conn; //our connnection... |
#include "includes.h"
#include "libcli/util/ntstatus.h"
#include "libcli/util/werror.h"
#include "librpc/ndr/libndr.h"
#include "librpc/gen_ndr/ndr_dns.h"
#include "librpc/gen_ndr/ndr_dnsp.h"
#include <ldb.h>
#include "dsdb/samdb/samdb.h"
#include "dsdb/common/util.h"
#include "dns_server/dns_server.h"
#undef DBGC_CLAS... |
/* -*- c-basic-offset: 4; indent-tabs-mode: nil -*- */
/**
* @file <API key>.c Flat lexicon search.
*/
/* System headers. */
#include <string.h>
#include <assert.h>
/* SphinxBase headers. */
#include <sphinxbase/ckd_alloc.h>
#include <sphinxbase/listelem_alloc.h>
#include <sphinxbase/err.h>
/* Local headers. */
#incl... |
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Votations.NSurvey.DataAccess;
using Votations.NSurvey.Data;
using Votations.NSurvey.UserProvider;
using Votations.NSurvey.WebAdmin.UserControls;
namespace Votations.NSurvey.WebAdmin
{
<summary>
Display the user editor
... |
define(["ng", "lodash"], function(ng, _){
"use strict";
var DashboardVM = function DashboardVM($scope, $rootScope){
var _self = this;
this.toggleHStretch = function(isOn){
_self.setOptions(options);
};
this.updateOptions = function(options){
ng.extend(_sel... |
<?php
namespace SMW\Tests\SPARQLStore;
use SMW\SPARQLStore\SPARQLStore;
use SMW\DIWikiPage;
use SMW\SemanticData;
use SMWExporter as Exporter;
use SMWTurtleSerializer as TurtleSerializer;
use Title;
class SPARQLStoreTest extends \<API key> {
public function testCanConstruct() {
$this->assertInstanceOf(
... |
package org.lwjgl.opengl;
import java.awt.<API key>;
import java.awt.GraphicsDevice;
import java.awt.Canvas;
import org.lwjgl.LWJGLException;
/**
*
* @author elias_naur <elias_naur@users.sourceforge.net>
* @version $Revision: 3632 $
* $Id: <API key>.java 3632 2011-09-03 18:52:45Z spasi $
*/
final class <API key> i... |
<?php
namespace Mailgun\HttpClient\Plugin;
use Http\Client\Common\Plugin;
use Psr\Http\Message\RequestInterface;
use Psr\Http\Message\UriInterface;
/**
* Replaces a URI with a new one. Good for debugging.
*
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
final class ReplaceUriPlugin implements Plugin
{
/**... |
// All rights not expressly granted are reserved.
// This software is distributed under the terms of the GNU General Public
// granted to it by virtue of its status as an Intergovernmental Organization
// or submit itself to any jurisdiction.
\file TopologyDictionary.h
\brief Definition of the ClusterTopology class.
\a... |
# -*- coding: utf-8 -*-
import sys
import datetime
from core.transmissionrpc.constants import PRIORITY, RATIO_LIMIT, IDLE_LIMIT
from core.transmissionrpc.utils import Field, format_timedelta
from six import integer_types, string_types, text_type, iteritems
def get_status_old(code):
"""Get the torrent status using o... |
package com.secupwn.aimsicd.ui.drawer;
import android.support.annotation.DrawableRes;
public interface NavDrawerItem {
int getId();
String getLabel();
void setLabel(String label);
void setIconId(@DrawableRes int icon);
int getType();
boolean isEnabled();
boolean <API key>();
} |
## This file is part of the libopencm3 project.
## This library is free software: you can redistribute it and/or modify
## (at your option) any later version.
## This library is distributed in the hope that it will be useful,
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
LIBNAME = libopencm3_s... |
#!/usr/bin/perl
# This file is part of Koha.
# Koha is free software; you can redistribute it and/or modify it
# (at your option) any later version.
# Koha is distributed in the hope that it will be useful, but
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
use Modern::Perl;
use CGI qw ( -utf8 );
use C4... |
<?php
namespace SendinBlue\Client\Model;
use \ArrayAccess;
use \SendinBlue\Client\ObjectSerializer;
class PostSendFailed implements ModelInterface, ArrayAccess
{
const DISCRIMINATOR = null;
/**
* The original name of the model.
*
* @var string
*/
protected static $swaggerModelName = ... |
package view.rendes;
import java.awt.Graphics;
import java.awt.Shape;
import java.awt.geom.RoundRectangle2D;
import javax.swing.JTextField;
public class RoundJTextField extends JTextField {
private Shape shape;
public RoundJTextField(int size) {
super(size);
setOpaque(false); // As suggested by ... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>For More Information</title>
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator"... |
// File: fig0621.cpp
// Computer Systems, Fourth Edition
// Figure 6.21
#include <iostream>
using namespace std;
int numPts;
int value;
int j;
void printBar (int n) {
int k;
for (k = 1; k <= n; k++) {
cout << '*';
}
cout << endl;
}
int main () {
cin >> numPts;
for (j = 1; j <= numPts; j++) {
... |
// 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
// <author>pleoNeX</author>
// <email>benito356@gmail.com</email>
// ... |
package cn.nukkit.redstone;
import cn.nukkit.block.Block;
import cn.nukkit.block.BlockRedstoneWire;
import cn.nukkit.block.BlockSolid;
import cn.nukkit.math.Vector3;
import java.util.*;
public class Redstone {
public static final int POWER_NONE = 0;
public static final int POWER_WEAKEST = 1;
public static f... |
include("dat/factions/spawn/common.lua")
include("dat/factions/spawn/mercenary_helper.lua")
-- @brief Spawns a small patrol fleet.
function spawn_patrol ()
local pilots = {}
local r = rnd.rnd()
if r < pbm then
pilots = spawnLtMerc("Frontier")
elseif r < 0.5 then
scom.addPilot( pilots, "Fro... |
# Numenta Platform for Intelligent Computing (NuPIC)
# following terms and conditions apply:
# 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... |
#include "resizecontroller.h"
#include "formeditoritem.h"
#include "layeritem.h"
#include <resizehandleitem.h>
#include <QCursor>
#include <QGraphicsScene>
namespace QmlDesigner {
class <API key>
{
public:
<API key>(LayerItem *layerItem,
FormEditorItem *formEditorItem);
<API key>(const ... |
#include "gm.h"
#include "SkPathEffect.h"
#include "SkPictureRecorder.h"
#include "<API key>.h"
#include "SkShadowShader.h"
#include "SkSurface.h"
#ifdef <API key>
static sk_sp<SkPicture> make_test_picture(int width, int height) {
SkPictureRecorder recorder;
// LONG RANGE TODO: eventually add SkBBHFactory (boun... |
// -*- Mode: Go; indent-tabs-mode: t -*-
package main
import (
"errors"
"fmt"
"strings"
"time"
"github.com/jessevdk/go-flags"
"github.com/snapcore/snapd/asserts"
"github.com/snapcore/snapd/client"
"github.com/snapcore/snapd/i18n"
)
var (
shortModelHelp = i18n.G("Get the active model ... |
using System.Collections.Generic;
using System.Linq;
namespace PKHeX.Core
{
<summary>
Editor object that unpacks <see cref="EventWork{T}"/> into flags & work groups, and handles value get/set operations.
</summary>
<typeparam name="T"></typeparam>
public sealed class SplitEventEditor<T> where T : st... |
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,700");
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-<API key>: 100%;
}
body {
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcapti... |
package net.minecraft.entity.monster;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityCreature;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.<API key>;
import net.minecraft.entity.player.EntityPlayer;
import net.minec... |
#ifndef _VECTORS_H_
#define _VECTORS_H_
#include "xil_types.h"
#include "xil_assert.h"
#ifdef __cplusplus
extern "C" {
#endif
void FIQInterrupt(void);
void IRQInterrupt(void);
void <API key>(void);
void SErrorInterrupt(void);
#ifdef __cplusplus
}
#endif
#endif /* protection macro */ |
#if defined(__ppc__) || defined(__ppc64__)
#include <ffi.h>
#include <ffi_common.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <ppc-darwin.h>
#include <architecture/ppc/<API key>.h>
#if defined(POWERPC_DARWIN)
#include <libkern/OSCacheControl.h> // for <API key>()
#endif
extern void ffi_clo... |
#include <ctype.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <sys/utsname.h>
#include "request.h"
#include "request_context.h"
#include "<API key>.h"
#include "util.h"
#define USER_AGENT_SIZE 256
#define REQUEST_STACK_SIZE 32
static char userAgentG[USER_AGENT_SIZE];
static pthread_mutex_t re... |
package system // import "github.com/docker/docker/pkg/system"
import (
"os"
"path/filepath"
"regexp"
"strconv"
"strings"
"sync"
"syscall"
"time"
"unsafe"
winio "github.com/Microsoft/go-winio"
"golang.org/x/sys/windows"
)
const (
// <API key> is local administrators plus ... |
modules.define(
'spec',
['button', 'i-bem__dom', 'chai', 'jquery', 'BEMHTML'],
function(provide, Button, BEMDOM, chai, $, BEMHTML) {
var expect = chai.expect;
describe('button_type_link', function() {
var button;
beforeEach(function() {
button = buildButton({
block : 'button',
... |
<!DOCTYPE html>
<meta charset="utf-8">
<title>Async local storage: should not work in non-secure contexts when included via an import statement</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
"use strict";
setup({ <API key>: true });
test(() => ... |
import java.util.Scanner;
public class SegmentTree {
private static class Node {
public int left, right;
public long add, sum;
public Node(int left, int right, long sum) {
this.left = left;
this.right = right;
this.sum = sum;
}
}
private No... |
// |jit-test| allow-oom; <API key>
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
var max = 400;
function f(b) {
if (b) {
f(b - 1);
} else {
g = {
apply:function(x,y) { }
};
}
g.apply(null, arguments);
}
f(max - 1); |
{% extends "demos/base.html" %}
{% block body_attributes %}id="demostudio"{% endblock %}
{% block bodyclass %}section-demos landing {% if is_demo_home %}section-demos-home{% endif %}{% endblock %}
{% block extrahead %}
<link rel="alternate" type="application/atom+xml" title="{{_('Recent demos')}}"
href="{{ ... |
"""
Tests for Blocks api.py
"""
from django.test.client import RequestFactory
from course_blocks.tests.helpers import <API key>
from student.tests.factories import UserFactory
from xmodule.modulestore import ModuleStoreEnum
from xmodule.modulestore.tests.django_utils import <API key>
from xmodule.modulestore.tests.fact... |
package com.torodb.torod.core.language.querycriteria;
import com.torodb.torod.core.language.AttributeReference;
import com.torodb.torod.core.language.querycriteria.utils.<API key>;
import com.torodb.torod.core.subdocument.values.Value;
public class <API key> extends <API key> {
private static final long serialVersi... |
import Analyzer from 'parser/core/Analyzer';
import RESOURCE_TYPES from 'game/RESOURCE_TYPES';
class Insanity extends Analyzer {
_insanityEvents = [];
<API key>(event) {
if (event.resourceChangeType === RESOURCE_TYPES.INSANITY.id) {
this._insanityEvents = [
this._insanityEvents,
event,
... |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!
# This file supports:
# \p{L} (and fuzzy permutations)
# Meaning: Major Category 'L'
return <<'END';
0041 005A
0061 007A
00AA
00B5
00BA
00C0 00D6
00D8 00F6
00F8 ... |
package pl.edu.icm.coansys.disambiguation.author.pig.merger;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.hadoop.mapreduce.Counter;
import org.apache.pig.EvalFunc;
import org.apache.pig.data.DataByteArray;
import org.apache.pig.data.DataType;
import org.apache.pig.dat... |
package org.opennms.web.command;
/**
* Command object for listing a specific statistics report. This object deserializes query params
* for a specific report, identified by integer ID.
*
* @author <a href="mailto:dj@opennms.org">DJ Gregor</a>
* @version $Id: $
* @since 1.8.1
*/
public class <API key> {
priva... |
package azuretesting
import (
"encoding/json"
"reflect"
)
// JsonMarshalRaw does the same a json.Marshal, except that it does not
// use the MarshalJSON methods of the value being marshaled. If any types
// are specified in the allow set then those will use their MarshalJSON
// method.
// Many of the types in t... |
#pragma checksum "C:\Users\agomez.ETIC\Documents\Visual Studio 2013\Projects\Edatalia_signplyRT\Edatalia_signplyRT\ServiceContractPage.xaml" "{<API key>}" "<API key>"
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the cod... |
<?php
/**
* @package API\Accrual
*/
class APIAccrualBalance extends APIFactory {
protected $main_class = '<API key>';
public function __construct() {
parent::__construct(); //Make sure parent constructor is always called.
return TRUE;
}
/**
* Get options for dropdown boxes.
*... |
Clazz.declarePackage ("org.jmol.shapespecial");
Clazz.load (["org.jmol.shape.AtomShape", "org.jmol.atomdata.RadiusData", "org.jmol.util.BitSet"], "org.jmol.shapespecial.Dots", ["java.util.Hashtable", "org.jmol.constant.EnumVdw", "org.jmol.geodesic.EnvelopeCalculation", "org.jmol.util.BitSetUtil", "$.Colix", "$.Escape",... |
import re
import uuid
from xmodule.assetstore.assetmgr import AssetManager
XASSET_LOCATION_TAG = 'c4x'
<API key> = 'xasset:'
<API key> = '.jpg'
<API key> = 1024
import os
import logging
import StringIO
from urlparse import urlparse, urlunparse, parse_qsl
from urllib import urlencode
from opaque_keys.edx.locator import ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.