answer
stringlengths
15
1.25M
#if defined(VGP_ppc64_aix5) #include "pub_core_basics.h" #include "pub_core_vki.h" #include "pub_core_vkiscnums.h" #include "<API key>.h" #include "pub_core_debuglog.h" #include "pub_core_libcassert.h" #include "pub_core_libcprint.h" #include "pub_core_libcproc.h" #include "pub_core_options.h" #include "pub_core_schedu...
.flickr-photo-img, img.flickr-photoset-img, .flickr-wrap, span.flickr-credit { -<API key>: /*variable:flickrstyle_radius*/1em/*variable*/; -moz-border-radius: /*variable:flickrstyle_radius*/1em/*variable*/; border-radius: /*variable:flickrstyle_radius*/1em/*variable*/; }
(function(){tinymce.PluginManager.requireLangPack('codemagic');tinymce.create('tinymce.plugins.CodeMagic',{init:function(ed,url){ed.addCommand('mceCodeMagic',function(){ed.windowManager.open({file:url+'/codemagic.php',width:1200,height:600,inline:1,maximizable:true},{plugin_url:url})});ed.addButton('codemagic',{title:'...
/* ScriptData SDName: boss_erekem SD%Complete: 90 SDComment: Timers may need adjustments SDCategory: Violet Hold EndScriptData */ #include "precompiled.h" #include "violet_hold.h" enum { SAY_AGGRO = -1608012, SAY_ADD_DIE_1 = -1608013, SAY_ADD_DIE_2 = -1608014, ...
<header>ðÒÏÃÅÓÓ</header> ÷ ÜÔÏÍ ÐÏÌÅ ÎÁÈÏÄÉÔÓÑ ËÏÍÁÄÎÁÑ ÓÔÒÏËÁ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÁÑ ÂÕÄÅÔ ×ÙÚ×ÁÎÁ ÄÁÎÎÙÍ ÐÒÏÃÅÓÓÏÍ ÉÎÉÃÉÁÌÉÚÁÃÉÉ (ÎÁÐÒÉÍÅÒ: /etc/init.d/rc, /sbin/getty ...).<p> <hr>
/*! \file GUILabel.h \brief */ #pragma once #include "GUITextLayout.h" #include "GUIInfoTypes.h" #include "GUIFont.h" #include "Geometry.h" class CLabelInfo { public: CLabelInfo() { font = NULL; align = XBFONT_LEFT; offsetX = offsetY = 0; width = 0; angle = 0; scrollSpeed = CScrollInfo::defa...
<?php /** * Outputs the RSS2 XML format comment feed using the feed-rss2.php file in * wp-includes folder. This file only sets the feed format and includes the * feed-rss2-comments.php. * * This file is no longer used in WordPress and while it is not deprecated now. * This file will most likely be deprecated or r...
<?php namespace eZ\Publish\Core\Persistence\Legacy\Tests\Content; use eZ\Publish\Core\Persistence\Legacy\Tests\TestCase; use eZ\Publish\Core\Persistence\Legacy\Content\StorageRegistry; /** * Test case for StorageRegistry. */ class StorageRegistryTest extends TestCase { /** * @covers eZ\Publish\Core\Persisten...
<?php /** * Credits administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; require_once __DIR__ . '/includes/credits.php'; $title = __( 'Credits' ); list( $display_version ) = explode( '-', get_bloginfo( 'version' ...
#include <linux/init.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/gpio-pxa.h> #include <linux/regulator/machine.h> #include <linux/regulator/max8649.h> #include <linux/regulator/fixed.h> #include <linux/mfd/max8925.h> #include <linux/usb/phy.h> #include <linux/us...
/* * INET An implementation of the TCP/IP protocol suite for the LINUX * operating system. INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol(TCP). * * Authors: Ross Biro ...
from Source import Source from Components.Element import cached from Components.SystemInfo import SystemInfo from enigma import eServiceReference StreamServiceList = [] class StreamService(Source): def __init__(self, navcore): Source.__init__(self) self.ref = None self.__service = None ...
<?php /** * Template Name: Wide Page Template * * Description: A page template that provides a key component of WordPress as a CMS * by meeting the need for a carefully crafted introductory page. The front page template * in Twenty Twelve consists of a page content area for adding text, images, video -- * anythin...
<html lang="en"> <head> <title>Context management - Debugging with GDB</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Debugging with GDB"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="<API key>.h...
int main() { if(true) {return 1;} else if(true) {return 1;} else {return 1;} }
#!/usr/bin/python # -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function __metaclass__ = type ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], 'supported_by': 'community'} # FIXME: Add more, better examples EXAMPLES = r''' - ...
#ifndef _TCOD_ZIP_H #define _TCOD_ZIP_H typedef void *TCOD_zip_t; TCODLIB_API TCOD_zip_t TCOD_zip_new(); TCODLIB_API void TCOD_zip_delete(TCOD_zip_t zip); /* output interface */ TCODLIB_API void TCOD_zip_put_char(TCOD_zip_t zip, char val); TCODLIB_API void TCOD_zip_put_int(TCOD_zip_t zip, int val); TCODLIB_API void TCO...
Clazz.declarePackage ("JSV.common"); Clazz.load (["java.lang.Enum", "JSV.source.JDXDataObject", "JU.Lst"], "JSV.common.Spectrum", ["java.lang.Boolean", "$.Double", "java.util.Hashtable", "JU.PT", "JSV.common.Coordinate", "$.Parameters", "$.PeakInfo", "JSV.source.<API key>", "JU.Logger"], function () { c$ = Clazz.decora...
;; XSTORMY16 Machine description template ;; Copyright (C) 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. ;; Contributed by Red Hat, Inc. ;; This file is part of GNU CC. ;; GNU CC is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by...
#include "gmp.h" #include "gmp-impl.h" void mpq_div (mpq_ptr quot, mpq_srcptr op1, mpq_srcptr op2) { mpz_t gcd1, gcd2; mpz_t tmp1, tmp2; mpz_t numtmp; mp_size_t op1_num_size; mp_size_t op1_den_size; mp_size_t op2_num_size; mp_size_t op2_den_size; mp_size_t alloc; TMP_DECL; op2_num_size = ABSIZ(NUM(o...
#ifndef <API key> #define <API key> #include "Particle.h" class SimulationSample { public: Particle particle; int ParticleID; int PositionX, PositionY; float AirPressure; float AirTemperature; float AirVelocityX; float AirVelocityY; int WallType; float Gravity; float GravityVeloc...
s = new ShardingTest( "diffservers1" , 2 ); assert.eq( 2 , s.config.shards.count() , "server count wrong" ); assert.eq( 2 , s._connections[0].getDB( "config" ).shards.count() , "where are servers!" ); assert.eq( 0 , s._connections[1].getDB( "config" ).shards.count() , "shouldn't be here" ); test1 = s.getDB( "test1" ).f...
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 4 -*- // IndexHash.h: Rcpp R/C++ interface class library -- hashing utility, inspired // from Simon's fastmatch package // This file is part of Rcpp. // Rcpp is free software: you can redistribute it and/or modify it // (at your option) any later versio...
<?php return array( 'group_exists' => 'குழு ஏற்கனவே உள்ளது!', 'group_not_found' => 'குழு [: id] இல்லை.', 'group_name_required' => 'பெயர் புலம் தேவை', 'success' => array( 'create' => 'குழு வெற்றிகரமாக உருவாக்கப்பட்டது.', 'update' => 'குழு வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', ...
# -*- coding: utf-8 -*- from odoo import api, fields, models class ResConfigSettings(models.TransientModel): _inherit = "res.config.settings" <API key> = fields.Char(string='Authorization Code') google_drive_uri = fields.Char(compute='_compute_drive_uri', string='URI', help="The URL to generate the authoriz...
#Track Items Using Barcode A barcode is a value decoded into vertical spaced lines. Barcode scanners are the input medium, like Keyboard. When it scans a barcode, the data appears in the computer screens at the point of a cursor. To enable barcode feature in ERPNext go to: `Setup > Customize > Features Setup` Check "It...
#include <config.h> #include "ref.h" #include <stdlib.h> int ref_make_ref(void *ptrptr, size_t size, size_t ref_ofs) { *(void**) ptrptr = calloc(1, size); if (*(void **)ptrptr == NULL) { return -1; } else { void *ptr = *(void **)ptrptr; *((ref_t *) ((char*) ptr + ref_ofs)) = 1; ...
// @(#)root/ged:$Id$ #ifndef ROOT_TAxisEditor #define ROOT_TAxisEditor // TAxisEditor // // Implements GUI for axis attributes. // #ifndef ROOT_TGedFrame #include "TGedFrame.h" #endif class TAxis; class TGLabel; class TGComboBox; ...
package org.fenixedu.academic.ui.faces.components.util; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.Locale; import java.util.Map; import java.util.Map.Entry; import org.apache.struts.util.MessageResources; import org.fenixedu.academic.domain.Ex...
// personal includes ".h" #include "EUTELESCOPE.h" #include "EUTelBaseDetector.h" #include "EUTelTLUDetector.h" // system includes <> #include <iostream> #include <iomanip> #include <vector> #include <string> using namespace std; using namespace eutelescope; EUTelTLUDetector::EUTelTLUDetector() : EUTelBaseDetector() { ...
package uk.co.alt236.bluetoothlelib.device.beacon.ibeacon; public class IBeaconConstants { public static final byte[] <API key> = {0x4C, 0x00, 0x02, 0x15}; }
#include "chrome/browser/autocomplete/autocomplete_match.h" #include "base/basictypes.h" #include "testing/gtest/include/gtest/gtest.h" TEST(<API key>, MoreRelevant) { struct RelevantCases { int r1; int r2; bool expected_result; } cases[] = { { 10, 0, true }, { 10, -5, true }, { -5, ...
// This is a generated file. Not intended for manual editing. package com.intellij.sh.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import sta...
package com.intellij.execution.configurations; /** * Configuration of such type can't be manually added or removed by the user; the template entry is hidden. */ public interface <API key> { }
package grpc import ( "net" "testing" "time" "golang.org/x/net/context" "google.golang.org/grpc/credentials" ) const tlsDir = "testdata/" func TestDialTimeout(t *testing.T) { conn, err := Dial("Non-Existent.Server:80", WithTimeout(time.Millisecond), WithBlock(), WithInsecure()) if err == nil...
package main import ( "fmt" "os" "path/filepath" "github.com/karrick/godirwalk" "github.com/pkg/errors" ) func main() { if len(os.Args) < 2 { fmt.Fprintf(os.Stderr, "usage: %s dir1 [dir2 [dir3...]]\n", filepath.Base(os.Args[0])) os.Exit(2) } scratchBuffer := make([]byte, ...
// "Replace 'collect(toUnmodifiableList())' with 'toList()'" "true" import java.util.List; import java.util.stream.*; class X { void test(Stream<String> stream) { List<String> list = stream.collect<caret>(Collectors.toUnmodifiableList()); } }
package org.jetbrains.plugins.groovy.lang.psi.impl.synthetic; import com.intellij.openapi.diagnostic.Logger; import com.intellij.psi.*; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.jetbrains.plugins.groovy.lang.psi.api.auxiliary.modifiers.GrModifierList; import org.jet...
// .NAME <API key> - triangulate any type of dataset // .SECTION Description // <API key> generates n-dimensional simplices from any input // dataset. That is, 3D cells are converted to tetrahedral meshes, 2D cells // to triangles, and so on. The triangulation is guaranteed to be compatible. // This filter uses simple ...
// This source file is part of the Swift.org open source project #include "swift/SIL/SILFunction.h" #include "swift/SIL/SILInstruction.h" #include "swift/SIL/SILModule.h" #include "swift/SILOptimizer/PassManager/Transforms.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/raw_ostream.h" using namespace swift; n...
#include "chrome/browser/ui/views/apps/<API key>.h" #include "apps/ui/views/<API key>.h" #include "ash/ash_constants.h" #include "ash/frame/<API key>.h" #include "ash/screen_util.h" #include "ash/shell.h" #include "ash/wm/<API key>.h" #include "ash/wm/panels/panel_frame_view.h" #include "ash/wm/window_properties.h" #in...
<header>Program zewnętrzny używany zamiast doręczania do skrzynki pocztowej</header> <center><tt>mailbox_command</tt></center> <hr> Ten parametr określa fakultatywne zewnętrzne polecenie wykorzystywane zamiast doręczania do skrzynki pocztowej. Polecenie będzie uruchamiane z&nbsp;prawami odbiorcy i&nbsp;z&nbsp;prawidłow...
#ifndef <API key> #define <API key> #include <jni.h> #include <string> #include "base/android/scoped_java_ref.h" #include "base/at_exit.h" #include "net/url_request/<API key>.h" #include "remoting/base/auto_thread.h" #include "remoting/client/jni/<API key>.h" #include "remoting/protocol/connection_to_host.h" template<t...
#ifndef <API key> #define <API key> #include <string> #include "base/strings/string16.h" #include "base/time/time.h" #include "components/autofill/core/browser/form_group.h" namespace autofill { class AutofillType; // This class is an interface for the primary data models that back Autofill. // The information in objec...
using FluentNHibernate.Conventions; using FluentNHibernate.Conventions.Instances; namespace Examples.<API key> { <summary> This is a convention that will be applied to all entities in your application. What this particular convention does is to specify that many-to-one, one-to-many, and many-to-many relatio...
from SimpleCV import Camera, Image, Color, <API key>, ROI, Display import matplotlib.pyplot as plt cam = Camera(1) tct = <API key>() img = cam.getImage() roi = ROI(img.width*0.45,img.height*0.45,img.width*0.1,img.height*0.1,img) tct.train(cam,roi=roi,maxFrames=250,pkWndw=20) # Matplot Lib example plotting plotc = {'r':...
This is the go portion of a [benchmarking test suite](https: > High performance, extensible, minimalist Go web framework ## Test URLs - http://localhost:8080/json - http://localhost:8080/db - http://localhost:8080/queries/:n[1-500] - http://localhost:8080/fortunes - http://localhost:8080/updates/:n[1-500] - http://loca...
#ifndef <API key> #define <API key> #include "chrome/browser/ui/browser_navigator.h" #include "content/public/common/referrer.h" #include "third_party/WebKit/public/web/WebWindowFeatures.h" #include "ui/base/<API key>.h" #include "url/gurl.h" namespace content { class WebContents; } // namespace content class BlockedW...
#include "src/base/bits.h" #include "src/base/<API key>.h" #include "src/compiler/js-graph.h" #include "src/compiler/<API key>.h" #include "src/compiler/typer.h" #include "test/unittests/compiler/graph-unittest.h" #include "test/unittests/compiler/node-test-utils.h" #include "testing/gmock-support.h" using testing::All...
#ifndef <API key> #define <API key> #include "include/core/SkTypes.h" // Opaque handle to a resource. Users should always use the macro below to create a specific // template instantiation of GrResourceHandle. template <typename kind> class GrResourceHandle { public: GrResourceHandle(int value) : fValue(value) { ...
require 'rubygems' require 'rubygems/user_interaction' require 'uri' # RemoteFetcher handles the details of fetching gems and gem information from # a remote source. class Gem::RemoteFetcher
namespace std { template<typename T> class allocator { public: void in_base(); }; template<typename T, typename Alloc = std::allocator<T> > class vector : Alloc { public: void foo(); void stop(); }; template<typename Alloc> class vector<bool, Alloc>; } void f() { std::vector<int> v; v....
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 2.8 # Relative path conversion top directories. SET(<API key> "/home/alexander/projects/natural_editor") SET(<API key> "/home/alexander/projects/natural_editor/build") # Force unix paths in dependencies. SET(<API key> 1) # The...
// RECESS // RULE: .js prefixes should not be styled 'use strict' var util = require('../util') , RULE = { type: 'noJSPrefix' , exp: /^\.js\-/ , message: '.js prefixes should not be styled' } // validation method module.exports = function (def, data) { // default validation to true var isValid =...
Refinery::Application.configure do # Settings specified here will take precedence over those in config/environment.rb # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test ...
#if !defined(<API key>) #define <API key> #include <string> #include <boost/mpl/bool.hpp> #include <boost/mpl/identity.hpp> namespace boost { namespace spirit { namespace x3 { namespace traits { // Determine if T is a character type template <typename T> struct is_char : mpl::false_ {}; template <typena...
module.exports.twitter = function twitter(username) { // Creates the canonical twitter URL without the '@' return 'https://twitter.com/' + username.replace(/^@/, ''); }; module.exports.facebook = function facebook(username) { // Handles a starting slash, this shouldn't happen, but just in case return 'h...
# CentOS CentOS Linux is a community-supported distribution derived from sources freely provided to the public by [Red Hat](ftp://ftp.redhat.com/pub/redhat/linux/enterprise/) for Red Hat Enterprise Linux (RHEL). As such, CentOS Linux aims to be functionally compatible with RHEL. The CentOS Project mainly changes packag...
var utils = exports; var uglify = require('uglify-js'); utils.extend = function extend(target, source) { Object.keys(source).forEach(function (key) { target[key] = source[key]; }); }; utils.beautify = function beautify(code) { var ast = uglify.parser.parse(code); return uglify.uglify.gen_code(ast, { beautif...
// header.hpp #ifndef <API key> #define <API key> #include <string> namespace http { namespace server3 { struct header { std::string name; std::string value; }; } // namespace server3 } // namespace http #endif // <API key>
/* * Plugin to hide series in flot graphs. * * To activate, set legend.hideable to true in the flot options object. * To hide one or more series by default, set legend.hidden to an array of * label strings. * * At the moment, this only works with line and point graphs. * * Example: * * var plotdata = [ ...
module ActiveRecord # = Active Record Through Association module Associations module ThroughAssociation #:nodoc: delegate :source_reflection, :through_reflection, :to => :reflection protected # We merge in these scopes for two reasons: # 1. To get the default_scope conditions for a...
Param( # comma- or semicolon-separated list of Chocolatey packages. [<API key>()] [Parameter(Mandatory=$True)] [string] $packageList ) Function Get-TempPassword() { Param( [int]$length=10, [string[]]$sourcedata ) For ($loop=1; $loop -le $length; $loop++) { $tempPa...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using NSubstitute; using Xunit; using System.Threading.Tasks; namespace Octokit.Tests.Clients { <summary> Client tests mostly just need to make sure they call the IApiConnection with the correct relative Uri. No need to fa...
{% extends "layout.html" %} {% block page_title %} Apprenticeships {% endblock %} {% block content %} <script> var whereNow = function() { var goToEmployer = JSON.parse(localStorage.getItem('commitments.isEmployer')); if (goToEmployer == "yes") { window.location.href='../<API key>/provider-list'; } e...
require 'spec_helper' RSpec.configure do |c| c.os = 'Gentoo' end describe kernel_module('lp') do it { should be_loaded } its(:command) { should eq "lsmod | grep ^lp" } end describe kernel_module('invalid-module') do it { should_not be_loaded } end
<TS language="af_ZA" version="2.0"> <context> <name>AddressBookPage</name> <message> <source>Create a new address</source> <translation>Skep 'n nuwe adres</translation> </message> <message> <source>Copy the currently selected address to the system clipboard</source> <tran...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Orleans.Serialization; namespace Orleans.Runtime.MembershipService { [Serializable] internal class <API key> { private readonly <API key> <API key>; private readonly Dictionary<SiloAddress, T...
// moment.hpp #ifndef <API key> #define <API key> #include <boost/config/no_tr1/cmath.hpp> #include <boost/mpl/int.hpp> #include <boost/mpl/assert.hpp> #include <boost/mpl/placeholders.hpp> #include <boost/accumulators/framework/accumulator_base.hpp> #include <boost/accumulators/framework/extractor.hpp> #include <boost...
/* * W.J. van der Laan 2011-2012 */ #include <QApplication> #include "bitcoingui.h" #include "clientmodel.h" #include "walletmodel.h" #include "optionsmodel.h" #include "guiutil.h" #include "guiconstants.h" #include "init.h" #include "util.h" #include "ui_interface.h" #include "paymentserver.h" #include "splashscreen...
//DO NOT DELETE THIS, this is in use... angular.module('umbraco') .controller("Umbraco.PropertyEditors.<API key>", function($scope, dialogService, entityResource, macroService){ $scope.renderModel = []; $scope.allowOpenButton = true; $scope.allowRemoveButton = true; $scope.sortableOp...
<a href='https://github.com/angular/angular.js/edit/v1.4.x/src/ngMessages/messages.js?message=docs(ngMessagesInclude)%3A%20describe%20your%20change...#L482' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.4.7/...
<?php class <API key> extends SiteOrigin_Widget { function __construct() { parent::__construct( 'sow-editor', __('SiteOrigin Editor', 'so-widgets-bundle'), array( 'description' => __('A rich-text, text editor.', 'so-widgets-bundle'), 'help'...
/** * @file Token_Manager.h * * $Id: Token_Manager.h 80826 2008-03-04 14:51:23Z wotte $ * * @author Tim Harrison (harrison@cs.wustl.edu) */ #ifndef ACE_TOKEN_MANAGER_H #define ACE_TOKEN_MANAGER_H #include "ace/pre.h" #include "ace/config-all.h" #if !defined (<API key>) # pragma once #endif /* <API key> */...
// GC graphics pipeline // 3d commands are issued through the fifo. The GPU draws to the 2MB EFB. // The efb can be copied back into ram in two forms: as textures or as XFB. // The XFB is the region in RAM that the VI chip scans out to the television. // So, after all rendering to EFB is done, the image is copied into ...
extern int shlib_1_func (void); int main () { /* We need a reference to shlib_1_func to make sure its shlib is not discarded from the link. This happens on windows. */ int x = shlib_1_func (); return 0; }
<?php wp_enqueue_script( 'pods' ); wp_enqueue_style( 'pods-form' ); if ( empty( $fields ) || !is_array( $fields ) ) $fields = $obj->pod->fields; if ( !isset( $duplicate ) ) $duplicate = false; else $duplicate = (boolean) $duplicate; $groups = PodsInit::$meta->groups_get( $pod->pod_data[ 'type' ], $pod->pod_...
/** * Colors */ /** * Breakpoints & Media Queries */ /** * SCSS Variables. * * Please use variables from this sheet to ensure consistency across the UI. * Don't add to this sheet unless you're pretty sure the value will be reused in many places. * For example, don't add rules to this sheet that affect block vi...
/* ScriptData SDName: <API key> SD%Complete: 100 SDComment: SDCategory: Scholomance EndScriptData */ #include "ScriptPCH.h" class <API key> : public CreatureScript { public: <API key>() : CreatureScript("<API key>") { } CreatureAI* GetAI(Creature* pCreature) const { return new <API key> (pCreature);...
// This program is free software; you can redistribute it and/or // as published by the Free Software Foundation; either version 2 // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // DESCRIPTION: // Mission begin melt/wipe screen spec...
#include <linux/module.h> #include <linux/moduleparam.h> #include <linux/stringify.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/compiler.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/in.h> #include <linux/interrupt.h> #include <linux/ioport.h> #include <linux/pci.h> #inclu...
/** * @file config-win32-msvc.h * * $Id: config-win32-msvc.h 82643 2008-08-19 14:02:12Z johnnyw $ * * @brief Microsoft Visual C++ configuration file. * * This file is the ACE configuration file for Microsoft Visual C++ versions * 5.0, 6.0, and 7.0 (.NET) * * @author Darrell Brunsch <brunsch@cs.wustl....
<html> <head> <title>Flare Dendrogram</title> <script type="text/javascript" src="../../protovis.js"></script> <script type="text/javascript" src="../flare.js"></script> </head> <body> <script type="text/javascript+protovis"> var vis = new pv.Panel() .height(100) .width(1200); vis.add(pv.L...
/* PM8921 Charge IC include file */ #ifndef <API key> #define <API key> #include <linux/types.h> #include "axi_charger.h" #include <linux/workqueue.h> #include <linux/param.h> //#define <API key> #if 0 #define HIGH (1) #define LOW (0) #define CHARGE_PIN1_GPIO (MFP_PIN_GPIO57) #define CHARGE_PIN2_GPIO (MFP_PIN_...
#include "bladerunner/script/scene_script.h" namespace BladeRunner { enum kCT04Loops { kCT04LoopInshot = 0, kCT04LoopMainLoop = 1 }; void SceneScriptCT04::InitializeScene() { if (Game_Flag_Query(kFlagCT03toCT04)) { <API key>(<API key>, kCT04LoopInshot, false); <API key>(kCT04LoopMainLoop);...
package p2; public class c2 { int i; public void method2() { i = 5; System.out.println("c2 method2 called"); } }
/* -*- Mode:C; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */ #include <xen/config.h> #include <xen/lib.h> #include <xen/errno.h> #include <xen/sched.h> #include <xen/smp.h> #include <asm/ptrace.h> #include <xen/delay.h> #include <linux/efi.h> /* FOR EFI_UNIMPLEMENTED */ #include <asm/sal.h> /* FOR str...
<!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.10"/> <title>Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="...
/* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ #include "sys/types.h" #include "stdlib.h" #include "string.h" char *strdup(const char *str) { size_t siz; char *copy; siz = strlen(str) + 1; if ((copy = malloc(siz)) == NULL) return(NULL); (void)memcpy(copy, str, siz); ...
; PROLOGUE(mpn_rsh1sub_n) ; AMD64 mpn_rsh1sub_n ; Copyright 2009 Jason Moxham ; Windows Conversion Copyright 2008 Brian Gladman ; ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as pub...
#include "inner.h" /* see bearssl_rsa.h */ uint32_t br_rsa_ssl_decrypt(br_rsa_private core, const br_rsa_private_key *sk, unsigned char *data, size_t len) { uint32_t x; size_t u; /* * A first check on length. Since this test works only on the * buffer length, it needs not (and cannot) be const...
// This Source Code Form is subject to the terms of the Mozilla Public package events_test import ( "fmt" "testing" "time" "github.com/syncthing/syncthing/lib/events" ) const timeout = 100 * time.Millisecond func TestNewLogger(t *testing.T) { l := events.NewLogger() if l == nil { t.Fatal...
# source this file (. devinstall.sh) to get exports in the right place # then you can run graphlab from within the venv and it points to this # development directory # create a virtualenv (if necessary) and activate it virtualenv venv . venv/bin/activate # set the export path for unity server export GRAPHLAB_UNITY=$(pw...
<?php class actionBase { public $id; public function __construct($id = '') { $this->id = $id; } /** * @deprecated deprecated since version 7.6, PHP4 Style Constructors are deprecated and will be remove in 7.8, please update your code, use __construct instead */ public function ...
// This file is part of the deal.II library. // The deal.II library is free software; you can use it, redistribute // it, and/or modify it under the terms of the GNU Lesser General // the top level of the deal.II distribution. // check <API key>::copy constructor with offdiagonals #include "<API key>.h" int main () { ...
// @allowJs: true // @checkJs: true // @noEmit: true // @Filename: <API key>.js /** * @template T * @typedef {(t: T) => T} Id */ /** @template T */ class Foo { /** @typedef {(t: T) => T} Id2 */ /** @param {T} x */ constructor (x) { this.a = x } /** * * @param {T} x * @param...
"""Extension argument processing code """ __all__ = ['Message', 'NamespaceMap', 'no_default', '<API key>', 'OPENID_NS', 'BARE_NS', 'OPENID1_NS', 'OPENID2_NS', 'SREG_URI', 'IDENTIFIER_SELECT'] import copy import warnings import urllib from openid import oidutil from openid import kvform try: El...
# Apipie DSL functions. module Apipie # DSL is a module that provides #api, #error, #param, #error. module DSL module Base attr_reader :<API key>, :api_params private def _apipie_dsl_data @_apipie_dsl_data ||= <API key> end def <API key> @_apipie_dsl_data = nil ...
isClear = true; function context(description, spec) { describe(description, spec); }; function build() { $('body').append('<div id="element"></div>'); }; function buildDivTarget() { $('body').append('<div id="hint"></div>'); }; function buildComboboxTarget() { $('body').append( '<select id="hint">' + ...
#include "config-host.h" #include "qemu-common.h" #include "trace.h" #include "block/block_int.h" #include "block/blockjob.h" #include "qemu/module.h" #include "qapi/qmp/qjson.h" #include "sysemu/block-backend.h" #include "sysemu/sysemu.h" #include "qemu/notify.h" #include "block/coroutine.h" #include "block/qapi.h" #i...