answer
stringlengths
15
1.25M
<?php class meter { function __construct() { } function makeSVG($tag, $type, $value, $max, $min, $optimum, $low, $high) { $svg = ''; if ($tag == 'meter') { if ($type == '2') { ////// CUSTOM <meter type="2"> $h = 10; $w = 160...
#include "hw.h" #include "qemu-timer.h" #include "omap.h" struct omap_synctimer_s { MemoryRegion iomem; uint32_t val; uint16_t readh; }; /* 32-kHz Sync Timer of the OMAP2 */ static uint32_t omap_synctimer_read(struct omap_synctimer_s *s) { return muldiv64(qemu_get_clock_ns(vm_clock), 0x8000, get_ticks_p...
#ifndef DIXGRABS_H #define DIXGRABS_H 1 struct _GrabParameters; extern GrabPtr CreateGrab( int /* client */, DeviceIntPtr /* device */, DeviceIntPtr /* modDevice */, WindowPtr /* window */, GrabType /* grabtype */, GrabMask * /* mask */, struct _GrabParameters * /* param */, ...
/* * Authors: * Andrey Shvetsov <andrey.shvetsov@k2l.de> * Christian Gromm <christian.gromm@microchip.com> * Sebastian Graf */ #ifndef __MOST_CORE_H__ #define __MOST_CORE_H__ #include <linux/types.h> struct kobject; struct module; /** * Interface type */ enum most_interface_type { ITYPE_LOOPBACK = 1, ...
// 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 terms // Foundation; either version 3, or (at your option) any later // version. // This library is distributed in the hope that it will be useful, but // MERCHANTABILITY or FITNESS FOR...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>PolyK - pixi.js</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets...
#include <linux/extcon.h> #include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/workque...
/** * @requires OpenLayers/BaseTypes/Class.js */ /** * Class: OpenLayers.Protocol * Abstract vector layer protocol class. Not to be instantiated directly. Use * one of the protocol subclasses instead. */ OpenLayers.Protocol = OpenLayers.Class({ /** * Property: format * {<OpenLayers.Format>} Th...
(function($){ if(webshims.support.texttrackapi && document.addEventListener){ var trackOptions = webshims.cfg.track; var trackListener = function(e){ $(e.target).filter('track').each(changeApi); }; var trackBugs = webshims.bugs.track; var changeApi = function(){ ...
#ifndef __ADSP_ERR__ #define __ADSP_ERR__ int <API key>(u32 adsp_error); char *<API key>(u32 adsp_error); #endif
/* { dg-do compile } */ /* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=softfp" } } */ /* { dg-options "-O2 -<API key> -mabi=apcs-gnu -mfloat-abi=softfp" } */ struct super_block { int s_blocksize_bits; }; struct btrfs_fs_info { struct super_block *sb; }; struct btrfs_root {...
#!/usr/bin/env python # -*- coding: utf-8 -*- # GuessIt - A library for guessing information from filenames # GuessIt is free software; you can redistribute it and/or modify it under # (at your option) any later version. # GuessIt is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PAR...
/ [<API key>.ts] var obj = { [Symbol.isConcatSpreadable]: 0 } / [<API key>.js] var obj = { [Symbol.isConcatSpreadable]: 0 }; / [<API key>.d.ts] declare var obj: { [Symbol.isConcatSpreadable]: number; };
#include <stdint.h> #include "libavutil/attributes.h" #include "libavcodec/vp8dsp.h" #include "vp8dsp.h" void <API key>(int16_t block[4][4][16], int16_t dc[16]); void <API key>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); void <API key>(uint8_t *dst, int16_t block[16], ptrdiff_t stride); void <API key>(uint8_t *...
using System; using System.Collections; using System.Collections.Generic; <summary> System.Array.Sort<T>(T[],System.Collections.Generic.IComparer<T>) </summary> public class ArraySort7 { #region Public Methods public bool RunTests() { bool retVal = true; TestLibrary.TestFramework.LogInformat...
#include <stdbool.h> #include <stdint.h> #include <stdarg.h> #include <stdlib.h> #include "platform.h" #include "build_config.h" #include "drivers/serial.h" #include "io/serial.h" #include "build_config.h" #include "printf.h" #ifdef <API key> #include "typeconversion.h" #endif static serialPort_t *printfSerialPort; #if...
using System.Collections; using System.Collections.Generic; namespace System.Data.Common { internal partial class DbConnectionOptions { protected DbConnectionOptions(string connectionString, Dictionary<string, string> synonyms) : this (connectionString, new Hashtable(synonyms), false) ...
<html> <body> <pre>BEGINhtml body pre include:custom(opt='val' num=2) filters.include.custom.pug END</pre> </body> </html>
<div class="loader"></div>
#include "irq.h" #include "mmu.h" #include <linux/kvm_host.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/highmem.h> #include <linux/sched.h> #include <linux/moduleparam.h> #include "kvm_cache_regs.h" #include "x86.h" #include <asm/io.h> #include <asm/desc.h> #include <asm/...
// +build !windows package daemon import ( "github.com/docker/docker/container" "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/idtools" ) func (daemon *Daemon) tarCopyOptions(container *container.Container, <API key> bool) (*archive.TarOptions, error) { if container.Config.User == ...
<?php /** * Memcache storage engine for cache. Memcache has some limitations in the amount of * control you have over expire times far in the future. See MemcacheEngine::write() for * more information. * * @package Cake.Cache.Engine * @deprecated 3.0.0 You should use the Memcached adapter instead. */ class Memca...
class Nasm < Formula desc "Netwide Assembler (NASM) is an 80x86 assembler" homepage "http: revision 1 stable do url "http: sha256 "<SHA256-like>" patch do url "https://raw.githubusercontent.com/Homebrew/patches/7a329c65e/nasm/nasm_outmac64.patch" sha256 "<SHA256-like>" end end bo...
#include "flow.h" #include "datapath.h" #include <linux/uaccess.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/if_ether.h> #include <linux/if_vlan.h> #include <net/llc_pdu.h> #include <linux/kernel.h> #include <linux/jhash.h> #include <linux/jiffies.h> #include <linux/llc.h> #include <li...
#include "system.h" #if defined (HAVE_WAYLAND) #include <boost/scoped_ptr.hpp> #include "Application.h" #include "xbmc/windowing/WindowingFactory.h" #include "WinEventsWayland.h" #include "wayland/EventListener.h" #include "wayland/InputFactory.h" #include "wayland/EventLoop.h" namespace xwe = xbmc::wayland::events; na...
#include <string.h> #include <node.h> #include "macros.h" #include "database.h" #include "statement.h" using namespace node_sqlite3; Persistent<FunctionTemplate> Database::<API key>; void Database::Init(Handle<Object> target) { NanScope(); Local<FunctionTemplate> t = NanNew<FunctionTemplate>(New); t->Instan...
#undef DEBUG #include <linux/kernel.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/notifier.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/slab.h> #include <linux/memblock.h> #include <asm/prom.h> #include <asm/iommu.h> #include <asm/machdep.h> #include <asm/pci-bridge....
/*! * @file km_adaptor.c * * @brief The Adaptor component provides an interface to the * driver for a kernel user. */ #include <adaptor.h> #include <sf_util.h> #include <sah_queue_manager.h> #include <sah_memory_mapper.h> #include <fsl_shw_keystore.h> #ifdef FSL_HAVE_SCC #include <linux/mxc_scc_driver.h> #elif d...
! { dg-do run } ! { <API key> "-msse2" { target sse2_runtime } } ! { <API key> "-mavx" { target avx_runtime } } integer :: a(1024), b(1024), k, m, i, s, t k = 4 m = 2 t = 1 do i = 1, 1024 a(i) = i - 513 b(i) = modulo (i - 52, 39) if (i.lt.52.and.b(i).ne.0) b(i) = b(i) - 39 end do s = foo (b) ...
#define MULTIPLIER 1103515245 #define OFFSET 12345 static int _seed = 1; #undef rand #define rand() ((_seed = MULTIPLIER * _seed + OFFSET) & 0x7FFFFFFF) #undef srand #define srand(seed) (_seed = int(seed), _seed = (_seed <= 0) ? 1 : _seed) #undef RAND_MAX #define RAND_MAX 2147483647 #if defined (_MSC_VER) && (_MSC_VER ...
package networks import ( "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/pagination" ) // List returns a Pager that allows you to iterate over a collection of Network. func List(client *gophercloud.ServiceClient) pagination.Pager { return pagination.NewPager(client, listURL(client)...
/* Test the `vld4f32' ARM Neon intrinsic. */ /* This file was autogenerated by neon-testgen. */ /* { dg-do assemble } */ /* { <API key> arm_neon_ok } */ /* { dg-options "-save-temps -O0" } */ /* { dg-add-options arm_neon } */ #include "arm_neon.h" void test_vld4f32 (void) { float32x2x4_t out_float32x2x4_t; out_fl...
#include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/init.h> #include <linux/spinlock.h> #include <linux/usb/input.h> #define POWERMATE_VENDOR 0x077d /* Griffin Technology, Inc. */ #define <API key> 0x0410 /* Griffin PowerMate */ #define <API key> 0x04AA /* Griff...
(function(a){"object"===typeof module&&module.exports?module.exports=a:a(Highcharts)})(function(a){a.theme={colors:["#FDD089","#FF7F79","#A0446E","#251535"],colorAxis:{maxColor:"#60042E",minColor:"#FDD089"},plotOptions:{map:{nullColor:"#fefefc"}},navigator:{series:{color:"#FF7F79",lineColor:"#A0446E"}}};a.setOptions(a....
/*! lazysizes - v1.2.3-rc1 */ !function(a){"use strict";var b,c,d,e;a.addEventListener&&(b=a.lazySizes&&lazySizes.cfg||a.lazySizesConfig||{},c=b.lazyClass||"lazyload",d=function(){var b,d;if("string"==typeof c&&(c=document.<API key>(c)),a.lazySizes)for(b=0,d=c.length;d>b;b++)lazySizes.loader.unveil(c[b])},addEventListe...
#include "G3D/platform.h" #include "G3D/PhysicsFrame.h" #include "G3D/BinaryInput.h" #include "G3D/BinaryOutput.h" namespace G3D { PhysicsFrame::PhysicsFrame() { translation = Vector3::zero(); rotation = Quat(); } PhysicsFrame::PhysicsFrame( const CoordinateFrame& coordinateFrame) { translation = coo...
/* HISTORY 02-Aug-10 L-05-28 $$1 pdeshmuk Created. */ function <API key> () { if (!pfcIsWindows()) netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); var session = pfcGetProESession (); var assembly = session.CurrentModel; if (assembly.Type != pfcCreate ("pfcModelType")....
/** * A date picker component which shows a Date Picker on the screen. This class extends from {@link Ext.picker.Picker} * and {@link Ext.Sheet} so it is a popup. * * This component has no required configurations. * * ## Examples * * @example miniphone preview * var datePicker = Ext.create('Ext.picker....
function acosh (arg) { // + original by: Onno Marsman // * example 1: acosh(8723321.4); // * returns 1: 16.674657798418625 return Math.log(arg + Math.sqrt(arg * arg - 1)); }
// @target: ES3 // @sourcemap: true interface I {} var x = 0;
#!/bin/bash # This script: # - assumes there are 2 network interfaces connected to $PUBLIC_SUBNET and $PRIVATE_SUBNET respectively # - finds IP addresses from those interfaces using `ip` command # - exports the IPs as variables function getIpForSubnet { if [ -z $1 ]; then echo Subnet parameter undefined ...
package opts import ( "fmt" "testing" ) func TestParseHost(t *testing.T) { invalid := []string{ "anything", "something with spaces", ": "unknown: "tcp://:port", "tcp://invalid", "tcp://invalid:port", } valid := map[string]string{ "": ...
/* * Authors: * Jerome Glisse <glisse@freedesktop.org> * Thomas Hellstrom <<API key>> * Dave Airlie */ #include <ttm/ttm_bo_api.h> #include <ttm/ttm_bo_driver.h> #include <ttm/ttm_placement.h> #include <ttm/ttm_module.h> #include <ttm/ttm_page_alloc.h> #include <drm/drmP.h> #include <drm/radeon_drm.h> #in...
YUI.add('router', function (Y, NAME) { /** Provides URL-based routing using HTML5 `pushState()` or the location hash. @module app @submodule router @since 3.4.0 **/ var HistoryHash = Y.HistoryHash, QS = Y.QueryString, YArray = Y.Array, YLang = Y.Lang, YObject = Y.Object, win ...
## 2015-04-28 - Version 5.2.0 Summary This release adds several new features for expanded configuration, support for SSL Ciphers, several bugfixes, and improved tests. #Features - New parameters to class `rabbitmq` - `ssl_ciphers` - New parameters to class `rabbitmq::config` - `interface` - `ssl_interface` - New ...
#include <linux/init.h> #include <asm/page.h> #include <asm/sizes.h> #include <asm/mach/map.h> #include "hardware.h" #define <API key> 0x02020000 #define <API key> 0x021e8000 #define <API key> 0x021ec000 #define <API key> 0x021f0000 #define <API key> 0x021f4000 /* * <API key> is put in the middle to for...
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */ /* Slovak Translation by Michal Thomka * 14 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Nahrávam...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ ...
/* <API key>: GPL-2.0 */ /* * ATI Frame Buffer Device Driver Core Definitions */ #include <linux/spinlock.h> #include <linux/wait.h> /* * Elements of the hardware specific atyfb_par structure */ struct crtc { u32 vxres; u32 vyres; u32 xoffset; u32 yoffset; u32 bpp; u32 h_tot_di...
namespace System.Drawing.Drawing2D { public enum SmoothingMode { Invalid = QualityMode.Invalid, Default = QualityMode.Default, HighSpeed = QualityMode.Low, HighQuality = QualityMode.High, None, AntiAlias } }
namespace System.Drawing.Drawing2D { public enum InterpolationMode { Invalid = QualityMode.Invalid, Default = QualityMode.Default, Low = QualityMode.Low, High = QualityMode.High, Bilinear, Bicubic, NearestNeighbor, HighQualityBilinear, High...
<?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 namespace core_privacy\local\request; defined('MOODLE_INTERNAL') || die(); class ap...
<?php App::uses('Router', 'Routing'); App::uses('Hash', 'Utility'); App::uses('Inflector', 'Utility'); /** * Abstract base class for all other Helpers in CakePHP. * Provides common methods and features. * * @package Cake.View */ class Helper extends Object { /** * Settings for this helper. * * @var array ...
# ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY # IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR # PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. param( [switch]$Force = $false ) $scriptPath = $(Split-Path $MyInvocation.MyCommand.Path) $firewallRuleName = "StreamSocketSample - HTTP 443" $requiredFeatures = "II...
#if !defined(<API key>) #define <API key> #include <boost/vmd/detail/setup.hpp> #if BOOST_PP_VARIADICS #include <boost/preprocessor/control/iif.hpp> #include <boost/preprocessor/seq/to_list.hpp> // #include <boost/vmd/identity.hpp> #include <boost/vmd/is_empty.hpp> /* The succeeding comments in this file are in doxyg...
#include <linux/poll.h> #include <linux/sched.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/init.h> #include <linux/fs.h> #include <linux/miscdevice.h> #include <linux/uinput.h> #include <linux/input/mt.h> #include "../input-compat.h" static int uinput_dev_event(struct input_dev *dev, ...
<?php /** * Used for data cleanup and post-processing * * * This class can be overloaded with {@see SimplePie::set_sanitize_class()} * * @package SimplePie * @todo Move to using an actual HTML parser (this will allow tags to be properly stripped, and to switch between HTML and XHTML), this will also make it easi...
/* * CPU subsystem support */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/cpu.h> #include <linux/topology.h> #include <linux/device.h> #include <linux/node.h> #include <linux/gfp.h> #include <linux/slab.h> #include <linux/percpu.h> #include <lin...
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'origin-only'</title> <meta name="description" content="Check that all subresources in...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Binding to Remote Data - 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" h...
<?php class <API key> extends <API key> { /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. * * @param mixed $other Value or object to evaluate. * @return bool */ protected function matches($other) { json_dec...
class Sslyze < Formula desc "SSL scanner" homepage "https://github.com/nabla-c0d3/sslyze" url "https://github.com/nabla-c0d3/sslyze/archive/release-0.11.tar.gz" sha256 "<SHA256-like>" version "0.11.0" bottle do cellar :any sha256 "<SHA256-like>" => :yosemite sha256 "<SHA256-like>" => :mavericks ...
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); } .bt...
/* Test the `vqaddu32' ARM Neon intrinsic. */ /* This file was autogenerated by neon-testgen. */ /* { dg-do assemble } */ /* { <API key> arm_neon_ok } */ /* { dg-options "-save-temps -O0" } */ /* { dg-add-options arm_neon } */ #include "arm_neon.h" void test_vqaddu32 (void) { uint32x2_t out_uint32x2_t; uint32x2_t...
<?php /** * @see <API key> */ require_once 'Zend/Service/Yahoo/Result.php'; class <API key> extends <API key> { /** * A summary of the result * * @var string */ public $Summary; /** * The file type of the result (text, html, pdf, etc.) * * @var string */ public ...
#if defined(CONFIG_ARCH_MSM8X60) #include <linux/msm_audio_8X60.h> #endif #ifndef __LINUX_MSM_AUDIO_H #define __LINUX_MSM_AUDIO_H #include <linux/types.h> #include <linux/ioctl.h> /* PCM Audio */ #define AUDIO_IOCTL_MAGIC 'a' #define AUDIO_START _IOW(AUDIO_IOCTL_MAGIC, 0, unsigned) #define AUDIO_STOP _IO...
<?php _deprecated_file( __FILE__, '4.0', 'Tribe__View_Helpers.php' ); class <API key> extends Tribe__View_Helpers {}
var hat = require('../'); var assert = require('assert'); exports.rack = function () { var rack = hat.rack(4); var seen = {}; for (var i = 0; i < 8; i++) { var id = rack(); assert.ok(!seen[id], 'seen this id'); seen[id] = true; assert.ok(id.match(/^[0-9a-f]$/)); } ass...
/* ThemeRoller Humanity override style sheet for jQuery date picker v4.0.0. */ @import "ui.datepick.css"; .ui-widget-header a, .ui-widget-header select { color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */ } .ui-widget-header a:hover { background-color: #f5f0e5; /* Set (.ui-state-hover) colou...
#ifndef JSDOMWindowBase_h #define JSDOMWindowBase_h #include "JSDOMBinding.h" #include "JSDOMGlobalObject.h" #include <wtf/Forward.h> namespace WebCore { class DOMWindow; class Frame; class DOMWrapperWorld; class JSDOMWindow; class JSDOMWindowShell; class <API key>; class JSDOMWindowBase : p...
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <mach/board.h> #include <linux/fs.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/uaccess.h> #include <media/msm_gemini.h> #include "msm_gemini_sync.h" #include "msm_gemini_common...
<?php namespace Zend\Feed\Writer\Extension\Threading\Renderer; use DOMDocument; use DOMElement; use Zend\Feed\Writer\Extension; class Entry extends Extension\AbstractRenderer { /** * Set to TRUE if a rendering method actually renders something. This * is used to prevent premature appending of a XML namesp...
import {Parser} from "./state" import {SourceLocation} from "./locutil" export class Node { constructor(parser, pos, loc) { this.type = "" this.start = pos this.end = 0 if (parser.options.locations) this.loc = new SourceLocation(parser, loc) if (parser.options.directSourceFile) this.so...
"use strict"; class IgnorePlugin { constructor(resourceRegExp, contextRegExp) { this.resourceRegExp = resourceRegExp; this.contextRegExp = contextRegExp; this.checkIgnore = this.checkIgnore.bind(this); } /* * Only returns true if a "resourceRegExp" exists * and the resource...
#!/usr/bin/env python # Ansible is free software: you can redistribute it and/or modify # (at your option) any later version. # Ansible is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # ansible-vault is a script that encrypts/decrypts YAML files. See fr...
#include "xfs.h" #include "xfs_fs.h" #include "xfs_types.h" #include "xfs_bit.h" #include "xfs_inum.h" #include "xfs_log.h" #include "xfs_trans.h" #include "xfs_sb.h" #include "xfs_ag.h" #include "xfs_mount.h" #include "xfs_bmap_btree.h" #include "xfs_alloc_btree.h" #include "xfs_ialloc_btree.h" #include "xfs_dinode.h"...
#include <linux/init.h> /* miseon.kim 2012.06.21 FC8150 Device Release */ #include <mach/board_lge.h> /* miseon.kim 2012.06.21 FC8150 Device Release */ #include "fci_types.h" #include "fci_oal.h" #include "fci_tun.h" #include "fc8150_regs.h" #include "fci_hal.h" #define FC8150_FREQ_XTAL BBM_XTAL_FREQ //32MHZ static ...
jQuery(function(e){e.datepicker.regional.he={closeText:"סגור",prevText:"&
package trust import ( "crypto/x509" "errors" "io/ioutil" "net/http" "net/url" "os" "path" "path/filepath" "sync" "time" "github.com/Sirupsen/logrus" "github.com/docker/libtrust/trustgraph" ) type TrustStore struct { path string caPool *x509.CertPo...
/** * Module dependencies. */ var utils = require('./../utils') , cookie = require('cookie'); /** * Cookie parser: * * Parse _Cookie_ header and populate `req.cookies` * with an object keyed by the cookie names. Optionally * you may enabled signed cookie support by passing * a `secret` string, which assigns `...
YUI.add("lang/<API key>",function(a){a.Intl.add("<API key>","es-EC",{"a":["dom","lun","mar","mié","jue","vie","sáb"],"A":["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],"b":["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],"B":["enero","febrero","marzo","abril","mayo","junio...
package com.facebook.datasource; /** * Base implementation of {@link DataSubscriber} that ensures that the data source is closed when * the subscriber has finished with it. * <p> * Sample usage: * <pre> * <code> * dataSource.subscribe( * new BaseDataSubscriber() { * {@literal @}Override * public voi...
/* * Authors: Thomas Hellstrom <<API key>> */ #include "ttm/ttm_module.h" #include "ttm/ttm_bo_driver.h" #include "ttm/ttm_placement.h" #include <linux/jiffies.h> #include <linux/slab.h> #include <linux/sched.h> #include <linux/mm.h> #include <linux/file.h> #include <linux/module.h> #include <linux/atomic.h> #define ...
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_prec...
package com.googlecode.javacv; import static com.googlecode.javacv.cpp.cvkernels.*; import static com.googlecode.javacv.cpp.opencv_calib3d.*; import static com.googlecode.javacv.cpp.opencv_core.*; import static com.googlecode.javacv.cpp.opencv_imgproc.*; /** * * @author Samuel Audet */ public class ProCamTransformer...
<?php require_once 'Zend/Service/Rackspace/Files.php'; class <API key> { /** * The service that has created the object * * @var <API key> */ protected $service; /** * Name of the object * * @var string */ protected $name; /** * MD5 value of the object's c...
// <API key>: GPL-2.0 #include <linux/bug.h> #include <linux/kernel.h> #include <linux/bitops.h> #include <linux/math64.h> #include <linux/log2.h> #include <linux/err.h> #include <linux/module.h> #include "qcom-vadc-common.h" /* Voltage to temperature */ static const struct vadc_map_pt <API key>[] = { {1758, -40...
#ifndef __RTL92E_HW_H__ #define __RTL92E_HW_H__ void rtl92ee_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); void <API key>(struct ieee80211_hw *hw); void <API key>(struct ieee80211_hw *hw, struct rtl_int *int_vec); int rtl92ee_hw_init(struct ieee80211_hw *hw); void <API key>(struct ieee802...
<?php defined('_JEXEC') or die('@-_-@'); jimport('joomla.form.formfield'); class <API key> extends JFormField { /** * The form field type. * * @var string * @since 1.6 */ public $type = 'CallbackUrl'; /** * Method to get the field input markup. * * @return ...
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include "ixgb_hw.h" #include "ixgb_ee.h" /* Local prototypes */ static u16 ixgb_shift_in_bits(struct ixgb_hw *hw); static void ixgb_shift_out_bits(struct ixgb_hw *hw, u16 data, u16 count); static void ixgb_standby_eeprom(struct ixgb_hw *hw); s...
# $Id: admonitions.py 7681 2013-07-12 07:52:27Z milde $ """ Admonition directives. """ __docformat__ = 'reStructuredText' from docutils.parsers.rst import Directive from docutils.parsers.rst import states, directives from docutils.parsers.rst.roles import set_classes from docutils import nodes class BaseAdmonition(Dire...
class Blazeblogger < Formula desc "CMS for the command-line" homepage "http://blaze.blackened.cz/" url "https://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz" sha1 "<SHA1-like>" bottle do cellar :any sha1 "<SHA1-like>" => :yosemite sha1 "<SHA1-like>" => :mavericks sha1 "<SHA1-lik...
require 'formula' class Mad < Formula desc "MPEG audio decoder" homepage 'http: url 'https://downloads.sourceforge.net/project/mad/libmad/0.15.1b/libmad-0.15.1b.tar.gz' sha1 '<SHA1-like>' bottle do cellar :any revision 1 sha1 "<SHA1-like>" => :yosemite sha1 "<SHA1-like>" => :mavericks sha1...
#include <linux/kernel.h> #include "ieee754.h" #define DP_EBIAS 1023 #define DP_EMIN (-1022) #define DP_EMAX 1023 #define DP_FBITS 52 #define SP_EBIAS 127 #define SP_EMIN (-126) #define SP_EMAX 127 #define SP_FBITS 23 #define DP_MBIT(x) ((u64)1 << (x)) #define DP_HIDDEN_BIT ...
jQuery(function(e){e.datepicker.regional.ro={closeText:"Închide",prevText:"&
#include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/gpio.h> #include <linux/input.h> #include <linux/input/matrix_keypad.h> #include <linux/leds.h> #include <linux/interrupt.h> #include <linux/spi/spi...
<!DOCTYPE html> <html lang='en'> <head> <title><API key>.svg</title> <meta charset='utf-8'> </head> <body> <h1>Source SVG: <API key>.svg</h1> <svg id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" xmlns="http: xmlns:xlink="http: <!--= Institute of Technology, European Research Consortium for ...
import { constant } from "../fp"; export = constant;
/* orig : i386 init_task.c */ #include <linux/mm.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/init.h> #include <linux/init_task.h> #include <linux/fs.h> #include <linux/mqueue.h> #include <asm/uaccess.h> #include <asm/pgtable.h> static struct fs_struct init_fs = INIT_FS; static struct files_str...
/** * @module Ink.UI.DatePicker_1 * @version 1 * Date selector */ Ink.createModule('Ink.UI.DatePicker', '1', ['Ink.UI.Common_1','Ink.Dom.Event_1','Ink.Dom.Css_1','Ink.Dom.Element_1','Ink.Dom.Selector_1','Ink.Util.Array_1','Ink.Util.Date_1', 'Ink.Dom.Browser_1'], function(Common, Event, Css, InkElement, Selector, In...
#include <string.h> #if !defined(<API key>) && !defined(__OPTIMIZE_SIZE__) # define RETURN_TYPE void * # define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l)) # include "str-two-way.h" #endif void * _DEFUN (memmem, (haystack_start, haystack_len, needle_start, needle_len), const void *haystack_start _AND size_...