answer stringlengths 15 1.25M |
|---|
#ifndef __FAT_STRUCT_H__
#define __FAT_STRUCT_H__
#define ATTR_READ_ONLY (char)0x01
#define ATTR_HIDDEN (char)0x02
#define ATTR_SYSTEM (char)0x04
#define ATTR_VOLUME_ID (char)0x08
#define ATTR_DIRECTORY (char)0x10
#define ATTR_ARCHIVE (char)0x20
#define ATTR_LONG_NAME (char)(ATTR_READ_ONLY | ... |
#ifndef __FTGL__
#define __FTGL__
typedef double FTGL_DOUBLE;
typedef float FTGL_FLOAT;
// Fixes for deprecated identifiers in 2.1.5
#ifndef FT_OPEN_MEMORY
#define FT_OPEN_MEMORY (FT_Open_Flags)1
#endif
#ifndef FT_RENDER_MODE_MONO
#define FT_RENDER_MODE_MONO ft_render_mode_mono
#endif
#ifndef <API ... |
/*
Syntax error: Undefined variable: "$gray-lt".
on line 46 of /Users/Adam/Projects/Autoweek/autoweek-static/sass/pages/instaread.scss
Backtrace:
/Users/Adam/Projects/Autoweek/autoweek-static/sass/pages/instaread.scss:46
/Users/Adam/Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../../scss/lib/... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_11) on Mon Feb 25 22:12:12 EST 2008 -->
<TITLE>
Uses of Interface com.sleepycat.bind.tuple.<API key> (Oracle - Berkeley DB Java Edition API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../style.css" TITLE="S... |
<?php
// No direct access
defined('_HZEXEC_') or die();
?>
<div class="width-100">
<fieldset class="adminform">
<legend><span><?php echo Lang::txt('<API key>'); ?></span></legend>
<?php
foreach ($this->form->getFieldset('cookie') as $field):
?>
<div class="input-wrap">
... |
FROM sismics/jetty:9.3.11
MAINTAINER benjamin.gam@gmail.com
RUN echo "deb http:
&& echo "deb-src http:
&& apt-get update \
&& apt-get -y --force-yes -q install ffmpeg curl python
RUN curl -kL https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl \
&& chmod a+x /usr/local/bin/youtube-dl
COPY... |
# -*- coding: utf-8 -*-
# OpenERP, Open Source Management Solution
# This program is free software: you can redistribute it and/or modify
# published by the Free Software Foundation, either version 3 of the
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR... |
package com.caucho.server.admin;
import com.caucho.config.ConfigException;
import com.caucho.config.program.ContainerProgram;
import com.caucho.config.program.<API key>;
import com.caucho.config.types.RawString;
import com.caucho.server.dispatch.ServletMapping;
import com.caucho.server.hmux.HmuxRequest;
import com.cauc... |
function savePost(){
jQuery('#error-box').hide();
if(validateFields()){
jQuery('#<API key> :input, #<API key> textarea').attr('disabled', true);
jQuery('#save-waiting').show();
if(jQuery("#mode").val() == "new"){
actionName="create_post";
}else{
actionName... |
"""Tests for missing-yield-doc and <API key>"""
# pylint: disable=<API key>, unused-argument, function-redefined
# Ignore no docstring
def my_func(self):
yield False
# Ignore unrecognized style docstring
def my_func(self):
"""This is a docstring."""
yield False |
vti_encoding:SR|utf8-nl
<API key>:TR|07 Nov 2011 16:42:00 -0000
vti_extenderversion:SR|12.0.0.0
vti_author:SR|Eric-PC\\Eric
vti_modifiedby:SR|Eric-PC\\Eric
vti_timecreated:TR|07 Nov 2011 16:42:00 -0000
vti_cacheddtm:TX|07 Nov 2011 16:42:00 -0000
vti_filesize:IR|8440
vti_backlinkinfo:VX| |
// Markus Foote
// u0717506
#ifndef <API key>
#define <API key>
#include <stdio.h>
#endif /* defined(<API key>) */
double positivePower( double base, unsigned int exponent);
bool nearlyEqual( double num1, double num2, double eps); |
<?php
// Table Name
$tablename = 'tbl_wall_posts';
//Options line for comments, encoding and character set
$options = array('comment' => 'Wall posts', 'collate' => 'utf8_general_ci', 'character_set' => 'utf8');
// Fields
$fields = array(
'id' => array(
'type' => 'text',
'length' => 32
),
... |
package util;
import java.io.<API key>;
import java.io.<API key>;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
public cla... |
/**
* @file FSR_Version.c
* @brief This file contains the version of FSR.
* @author SongHo Yoon
* @date 10-JAN-2007
* @remark
* REVISION HISTORY
* @n 10-JAN-2007 [SongHo Yoon] : first writing
*
*/
#define <API key>
#define <API key>
#include "FSR.h"
/** FSR verion code and string m... |
#include "../orcom_bin/Globals.h"
#include <string>
#include "DnarchFile.h"
#include "CompressedBlockData.h"
#include "../orcom_bin/Exception.h"
DnarchFileWriter::DnarchFileWriter()
: metaStream(NULL)
, dataStream(NULL)
{}
DnarchFileWriter::~DnarchFileWriter()
{
if (metaStream != NULL)
delete ... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="ru">
<head>
<title>EscherGraphics (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!
if (location.href.indexOf('is-external=true') == -1) {
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ChannelMagic.Enums;
namespace ChannelMagic.Models
{
public class ScheduleItemModel
{
public int ScheduleId { get; set; }
public DateTime StartTime { get; set; }
publi... |
SimplePyRay
========
basic seismic ray tracer, for teaching purposes |
#ifndef LP_LOWPIX_H
#define LP_LOWPIX_H
#include <stdint.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
#define LP_ALIGN(x, a) (void*)(((uintptr_t)(x) + (a) - (uintptr_t)1) & ~((a) - (uintptr_t)1))
#define LP_MIN(a, b) (((a) < (b)) ? (a) : (b))
// MEM
// define LP_ALLOC_CUSTOM to override with your own
e... |
#ifndef IMAINWINDOW_HPP
#define IMAINWINDOW_HPP
#include <utils/noncopiable.hpp>
#include <point.hpp>
#include <string>
#include <list>
class iMainWindow : public utils::noncopiable
{
public:
virtual void popUpInt(const std::string& title, const std::string& message, int value) =0;
virtual void markGroup(const ... |
/* ScriptDev Frost Sapphire Studios */
#include "precompiled.h"
#include "utgarde_pinnacle.h"
enum
{
SAY_AGGRO = -1575015,
SAY_SLAY_1 = -1575016,
SAY_SLAY_2 = -1575017,
SAY_DEATH = -1575018,
SPELL_ARCING_SMASH = 48260,
SPELL_IMPALE_N ... |
#ifndef <API key>
#define <API key>
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "FLAC/metadata.h"
#include "utils.h"
#include "share/compat.h"
/* WATCHOUT: these enums are used to index internal arrays */
typedef enum {
<API key> = 0, /* for AIFF and AIFF-C */
<API key> = 1, /* for WAVE and RF64 */
... |
#ifndef __LS_UNIT_TEST_H
#define __LS_UNIT_TEST_H
#ifdef NDEBUG
#define UNIT_TEST static __attribute__((unused))
#define UNIT_TEST1(priority) static __attribute__((unused))
#else
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR >= 3)
#define UNIT_TEST static __attribute__((constructor))
#define UNIT_TEST1(priority) s... |
using ProjNet.CoordinateSystems;
namespace SharpMap.Geometries
{
<summary>
Defines basic interface for a Geometry
</summary>
public interface IGeometry
{
#region "Basic Methods on Geometry"
<summary>
Gets or sets the spatial reference system associated with the <see cref="Geo... |
package TrampoDb.Ex18;
import java.awt.*;
public abstract class MyLimitedShape extends MyShape {
private boolean fill;
public MyLimitedShape() {
setFill(false);
}
public MyLimitedShape(int x1, int y1, int x2, int y2,
Color color, boolean fill) {
super(x1, y1, x2, y2, color);
... |
<?php
require('prodAllLanes.php');
require('barcode.php');
include('../db.php');
function itemParse($upc,$dupe='no',$description='',$prefix=false)
{
global $sql;
$logged_in = checkLogin();
$p_columns = '
p.upc,
p.description,
p.normal_price,
p.pricemethod,
p.quantity,... |
jQuery(document).ready(function($) {
$(".main-menu li").click(function() {
var link = $(this).attr('rel');
$('html, body').animate({
scrollTop: $("#"+link).offset().top
}, 400);
});
}); |
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#if USE_GNOME
# include <gnome.h>
#else
# include <gtk/gtk.h>
#endif
#include <errno.h>
#include "main.h"
#include "pop.h"
#include "net.h"
#include "debug.h"
#include "utils.h"
#include "error.h"
#include "init.h"
#include "mailbox.h"
#include "message.h"
#include "s... |
<html>
<HEAD>
<LINK REL="StyleSheet" TYPE="text/css" HREF="<API key>.css"></LINK>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<TITLE>Infinite Crisis #5A</TITLE>
</HEAD>
<BODY onload="initPage();">
<div align="center">
<div class="navigation" align="center">
<... |
// ScreenDimensions.cpp
// oscope_app
#include <X11/Xlib.h>
#include <X11/extensions/Xrandr.h>
#include <stdio.h>
#include <stdlib.h>
bool getScreenDimensions(int *width, int *height) {
Display *display = XOpenDisplay(NULL);
if (display == NULL) {
fprintf(stderr, "Failed to XOpenDisplay\n");
e... |
<ul class="nav-list">
<li class="nav-elem nav-left nav-head">
<a href="/">John (Wei Shi)</a>
</li>
<li class="nav-elem nav-left">
<a href="/about.html">About</a>
</li>
<li class="nav-elem nav-left $if(on-news)$ nav-active $endif$">
<a href="/news.html">News</a>
</li>
<li class="nav-elem nav-le... |
# export AWS_ACCESS_KEY="Your-Access-Key"
# export AWS_SECRET_KEY="Your-Secret-Key"
today=`date +"%d-%m-%Y","%T"`
logfile="/awslog/<API key>.log"
# Grab all Instance IDs for REBOOT action and export the IDs to a text file
sudo aws ec2 describe-instances --filters Name=tag:reboot-time,Values=12-00 Name=tag:bash-profile,... |
#ifndef __KERNEL__
#include <string.h>
#include "hal_local.h"
#include "si_common.h"
#else
#ifdef DEBUG
#define TRACE_INT_TIME
#endif
#ifdef TRACE_INT_TIME
#include <linux/jiffies.h>
#endif
#include <linux/string.h>
#endif
#include <linux/delay.h>
#include "si_cra.h"
#include "si_cra_cfg.h"
#include "si_mhl_defs.h"
#in... |
(function( window, undefined ) {
var cachedruns,
assertGetIdNotName,
Expr,
getText,
isXML,
contains,
compile,
sortOrder,
hasDuplicate,
outermostContext,
expando = "sizzle" + -(new Date()),
strundefined = typeof undefined,
// Used in sorting
MAX_NEGATIVE = 1 << 31,
... |
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-sa.css" />
</head>
<body>
<div class='verse' id='BG_C06_V38' type='shloka'>
<div class='versetext'>कच्चिन्नोभयविभ्रष्टश्छिन्नाभ्रमिव नश्यति । <br/>अप्रतिष्ठो महाबाहो विमूढो ब्रह्मणः पथि ॥ ३८ ॥ </div>
<div class='bhashya' id='BG_C06_... |
<?php
defined('_JEXEC') or die;
// SEF url fix
function LinkrBuildRoute( &$q )
{
$parts = array();
$token = JUtility::getToken();
if (!isset( $q[$token] )) {
JError::raiseError( 403, 'Invalid Token' );
}
$name = !empty( $q['e_name'] ) ? $q['e_name'] : 'text';
$parts[] = $toke... |
<?php
//classes loading begin
function classLoad ($myClass) {
if(file_exists('model/'.$myClass.'.php')){
include('model/'.$myClass.'.php');
}
elseif(file_exists('controller/'.$myClass.'.php')){
include('controller/'.$myClass.'.php');
}
}
<API key>("cla... |
package de.steinberg.gyp.gui.icons;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
public abstract class IconView extends ImageView {
int height = 16;
int width = 16;
public IconView(Image image) {
super(image);
setFitHeight(height);
setFitWidth(width);
}
} |
#include <vos_mq.h>
#include <vos_api.h>
#include <aniGlobal.h>
#include <sirTypes.h>
#include <halTypes.h>
#include <limApi.h>
#include <sme_Api.h>
#include <wlan_qct_sys.h>
#include <wlan_qct_tl.h>
#include "vos_sched.h"
#include <wlan_hdd_power.h>
#include "wlan_qct_wda.h"
#include "wlan_qct_pal_msg.h"
#include <lin... |
#include <gio/gio.h>
#include <glib/gi18n.h>
#include "conf.h"
#include "notify.h"
#include "tr-prefs.h"
#include "util.h"
#define <API key> "org.freedesktop.Notifications"
#define <API key> "/org/freedesktop/Notifications"
#define <API key> "org.freedesktop.Notifications"
static GDBusProxy *proxy = NULL;
... |
class Hello
{
public static void main (String [] args)
{
System.out.println("Hello World") ;
}
} |
({"displayName":"\u091c\u093e\u092a\u093e\u0928\u0940 \u092f\u0947\u0928","symbol":"\xa5"}); |
# <API key>: GPL-2.0+
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
# Rick Chen, Andes Technology Corporation <rick@andestech.com>
obj-$(CONFIG_CMD_BOOTM) += bootm.o
obj-$(CONFIG_CMD_GO) += boot.o
obj-y += cache.o
obj-y += interrupts.o |
<?php
/**
* WordPress Installer
*
* @package WordPress
* @subpackage Administration
*/
// Sanity check.
if ( false ) {
?>
<!DOCTYPE html>
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Error: PHP is not running</title>
</head>
<body class="wp-core-ui"... |
include $(TOPDIR)/rules.mk
PKG_NAME:=shd
PKG_VERSION:=0.1
PKG_RELEASE:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git@github.com:WhireCrow/shd.git
PKG_SOURCE_VERSION:=master
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
include $(INCLUDE_D... |
import os
import sqlalchemy as sa
from sqlalchemy.orm import sessionmaker, relation
from sqlalchemy.ext.declarative import declarative_base
import datetime
# database setup
Base = declarative_base()
# define the tables
class Song(Base):
__tablename__ = 'song'
id = sa.Column(sa.Integer, primary_key=True)
pat... |
# Martin Kolman <mkolman@redhat.com>
# copy, or redistribute it subject to the terms and conditions of the GNU
# implied warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# this program; if not, write to the Free Software Foundation, Inc., 51
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ... |
cmd_fs/proc/version.o := /pub/CIS520/usr/arm/bin/<API key> -Wp,-MD,fs/proc/.version.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/<API key>/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -include include/linux/au... |
// AEPCommon.hpp : AEP 2.0 client and server base, for the abstract/core AEP
// implementation.
// This file is part of the Intense project.
// Intense is free software; you can redistribute it and/or modify
// (at your option) any later version.
// Intense is distributed in the hope that it will be useful,
// MERCHANT... |
<?php
namespace Joomla\Component\Contact\Site\View\Categories;
defined('_JEXEC') or die;
use Joomla\CMS\MVC\View\CategoriesView;
/**
* Content categories view.
*
* @since 1.6
*/
class Html extends CategoriesView
{
/**
* Language key for default page heading
*
* @var string
* @since 3.2
... |
@extends('layouts.app')
@section('title', '403 ')
@section('content')
<section class="hero is-medium is-warning is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">403 </h1>
@if(isset($status))
<h2 class="subtitle">
... |
#include <catch2/catch.hpp>
#include "gcg.h"
using namespace hume;
TEST_CASE("Parse pragmata", "[gcg]")
{
SECTION("Player")
{
std::string line = "#player1 Jamie James Chew";
gcg::Parser p;
auto result = p.parse_line(line);
auto* pragma = std::get_if<gcg::Pragmata>(&result);
... |
#include <linux/device.h>
#include <linux/err.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/pm_runtime.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include ... |
<?php
// security check - must be included in all scripts
if (!
/**
* Description for $GLOBALS
* @global unknown $GLOBALS['<API key>']
* @name $<API key>
*/
$GLOBALS['<API key>']) {
die("You cannot view this page directly");
}
// end security check
class <API key> extends dbtable
{
/**
* Instance of ... |
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <mach/board_lge.h>
#include "../proc_comm.h"
#if 1 //#if defined(<API key>)
unsigned lge_get_pif_info(void)
{
int err;
unsigned pif_value = -1;
unsigned cmd_pif = 8;
err = msm_proc_comm(PCOM_CUS... |
Meteor.startup(function () {
// Hard code for creating a user. Never do this on production
try {
Accounts.createUser({username:'test', password:'test'});
}
catch ( error ) { /* Nothing */ }
}); |
// Cyphesis Online RPG Server and AI Engine
// This program is free software; you can redistribute it and/or modify
// (at your option) any later version.
// This program is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// along with this program; if not... |
package de.metas.edi.api;
import org.adempiere.util.ISingletonService;
import de.metas.edi.model.<API key>;
public interface IEDIInvoiceCandBL extends ISingletonService
{
void setEdiEnabled(final <API key> candidate);
} |
#!/usr/bin/env perl
# vcf-parallel.pl
# John Davey johnomics@gmail.com
use strict;
use warnings;
use Carp;
use English;
use Getopt::Long;
use Pod::Usage;
use Data::Dumper;
use Parallel::ForkManager;
$OUTPUT_AUTOFLUSH = 1;
my %args;
$args{vcf_filename} = "";
$args{vcf_subs} = "";
$args{threads} = 1;... |
#ifndef <API key>
#define <API key>
gd_region *dbfilopn (gd_region *reg);
void dbsecspc(gd_region *reg, sgmnt_data_ptr_t csd);
void db_init(gd_region *reg, sgmnt_data_ptr_t tsd);
void db_auto_upgrade(gd_region *reg);
#endif |
\hypertarget{<API key>}{}\section{x\+Task\+Create\+Restricted}
\label{<API key>}\index{x\+Task\+Create\+Restricted@{x\+Task\+Create\+Restricted}}
task. h
\begin{DoxyPre}
BaseType\_t <API key>( TaskParameters\_t *pxTaskDefinition, TaskHandle\_t *pxCreatedTask );\end{DoxyPre}
x\+Task\+Create\+Restricted() should only be... |
#include <linux/if.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/if_ether.h>
#include <linux/ieee80211.h>
#include <linux/nl80211.h>
#include <linux/rtnetlink.h>
#include <linux/netlink.h>
#include <linux/etherdevice.h>
#include <net/net_namespace.h>... |
#!/usr/bin/python
# Author = Andrej Frank, IT-Designers GmbH, STZ Softwaretechnik
# Version = 0.0.1 Alpha
# what we do:
# - read configuration(user,pass,what to save, where to save)
# - get the config from switchs
# - log in ssh, get the configs/files/dirs
# - store it on git( clone if not exists, commit, push)
# at m... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ast">
<context>
<name>AboutDialog</name>
<message>
<location filename="../src/core/ui/about.cpp" line="34"/>
<source>using Qt </source>
<translation type="unfinished"></translation>
</message>
<messa... |
#!/bin/bash
# <API key>.sh - parse installer-specific options
. /lib/anaconda-lib.sh
. /lib/url-lib.sh
# create the repodir and isodir that anaconda will look for
mkdir -p "$repodir" "$isodir"
# add some modules
modprobe -q edd
# get some info from .buildstamp
buildstamp=/run/initramfs/.buildstamp
[ -f /.buildstamp ] &... |
package uk.me.parabola.imgfmt.app;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import uk.me.parabola.imgfmt.MapFailedException;
import uk.me.parabola.imgfmt.Sized;
import uk.me.parabola.imgfmt.fs.ImgChannel;
import uk.me.parabola.imgfmt.sys.FileLink;
import uk.me.parabola.log.Logg... |
from django.db import connections
from django.db.models.manager import Manager as DJManager
from django.db.utils import DatabaseError
from bson.objectid import ObjectId
import re
from .utils import dict_keys_to_str
try:
from django.core.exceptions import <API key>, ObjectDoesNotExist
except ImportError:
class O... |
import PropTypes from 'prop-types';
import { Component } from 'react';
const SVG_SIZE = 30;
class <API key> extends Component {
static propTypes = {
description: PropTypes.string,
name: PropTypes.string.isRequired,
};
render() {
const { description, name } = this.props;
retur... |
<?php
/**
* Checks whether the chosen layout is the 'grid-landscape' layout.
*
* @since 1.0.0
* @access public
* @return bool
*/
function extant_is_landscape() {
return hybrid_is_layout( 'grid-landscape' );
}
/**
* Checks whether the chosen layout is the 'grid-portrait' layout.
*
* @since 1.0.0
* @acces... |
// Written by qingfeng.wang, some source code form snort,nginx.
// Thanks to China Standard software Co.,Ltd ;
#ifndef <API key>
#define <API key>
#include "sk_config.h"
#include "sk_core.h"
void <API key>(sk_cycle_t *cycle);
#endif |
// Created 2015/04/10 honda
package jobnet
import (
"fmt"
"net/url"
"strings"
"time"
"github.com/unirita/cuto/console"
"github.com/unirita/cuto/db"
"github.com/unirita/cuto/db/tx"
"github.com/unirita/cuto/log"
"github.com/unirita/cuto/master/config"
"github.com/unirita/cuto/maste... |
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <asm/io.h>
#include <asm/byteorder.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/mtd/map.h>
#include <linux/mtd/cfi.h>
#include <linu... |
/* PROGRAM NAME: tdbvir.cpp Version 1.2 */
/* This program are the VIR classes DB execution routines. */
/* Include relevant sections of the MariaDB header file. */
#include <my_global.h>
/* Include application header files: */
/... |
app.view.context.components = app.view.context.components || {};
app.view.context.components.retagitem = app.lib.element({
displayName: 'context.components.retagitem',
mixins: [app.lib.mixins.rootParent],
getDefaultProps: function () {
return {
filter: null,
tree: [],
... |
module.exports.watch = watch;
module.exports.resetWatchers = resetWatchers;
var debug = require('debug')('nodemon:watch');
var debugRoot = require('debug')('nodemon');
var chokidar = require('chokidar');
var undefsafe = require('undefsafe');
var config = require('../config');
var path = require('path');
var utils = req... |
#include "accdet.h"
// add by baibo@yulong 20150313 hookswitch test in factory mode begin
#include <linux/proc_fs.h>
// add by baibo@yulong 20150313 hookswitch test in factory mode end
//#include <mach/mt_boot.h>
#include <cust_eint.h>
#include <cust_gpio_usage.h>
#include <mach/mt_gpio.h>
#include <mach/eint.h>
#inclu... |
#include "qemu-common.h"
#include "monitor.h"
#include "qemu-timer.h"
#include "qemu-log.h"
#include "sysemu.h"
#include "migration.h"
#include <sys/time.h>
QEMUClock *rt_clock;
QEMUClock *vm_clock;
FILE *logfile;
struct QEMUBH
{
QEMUBHFunc *cb;
void *opaque;
};
void qemu_service_io(void)
{
}
Monitor *cur_mon;
... |
/* File: util.c */
#include "angband.h"
/* Hack for detecting unix stuff. */
#ifdef PRIVATE_USER_PATH
# ifndef HAVE_USLEEP
/*
* For those systems that don't have "usleep()" but need it.
*
* Fake "usleep()" function grabbed from the inl netrek server -cba
*/
int usleep(huge usecs)
{
struct timeval Timer;
... |
#include <acpi/acpi.h>
#include "accommon.h"
#include "acparser.h"
#include "acdispat.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acnamesp.h"
#define _COMPONENT ACPI_EXECUTER
ACPI_MODULE_NAME("exoparg1")
acpi_status <API key>(struct acpi_walk_state *walk_state)
{
acpi_status status = AE_OK;
... |
/**
* Module page class.
*/
class Module_login
{
/**
* Standard modular info function.
*
* @return ?array Map of module info (NULL: module is disabled).
*/
function info()
{
$info=array();
$info['author']='Chris Graham';
$info['organisation']='ocProducts';
... |
#pragma once
#include "BaseLight.h"
namespace CommonUtilities
{
class DirectionalLight : public BaseLight
{
public:
DirectionalLight();
~DirectionalLight();
void Update(Vector3<float> aDirection, Vector3<float> aColor, float aSpecularPower);
inline const Vector3<float>& GetLi... |
#ifndef DWT_COLUMN_H_
#define DWT_COLUMN_H_
namespace dwt {
struct Column {
enum Alignment {
LEFT,
RIGHT,
CENTER
};
enum AutoWidth {
SIZE_TO_CONTENT = -1,
SIZE_TO_HEADER = -2
};
tstring header;
int width;
Alignment alignment;
Column();
Column(t... |
<?php
namespace Magento\CatalogSearch\Helper;
/**
* Catalog search helper
*
* @api
* @since 100.0.2
*/
class Data extends \Magento\Search\Helper\Data
{
/**
* Retrieve advanced search URL
*
* @return string
*/
public function <API key>()
{
return $this->_getUrl('catalogsearch... |
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "logging.h"
#include "complex.h"
#include "property.h"
#include "object.h"
#include "variable.h"
// Constructor creates an unnamed instance of the object class.
object::object () {
nam... |
div.tabs, .<API key> {
display:none;
} |
using System;
using System.IO;
using System.Net;
using System.Net.Http;
using System.Net.Http.Json;
using System.Text.Json;
using System.Threading.Tasks;
using KP.GmailClient.Extensions;
namespace KP.GmailClient.Common
{
<summary>Handles requests to the Gmail service and parses the response.</summary>
internal ... |
<!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.8.3.1"/>
<title>oRTP: sdes_item Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text... |
#include <math.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/channel_layout.h"
#include "libavutil/float_dsp.h"
#include "libavutil/mathematics.h"
#include "avcodec.h"
#define BITSTREAM_READER_LE
#include "get_bits.h"
#include "internal.h"
#include "lsp.h"
#include "acelp_vectors.h"
#include "acelp_pit... |
var searchData=
[
['calcmenu',['calcMenu',['../classCCalculator.html#<API key>',1,'CCalculator']]],
['cntconsolematrix',['cntConsoleMatrix',['../classCExpression.html#<API key>',1,'CExpression']]],
['cntnull',['cntNull',['../classCBuilder.html#<API key>',1,'CBuilder']]],
['columns',['columns',['../classAbstract... |
<?php
/**
* @package Piwik_Menu
*/
abstract class Piwik_Menu_Abstract {
protected $menu = null;
protected $menuEntries = array();
protected $edits = array();
protected $renames = array();
/*
* Can't enforce static function in 5.2.
*/
//abstract static public function getInstance();
... |
/*
Operating System GLUe for X WiNdow system
All operating system dependent code for the
X Window System should go here.
This code is descended from Michael Hanni's X
port of vMac, by Philip Cummins.
I learned more about how X programs work by
looking at other programs such as Basilisk II,
... |
using System;
using System.Drawing.Imaging;
using System.Globalization;
using System.IO;
using System.Windows.Data;
using System.Windows.Media.Imaging;
namespace Sdl.Community.TuToTm.UiHelpers
{
[ValueConversion(typeof(System.Drawing.Image), typeof(System.Windows.Media.ImageSource))]
public class <API key> : IV... |
.select-custom{padding-top:9px !important; padding-bottom:9px !important;}
.img-bordered{border: 1px solid #F2F2F2; padding: 3px; text-align: center; }
.hidden {display:none !important;}
.highlighted {color: #211922; background-color: #ff0 !important;}
.error {font-weight: 300; color: #f00 !important;}
.clear {clear: b... |
#pragma once
#include <string>
#include <ctime>
#include "api.h"
using namespace std;
#include "SimulationModule.h"
class SUR_CN:public SimulationModule
{
public:
SUR_CN(void);
~SUR_CN(void);
virtual int Execute();
virtual void SetValue(const char* key, float data);
virtual void Set1DData(const char... |
#ifndef <API key>
#define <API key>
#include "fs_proxy.h"
#include <AFS/SECURITY/unix_acl.h>
#include <PaF/API/filter.h>
typedef std::map<uint32_t, std::string> uid_gid_mapping_t;
struct T_mount_config : public T_filesystem_config {
std::string remote_path;
std::string mount_point;
std::string mount_options... |
// wrapper for dlldata.c
#undef _MERGE_PROXYSTUB
#ifdef _MERGE_PROXYSTUB // merge proxy stub DLL
#define REGISTER_PROXY_DLL //DllRegisterServer, etc.
#define _WIN32_WINNT 0x0500 //for WinNT 4.0 or Win95 with DCOM
#define USE_STUBLESS_PROXY //defined only with MIDL switch /Oicf
#pragma comment(lib, "rpcns4.lib")
#... |
using Newtonsoft.Json;
using <API key>.Models;
using RestSharp;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
namespace <API key>.Controllers
{
public class <API key> : ApiController
{
private const str... |
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("/BenchmarkTest02102")
publ... |
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/bootmem.h>
#include <linux/ioport.h>
#include <linux/pm.h>
#include <asm/bootinfo.h>
#include <asm/time.h>
#include <asm/reboot.h>
#include <asm/cacheflush.h>
#include <bcm63xx_board.h>
#include <bcm63xx_cpu.h>
#include <bcm63xx_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.