answer
stringlengths
15
1.25M
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.Inferno = factory()); }(this, function () { 'use strict'; var babelHelpers = {}; babelHelpers.typeof = type...
/** * OpenLayers 3 Layer Switcher Control. * See [the examples](./examples) for usage. * @constructor * @extends {ol.control.Control} * @param {Object} opt_options Control options, extends olx.control.ControlOptions adding: * **`tipLabel`** `String` - the button tooltip. */ ol.contro...
/* driver for the ADC ads1114 (16 bits I2C 860SpS max) from Texas instruments * Navarro & Gorraz & Hattenberger */ #ifndef ADS_1114_H #define ADS_1114_H #include "std.h" #include "mcu_periph/i2c.h" /* I2C slave address */ #ifndef ADS1114_1_I2C_ADDR #define ADS1114_1_I2C_ADDR 0x90 // slave address byte (I2c...
<?php // Moodle is free software: you can redistribute it and/or modify // (at your option) any later version. // Moodle is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the defined('MOODLE_INTERNAL') || die(); $plugin->version = 2015111600; $plugin->requ...
<html> <head> <script> if (window.testRunner) { testRunner.dumpAsText(); } </script> <style> @-webkit-keyframes anim { 42% { -<API key>: 42rem; } } body::first-letter { -<API key>: anim; } </style> </head> <body> This test passes if it does not crash. </body> </html>
// <API key>: Apache-2.0 WITH LLVM-exception // This file implements the PowerPC branch predicates. #include "PPCPredicates.h" #include "llvm/Support/ErrorHandling.h" #include <cassert> using namespace llvm; PPC::Predicate PPC::InvertPredicate(PPC::Predicate Opcode) { switch (Opcode) { case PPC::PRED_EQ: return PPC...
import { __core_private__ as r } from '@angular/core'; export declare type RenderDebugInfo = typeof r._RenderDebugInfo; export declare var RenderDebugInfo: typeof r.RenderDebugInfo; export declare type DirectRenderer = typeof r._DirectRenderer; export declare var <API key>: typeof r.<API key>; export declare type <API ...
(function () { /*** Variables ***/ var win = window, doc = document, attrProto = { setAttribute: Element.prototype.setAttribute, removeAttribute: Element.prototype.removeAttribute }, hasShadow = Element.prototype.createShadowRoot, container = doc.createElement('div'), noop = functi...
#include <linux/irq.h> #include <linux/msi.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/kernel_stat.h> #include "internals.h" static void dynamic_irq_init_x(unsigned int irq, bool keep_chip_data) { struct irq_desc *desc; unsigned long flags; desc = irq_to_desc(irq); if (!des...
#include "testutil.hpp" const char *bind_address = 0; const char *connect_address = 0; void <API key> (void *ctx) { void *dealer = zmq_socket (ctx, ZMQ_DEALER); assert (dealer); int rc = zmq_bind (dealer, bind_address); assert (rc == 0); const size_t services = 5; void *rep [services]; for (...
/** * @fileoverview New tab page * This is the main code for the new tab page used by touch-enabled Chrome * browsers. For now this is still a prototype. */ // Use an anonymous function to enable strict mode just for this file (which // will be concatenated with other files when embedded in Chrome cr.define('ntp',...
#ifndef <API key> #define <API key> #include <limits> #include <boost/type_traits/ice.hpp> #include <boost/mpl/and.hpp> #include <boost/mpl/or.hpp> #include <boost/mpl/not.hpp> #include <boost/icl/detail/notate.hpp> #include <boost/icl/detail/design_config.hpp> #include <boost/icl/detail/on_absorbtion.hpp> #include <bo...
package com.parse; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; /** * An operation that removes every instance of an element from an array field....
<?php namespace Symfony\Component\DependencyInjection\Loader; use Symfony\Component\Config\Resource\FileResource; /** * PhpFileLoader loads service definitions from a PHP file. * * The PHP file is required and the $container variable can be * used within the file to change the container. * * @author Fabien Potenc...
<!DOCTYPE html> <html> <! Copyright 2008 The Closure Library Authors. All Rights Reserved. Use of this source code is governed by the Apache License, Version 2.0. See the COPYING file for details. <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="UTF-8" /> <title>goog.dom.NodeOffset Tests</tit...
angular.module('ngWig', ['ngwig-app-templates']); angular.module('ngWig').directive('ngWig', function () { return { scope: { content: '=ngWig' }, restrict: 'A', replace: true, templateUrl: 'ng-wig/views/ng-wig.html', link: function (scope, element, attrs) ...
/* <API key>: GPL-2.0 */ #ifndef <API key> #define <API key> #include <linux/percpu.h> #include <linux/atomic.h> typedef struct { atomic_long_t a; } local_t; #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } #define local_read(l) atomic_long_read(&(l)->a) #define local_set(l,i) atomic_long_set(&(l)->a, (i)) #d...
#include <drm/drmP.h> #include <drm/drm_atomic.h> #include <drm/drm_atomic_helper.h> #include <drm/drm_crtc.h> #include <drm/drm_crtc_helper.h> #include <linux/clk.h> #include <linux/pm_runtime.h> #include <video/videomode.h> #include "malidp_drv.h" #include "malidp_hw.h" static enum drm_mode_status <API key>(struct dr...
// This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS...
#include <linux/sched.h> #include <linux/kthread.h> #include <linux/completion.h> #include <linux/err.h> #include <linux/cpuset.h> #include <linux/unistd.h> #include <linux/file.h> #include <linux/export.h> #include <linux/mutex.h> #include <linux/slab.h> #include <linux/freezer.h> #include <linux/ptrace.h> #include <l...
// This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS...
#include "libgfortran.h" #include <stdlib.h> #include <assert.h> #include <limits.h> #if defined (HAVE_GFC_REAL_10) && defined (HAVE_GFC_INTEGER_16) extern void maxloc0_16_r10 (gfc_array_i16 * const restrict retarray, gfc_array_r10 * const restrict array); export_proto(maxloc0_16_r10); void maxloc0_16_r10 (gfc_arra...
#include <linux/types.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/gfp.h> #include "smumgr.h" #include "tonga_smumgr.h" #include "pp_debug.h" #include "smu_ucode_xfer_vi.h" #include "tonga_ppsmc.h" #include "smu/smu_7_1_2_d.h" #include "smu/smu_7_1_2_sh_mask.h" #include "cgs_common.h" #define TO...
#ifndef GRUB_COMMAND_HEADER #define GRUB_COMMAND_HEADER 1 #include <grub/symbol.h> #include <grub/err.h> #include <grub/list.h> #include <grub/misc.h> typedef enum grub_command_flags { /* This is an extended command. */ <API key> = 0x10, /* This is an dynamic command. */ <API key> = 0x20, /* ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Validate DateBox - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/css" href="....
# $Id: UTF7.pm,v 2.4 2006/06/03 20:28:48 dankogai Exp $ package Encode::Unicode::UTF7; use strict; use warnings; no warnings 'redefine'; use base qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use MIME::Base64; use Enc...
; lzo1y_s2.asm -- <API key> ; ; This file is part of the LZO real-time data compression library. ; ; Copyright (C) 2008 Markus Franz Xaver Johannes Oberhumer ; Copyright (C) 2007 Markus Franz Xaver Johannes Oberhumer ; Copyright (C) 2006 Markus Franz Xaver Johannes Oberhumer ; Copyright (C) 2005 Markus Franz Xave...
// Type definitions for galleria.js v1.4.2 declare module GalleriaJS { interface GalleriaOptions { dataSource: GalleriaEntry[]; autoplay?: boolean; lightbox?: boolean; } interface GalleriaEntry { image?: string; thumbnail?: string; title?: string; desc...
/** * Arabic translation (Syrian Localization, it may differ if you aren't from Syria or any Country in Middle East) * @author Tawfek Daghistani <tawfekov@gmail.com> * @version 2011-07-09 */ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { elFinder.prototype.i18.ar = { ...
using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace Umbraco.Web.Models.ContentEditing { [DataContract(Name = "relation", Namespace = "")] public class Relation { public Relation() { Re...
#ifndef VMS_OPTS_H #define VMS_OPTS_H enum vms_pointer_size { <API key>, VMS_POINTER_SIZE_32, VMS_POINTER_SIZE_64 }; #endif
/* * multibytecodec.h: Common Multibyte Codec Implementation * * Written by Hye-Shik Chang <perky@FreeBSD.org> */ #ifndef <API key> #define <API key> #ifdef __cplusplus extern "C" { #endif #ifdef uint16_t typedef uint16_t ucs2_t, DBCHAR; #else typedef unsigned short ucs2_t, DBCHAR; #endif typedef union { void *...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Upgrading from 1.7.2 to 2.0.0 : CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' hr...
[![npm][npm]][npm-url] [![node][node]][node-url] [![deps][deps]][deps-url] [![tests][tests]][tests-url] [![coverage][cover]][cover-url] [![chat][chat]][chat-url] <div align="center"> <a href="https://github.com/webpack/webpack"> <img width="200" height="200" src="https://cdn.rawgit.com/webpack/media/e7485eb...
#include "sync/internal_api/public/test/fake_sync_manager.h" #include <cstddef> #include "base/bind.h" #include "base/bind_helpers.h" #include "base/location.h" #include "base/logging.h" #include "base/run_loop.h" #include "base/<API key>.h" #include "base/<API key>.h" #include "base/<API key>.h" #include "sync/interna...
#!/bin/sh # This script generates a two roots - one legacy one signed with MD5, and # another (newer) one signed with SHA1 - and has a leaf certificate signed # by these without any distinguishers. # The "cross-signed" comes from the fact that both the MD5 and SHA1 roots share # the same Authority Key ID, Subject Key I...
#include <linux/init.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/clk.h> #include <linux/clkdev.h> #include <asm/clock.h> #include <asm/hwblk.h> #include <cpu/sh7723.h> /* SH7723 registers */ #define FRQCR 0xa4150000 #define VCLKCR 0xa4150004 #define SCLKACR 0xa4150008 #define...
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.<API key>(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, targ...
/* Spellbook Class Extension */ if (!Array.prototype.remove) { Array.prototype.remove = function (obj) { var self = this; if (typeof obj !== "object" && !obj instanceof Array) { obj = [obj]; } return self.filter(function(e){ if(obj.indexOf(e)<0) { ...
#include "ex14_49.h" int main() { Date date(12, 4, 2015); if (static_cast<bool>(date)) std::cout << date << std::endl; }
# This code is free software; you can redistribute it and/or modify it # published by the Free Software Foundation. # This code is distributed in the hope that it will be useful, but WITHOUT # accompanied this code). # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth ...
cask '<API key>' do version 'rev15' sha256 '<SHA256-like>' # github.com is the official download host per the vendor homepage url "https://github.com/sttz/<API key>/releases/download/#{version}/<API key>#{version}.zip" appcast 'https://github.com/sttz/<API key>/releases.atom', checkpoint: '<SHA256-l...
#ifndef MPI_IOC_H #define MPI_IOC_H /* IOCInit message */ typedef struct _MSG_IOC_INIT { U8 WhoInit; /* 00h */ U8 Reserved; /* 01h */ U8 ChainOffset; ...
// BrowseDialog.h #ifndef __BROWSE_DIALOG_H #define __BROWSE_DIALOG_H #include "../../../Common/MyString.h" bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath); bool MyBrowseForFile(HWND owner, LPCWSTR title, LPCWSTR path, LPCWSTR filterDescription, LPCWSTR filter, UString &resultPath);...
#include <linux/kvm_host.h> #include <linux/slab.h> #include <linux/export.h> #include <trace/events/kvm.h> #include <asm/msidef.h> #ifdef CONFIG_IA64 #include <asm/iosapic.h> #endif #include "irq.h" #include "ioapic.h" static int kvm_set_pic_irq(struct <API key> *e, struct kvm *kvm, int irq_source_id, i...
var SECTION = "expression-014.js"; var VERSION = "ECMA_1"; var TITLE = "The new operator"; var BUGNUMBER= "327765"; startTest(); writeHeaderToLog( SECTION + " "+ TITLE); var tc = 0; var testcases = new Array(); var BOOLEAN = new Boolean(); var result = "Failed"; var exception =...
#include <plat/dma-core.h> extern struct bus_type dma_subsys; extern struct s3c2410_dma_chan s3c2410_chans[S3C_DMA_CHANNELS]; #define DMA_CH_VALID (1<<31) #define DMA_CH_NEVER (1<<30) /* struct s3c24xx_dma_map * * this holds the mapping information for the channel selected * to be connected to the spec...
#ifndef <API key> #define <API key> #include "base/CCEventListener.h" /** * @addtogroup base * @{ */ NS_CC_BEGIN class EventCustom; /** @class EventListenerCustom * @brief Custom event listener. * @code Usage: * auto dispatcher = Director::getInstance()->getEventDispatcher(); * Adds a listener: * * ...
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var AsyncAction_1 = require('./AsyncAction'); va...
#!/bin/sh test_description='git branch assorted tests' . ./test-lib.sh test_expect_success 'prepare a trivial repository' ' echo Hello >A && git update-index --add A && git commit -m "Initial commit." && echo World >>A && git update-index --add A && git commit -m "Second commit." && HEAD=$(g...
#include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/platform_device.h> #include <linux/gpio.h> #include <linux/interrupt.h> #include <linux/workqueue.h> #include <linux/delay.h> #include <linux/fs.h> #include <linux/usb.h> #include <linux/uaccess.h>...
#include <linux/prime_numbers.h> #include "gt/intel_engine_pm.h" #include "gt/intel_gpu_commands.h" #include "gt/intel_gt.h" #include "gt/intel_gt_pm.h" #include "gem/i915_gem_region.h" #include "huge_gem_object.h" #include "i915_selftest.h" #include "selftests/i915_random.h" #include "selftests/igt_flush_test.h" #incl...
# Makefile for the Linux kernel device drivers. # 15 Sep 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. obj-y += gpio/ obj-$(CONFIG_PCI) += pci/ obj-$(CONFIG_PARISC) += parisc/ obj-$(CONFIG_RAPIDIO) += rapidio/ obj-y += v...
#ifndef <API key> #define <API key> #include <gnuradio/filter/api.h> #include <gnuradio/filter/firdes.h> #include <gnuradio/sync_block.h> #include <gnuradio/types.h> namespace gr { namespace filter { /*! * \brief Hilbert transformer. * \ingroup filter_blk * * \details * real output is inp...
#include "chrome/browser/extensions/<API key>.h" #include "chrome/browser/extensions/menu_manager.h" #include "chrome/browser/profiles/profile.h" #include "components/keyed_service/content/<API key>.h" #include "extensions/browser/extension_system.h" #include "extensions/browser/<API key>.h" #include "extensions/browse...
// <API key>: GPL-2.0 /* * Some Intel Ibex Peak based platforms support so-called "intelligent * power sharing", which allows the CPU and GPU to cooperate to maximize * performance within a given TDP (thermal design point). This driver * performs the coordination between the CPU and GPU, monitors thermal and * po...
# 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 A PARTICULAR PURPOSE. ...
<?php require_once('../../_include.php'); $config = <API key>::getInstance(); $metadata = <API key>::getMetadataHandler(); // Get the local session $session = SimpleSAML_Session::getInstance(); SimpleSAML_Logger::info('SAML2.0 - SP.SingleLogoutService: Accessing SAML 2.0 SP endpoint SingleLogoutService'); if (!$config-...
<!DOCTYPE HTML> <html> <body> This test passes if there are two green squares below:<br> <svg width="300" height="300"> <svg id="svg" width="100" height="100"> <rect width="100%" height="100%" fill="green"/> </svg> <svg id="svg" x="100" y="100" width="100" height="100"> <rect width="100%" height="100%" fi...
<html manifest="resources/<API key>.manifest"> <script> if (window.testRunner) { testRunner.dumpAsText() testRunner.waitUntilDone(); } function log(message) { document.getElementById("result").innerHTML += message + "\n"; } function onprogress(event) { log("loading resource: " + event.loaded + " / " + e...
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
<?php /** * Minileven functions and definitions * * Sets up the theme and provides some helper functions. Some helper functions * are used in the theme as custom template tags. Others are attached to action and * filter hooks in WordPress to change core functionality. * * The first function, minileven_setup(), s...
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title> CIP JavaScript documentation for sequence " pfcPoint3D" </title> <link href="cipdoc_default.css" type="text/css" rel="stylesheet"> <script language="JAVASCRIPT"> function findProperNode () { top.frames ...
#ifndef _SOM_H #define _SOM_H #include "libhppa.h" /* We want reloc.h to provide PA 2.0 defines. */ #define PA_2_0 #include "som/aout.h" #include "som/lst.h" #include "som/internal.h" /* The SOM BFD backend doesn't currently use anything from these two include files, but it's likely to need them in the future. */ ...
<?php defined('_JEXEC') or die; /** * HTML View class for the Newsfeeds component * * @package Joomla.Site * @subpackage com_newsfeeds * @since 1.0 */ class <API key> extends JViewLegacy { /** * @var object * @since 1.6 */ protected $state; /** * @var obj...
// file at the top-level directory of this distribution and at // option. This file may not be copied, modified, or distributed // except according to those terms. type an_int = int; fn cmp(x: Option<an_int>, y: Option<int>) -> bool { x == y } pub fn main() { assert!(!cmp(Some(3), None)); assert!(!cmp(Some(...
cask 'midi-monitor' do version '1.3.2' sha256 '<SHA256-like>' url "https://www.snoize.com/MIDIMonitor/MIDIMonitor_#{version.dots_to_underscores}.zip" appcast 'https: checkpoint: '<SHA256-like>' name 'MIDI Monitor' homepage 'https: depends_on macos: '>= :lion' app 'MIDI Monitor.app' uninstall...
layout: docs title: Plugins permalink: /docs/plugins/ Jekyll has a plugin system with hooks that allow you to create custom generated content specific to your site. You can run custom code for your site without having to modify the Jekyll source itself. <div class="note info"> <h5>Plugins on GitHub Pages</h5> <p> ...
// #docregion import { Component } from '@angular/core'; import { DataService } from './data.service'; @Component({ selector: 'hero-di', template: `<h1>Hero: {{name}}</h1>` }) export class HeroComponent { name = ''; constructor(dataService: DataService) { this.name = dataService.getHeroName(); } } // #e...
#!/bin/zsh # WARP # oh-my-zsh plugin # @github.com/mfaerevaag/wd wd() { . $ZSH/plugins/wd/wd.sh }
import css from './source.css'; __export__ = css; export default css;
require 'rails_helper' require_dependency 'version' describe Admin::VersionsController do before do Jobs::VersionCheck.any_instance.stubs(:execute).returns(true) DiscourseUpdates.stubs(:updated_at).returns(2.hours.ago) DiscourseUpdates.stubs(:latest_version).returns('1.2.33') DiscourseUpdates.stubs(:<...
package fpinscala.testing.exhaustive import language.implicitConversions import language.postfixOps /* This source file contains the answers to the last two exercises in the section "Test Case Minimization" of chapter 8 on property-based testing. The Gen data type in this file incorporates exhaustive checking of finite...
// errorcheck // Use of this source code is governed by a BSD-style // issue 5358: incorrect error message when using f(g()) form on ... args. package main func f(x int, y ...int) {} func g() (int, []int) func main() { f(g()) // ERROR "as type int in|incompatible type" }
;(function(window) { /** Backup possible window/global object */ var oldWin = window, /** Possible global object */ thisBinding = this, /** Detect free variable `exports` */ freeExports = typeof exports == 'object' && exports, /** Detect free variable `global` */ freeGlobal = typeof global == 'object' &...
'use strict'; module.exports = function (t, a) { var x; a.throws(function () { t(0); }, TypeError, "0"); a.throws(function () { t(false); }, TypeError, "false"); a.throws(function () { t(''); }, TypeError, "''"); a(t(x = {}), x, "Object"); a(t(x = function () {}), x, "Function"); a(t(x = new...
#ifndef _ROUTE_H #define _ROUTE_H #include <net/dst.h> #include <net/inetpeer.h> #include <net/flow.h> #include <net/inet_sock.h> #include <linux/in_route.h> #include <linux/rtnetlink.h> #include <linux/rcupdate.h> #include <linux/route.h> #include <linux/ip.h> #include <linux/cache.h> #include <linux/security.h> #defi...
#ifndef _NM256_H_ #define _NM256_H_ #include <linux/spinlock.h> #include <linux/interrupt.h> #include "ac97.h" /* The revisions that we currently handle. */ enum nm256rev { REV_NM256AV, REV_NM256ZX }; /* Per-card structure. */ struct nm256_info { /* Magic number used to verify that this struct is valid. */ #de...
Kodi is provided under <API key>: GPL-2.0-or-later Being under the terms of the GNU General Public License v2.0 or later, according with LICENSES/GPL-2.0-or-later In addition, other licenses may also apply. Please see LICENSES/README.md for more details.
/* * board/config.h - configuration options, board specific */ #ifndef _M54455EVB_H #define _M54455EVB_H /* * High Level Configuration Options * (easy to change) */ #define CONFIG_MCF5445x /* define processor family */ #define CONFIG_M54455 /* define processor type */ #define CONFIG_M54455EVB /* M...
<?php PHPExcel_Autoloader::register(); // As we always try to run the autoloader before anything else, we can use it to do a few // simple checks and initialisations //<API key>::register(); // check mbstring.func_overload if (ini_get('mbstring.func_overload') & 2) { throw new PHPExcel_Exception('Multibyt...
using Xunit; namespace System.Numerics.Tests { public class op_leftshiftTest { private static int s_samples = 10; private static Random s_random = new Random(100); [Fact] public static void RunLeftShiftTests() { byte[] tempByteArray1 = new byte[0]; ...
<?php namespace Symfony\Component\Form\Guess; /** * Base class for guesses made by <API key> implementation * * Each instance contains a confidence value about the correctness of the guess. * Thus an instance with confidence HIGH_CONFIDENCE is more likely to be * correct than an instance with confidence LOW_CONFID...
/* HORIZONTAL */ /* increase bottom margin to fit the pips */ .<API key>.ui-slider-pips { margin-bottom: 1.4em; } /* default hide the labels and pips that arnt visible */ /* we just use css to hide incase we want to show certain */ /* labels/pips individually later */ .ui-slider-pips...
// <API key>: GPL-2.0-only #include "qedi.h" #include "qedi_dbg.h" #include <linux/uaccess.h> #include <linux/debugfs.h> #include <linux/module.h> int qedi_do_not_recover; static struct dentry *qedi_dbg_root; void qedi_dbg_host_init(struct qedi_dbg_ctx *qedi, const struct qedi_debugfs_ops *dops, c...
/* <API key>: GPL-2.0-or-later */ #ifndef __AD1836_H__ #define __AD1836_H__ #define AD1836_DAC_CTRL1 0 #define <API key> 2 #define <API key> 0xE0 #define <API key> (0x4 << 5) #define <API key> (0x5 << 5) #define <API key> 0x18 #define <API key> 3 #define AD1836_DAC_...
// <API key>: GPL-2.0-or-later #include "cx88.h" #include "cx88-reg.h" #include <linux/slab.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/jiffies.h> #include <asm/div64.h> #define INT_PI ((s32)(3.141592653589 * 32768.0)) #define compat_remainder(a, b) \ ((float)(((s32)((a) * 100...
// Boost.TypeErasure library #if !defined(<API key>) #ifndef <API key> #define <API key> #include <boost/utility/declval.hpp> #include <boost/mpl/vector.hpp> #include <boost/mpl/push_back.hpp> #include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/dec.hpp> #include <boost/preprocessor/iteration/iterate.hpp>...
# cs.???? = currentstate, any variable on the status tab in the planner can be used. # Script = options are # Script.Sleep(ms) # Script.ChangeParam(name,value) # Script.GetParam(name) # Script.ChangeMode(mode) - same as displayed in mode setup screen 'AUTO' # Script.WaitFor(string,timeout) # Script.SendRC(channel,pwm,s...
#include <linux/kvm_host.h> #include <asm/kvm_mmio.h> #include <asm/kvm_emulate.h> #include <trace/events/kvm.h> #include "trace.h" static void mmio_write_buf(char *buf, unsigned int len, unsigned long data) { void *datap = NULL; union { u8 byte; u16 hword; u32 word; u64...
cr.define('cr.ui', function() { // require cr.ui.define // require cr.ui.limitInputWidth /** * The number of pixels to indent per level. * @type {number} * @const */ var INDENT = 20; /** * Returns the computed style for an element. * @param {!Element} el The element to get the computed style...
<!DOCTYPE html> <html> <head> <title>Inline text in the top element</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script type="text/javascript" src="../test.js"></script> <style> span { color:blue; } p { b...
(function (factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Highcharts); } }(function (H) { var seriesTypes = H.seriesTypes, map = H.map, merge = H.merge, extend = H.extend, extendClass = H.extendCla...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="<API key>" content="yes"> <title>OpenLayers OSM and Google Example</title> ...
#include <linux/hw_breakpoint.h> #include "util.h" #include "../perf.h" #include "evlist.h" #include "evsel.h" #include "parse-options.h" #include "parse-events.h" #include "exec_cmd.h" #include "string.h" #include "symbol.h" #include "cache.h" #include "header.h" #include "debugfs.h" #include "parse-events-bison.h" #d...
// <API key>: GPL-2.0-only #include <linux/device.h> #include <linux/interrupt.h> #include <crypto/internal/hash.h> #include "common.h" #include "core.h" #include "sha.h" /* crypto hw padding constant for first operation */ #define SHA_PADDING 64 #define SHA_PADDING_MASK (SHA_PADDING - 1) static LIST_HEAD(aha...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.InfernoRouter = factory()); }(this, function () { 'use strict'; var NO_RENDER = 'NO_RENDER'; // Runs only o...
# Requiring test environment file require 'spec_helper' # Requiring test subject file require_relative File.join(APP_CONTROLLERS, "static") # Test cases describe 'Routing for root' do it "has ok response when get '/' is called." do get '/' expect(last_response).to be_ok end end
/* Module: rt2x00usb Abstract: rt2x00 generic usb device routines. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/usb.h> #include <linux/bug.h> #include "rt2x00.h" #include "rt2x00usb.h" /* * Interfacing with the HW. */ int <API key>(struct rt2x00_dev *rt2x00de...
// <API key>: GPL-2.0-only #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/freezer.h> #include <linux/init.h> #include <linux/kthread.h> #include <linux/sched/task.h> #include <linux/module.h> #include <linux/moduleparam.h>...