answer stringlengths 15 1.25M |
|---|
#ifndef OPENTOOL_H_
#define OPENTOOL_H_
#include "Server.h"
#include "Header.h"
#include "KeepAliveTimer.h"
#include <memory>
#include <functional>
#include <string>
#include <chrono>
using std::string;
using std::function;
using std::unique_ptr;
class OpenTool {
public:
OpenTool();
OpenTool(int spindleNumber, ... |
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<div>
<app-header-bar></app-header-bar>
<div class="section columns">
<main class="column">
<app-heroes></app-heroes>
</main>
</div>
</div>
`
})
export class AppComponent {... |
config = {
"interfaces": {
"google.cloud.talent.v4beta1.TenantService": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": [],
},
"retry_params": {
"default": {
"<API... |
ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, floatXValue,int pivotYType, float pivotYValue)
fromXtoXxfromY,toYye
pivotXValuepivotYValuex,ypivotXTypepivotYTypex,y
1
Animation scale = new ScaleAnimation(0f, 1f, 0f, 1f, Animation.RELATIVE_TO_SELF, 0.5f, Animation.RELATIVE_TO_SELF, 0.5f);
... |
package at.forsyte.apalache.tla.typecheck.passes
import at.forsyte.apalache.infra.ExceptionAdapter
import at.forsyte.apalache.infra.passes.{Pass, PassOptions, <API key>, <API key>}
import at.forsyte.apalache.tla.imp.passes.{SanyParserPass, SanyParserPassImpl}
import com.google.inject.AbstractModule
import com.google.in... |
# LOG MESSAGES
## GENERAL ##
DB_ERROR = 'Database error. Check database log file.'
STORE_NOT_FOUND = 'Could not find store in cees database.'
TOKEN_NOT_FOUND = 'Could not find token in database.'
SCHEMA_NOT_FOUND = 'Could not validate request. Schema file not found.'
VALIDATION_ERROR = 'Data not valid.'
## LOGIN ##
LOG... |
title: ""
lang: cn
ref: huawei-cloud
permalink: /cn/users/local-develop-test/
excerpt: ""
last_modified_at: 2017-08-15T15:01:43-04:00
redirect_from:
- /theme-setup/
{% include toc %}
/[](/cn/users/service-definition/)[](/cn/users/<API key>/)
* [](
* [local fileMock](#mock)
/
... |
package com.mit.dstore.entity;
import java.util.List;
public class LoginJson extends JSON {
/**
*
* @Fields serialVersionUID : TODO
*/
private static final long serialVersionUID = -<API key>;
private List<User> Object = null;
public List<User> getObject() {
return Object;
}
... |
package eu.thedarken.trust.dialogs;
import android.app.AlertDialog;
import android.app.Dialog;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.FragmentManager;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import a... |
#include "M2351.h"
#include <errno.h>
#include "nu_miscutil.h"
extern uint32_t __mbed_sbrk_start;
extern uint32_t __mbed_krbs_start;
#define NU_HEAP_ALIGN 4
/* Support heap with two-region model
*
* The default implementation of _sbrk() (in mbed_retarget.cpp) for GCC_ARM requires one-region
* model (heap and s... |
/* global InstanceDetails,Utils */
var UI = (function () {
"use strict";
var NONUSABLEWIDTH = 204;
var <API key> = 100;
// Colors
var RED = 'rgb(217, 83, 79)';
var GREEN = 'green';
var AMBAR = 'rgb(239, 163, 0)';
var GRAY = 'gray';
var statuses = {
// GREEN
'ACTIVE': ... |
import zstackwoodpecker.test_util as test_util
import zstackwoodpecker.test_lib as test_lib
import zstackwoodpecker.test_state as test_state
import zstackwoodpecker.operations.hybrid_operations as hyb_ops
import zstackwoodpecker.operations.resource_operations as res_ops
import time
import os
postfix = time.strftime('%m... |
FROM ubuntu:xenial
# Minimal Docker container for running Habitat's BATS integration
# tests.
# jq and curl are used by our custom BATS helper functions; busybox
# and the various lib* are needed by the hab binaries themselves; the
# intended usecase is to exercise the individual binaries built by
# cargo, and not Hab... |
/*
$Id: $
@file <API key>.java
@brief Contains the <API key>.java class
@author Rahul Singh [rsingh]
*/
package com.distelli.europa.handlers;
import java.io.IOException;
import java.io.OutputStream;
import javax.inject.Inject;
import javax.inject.Singleton;
import javax.servlet.http.HttpServletRequest;
import j... |
/** @define Toast */
.Toast {
@apply(--paper-font-body1);
@nest &-button {
@apply(--paper-font-button);
color: var(--accent-color);
padding-left: 24px;
@media(--md-viewport) {
padding-left: 48px;
}
}
} |
/**
* @file qstone.h
* @author Frantisek Kolacek <xkolac12@stud.fit.vutbr.cz>
* @version 0.91a
* @brief Header file for QStone
*/
#ifndef QSTONE_H
#define QSTONE_H
#include <QPushButton>
#include <QPixmap>
#include <QIcon>
#include "../cli/game.h"
/**
* @brief Maps for drawing stones in GUI
*/
extern QStr... |
package net.worldline.training.angular.services;
import net.worldline.training.angular.entity.User;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class UserDAOImpl implements UserDAO
{
private final Session... |
#include "kstate.h"
#include "vrf_stats_kstate.h"
#include <iomanip>
#include <sstream>
#include "vr_defs.h"
using namespace std;
VrfStatsKState::VrfStatsKState(KVrfStatsResp *obj, const std::string &resp_ctx,
vr_vrf_stats_req &req, int id) :
KState(resp_ctx... |
package com.ftfl.icare.util;
import android.app.Fragment;
import android.app.FragmentManager;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Vi... |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"a. m.",
"p. m."
],
"DAY": [
"domingo",
... |
import json
import httplib
import requests
from st2actions.runners.pythonrunner import Action
__all__ = [
'PostMessageAction'
]
class PostMessageAction(Action):
def run(self, message, username=None, icon_emoji=None, channel=None):
config = self.config['post_message_action']
username = username i... |
import {createSelector} from 'reselect';
import {allTrue} from '../util/arrays';
const <API key> = state => state.isMetadataAvailable;
const <API key> = state => state.isChangesAvailable;
const <API key> = state => state.isSummaryAvailable;
const <API key> = state => state.<API key>;
const getIsTATAvailable = state => ... |
package org.code.pomelo.rabbitmq.tutorial.pub.sub;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import org.code.pomelo.rabbitmq.tutorial.DefaultConnection;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class ReceiveLogs {
public static void main(Strin... |
class CreateContracts < ActiveRecord::Migration[5.0]
def change
create_table :contracts do |t|
t.string :contract_no, null: false
t.integer :transport_id
t.text :description
t.timestamps
end
end
end |
<!DOCTYPE HTML PUBLIC "-
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Language" content="en">
<title>StringParser_BBCode class documentation</title>
<meta name="author" content="Christian Seiler">
<link rel="stylesheet" href="../css... |
// soundReactiveBars.cpp
// <API key>
#include "soundReactiveBars.h"
void soundReactiveBars::setup(){
}
void soundReactiveBars::update(){
}
void soundReactiveBars::draw(int initWidth, int initHeight, int initThickness, int initRed, int initGreen, int initBlue, int initBufferSize, float initSensitivity){
ofSetVert... |
/*
* Contents
*
* Body resets
* Custom type
* Messages
* Container
* Masthead
* Posts and pages
* Pagination
* Reverse layout
* Themes
*/
/*
* Body resets
*
* Update the foundational and global aspects of the page.
*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-... |
#ifndef <API key>
#define <API key>
typedef struct lexer_state {
constant_table *globaldefinitions; /* symbol table */
char const *currentfile; /* file being processed */
int errors; /* error counter */
int flexdebug; /* de... |
use v6;
use List::Utils;
my %mass-table = slurp('<API key>.txt').words;
my @L = sort lines;
my %invert-mass-table = %mass-table.invert.hash;
sub spectrum-graph(@L) {
my %edges;
for ^@L -> $i {
note
my $u = @L[$i];
for @L[$i+1..*-1] -> $v {
my $mass = %invert-mass-table{$v - $... |
<!DOCTYPE html PUBLIC "-
window.onload = function () {pageLoad();};
</script></head><body id="mini"><div id="module-header"><p class="caption">Data.Eq</p></div><div id="interface"><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Eq.html#t:Eq" target="main">Eq</a> a</p></div></div></body>... |
describe('carousel', function() {
beforeEach(module('ui.bootstrap.carousel'));
beforeEach(module('template/carousel/carousel.html', 'template/carousel/slide.html'));
var $rootScope, elm, $compile, $controller, $timeout;
beforeEach(inject(function(_$rootScope_, _$compile_, _$controller_, _$timeout_) {
$rootS... |
<!DOCTYPE html PUBLIC "-
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading... |
package org.jcodec.codecs.h264.io.write;
import static org.jcodec.common.tools.Debug.trace;
import org.jcodec.api.<API key>;
import org.jcodec.common.io.BitWriter;
import org.jcodec.common.tools.MathUtil;
public class CAVLCWriter {
private CAVLCWriter() {
}
public static void writeUtrace(BitWriter out, int ... |
package Zonemaster::LDNS::RR::DLV;
use strict;
use warnings;
use parent 'Zonemaster::LDNS::RR';
1;
=head1 NAME
Zonemaster::LDNS::RR::DLV - Type DLV record
=head1 DESCRIPTION
A subclass of L<Zonemaster::LDNS::RR>, so it has all the methods of that class available in addition to the ones documented here.
=head1 METHODS
N... |
#pragma once
#include <vlMFC/MDIWindow.hpp>
/* VL: subclass MDIWindow */
class CMDI_AppView : public vlMFC::MDIWindow
{
protected:
CMDI_AppView();
virtual ~CMDI_AppView();
DECLARE_DYNCREATE(CMDI_AppView)
// VL: initialize the OpenGL context here!
virtual void OnInitialUpdate();
// the rest is MFC stuf... |
/* $NetBSD: am7990reg.h,v 1.11 2005/12/11 12:21:25 christos Exp $ */
/* $FreeBSD: soc2013/dpl/head/sys/dev/le/am7990reg.h 155136 2006-01-31 14:48:58Z marius $ */
#ifndef <API key>
#define <API key>
/*
* Receive message descriptor
*/
struct lermd {
uint16_t rmd0;
#if BYTE_ORDER == BIG_ENDIAN
uint8_t ... |
#!/bin/sh
setup()
{
rm -f local.properties
rm -rf bin
rm -rf gen
android update project --path . --name MobileTest --target android-15
echo "" >> local.properties
echo "cinder.dir=$CINDER_PATH" >> local.properties
echo "chr.src.dir=$CINDER_PATH/blocks/<API key>/android/src" >> local.properties
echo "REA... |
cask 'wechatwebdevtools' do
version '0.12.130400,012130400'
sha256 '<SHA256-like>'
url "https://dldir1.qq.com/WechatWebDev/#{version.after_comma}/<API key>#{version.before_comma}.dmg"
name 'wechat web devtools'
homepage 'https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html'
app 'wechatwebdevtool... |
import numpy as np
import math
from numpy.random import RandomState
import pytest
from cryptorandom.cryptorandom import SHA256
from ..stratified import <API key> as spt
from ..stratified import <API key> as sptm
from ..stratified import corrcoef, sim_corr, <API key>
def <API key>():
group = np.repeat([1, 2, 3], 9)
... |
#include <gtest/gtest.h>
#include <libnode/buffer.h>
namespace libj {
namespace node {
TEST(GTestBuffer, TestCreate) {
Buffer::Ptr buf = Buffer::create();
ASSERT_TRUE(!!buf);
}
TEST(GTestBuffer, TestCreate2) {
Buffer::Ptr buf = Buffer::create("abc", 3);
ASSERT_TRUE(!!buf);
ASSERT_EQ(3, buf->length()... |
#ifndef _MACHINE_ENDIAN_H_
#define _MACHINE_ENDIAN_H_
#include <sys/cdefs.h>
#include <sys/_types.h>
/*
* Define the order of 32-bit words in 64-bit words.
*/
#define _QUAD_HIGHWORD 1
#define _QUAD_LOWWORD 0
/*
* Definitions for byte order, according to byte significance from low
* address to high.
*/
#de... |
cask 'bezel' do
version '1.2'
sha256 '<SHA256-like>'
url "http://infinitapps.com/files/Bezel-#{version}.zip"
appcast 'http://infinitapps.com/files/bezel-appcast.xml',
:checkpoint => '<SHA256-like>'
name 'bezel'
homepage 'http://infinitapps.com/bezel/'
license :gratis
app "Bezel #{version}/Beze... |
import unittest
from arc_utilities.conversions import parse_file_size
class TestConversions(unittest.TestCase):
def <API key>(self):
self.assertEqual(parse_file_size('1'), 1)
self.assertEqual(parse_file_size('12.2'), 12)
self.assertEqual(parse_file_size('1k'), 1_000)
self.assertEqual... |
#ifndef <API key>
#define <API key>
#include "flagsfwd.h"
#include <iterator>
namespace inviwo {
namespace flags {
template <class E>
class FlagsIterator {
public:
using flags_type = flags<E>;
using difference_type = std::ptrdiff_t;
using value_type = E;
using pointer = value_type *;
using reference... |
#!/bin/bash
# configs/teensy/usbmsc/setenv.sh
# modification, are permitted provided that the following conditions
# are met:
# the documentation and/or other materials provided with the
# distribution.
# 3. Neither the name NuttX nor the names of its contributors may be
# used to endorse or promote products d... |
# typed: false
# <API key>: true
require "diagnostic"
require "cli/parser"
require "cask/caskroom"
module Homebrew
extend T::Sig
module_function
sig { returns(CLI::Parser) }
def doctor_args
Homebrew::CLI::Parser.new do
description <<~EOS
Check your system for potential problems. Will exit with... |
#ifndef _DEV_PPBUS_LPT_H_
#define _DEV_PPBUS_LPT_H_
#include <sys/ioccom.h>
#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
#endif /* !_DEV_PPBUS_LPT_H_ */ |
<!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>cds: cds::container::SplitListSet< GC, T, Traits > Class Template Reference</title>
... |
#pragma once
int <API key> (<API key> *rktrans, int events,
char *errstr, int errstr_size);
int <API key> (<API key> *rktrans,
char *errstr, int errstr_size);
void <API key> (rd_kafka_broker_t *rkb);
void <API key> (rd_kafka_broker_t *rkb);
int <API key> (void); |
#ifndef __FILES_H__
#define __FILES_H__
int file_exists(const char *file);
int file_size(const char *file);
char *resolve_path(const char *from);
#endif /* __FILES_H__ */ |
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: soc2013/dpl/head/sys/boot/i386/libi386/vidconsole.c 232592 2012-02-29 18:11:33Z jkim $");
#include <stand.h>
#include <bootstrap.h>
#include <btxv86.h>
#include <machine/psl.h>
#include "libi386.h"
#if KEYBOARD_PROBE
#include <machine/cpufunc.h>
static int probe_keyboard(vo... |
#ifndef _NET_IF_VLAN_VAR_H_
#define _NET_IF_VLAN_VAR_H_ 1
struct ether_vlan_header {
u_char evl_dhost[ETHER_ADDR_LEN];
u_char evl_shost[ETHER_ADDR_LEN];
u_int16_t evl_encap_proto;
u_int16_t evl_tag;
u_int16_t evl_proto;
};
#define EVL_VLID_MASK 0x0FFF
#define EVL_PRI_MASK... |
class Headphones < Formula
desc "Automatic music downloader for SABnzbd"
homepage "https://github.com/rembo10/headphones"
url "https://github.com/rembo10/headphones/archive/v0.5.19.tar.gz"
sha256 "<SHA256-like>"
head "https://github.com/rembo10/headphones.git"
bottle do
cellar :any_skip_relocation
s... |
#include "config.h"
#include "JSDOMWindowShell.h"
#include "Frame.h"
#include "GCController.h"
#include "JSDOMWindow.h"
#include "DOMWindow.h"
#include "ScriptController.h"
#include <heap/StrongInlines.h>
#include <runtime/JSObject.h>
using namespace JSC;
namespace WebCore {
const ClassInfo JSDOMWindowShell::s_info = {... |
/**
* @file
* @brief Building block for constructing ring buffers.
*
* @date 19.03.13
* @author Eldar Abusalimov
*/
#ifndef UTIL_RING_H_
#define UTIL_RING_H_
#include <assert.h>
#include <stddef.h>
#include <util/math.h>
struct ring {
size_t head; /* where to write */
size_t tail; /* from where to read */... |
#include <gtest/gtest.h>
#include <platform.h>
#include <ast/parserapi.h>
#include <ast/source.h>
#include "util.h" |
class Cmor < Formula
desc "Climate Model Output Rewriter for producing CF-compliant netCDF files"
homepage "http://www2-pcmdi.llnl.gov/cmor"
url "https://github.com/PCMDI/cmor/archive/3.1.2.tar.gz"
sha256 "<SHA256-like>"
# doi "10.5281/zenodo.61943"
bottle do
sha256 "<SHA256-like>" => :el_capitan
sh... |
# Continuous audiorecorder
Implementation of the missing feature in Android SDK: audio recorder with a pause. Based on [mp4parser](https://code.google.com/p/mp4parser/).
Build status: [
## Import
Just copy the `recorder` mo... |
#ifndef <API key>
#define <API key>
#include "cc/base/cc_export.h"
#include "cc/output/filter_operations.h"
#include "third_party/skia/include/core/SkXfermode.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/size_f.h"
namespace base {
namespace trace_event {
class TracedValue;
} // namespace trace_eve... |
# $FreeBSD: soc2013/dpl/head/tools/tools/aac/Makefile 219565 2011-03-11 18:51:42Z brucec $
PROG= aac_checkq
NO_MAN=
WARNS?=6
BINDIR?=/usr/local/bin
.include <bsd.prog.mk> |
import {describe,
beforeEach,
it,
expect,
iit,
ddescribe,
el} from 'angular2/test_lib';
import {ListWrapper,
List,
MapWrapper} from 'angular2/src/facade/collection';
import {DOM} from 'angular2/src/dom/dom_adapter';
import {isPresent,
NumberWrapper,
StringWrapper} from 'angular2/src/facade/lang';
im... |
class Asciidoc < Formula
include Language::Python::Shebang
desc "Formatter/translator for text files to numerous formats. Includes a2x"
homepage "https://asciidoc.org/"
url "https://github.com/asciidoc/asciidoc-py3/archive/9.0.2.tar.gz"
sha256 "<SHA256-like>"
license "GPL-2.0"
head "https://github.com/asc... |
class Trailscraper < Formula
include Language::Python::Virtualenv
desc "Tool to get valuable information out of AWS CloudTrail"
homepage "https://github.com/flosell/trailscraper"
url "https://github.com/flosell/trailscraper/archive/0.6.4.tar.gz"
sha256 "<SHA256-like>"
license "Apache-2.0"
revision 1
bot... |
// console.log(__filename)
var assert = require('../../src/nodejs/scripts/assert.js'); //adds assert.run function
var qm = require('qminer');
describe('BTree Integer Search Tests', function () {
var base = undefined;
var store = undefined;
beforeEach(function () {
qm.delLock();
base = new qm... |
# encoding: utf-8
# module zipimport
# from (built-in)
# by generator 1.130
"""
zipimport provides support for importing Python modules from Zip archives.
This module exports three objects:
- zipimporter: a class; its constructor takes a path to a Zip archive.
- ZipImportError: exception raised by zipimporter objects. ... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <errno.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/module.h>
#include <sys/mac.h>
#include <sys/param.h>
#include <sys/sbuf.h>
#include <sha256.h>
#include "sandbox-exec.h"
#include "mod_sysca... |
#ifndef CurlCacheManager_h
#define CurlCacheManager_h
#include "CurlCacheEntry.h"
#include "ResourceHandle.h"
#include "ResourceResponse.h"
#include <wtf/HashMap.h>
#include <wtf/ListHashSet.h>
#include <wtf/text/WTFString.h>
namespace WebCore {
class CurlCacheManager {
public:
static CurlCacheManager& getInstance(... |
package com.cra.figaro.util
import scala.collection.mutable.Map
import annotation.tailrec
/**
* A priority map using a heap implementation. Provides O(log n) insertion, update, and extracting the
* minimum element.
*/
class HeapPriorityMap[T, U]()(implicit ord: Ordering[U]) extends PriorityMap[T, U] {
private var ... |
#!/usr/bin/env bash
# vim: sw=2 et
set -euo pipefail
fail() {
echo "ERROR: $*" >&2
exit 1
}
echo 'BUILD_SPHINX_HTML = NO' > mk/validate.mk
echo 'BUILD_SPHINX_PDF = NO' >> mk/validate.mk
hackage_index_state="@1511758800"
cat > mk/build.mk <<EOF
V=1
HADDOCK_DOCS=YES
LATEX_DOCS=YES
HSCOLOUR_SRCS=YES
BUILD_DOCBOOK_HTML... |
<?php
namespace ZendTest\EventManager\TestAsset;
use Zend\EventManager\<API key>;
/**
* @group Zend_EventManager
*/
class <API key>
{
use <API key>;
protected $eventIdentifier = 'foo.bar';
protected $<API key> = false;
public function getEventIdentifier()
{
return $this->eventIdentifi... |
import ResourceLoader from './ResourceLoader';
/**
* Create a new Renderer instance.
* @param {object} [loader] - Optional loader instance for
* image and href URL sanitization. If not specified, a
* standard loader instance will be generated.
* @constructor
*/
export default function Renderer(loader) {
thi... |
# This file is part of Threading Building Blocks.
# Threading Building Blocks is free software; you can redistribute it
# version 2 as published by the Free Software Foundation.
# Threading Building Blocks is distributed in the hope that it will be
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# al... |
#ifndef VM_H
#define VM_H
#include <machine/vm.h>
typedef char vm_inherit_t; /* inheritance codes */
#define VM_INHERIT_SHARE ((vm_inherit_t) 0)
#define VM_INHERIT_COPY ((vm_inherit_t) 1)
#define VM_INHERIT_NONE ((vm_inherit_t) 2)
#define VM_INHERIT_DEFAULT VM_INHERIT_COPY
typedef u_c... |
#ifndef <API key>
#define <API key>
#include "sky/engine/core/page/<API key>.h"
#include "sky/engine/platform/LifecycleNotifier.h"
#include "sky/engine/wtf/PassOwnPtr.h"
#include "sky/engine/wtf/TemporaryChange.h"
namespace blink {
class Page;
class LocalFrame;
class <API key> final : public LifecycleNotifier<Page> {
p... |
package org.dirtymechanics.frc.component.arm;
import org.dirtymechanics.frc.component.arm.ScrewDrive.Location;
/**
*
* @author frc
*/
public interface ScrewProperties {
public Location highGoal();
public Location pass();
public Location reset();
public Location trussShot();
} |
#if !defined(<API key>)
#define <API key>
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TalkDlg.h : header file
// CTalkDlg dialog
class CTalkDlg : public CDialog
{
// Construction
public:
CTalkDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTalkDlg)
enum { ... |
module Main where
import CLI.Main (runCLI)
import Data.Version (showVersion)
import Paths_gtfsschedule (version)
programHeader :: String
programHeader =
"gtfsschedule - Be on time for your next public transport service (v. " ++ showVersion version ++ ")"
main :: IO ()
main = runCLI programHeader "Shows schedule of de... |
#include "webrtc/base/cpu_time.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/timeutils.h"
#if defined(WEBRTC_LINUX)
#include <time.h>
#elif defined(WEBRTC_MAC)
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/times.h>
#include <mach/thread_info.h>
#include <mach/thread_act.h>
#include <mach/ma... |
// Use of this source code is governed by a BSD-style
package ssa
import (
"cmd/compile/internal/types"
"cmd/internal/src"
"fmt"
"math"
"sort"
"strings"
)
// A Value represents a value in the SSA representation of the program.
// The ID and Type fields must not be modified. The remainder may be ... |
<?php
return [
'sender' => [
'id' => 10,
'username' => 'bayer.hudson',
'auth_key' => '<API key>',
'password_hash' => '$2y$13$EjaPFBnZOQsHdGuHI.<API key>',
'confirmation_token' => '<API key>',
'created_at' => '2014-08-07 00:02:25',
'updated_at' => '2016-08-07 0... |
#include "config.h"
#include "SFDFileIndexor.h"
#include "<API key>.h"
#include "FileHandler.h"
#include "SFDHeader.h"
#include "BitBuffer.h"
SFDFileIndexor::SFDFileIndexor( FileHandler* fh,
<API key>* listener,
const SFDHeader& header )
: m_strOffse... |
#ifndef <API key>
#define <API key>
#include "ppapi/c/dev/ppb_context_3d_dev.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#define <API key> "<API key>(Dev);0.3"
typedef enum {
kNoError,
kInvalidSize,
kOutOfBounds,
kUnknownComman... |
<!DOCTYPE HTML PUBLIC "-
<!--NewPage
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:45:47 EST 2011 -->
<TITLE>
<API key>
</TITLE>
<META NAME="keywords" CONTENT="gov.nih.nci.cabig.caaers.service.<API key> class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" T... |
package com.orasi.web.webelements.impl;
import static com.orasi.utils.Constants.<API key>;
import static com.orasi.utils.TestReporter.interfaceLog;
import static com.orasi.utils.TestReporter.logInfo;
import static com.orasi.utils.TestReporter.logTrace;
import static com.orasi.web.OrasiDriver.<API key>;
import java.util... |
package org.hisp.dhis.reporttable;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonView;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.<API key>;
import org.hisp.dhis.common.DxfNamespace... |
#include "ui/compositor/<API key>.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/compositor/<API key>.h"
#include "ui/compositor/test/<API key>.h"
#include "ui/compositor/test/test... |
/* STM32F412 */
#ifndef __BOARD_H
#define __BOARD_H
/* Baseboard features */
#include "base-board.h"
#undef <API key>
/*
* These allow console commands to be flagged as restricted.
* Restricted commands will only be permitted to run when
* <API key>() returns false.
* See <API key>'s definition in board.c.
*/
#def... |
#ifndef BMX_AS11_INFO_H_
#define BMX_AS11_INFO_H_
#include <bmx/BMXTypes.h>
#include <bmx/as11/AS11CoreFramework.h>
#include <bmx/as11/UKDPPFramework.h>
#include <bmx/as11/<API key>.h>
namespace bmx
{
class AS11Info
{
public:
static void RegisterExtensions(mxfpp::DataModel *data_model);
public:
AS11Info();
... |
[class^="icon-"],
[class*=" icon-"] {
font-family: 'custom-icons';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerH... |
#!/bin/bash
# Caution: This is common script that is shared by more packages.
# If you need to do changes related to this particular collection,
# create a copy of this file instead of symlink.
THISDIR=$(dirname ${BASH_SOURCE[0]})
source ${THISDIR}/../../../common/functions.sh
[ -z "${PGDATA}" ] && exit_fail "Environme... |
<?php
namespace ZendTest\View\Renderer\TestAsset;
use JsonSerializable;
class JsonModel implements JsonSerializable
{
public $value = false;
public function jsonSerialize()
{
return $this->value;
}
} |
--+ holdcas on;
- ALTER TABLE ... CHANGE COLUMN , type change : NUMERIC to MONETARY
-- constraints : no constraints
-- ordering : no order defined
-- name :
-- type change to floating point types
set system parameters '<API key>=yes';
set system parameters 'error_log_level=warning';
set system parameters 'error_log_w... |
<!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.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PMDK C++ bindings: Me... |
<?php
/**
* @see <API key>
*/
// require_once 'Zend/Application/Resource/ResourceAbstract.php';
class <API key>
extends <API key>
{
/**
* @var Zend_Layout
*/
protected $_layout;
/**
* Defined by <API key>
*
* @return Zend_Layout
*/
public function init()
{
... |
#include "config.h"
#include "core/html/HTMLTrackElement.h"
#include "bindings/core/v8/<API key>.h"
#include "core/HTMLNames.h"
#include "core/dom/Document.h"
#include "core/events/Event.h"
#include "core/frame/csp/<API key>.h"
#include "core/html/HTMLMediaElement.h"
#include "platform/Logging.h"
namespace blink {
usin... |
package com.oracle.ptsdemo.oscproxyclient.types;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIEL... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http:
<html>
<head>
<title>Description of cohmatrixc</title>
<meta name="keywords" content="cohmatrixc">
<meta name="description" content="Multi-taper coherency,cross-spectral matrix - continuous process">
<meta http-equiv="Content-... |
macro nogc(ex)
quote
local val
try
gc_enable(false)
val = $(esc(ex))
finally
gc_enable(true)
end
val
end
end |
package com.twelvemonkeys.imageio.plugins.pnm;
import org.junit.Test;
import javax.imageio.ImageReader;
import javax.imageio.spi.ImageReaderSpi;
import javax.imageio.spi.ImageWriterSpi;
import static com.twelvemonkeys.imageio.spi.<API key>.assertClassExists;
import static com.twelvemonkeys.imageio.spi.<API key>.assertC... |
@charset "utf-8";
/* CSS Document */
body{
color:#818285;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:75%; /*can be set to 12px as well but then IE6 won't allow you to resize text that is defined in pixels*/
/*1em = 12px*/
background:#DDDDDD url(../gfx/layout/bg/body_tnc.jpg) no-repeat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.