answer stringlengths 15 1.25M |
|---|
// Name: ExifHandler.cpp
// Purpose: ExifHandler class
// Created: 30.12.2007
// RCS-ID: $Id: ExifHandler.cpp,v 1.1 2007/12/30 22:45:02 ntalex Exp $
// Licence: wxWindows licence
#include "ExifHandler.h"
#include <libexif/exif-loader.h>
int ExifHandler::getOrient(wxString filename) {
Exif... |
package org.renjin.compiler.ir.tac.functions;
import org.renjin.compiler.ir.tac.IRBodyBuilder;
import org.renjin.compiler.ir.tac.expressions.Expression;
import org.renjin.compiler.ir.tac.expressions.NestedFunction;
import org.renjin.eval.EvalException;
import org.renjin.sexp.FunctionCall;
import org.renjin.sexp.PairLis... |
package com.caucho.quercus.lib.gettext.expr;
public class MulExpr extends BinaryExpr
{
public MulExpr(Expr _left, Expr _right)
{
super(_left, _right);
}
public int eval(int n)
{
return _left.eval(n) * _right.eval(n);
}
} |
#ifndef _PPPDATA_H_
#define _PPPDATA_H_
#include <unistd.h>
#include <sys/types.h>
#include <qcolor.h>
#include <qmap.h>
#include <qstring.h>
#include <qstringlist.h>
#include "kpppconfig.h"
class Config;
// string lengths
#define PATH_SIZE 120
#define MODEMSTR_SIZE 80
#define ACCNAME_SIZE 50
#define PHONENUMBER_SIZE 6... |
#include <stdio.h>
#include <net/ethernet.h>
#include <arpa/inet.h>
#include "ethernet.h"
void ethernet_print_mac (const uint8_t ether_dhost[ETH_ALEN]) {
for (int i = 0; i < (ETH_ALEN - 1); i ++) {
fprintf(stdout, "%x:", ether_dhost[i]);
}
fprintf(stdout, "%x", ether_dhost[ETH_ALEN - 1]);
}
void eth... |
<?php
/*
* Configuration
*/
$dirname = dirname(__FILE__).'/../traductions/';
$main_lg = 'fr_FR';
$menu->current('main/params/clean');
$titre_page = $dico->t('NettoyerDoublonsSku');
$ref = $url->get("id");
if ($ref > 0) {
if ($_POST['refsku'] == "ok") {
$q = "UPDATE dt_sku SET ref_ultralog =".$_POST['ref']... |
<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><link rel='stylesheet' type='text/css' href='../tononkira.css' /></head><body><ul class="hira-fihirana-list"><li style="color: red;"><b>Ankalazao ny Tompo</b> <i>p. 273</i></li><li style="color: red;"><b>Vavaka sy Hira</b> <i>p. 271</i></l... |
<?php
// Prevents any direct access
defined('_JEXEC') or die();
// echo "<h1>\n";
// echo JText::_('COM_EGS_ENTREPRISE');
// echo "</h1>\n";
?>
<form action="index.php" method="post" name="adminForm" id="adminForm">
<?php
$user = JFactory::getUser(); // gets current user object
... |
#include <cstring>
#include <iostream>
#include <string>
std::string opt;
using std::cin;
using std::cout;
int x[31] = {}, y[31], t[31], tmp, s[31];
int main() {
s[0] = 1;
for (int i = 1; i < 31; ++i) {
s[i] = s[i - 1] * 2;
}
for (int i = 0; i < 31; ++i) {
y[i] = 1;
}
int n, m;
... |
//Auto generated file
//Do not edit this file
package org.sisiya.ui.standart;
import org.sql2o.Connection;
import org.sql2o.Query;
import java.util.List;
import org.sisiya.ui.Application;
import java.util.Date;
public class <API key> extends Model{
//Fields
protected int id;
... |
package owuor.f8th.adapters;
import java.util.List;
import owuor.f8th.R;
import owuor.f8th.ContentProvider.F8thContentProvider;
import owuor.f8th.database.NotificationsTable;
import owuor.f8th.types.F8th;
import owuor.f8th.types.Notification;
import android.content.Context;
import android.graphics.Color;
import android... |
#ifndef __ASM_I386__
#define __ASM_I386__
#ifdef ELF
#define C(label) label
#else
#define C(label) _##label
#endif
// !!! note that this file must match the corresponding C structures at all
// times !!!
// plane_t structure
// !!! if this is changed, it must be changed in model.h too !!!
// !!! if the size of this is ... |
@(sidebarContent: Html)(content: Html)
@import play.mvc.Http.Context
@import org.iatoki.judgels.play.JudgelsPlayUtils
<div class="row content">
@if(Context.current().args.getOrDefault("sidebar.isBefore", java.lang.Boolean.valueOf("true")) == true) {
@if(JudgelsPlayUtils.isSidebarShown(Context.current().requ... |
/*
$Id: _oracle_schema.sql 1004 2009-03-03 23:04:13Z nickvergessen $
*/
/*
Table: 'phpbb_gallery_users'
*/
CREATE TABLE phpbb_gallery_users (
user_id number(8) DEFAULT '0' NOT NULL,
watch_own number(3) DEFAULT '0' NOT NULL,
watch_favo number(3) DEFAULT '0' NOT NULL,
watch_com number(3) DEFAULT '0' ... |
/*
=head1 NAME
I<libslack(daemon)> - daemon module
=head1 SYNOPSIS
#include <slack/std.h>
#include <slack/daemon.h>
typedef void <API key>(void *obj, const char *path, char *line, size_t lineno);
int <API key>(void);
int <API key>(void);
int daemon_prevent_core(void);
int <API key>(void);
... |
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include "config.h"
#include "button.h"
#include "cpu.h"
#include "system.h"
#include "kernel.h"
#include "serial.h"
#include "serial-imx31.h"
void serial_setup(void)
{
#ifdef UART_INT /*enable UART Interrupts */
UCR1_1 |= (EUARTUCR1_TRDYEN | EUARTUCR1_RRDY... |
#ifndef BMG160_H
#define BMG160_H
#include <linux/ioctl.h>
/*
* configuration
*/
#define BMG_DRIVER_VERSION "V1.4"
/* apply low pass filter on output */
/* #define CONFIG_BMG_LOWPASS */
#define SW_CALIBRATION
#define BMG_AXIS_X 0
#define BMG_AXIS_Y 1
#define BMG_AXIS_Z 2
#d... |
int get(int a, int b); |
<script>
function initMap() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 15,
... |
<?php
// This is currently not included in tests. Add to the tests once completed.
/**
* Abstract test case
*/
require_once 'PHPUnit/Framework/TestCase.php';
require_once(CARTOWEB_HOME . 'client/<API key>.php');
require_once(CARTOWEB_HOME . 'client/Cartoclient.php');
/**
* Unit tests for <API key>
* @package Tests
... |
#include "headers/InputReader.h"
char *inputReader() {
char *buffer = NULL;
int c, i = 0;
do {
c = fgetc(stdin);
buffer = (char *) realloc(buffer, sizeof(char)*(i+1));
buffer[i++] = c;
} while((c != 10) && !feof(stdin));
buffer[i-1] = '\0';
return buffer;
} |
package org.xiaotian.config;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import org.apache.log4j.Logger;
import org.xiaotian.config.bean.ConfigFile;
import org.xiaotian.config.bean.ConfigFiles;
import org.xiaotian.extend.CMyFile;
/**
* pluginmapping.xml <BR>
*
* @author xiaotian15
*
... |
#ifndef <API key>
#define <API key>
#include "qgis.h"
#include "qgisplugin.h"
#include "<API key>.h"
class QgisInterface;
static const QString sName = QApplication::translate( "<API key>", "Geometry Snapper" );
static const QString sDescription = QApplication::translate( "<API key>", "Snap geometries to a reference lay... |
#pragma once
namespace dg {
class EngineConfig : public Config {
public:
EngineConfig();
~EngineConfig();
String global_effect_path_;
String <API key>;
String sprite_effect_path_;
String line_effect_path_;
String line2_effect_path_;
String blur_effect_path_;
String imgui_effect_path_;
String <API ke... |
// materials/measured.cpp*
#include "stdafx.h"
#include "materials/measured.h"
#include "paramset.h"
#include "floatfile.h"
// MeasuredMaterial Method Definitions
static map<string, float *> <API key>;
static map<string, KdTree<<API key>> *> loadedThetaPhi;
MeasuredMaterial::MeasuredMaterial(const string &filename,
... |
package com.shinydev.wrappers;
import au.com.bytecode.opencsv.CSVReader;
import com.shinydev.justcoin.model.JustcoinTransaction;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.FileReader;
import java.io.IOException;
import java.m... |
#include <linux/cpu.h>
#include <linux/export.h>
#include <linux/percpu.h>
#include <linux/hrtimer.h>
#include <linux/notifier.h>
#include <linux/syscalls.h>
#include <linux/kallsyms.h>
#include <linux/interrupt.h>
#include <linux/tick.h>
#include <linux/seq_file.h>
#include <linux/err.h>
#include <linux/debugobjects.h... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_79) on Tue May 05 23:06:52 BRT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.br.uepb.junit</title>
<meta name="date" content="2015-05-05">
<link rel="stylesheet" type="tex... |
#include <xen/kernel.h>
#include <xen/fb.h>
#include <xen/fbcon.h>
#include <xen/console.h>
static struct fbcon_private {
struct fb_info *fb;
struct fbcon_font *font;
/*
* Offsets calculated so the white space around the border
* looks equivalent.
*/
u8 x_offset;
u8 ... |
#include "cinema_dialog.h"
#include "wx_util.h"
#include "lib/dcpomatic_assert.h"
#include "lib/util.h"
#include <boost/foreach.hpp>
using std::string;
using std::vector;
using std::copy;
using std::back_inserter;
using std::list;
using std::cout;
using boost::bind;
static string
column (string s)
{
return s;
}
Cin... |
#pragma once
typedef unsigned char byte;
typedef unsigned int uint;
struct BGRAPixel;
struct RGBPixel;
void BGRAtoRGBPlane(BGRAPixel* data, const uint width, const uint height, byte* destRGBBuffer);
void BGRAtoYUV444Planes(BGRAPixel* data, const uint width, const uint height, byte* destYBuffer, byte* destUBuffer, byte*... |
#include "../../Concept/Reference/ObjectReference2.h"
#include <iostream>
namespace gitux {
using namespace std;
ObjectReference2::ObjectReference2() :
myRef() {
// TODO Auto-generated constructor stub
cout << "ObjectReference2 constructor" << endl;
}
ObjectReference2::~ObjectReference2() {
// TODO Auto... |
#ifndef _EXIOCT_LN_H_
#define _EXIOCT_LN_H_
#include <linux/ioctl.h>
#ifdef APILIB
#include <stdint.h>
#include <linux/types.h>
#include <bits/wordsize.h>
#endif
#ifndef INT8
#define INT8 int8_t
#endif
#ifndef INT16
#define INT16 int16_t
#endif
#ifndef INT32
#define INT32 int32_t
#endif
#i... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "gstshmsrc.h"
#include <gst/gst.h>
#include <string.h>
/* signals */
enum
{
LAST_SIGNAL
};
/* properties */
enum
{
PROP_0,
PROP_SOCKET_PATH,
PROP_IS_LIVE
};
struct GstShmBuffer
{
char *buf;
GstShmPipe *pipe;
};
<API key> (shmsrc_debug);
#define GST_CA... |
from colab.plugins.utils.proxy_data_api import ProxyDataAPI
class JenkinsDataAPI(ProxyDataAPI):
def fetch_data(self):
pass |
<?php
namespace App\Models;
use Illuminate\Notifications\Notifiable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Foundation\Auth\User as Authenticatable;
class User extends Authenticatable
{
use Notifiable;
/**
* The attributes that are mass assignable.
*
* @var array
*/
... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>SteelBreeze Reference Manual: SbIStuffStation.C File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</he... |
#ifndef SHA256_H
#define SHA256_H
#include <stddef.h>
#define SHA256_BLOCK_SIZE 32 // SHA256 outputs a 32 byte digest
typedef unsigned char BYTE; // 8-bit byte
typedef unsigned int WORD; // 32-bit word, change to "long" for 16-bit machines
typedef struct {
BYTE data[64];
WORD... |
#include <linux/module.h>
#include <linux/init.h>
#include <linux/firmware.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/device.h>
#include <linux/printk.h>
#include <linux/ratelimit.h>
#include <linux/debugfs.h>
#include <linux/wait.h>
#include <linux/bitops.h>
#include <linux/mfd/wcd9x... |
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
#ifndef RG_TIMET_H
#define RG_TIMET_H
namespace Rosegarden
{
// Time in internal units (pulses). Timebase is 960ppq.
typedef long timeT;
constexpr timeT timebase = 960;
// Time used in the rewriter to represent tupled notes e... |
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <mach/videonode.h>
#ifdef CONFIG_BUSFREQ_OPP
#ifdef <API key>
#include <mach/dev.h>
#endif
#end... |
#include "stdarg.h"
#include "include/console.h"
static int x = 0;
static int y = 0;
static char* video = (char*) 0xb8000;
static int kprintf_res = 0;
static void kputc(char c)
{
if ((c == '\n') || (x > 79)) {
x = 0;
y++;
}
if (c == '\n') {
return;
}
if (y > 24) {
int... |
#!/bin/bash
# Test the refresh code
source $REG_DIR/scaffold
cmd setup_repo
function fixup_time_info
{
touch -d "$GIT_COMMITTER_DATE" ".git/patches/master/$1"
}
echo abcdef >> def
shouldfail guilt-refresh
cmd list_files
cmd git-reset --hard HEAD
cmd guilt-push modify
echo abcdef >> def
cmd guilt-refresh
cmd guilt-p... |
// AJAX: developer.apple.com/internet/webcontent/xmlhttpreq.html
var req;
function EditMessage(url,saveopen,savemessage,messageid) {
EditMessage2(url,saveopen,savemessage);
function EditMessage2(url,saveopen,savemessage,messageid) {
req = false;
if(window.XMLHttpRequest) { // Non IE browsers
... |
#region Usings
using System.Diagnostics;
#endregion
namespace Unity.IO.Compression
{
internal static class Crc32Helper
{
// Table for CRC calculation
private static readonly uint[] crcTable = new uint[256]
{
0x00000000u, 0x77073096u, 0xee0e612cu, 0x990951bau, 0x076dc419u,
... |
package com.caucho.env.thread;
import java.util.concurrent.locks.LockSupport;
import com.caucho.util.Alarm;
/**
* A generic pool of threads available for Alarms and Work tasks.
*/
final class ThreadTask {
private final Runnable _runnable;
private final ClassLoader _loader;
private volatile Thread _thread;
Thr... |
"""Library for performing speech recognition with the Google Speech Recognition API."""
__author__ = 'Anthony Zhang (Uberi)'
__version__ = '1.0.4'
__license__ = 'BSD'
import io, subprocess, wave, shutil
import math, audioop, collections
import json, urllib.request
#wip: filter out clicks and other too short parts
class... |
package net.sourceforge.atunes.gui.views.menus;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import net.sourceforge.atunes.model.IMenuBar;
/**
* The application menu bar.
*/
/**
* @author alex
*
*/
public final class ApplicationMenuBar extends JMenuBar implements IMenuBar {
private static final long ... |
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <glib.h>
#include <ofono/log.h>
#include <ofono/modem.h>
#include <ofono/gprs-context.h>
#include "grilrequest.h"
#include "simutil.h"
#include "util.h"
#include "common.h"
/* <API key> ... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_filter.h>
#include "filter_picture.h"
#include "math.h"
static int Create ( vlc_object_t * );
static void Destroy ( vlc_object_t * );
static picture_t *Filter( filter_t *, picture_t * );
static int E... |
/* tre-config.h. This file defines all compile time definitions
that are needed in `regex.h' for Win32. */
/* Define to 1 if the system has the type `reg_errcode_t'. */
/* #undef HAVE_REG_ERRCODE_T */
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have ... |
// DSIK Internal Format (DSM) module loader //
#include "stdafx.h"
#include "sndfile.h"
#pragma pack(1)
#define DSMID_RIFF 0x46464952 // "RIFF"
#define DSMID_DSMF 0x464d5344 // "DSMF"
#define DSMID_SONG 0x474e4f53 // "SONG"
#define DSMID_INST 0x54534e49 // "INST"
#define DSMID_PATT 0x54544150... |
<?php
$middleColumn .= "<h1><em><center>" . $this->objLanguage->code2Txt("<API key>", "context",array('context'=>'Course')) . "</center></em></h1>";
$middleColumn .= "<br />";
echo $middleColumn;
?> |
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-en.css" />
</head>
<body class="eng">
<div class='verse' data-adhikarana='dēvatādhikaraṇam' data-adhikaranaID='BS_C01_S03_A026' id='BS_C01_S03_V29' type='sutra'>
<div class='versetext'>ata ēva ca nityatvam ॥ 29 ॥</div>
<div class='b... |
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-sa.css" />
</head>
<body>
<div class='verse' id='Ch_C08_S08_V05' type='mantra'>
<div class='versetext'>तस्मादप्यद्येहाददानमश्रद्दधानमयजमानमाहुरासुरो बतेत्यसुराणा ह्येषोपनिषत्प्रेतस्य शरीरं भिक्षया वसनेनालङ्कारेणेति सस्कुर्वन्त्येतेन... |
#include <linux/init.h>
#include <linux/platform_device.h>
#include <mach/kgsl.h>
#include <mach/msm_bus_board.h>
#include <mach/board.h>
#include <mach/msm_dcvs.h>
#include <mach/socinfo.h>
#include "devices.h"
#include "board-j1.h"
#ifdef CONFIG_MSM_DCVS
static struct msm_dcvs_freq_entry grp3d_freq[] = {
{0, 0, 3... |
<?php
if ( !class_exists( 'WhimsyPlusHelper' ) ) {
/**
* @since 1.0.0
* @access public
*/
class WhimsyPlusHelper {
/**
* @since 1.0.0
* @access public
* @return void
*/
function __construct() {
global $WhimsyPlusHelper;
... |
# include "incls/_precompiled.incl"
# include "incls/<API key>.cpp.incl"
#if ENABLE_COMPILER
#if !defined(PRODUCT) || ENABLE_TTY_TRACE
int DisassemblerEnv::code_offset(address target) {
int result = target - _code->entry();
if (result < 0 || result > _code->size()) {
return -1;
}
return result;
}
void Disas... |
<!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"/>
<title>wibble: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css... |
/* from /lib/modules/2.6.27.5-117.fc10.i686/build/include/config/forcedeth/napi.h */ |
#ifdef IDE_COMPILE
#include "ffmpeg-config.h"
#include "ide-config.h"
#else
#include "config.h"
#endif
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "fft.h"
av_cold void ff_fft_init_x86(FFTContext *s)
{
int cpu_flags = av_get_cpu_flags();
#if ARCH_X86_32
#if (<... |
#ifndef <API key>
#define <API key>
class Context;
class ContextFlags
{
public:
enum {
HasActiveDocument = 1 << 0,
HasActiveSprite = 1 << 1,
HasVisibleMask = 1 << 2,
HasActiveLayer = 1 << 3,
HasActiveCel = 1 << 4,
HasActiveImage ... |
<?php
define('_PMP_REL_PATH', '..');
$pmp_module = 'statistic';
if ( !isset($_SERVER['HTTP_REFERER']) || stristr($_SERVER['HTTP_REFERER'], $_SERVER['SERVER_NAME']) === false ) {
echo "Not allowed! Possible hacking attempt detected!";
exit();
}
require_once('../config.inc.php');
require_once('../include/function... |
#pragma checksum "..\..\chooseRoute.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 code is regenerated.
// </auto-generated>
using FirstFloor.ModernUI.Presentation;
using FirstFloor.Mod... |
#include <iostream>
#include "kvalobs/kvData.h"
using namespace kvalobs;
using namespace std;
using namespace miutil;
int main(int argn, char **argv) {
kvData d;
miTime tbtime(miTime::nowTime());
miTime obstime(2002, 4, 8, 12);
string stmt;
d = kvData(1024, obstime, 12.33f, 1023, tbtime, 23, 2, 100, 12.40f,
... |
from ftw.upgrade import UpgradeStep
from plone import api
class AddLanguageIndex(UpgradeStep):
"""Add Language index."""
def __call__(self):
self.<API key>()
ct = api.portal.get_tool("portal_catalog")
survey_results = ct(portal_type="euphorie.survey")
for brain in survey_results:... |
#pragma once
#include <base/Common.h>
#include <base/col/SList.h>
#include <string.h>
#include "Parser.h"
class Vars {
struct Var : public m3::SListItem {
char *name;
char *value;
};
explicit Vars() : _vars() {
}
public:
static Vars &get() {
return _inst;
}
const char... |
<?php
//author kwesidev
//gets customer profile as object
class Profile {
private $firstname;
private $lastname;
private $idnumber;
private $dob;
private $address;
private $mobilenumber;
private $email;
private $accnumber;
private $balance = 0;
private $acctype = "";
private ... |
<?php
namespace Shaper\Tests\Transformation;
use JsonSchema\Validator;
use PHPUnit\Framework\TestCase;
use Shaper\Transformation\TransformationBase;
use Shaper\Transformation\<API key>;
use Shaper\Util\Context;
use Shaper\Validator\AcceptValidator;
use Shaper\Validator\JsonSchemaValidator;
class TransformationFake2 ext... |
package io.github.mzmine.modules.featuretable.renderers;
import java.text.NumberFormat;
import io.github.msdk.datamodel.featuretables.FeatureTableRow;
import io.github.mzmine.main.MZmineCore;
import javafx.scene.control.TreeTableCell;
import javafx.scene.control.TreeTableColumn;
import javafx.util.Callback;
public clas... |
<?php
require_once(dirname(__FILE__) . '/core/plugin_information.php');
require_once(dirname(__FILE__) . '/core/shortcodes.php');
$gleamShortcodes = new gleamShortcodes();
?> |
#if defined(LISP) || defined(JAVA)
#include <stdio.h>
#include "globalM.h"
#ifdef DOS_FILE_NAMES
#include "primFmtt.h"
#else
#include "primFmttrs.h"
#endif
#if 0
#ifdef PC_ALLEGRO
#include "C:\acl432\lisp.h"
extern int lisp_value(int a);
#endif /* PC_ALLEGRO */
#endif
#if defined(ALLEGRO)
#include "lisp.h"
extern int l... |
Encoding.default_external = "utf-8"
preferred_syntax = :scss
http_path = '/'
css_dir = '/css/'
sass_dir = '/sass'
images_dir = '/images'
javascripts_dir = '/js'
line_comments = false
output_style = :compressed
require 'autoprefixer-rails'
on_stylesheet_saved do |file|
css = File.read(file)
map = file + '.map'
if ... |
#ifndef TEST_GCSTL_RBTREE_H
#define TEST_GCSTL_RBTREE_H
extern void <API key>();
extern void <API key>();
#endif |
// Inclusions
#include "main.h"
// Functions
void welcome(){
std::cout << "Project Euler v" << <API key>;
}
// Main function
int main(int argc, char *argv[]){
if(argc <= 1){
if(argc == 1){
welcome();
}
// prototype
else if(argc < 1){ // -arguments
std::... |
<!doctype html public "-
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $fm_orderasc</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></sty... |
/**
* @file
* Provides functions that enable the selection of elements on a webpage, which can then be manipulated.
*
* HTML elements on the webpage that have a class containing '.selectable'
*/
// JavaScript should be made compatible with libraries other than jQuery by
// wrapping it with an "anonymous closure"... |
<?php namespace buildr\ServiceProvider;
use buildr\Application\Application;
class ServiceProvider {
/**
* @type array
*/
private static $optionalServices = [];
/**
* @type array
*/
private static $<API key> = [];
/**
* Register forced service providers by an array.
*
... |
'use strict';
import BaseContentService from './BaseContentService.js';
import {Question} from 'common/models.js';
import {Injector} from 'kusema.js';
var I = new Injector('$http', '$q');
var QuestionService = function() {
BaseContentService.call(this, true);
I.init();
this.urlStem = 'api/questi... |
package IceInternal;
public final class <API key>
{
// Helper class to to multi hash map.
private static class MultiHashMap<K, V> extends java.util.HashMap<K, java.util.List<V>>
{
public void
put(K key, V value)
{
java.util.List<V> list = this.get(key);
if(lis... |
package net.sf.memoranda;
/**
* This class is thrown when a string is not a valid phone number format.
*
* @author Jonathan Hinkle
*
*/
@SuppressWarnings("serial")
public class <API key> extends <API key> {
/**
* <API key> constructor.
*/
public <API key>() {}
/**
* <API key> constructor... |
#include "<API key>.h"
#include <Protocol/HiiConfigAccess.h>
#include <Protocol/HiiDatabase.h>
STATIC CONST EFI_GUID *CfgGuidList[] = {&<API key>, &<API key>, NULL};
/**
Find the EFI_HII_HANDLE by device path.
@param[in] DevPath1 The Device Path to match.
@param[out] HiiHandle The EFI_HII_HANDLE after the c... |
<?php
declare(strict_types=1);
namespace PoPCMSSchema\Users\<API key>\CustomPosts\<API key>\API\ModuleProcessors;
use PoP\Root\App;
use PoPAPI\API\ModuleProcessors\<API key>;
use PoP\ComponentModel\<API key>\<API key>;
use PoP\ComponentModel\<API key>\<API key>;
use PoP\ComponentModel\TypeResolvers\<API key>;
use PoPCM... |
/**
A modal view for handling user logins
@class LoginView
@extends Discourse.ModalBodyView
@namespace Discourse
@module Discourse
**/
Discourse.LoginView = Discourse.ModalBodyView.extend({
templateName: 'modal/login',
siteBinding: 'Discourse.site',
title: Em.String.i18n('login.title'),
authenticate: ... |
<?php $wl_theme_options = <API key>(); ?>
<div class="block ui-tabs-panel active" id="option-general" >
<form method="post" id="<API key>">
<div id="heading">
<table style="width:100%;"><tr>
<td cols=2 ><h2><?php _e('General Settings','weblizar');?></h2></td>
<td ... |
This repository allows the creation of a Docker environment that meets
[Proximis Omnichannel](https:
## Requirements
- [Docker](https:
- [Mutagen](https://mutagen.io/)
## Installation
This process assumes that [Docker Engine](https:
Otherwise, you should have a look to the [installation documentation](https://docs.dock... |
#ifndef __LINUX_LIBATA_H__
#define __LINUX_LIBATA_H__
#include <linux/delay.h>
#include <linux/jiffies.h>
#include <linux/interrupt.h>
#include <linux/dma-mapping.h>
#include <linux/scatterlist.h>
#include <linux/io.h>
#include <linux/ata.h>
#include <linux/workqueue.h>
#include <scsi/scsi_host.h>
#include <linux/acpi.... |
/* global Package, Npm */
Package.describe({
name: 'procempa:keycloak-auth',
version: '1.0.0',
summary: 'Meteor Keycloak Handshake flow',
git: 'https://github.com/Procempa/<API key>.git',
documentation: 'README.md'
});
Package.onUse(function(api) {
api.use('ecmascript@0.1.4');
api.use('<API ... |
/**
* XTemplate html
* window.RenderaddFunc
*
* @class Render.funcs
*/
(function (r, undefined) {
'use strict';
/**
* null
*
*
*
* {name|default,''}
*
* @method default
* @param val {string}
* @param defaultVal
* @returns {object}
*/
r.addFunc(... |
import org.checkerframework.checker.nullness.qual.*;
import org.checkerframework.dataflow.qual.Pure;
class Node {
int id;
@Nullable Node next;
Node(int id, @Nullable Node next) {
this.id = id;
this.next = next;
}
}
class SubEnumerate {
protected @Nullable Node current;
public Sub... |
#ifndef _common_h_
#define _common_h_
#include <gtk/gtk.h>
#include <config.h>
#include "macrodef.h"
#include "support.h"
#include <libwebtester/core.h>
extern GtkWidget *main_window;
#define BUTTONS_COUNT 7
#define CONSOLE_VIEW "console_view"
#define CONSOLE_SCROLL "console_scroll"
#define PIPE_VIEW "p... |
<?php
/*!
\class eZURLAliasML ezurlaliasml.php
\brief Handles URL aliases in eZ Publish
URL aliases are different names for existing URLs in eZ Publish.
Using URL aliases allows for having better looking urls on the webpage
as well as having fixed URLs pointing to various locations.
This class handles stori... |
/*
* botmsg.c -- handles:
* formatting of messages to be sent on the botnet
* sending different messages to different versioned bots
*
* by Darrin Smith (beldin@light.iinet.net.au)
*/
#include "main.h"
#include "tandem.h"
extern struct dcc_t *dcc;
extern int dcc_total, tands;
extern char botnetnick[];
extern ... |
#ifndef <API key>
#define <API key>
#include "tbnet.h"
#include "ob_define.h"
#include "ob_packet.h"
#include "ob_packet_queue.h"
namespace sb {
namespace common {
class ObPacketQueueThread : public tbsys::CDefaultRunnable {
public:
ObPacketQueueThread();
virtual ~ObPacketQueueThread();
void setThreadParameter(i... |
#include "bfd.h"
#include "cgc-bfd.h"
#include "stdint.h"
/* Take the PAGE component of an address or offset. */
#define PG(x) ((x) & ~ (bfd_vma) 0xfff)
#define PG_OFFSET(x) ((x) & (bfd_vma) 0xfff)
extern <API key>
<API key> (bfd *, bfd_byte *, <API key>,
reloc_howto_type *, bfd_signed_vma);
extern bf... |
#!/usr/bin/env perl
use strict;
use warnings;
# This file is part of MMARGE
# MMARGE is free software: you can redistribute it and/or modify
# (at your option) any later version.
# MMARGE is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
use Getopt::Long;... |
#include "my_global.h"
#include "my_pthread.h"
#include "table_threads.h"
#include "sql_parse.h"
#include "pfs_instr_class.h"
#include "pfs_instr.h"
THR_LOCK table_threads::m_table_lock;
static const TABLE_FIELD_TYPE field_types[]=
{
{
{ C_STRING_WITH_LEN("THREAD_ID") },
{ C_STRING_WITH_LEN("bigint(20)") },
... |
package pj.pr.task;
public abstract class VirtualTarget {
protected String targetName;
public abstract void submit(TargetTask<?> task);
public String targetName() {
return this.targetName;
}
} |
#include "gs-indexbuffer.hpp"
#include <stdexcept>
#include "gs-limits.hpp"
#include "obs/gs/gs-helper.hpp"
streamfx::obs::gs::index_buffer::index_buffer(uint32_t maximumVertices)
{
this->reserve(maximumVertices);
auto gctx = streamfx::obs::gs::context();
_index_buffer = <API key>(gs_index_type::GS_UNSI... |
/*
* $Id: ftshadow.c 9689 2012-09-16 08:28:37Z andijahja $
*/
#include "hbapi.h"
#include "hbapigt.h"
HB_FUNC_EXTERN( HB_SHADOW );
HB_FUNC( FT_SHADOW )
{
HB_FUNC_EXEC( HB_SHADOW );
}
HB_FUNC( FT_SETATTR )
{
hb_gtSetAttribute( hb_parni( 1 ), hb_parni( 2 ),
hb_parni( 3 ), hb_parni( 4 ), hb_p... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.