answer
stringlengths
15
1.25M
#include <map> #include <string> #include "base/memory/scoped_ptr.h" #include "chrome/renderer/extensions/<API key>.h" #include "extensions/common/message_bundle.h" #include "ipc/ipc_sender.h" #include "ipc/ipc_sync_message.h" #include "net/base/net_errors.h" #include "net/url_request/redirect_info.h" #include "net/url...
#ifndef <API key> #define <API key> #include <map> #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" #include "ipc/ipc_message.h" #include "ipc/ipc_sender.h" #include "ppapi/c/pp_errors.h" #include "ppapi/proxy/connection.h" #include "ppapi/proxy/<API key>.h" #include...
#include "CppUTest/TestHarness.h" #include <e32def.h> #include <e32std.h> #include <sys/time.h> #include <stdio.h> #include <stdarg.h> #include <string.h> #include <math.h> #include <stdlib.h> #include "CppUTest/<API key>.h" static jmp_buf test_exit_jmp_buf[10]; static int jmp_buf_index = 0; int <API key>(void (*functi...
(function (H) { var seriesTypes = H.seriesTypes, chartPrototype = H.Chart.prototype, defaultOptions = H.getOptions(), extend = H.extend, each = H.each; // Add language option extend(defaultOptions.lang, { noData: 'No data to display' }); // Add default display...
<?php namespace Sylius\Behat\Page\Admin\ExchangeRate; use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface as <API key>; interface UpdatePageInterface extends <API key> { /** * @return string */ public function getRatio(); /** * @param string $ratio */ public function changeRatio($ra...
(function ($) { $.Redactor.opts.langs['el'] = { html: 'HTML', video: 'Εισαγωγή βίντεο...', image: 'Εισαγωγή εικόνας...', table: 'Πίνακας', link: 'Σύνδεσμος', link_insert: 'Εισαγωγή συνδέσμου...', link_edit: 'Edit link', unlink: 'Ακύρωση συνδέσμου', formatting: 'Μορφοποίηση', para...
import Ember from 'ember-metal/core'; import { get } from 'ember-metal/property_get'; import { internal } from 'htmlbars-runtime'; import { read } from 'ember-metal/streams/utils'; export default { setupState(state, env, scope, params, hash) { var controller = hash.controller; if (controller) { if (!sta...
package org.mockito.asm.util; import org.mockito.asm.AnnotationVisitor; import org.mockito.asm.Attribute; import org.mockito.asm.FieldVisitor; /** * A {@link FieldVisitor} that checks that its methods are properly used. */ public class CheckFieldAdapter implements FieldVisitor { private final FieldVisitor fv; ...
using System; using System.Security.Permissions; namespace System.Diagnostics.Eventing.Reader { internal class <API key> { public <API key>() { } public static EventLogPermission <API key>() { EventLogPermission logPermission = new EventLogPermission(); <API key> perm...
# GENERATED FROM XML -- DO NOT EDIT URI: index.html.en Content-Language: en Content-type: text/html; charset=ISO-8859-1 URI: index.html.fr Content-Language: fr Content-type: text/html; charset=ISO-8859-1 URI: index.html.ko.euc-kr Content-Language: ko Content-type: text/html; charset=EUC-KR URI: index.html.tr.utf8 Conte...
#include "../SDL_internal.h" /* Useful functions and variables from SDL_pixel.c */ #include "SDL_blit.h" /* Pixel format functions */ extern int SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format); /* Blit mapping functions */ extern SDL_BlitMap *SDL_AllocBlitMap(void); extern void SDL_InvalidateMap(SDL_BlitM...
<md-menu md-offset="40 25"> <div ng-click="$mdOpenMenu($event)" class="<API key>" ng-disabled="<API key>.<API key>() === 0"> <i class="fa fa-bell-o fa-2x <API key>"></i> <div class="<API key>" ng-if="<API key>.<API key>() > 0"> {{<API key>.<API key>()}} </div> </div> <md-menu-content> <md-me...
#ifndef __IA_CSS_ANR_HOST_H #define __IA_CSS_ANR_HOST_H #include "ia_css_anr_types.h" #include "ia_css_anr_param.h" extern const struct ia_css_anr_config default_anr_config; void ia_css_anr_encode( struct <API key> *to, const struct ia_css_anr_config *from); void ia_css_anr_dump( const struct <API key> *anr...
/** @file script_info_dummy.cpp Implementation of a dummy Script. */ #include "../stdafx.h" #include <squirrel.h> #include "../string_func.h" #include "../strings_func.h" #include "../safeguards.h" /* The reason this exists in C++, is that a user can trash his ai/ or game/ dir, * leaving no Scripts available. The com...
#include <common.h> #include <linux/compat.h> #include <asm/io.h> #include <malloc.h> #include <spi.h> #include <asm/arch/clk.h> /* SSP chip registers */ struct ssp_regs { u32 cr0; u32 cr1; u32 data; u32 sr; u32 cpsr; u32 imsc; u32 ris; u32 mis; u32 icr; u32 dmacr; }; /* CR1 regi...
class CfgUnitInsignia { class ACE_insignia_logo { displayName = "ACE3"; author = CSTRING(ACETeam); texture = PATHTOF(data\<API key>.paa); textureVehicle = ""; }; class ACE_insignia_banana { displayName = "ABE3"; author = CSTRING(ACETeam); texture = PAT...
#include <linux/module.h> #include <linux/delay.h> #include <linux/i2c.h> #include <linux/err.h> #include <linux/interrupt.h> #include <linux/completion.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <asm/io.h> /* timeout waiting for the controller to respond */ #define OMAP_I2C_TIMEOUT (msecs_to...
#ifndef <API key> #define <API key> #include "code/oopRecorder.hpp" #include "code/relocInfo.hpp" class CodeStrings; class PhaseCFG; class Compile; class BufferBlob; class CodeBuffer; class Label; class CodeOffsets: public StackObj { public: enum Entries { Entry, Verified_Entry, Fram...
// Use of this source code is governed by a BSD-style package patch import ( "bytes" "compress/zlib" "crypto/sha1" "encoding/git85" "fmt" "io" "os" ) func gitSHA1(data []byte) []byte { if len(data) == 0 { // special case: 0 length is all zeros sum return make([]byte, 20) ...
# encoding: utf-8 require 'spec_helper' require_dependency 'post_creator' describe CategoryUser do it 'allows batch set' do user = Fabricate(:user) category1 = Fabricate(:category) category2 = Fabricate(:category) watching = CategoryUser.where(user_id: user.id, notification_level: CategoryUser.notific...
#include <linux/types.h> #include <linux/kernel.h> #include <linux/slab.h> #include <drm/amdgpu_drm.h> #include "pp_instance.h" #include "smumgr.h" #include "cgs_common.h" #include "linux/delay.h" int smum_init(struct amd_pp_init *pp_init, struct pp_instance *handle) { struct pp_smumgr *smumgr; if ((handle == N...
shadowsocks-libev ============== [shadowsocks-libev][1] is a lightweight secured socks5 proxy for embedded devices and low end boxes. It is a port of [shadowsocks][2] created by @clowwindy maintained by @madeye and @linusyang. Suppose we have a VPS running Debian or Ubuntu. To deploy the service quickly, we can use [d...
#!/bin/bash #set -x source $LIBMESH_DIR/examples/run_common.sh example_name=adjoints_ex3 example_dir=examples/adjoints/$example_name run_example "$example_name"
package org.jtalks.jcommune.plugin.api.web.validation.validators; import org.jtalks.jcommune.plugin.api.service.PluginBbCodeService; import org.jtalks.jcommune.plugin.api.web.validation.annotations.BbCodeAwareSize; import javax.validation.ConstraintValidator; import javax.validation.<API key>; import org.springframewor...
Prism.languages.bbcode={tag:{pattern:/\[\/?[^\s=\]]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))?(?:\s+[^\s=\]]+\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+))*\s*\]/,inside:{tag:{pattern:/^\[\/?[^\s=\]]+/,inside:{punctuation:/^\[\/?/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'"\]=]+)/i,inside:{punctuation:[/^=/,{patte...
#ifndef V8GCController_h #define V8GCController_h #include <v8.h> namespace WebCore { #ifndef NDEBUG #define <API key>(V) \ V(PROXY) \ V(NPOBJECT) \ V(SCHEDULED_ACTION) \ V(EVENT_LISTENER) \ V(NODE_FILTER) \ V(SCRIPTIN...
/* Try writing a file in the most normal way. */ #include <syscall.h> #include "tests/userprog/sample.inc" #include "tests/lib.h" #include "tests/main.h" void test_main (void) { int handle, byte_cnt; CHECK (create ("test.txt", sizeof sample - 1), "create \"test.txt\""); CHECK ((handle = open ("test.txt")) > 1, "o...
package org.wso2.carbon.stratos.common.util; import java.util.List; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.wso2.carbon.stratos.common.config.CloudServiceConfig; import org.wso2.carbon.stratos.common.config.<API key>; import org.wso2.carbon.s...
class A[+T, -U] val z: A[T, U] forSome {type T <: Int; type U >: Int} = new A[Int, Int] val o: A[Int, Float] = z //False
// <API key>: Apache-2.0 WITH LLVM-exception #include "llvm/Remarks/Remark.h" #include "llvm/Remarks/RemarkStringTable.h" #include "gtest/gtest.h" using namespace llvm; TEST(RemarksAPI, Comparison) { remarks::Remark R; R.RemarkType = remarks::Type::Missed; R.PassName = "pass"; R.RemarkName = "name"; R.Functio...
<?php include_once dirname(__FILE__).'/../../bootstrap/unit.php'; class myQuery extends opDoctrineQuery { public static $lastQueryCacheHash = ''; public function <API key>() { self::$lastQueryCacheHash = parent::<API key>(); return self::$lastQueryCacheHash; } } $_app = 'pc_frontend'; $_env = 'test'; $c...
cask 'wifispoof' do version '3.4.3' sha256 '<SHA256-like>' # sweetpproductions.com/products was verified as official when first introduced to the cask url "https://sweetpproductions.com/products/wifispoof#{version.major}/WiFiSpoof#{version.major}.dmg" appcast "https://sweetpproductions.com/products/wifispoof#...
# -*- coding: utf-8 -*- import os from operator import itemgetter from gluon.storage import Storage from gluon.dal import DAL, Field, Row DBHOST = os.environ.get('DBHOST', 'localhost') DATABASE_URI = 'mysql://benchmarkdbuser:benchmarkdbpass@%s:3306/hello_world' % DBHOST class Dal(object): def __init__(self, table=N...
<!DOCTYPE html> <! Copyright (c) 2012 Intel Corporation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of works must retain the original copyright notice, this list of conditions and the following discla...
#include "config.h" #include "core/rendering/RenderApplet.h" #include "core/frame/UseCounter.h" #include "core/html/HTMLAppletElement.h" namespace blink { RenderApplet::RenderApplet(HTMLAppletElement* applet) : <API key>(applet) { setInline(true); UseCounter::count(document(), UseCounter::HTMLAppletElement)...
<!DOCTYPE html> <!-- this file is auto-generated. DO NOT EDIT. <html> <head> <meta charset="utf-8"> <title>WebGL GLSL conformance test: <API key>.html</title> <link rel="stylesheet" href="../../../../resources/js-test-style.css" /> <link rel="stylesheet" href="../../../resources/ogles-tests.css" /> <script src="../../....
<!doctype html> <meta charset="utf-8"> <title>@layer rule parsing / serialization</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="author" title="Mozilla" href="https://mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-cascade-5/#layering"> <script src="...
#include "ui/compositor/test/<API key>.h" #include "base/basictypes.h" #include "base/bind.h" #include "base/compiler_specific.h" #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/<API key>.h" #include "ui/compositor/compositor.h" #include "ui/gfx/geometry/re...
'use strict'; // This file relies on the fact that the following declaration has been made // in runtime.js: // var $Array = global.Array; // Proposed for ES7 // <SHA1-like> function ArrayIncludes(searchElement, fromIndex) { var array = ToObject(this); var len = ToLength(array.length); if (len === 0) { return...
<! THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved <!DOCTYPE html> <html> <head> <meta cha...
<!DOCTYPE html> <! - THE HEAD PART - <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>SLIDER REVOLUTION - The Responsive Slider jQuery Plugi...
<!DOCTYPE html> <html> <head> <title>Use resetView to reset the header width</title> <meta charset="utf-8"> <link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="../assets/bootstrap-table/src/bootstrap-table.css"> <link rel="stylesheet" href="../assets...
(function() { 'use strict'; angular.module('lumx.utils.depth', []); angular.module('lumx.utils.event-scheduler', []); angular.module('lumx.utils.transclude-replace', []); angular.module('lumx.utils.utils', []); angular.module('lumx.utils', [ 'lumx.utils.depth', 'lumx.utils.event-...
<?php defined('C5_EXECUTE') or die("Access Denied."); if (ENABLE_AREA_LAYOUTS == false) { die(t('Area layouts have been disabled.')); } global $c; $form = Loader::helper('form'); //Loader::model('layout'); if( intval($_REQUEST['lpID']) ){ $layoutPreset = LayoutPreset::getByID($_REQUEST['lpID']); if(is_objec...
.datepicker { padding: 4px; -<API key>: 4px; -moz-border-radius: 4px; border-radius: 4px; direction: ltr; } .datepicker-inline { width: 220px; } .datepicker.datepicker-rtl { direction: rtl; } .datepicker.datepicker-rtl table tr td span { float: right; } .datepicker-dropdown { top: 0; left: 0; } .dat...
// File: chapter14/appUnderTest/app/scripts/app.js angular.module('fifaApp', ['ngRoute']) .config(function($routeProvider) { $routeProvider.when('/', { templateUrl: 'views/team_list.html', controller: 'TeamListCtrl as teamListCtrl' }) .when('/login', { templateUrl: 'views/login.html', ...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #include "<API key>.h" #include "ns3/log.h" #include "ns3/object-vector.h" #include "ns3/packet.h" #include "ns3/queue-disc.h" namespace ns3 { <API key> ("TrafficControlLayer"); <API key> (TrafficControlLayer); TypeId TrafficControlLayer::GetTypeId (void...
#ifndef TRINITY_GUARDAI_H #define TRINITY_GUARDAI_H #include "ScriptedCreature.h" class Creature; class TC_GAME_API GuardAI : public ScriptedAI { public: explicit GuardAI(Creature* creature); static int32 Permissible(Creature const* creature); void UpdateAI(uint32 diff) override; boo...
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ #ifndef <API key> #define <API key> #include "ns3/ptr.h" #include "address.h" #include "mac48-address.h" #include "mac64-address.h" #include "net-device.h" namespace ns3 { class NetDevice; /** * \ingroup address * * \brief an address for a packet s...
#include <linux/semaphore.h> #include <wlan_hdd_tx_rx.h> #include <<API key>.h> #include <wlan_hdd_dp_utils.h> #include <wlan_qct_tl.h> #include <linux/netdevice.h> #include <linux/skbuff.h> #include <linux/etherdevice.h> //#include <vos_list.h> #include <vos_types.h> #include <aniGlobal.h> #include <halTypes.h> #inclu...
#include "ixgbe.h" #include "ixgbe_type.h" #include "ixgbe_dcb.h" #include "ixgbe_dcb_82598.h" /** * <API key> - Config Rx data arbiter * @hw: pointer to hardware structure * @refill: refill credits index by traffic class * @max: max credits index by traffic class * @prio_type: priority type indexed by traffic cla...
! { dg-do compile } ! Test the fix for PR32157, in which overloading 'LEN', as ! in 'test' below would cause a compile error. ! ! Contributed by Michael Richmond <michael.a.richmond@nasa.gov> ! subroutine len(c) implicit none character :: c c = "X" end subroutine len subroutine test() implicit none character ...
package autotest.afe; import java.util.ArrayList; import java.util.List; public class CheckBoxPanel { public static interface Display { public ICheckBox generateCheckBox(int index); } private List<ICheckBox> checkBoxes = new ArrayList<ICheckBox>(); private Display display; public void bindDi...
/*! \file * \brief Asterisk datastore objects */ #ifndef <API key> #define <API key> #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #include "asterisk/linkedlists.h" /*! \brief Structure for a data store type */ struct ast_datastore_info { const char *type; /*!< Type of data store ...
package autotest.tko; import autotest.common.Utils; public abstract class LabelField extends ParameterizedField { @Override public String getSqlCondition(String value) { String condition = " IS NOT NULL"; if (value.equals(Utils.JSON_NULL)) { condition = " IS NULL"; } ...
/* This file contains support code for C++ demangling that is common to a styles of demangling, and GDB specific. */ #include "defs.h" #include "command.h" #include "gdbcmd.h" #include "demangle.h" #include "gdb-demangle.h" #include "gdb_string.h" /* Select the default C++ demangling style to use. The default is ...
DELETE FROM <API key> WHERE entry=1966; INSERT INTO <API key> VALUES (1966,'at_murkdeep');
tinymce.PluginManager.add("insertdatetime", function (e) { function t(t, n) { function i(e, t) { if (e = "" + e, e.length < t)for (var n = 0; n < t - e.length; n++)e = "0" + e; return e } return n = n || new Date, t = t.replace("%D", "%m/%d/%Y"), t = t.replace("%r", "...
#ifndef BNX2X_CMN_H #define BNX2X_CMN_H #include <linux/types.h> #include <linux/pci.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include "bnx2x.h" #include "bnx2x_sriov.h" /* This is used as a replacement for an MCP if it's not present */ extern int load_count[2][3]; /* per-path: 0-common, 1-port0, ...
<?php if (!$os) { if (strstr($sysDescr, "KYOCERA ")) { $os = "kyocera"; } } ?>
# -*- coding: utf-8 -*- from __future__ import (unicode_literals, division, absolute_import, print_function) store_version = 1 # Needed for dynamic plugin loading __license__ = 'GPL 3' __copyright__ = '2011, John Schember <john@nachtimwald.com>' __docformat__ = 'restructuredtext en' from calibre.gui2.store.basic_config...
/*! * JavaScript for the debug toolbar profiler, enabled through $wgDebugToolbar * and StartProfiler.php. * * @author Erik Bernhardson * @since 1.23 */ ( function ( mw, $ ) { 'use strict'; /** * @singleton * @class mw.Debug.profile */ var profile = mw.Debug.profile = { /** ...
// <API key>.h // $Id: //poco/1.3/Foundation/include/Poco/<API key>.h // Library: Foundation // Package: Events // Module: <API key> // Definition of the <API key> interface. // and Contributors. // obtaining a copy of the software and accompanying documentation covered by // execute, and transmit the Software, and to...
/* * ContextMenu Plugin * * */ (function($) { $.extend(mejs.MepDefaults, contextMenuItems = [ // demo of a fullscreen option { render: function(player) { // check for fullscreen plugin if (typeof player.enterFullScreen == 'undefined') r...
/** * @file GCC/ARMCMx/STM32L1xx/vectors.c * @brief Interrupt vectors for the STM32 family. * * @defgroup <API key> STM32L1xx Interrupt Vectors * @ingroup ARMCMx_SPECIFIC * @details Interrupt vectors for the STM32L1xx family. * @{ */ #include "ch.h" /** * @brief Type of an IRQ vector. */ typedef void ...
<?php class <API key> extends <API key> { public function testInit() { $this->dbh = new <API key>('mysql'); $this->conn = Doctrine_Manager::getInstance()->openConnection($this->dbh); $this->conn->setCharset('utf8'); $this->conn->setAttribute(Doctrine_Core::<API key>, true); }...
// 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. fn matcher(x: Option<isize>) { match x { ref Some(i) => {} //~ ERROR expected identifier, found enum pattern None => {} } } fn main() {}
module Vmdb module Initializer def self.init _log.info "- Program Name: #{$PROGRAM_NAME}, PID: #{Process.pid}, ENV['MIQ_GUID']: #{ENV['MIQ_GUID']}, ENV['EVMSERVER']: #{ENV['EVMSERVER']}" # When these classes are deserialized in ActiveRecord (e.g. EmsEvent, MiqQueue), they need to be preloaded re...
from fabric.api import * import fabric.contrib.project as project import os import shutil import sys import SocketServer from pelican.server import <API key> # Local path configuration (can be absolute or relative to fabfile) env.deploy_path = 'output' DEPLOY_PATH = env.deploy_path # Remote server configuration product...
package com.intellij.lang.jvm.actions; public interface <API key> extends <API key> { }
package com.baidu.disconf.web.service.user.vo; public class VisitorVo { private Long id; private String name; private String role; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getName() { return name; } publ...
package org.opencv.samples.puzzle15; import org.opencv.core.Core; import org.opencv.core.CvType; import org.opencv.core.Mat; import org.opencv.core.Scalar; import org.opencv.core.Size; import org.opencv.core.Point; import org.opencv.imgproc.Imgproc; import android.util.Log; /** * This class is a controller for puzzle ...
// <API key> is used to check the current CPU usage and triggers a // callback when getting over a specified threshold. #ifndef <API key> #define <API key> #include "system_wrappers/interface/scoped_ptr.h" #include "typedefs.h" // NOLINT #include "video_engine/vie_defines.h" namespace webrtc { class CpuWrapper; class ...
#include "apps/<API key>.h" #include "apps/<API key>.h" #include "apps/app_window_registry.h" #include "chrome/browser/profiles/profile.h" #include "components/keyed_service/content/<API key>.h" #include "extensions/browser/<API key>.h" namespace apps { // static AppLifetimeMonitor* <API key>::GetForProfile(Profile* pr...
#include "chrome/browser/ui/views/status_icons/status_tray_linux.h" #include "build/build_config.h" #if !defined(OS_CHROMEOS) #include "chrome/browser/ui/views/status_icons/<API key>.h" #include "ui/views/linux_ui/linux_ui.h" StatusTrayLinux::StatusTrayLinux() { } StatusTrayLinux::~StatusTrayLinux() { } StatusIcon* Sta...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>body</title> <style type="text/css" media="screen"> body { margin: 1px; padding: 5px; } #marker { positio...
/** * The production x >>>= y is the same as x = x >>> y * * @path ch11/11.13/11.13.2/S11.13.2_A4.8_T1.3.js * @description Type(x) and Type(y) vary between primitive string and String object */ //CHECK x = "1"; x >>>= "1"; if (x !== 0) { $ERROR(' } //CHECK x = new String("1"); x >>>= "1"; if (x !== 0) { $ERROR...
Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch11/11.4/11.4.1/11.4.1-5-a-27-s.js * @description Strict Mode - TypeError is thrown after deleting a property, calling preventExtensions, and attempting to reassign the property * @onlyStrict */ function testcase() { "use strict"; ...
(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/tr",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum,n=t+" karakter daha girmelisiniz";return n},inputTooShort:function(e){var t=e.minimum-e.input.length,n="En...
<! Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/ <!DOCTYPE html> <title>CSS Test: Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference.</title> <link rel="author" title="Cameron McCorm...
Copyright (c) 2012 Ecma International. All rights reserved. /** * @path ch15/15.2/15.2.3/15.2.3.5/15.2.3.5-4-258.js * @description Object.create - 'get' property of one property in 'Properties' is the primitive value null (8.10.5 step 7.b) */ function testcase() { try { Object.create({}, { ...
module.exports = require('./lib/socket.io');
var _complement = require('./internal/_complement'); var _curry2 = require('./internal/_curry2'); var filter = require('./filter'); module.exports = _curry2(function reject(fn, list) { return filter(_complement(fn), list); });
# Usage Comparison Between dojox/grid and dgrid ## Simple programmatic usage Given the following programmatic example using `dojox/grid`... js require(["dojox/grid/DataGrid", "dojo/store/Memory", "dojo/data/ObjectStore", "dojo/domReady!"], function(DataGrid, Memory, ObjectStore){ var memoryStore = new Memory({d...
"use strict"; 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(de...
/** * High performant way to check whether an element with a specific class name is in the given document * Optimized for being heavily executed * Unleashes the power of live node lists * * @param {Object} doc The document object of the context where to check * @param {String} tagName Upper cased tag name * @exa...
// $Id: <API key>.cpp 80826 2008-03-04 14:51:23Z wotte $ // below. It is not the actual code provided by Unicode, Inc. but is an // ACE-ified and only slightly modified version. // Chad Elliott 4/28/2005 // Limitations on Rights to Redistribute This Code // Unicode, Inc. hereby grants the right to freely use the infor...
#pragma once #if defined(<API key>) #include <queue> #include "DVDVideoCodec.h" #include <CoreVideo/CoreVideo.h> #include <CoreMedia/CoreMedia.h> // tracks a frame in and output queue in display order typedef struct frame_queue { double dts; double pts; int width; int ...
/* * inode functions */ #include "aufs.h" struct inode *au_igrab(struct inode *inode) { if (inode) { AuDebugOn(!atomic_read(&inode->i_count)); atomic_inc_return(&inode->i_count); } return inode; } static void <API key>(struct inode *inode, int do_version) { au_cpup_attr_all(inode, /*fo...
// <API key>: GPL-2.0 #include <linux/delay.h> #include <linux/ktime.h> #include "tb.h" #define USB4_DATA_DWORDS 16 #define USB4_DATA_RETRIES 3 enum usb4_switch_op { <API key> = 0x10, <API key> = 0x11, <API key> = 0x12, <API key> = 0x20, <API key> = 0x21, <API key> = 0x22, <API...
#ifndef _ASM_BYTEORDER_H #define _ASM_BYTEORDER_H #include <linux/compiler.h> #include <asm/types.h> #if defined(__MIPSEB__) # define __BIG_ENDIAN #elif defined(__MIPSEL__) # define __LITTLE_ENDIAN #else # error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???" #endif #define __SWAB_64_THRU_32__ #ifdef CONFIG_CPU_MIPSR...
#include "../../SDL_internal.h" #if <API key> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include "SDL_audio.h" #include "SDL_error.h" #include "SDL_timer.h" #include "../SDL_audio_c.h" #include "../SDL_audiodev_c.h" #include "../SDL_sysaudio.h" #include "SDL_pspaudio.h" #include <ps...
#include <linux/mm.h> #include <linux/module.h> #include <linux/file.h> #include <linux/slab.h> #include <linux/time.h> #include <linux/pm_qos.h> #include <linux/uio.h> #include <linux/dma-mapping.h> #include <sound/core.h> #include <sound/control.h> #include <sound/compress_offload.h> #include <sound/info.h> #include ...
source: API/PortGroups.md `<API key>` Get the graph based on the group type. Route: `/api/v0/devices/portgroups/:group` - group is the type of port group graph you want, I.e Transit, Peering, etc. You can specify multiple types comma separated. Input: - from: This is the date you would like the graph to start - See...
#ifndef <API key> #define <API key> #include <gnuradio/filter/api.h> #include <gnuradio/gr_complex.h> #include <vector> #include <stdexcept> namespace gr { namespace filter { namespace kernel { /*! * \brief Base class template for Infinite Impulse Response filter (IIR) * * \details ...
#ifndef __LWP_MUTEX_H__ #define __LWP_MUTEX_H__ #include <gctypes.h> #include <lwp_threadq.h> #define LWP_MUTEX_LOCKED 0 #define LWP_MUTEX_UNLOCKED 1 #define <API key> 0 #define <API key> 1 #define <API key> 2 #define LWP_MUTEX_FIFO 0 #de...
#!/usr/bin/env python import vtk from vtk.test import Testing from vtk.util.misc import vtkGetDataRoot VTK_DATA_ROOT = vtkGetDataRoot() ren1 = vtk.vtkRenderer() renWin = vtk.vtkRenderWindow() renWin.AddRenderer(ren1) iren = vtk.<API key>() iren.SetRenderWindow(renWin) # create a scene with one of each cell type # Voxel...
#include <kccachedb.h> using namespace std; using namespace kyotocabinet; // main routine int main(int argc, char** argv) { // create the database object GrassDB db; // open the database if (!db.open("*", GrassDB::OWRITER | GrassDB::OCREATE)) { cerr << "open error: " << db.error().name() << endl; } // s...
/** * \file cyutils.c * \version 5.40 * * \brief Provides a function to handle 24-bit value writes. * ******************************************************************************** * \copyright * Copyright 2008-2016, Cypress Semiconductor Corporation. All rights reserved. * You may use this file only in accordance w...
#ifndef <API key> #define <API key> #include <linux/ioctl.h> enum smschar_pnp_event_t { <API key>, <API key>, <API key>, <API key>, <API key>, <API key> }; struct smschar_buffer_t { unsigned long offset; /* offset in common buffer (mapped to user) */ int size; }; struct <API key> { ...