answer
stringlengths
15
1.25M
/* * Functions related to sysfs handling */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/bio.h> #include <linux/blkdev.h> #include <linux/blktrace_api.h> #include "blk.h" struct queue_sysfs_entry { struct attribute attr; ssize_t (*show)(struct request_queue *, ch...
#include <linux/module.h> static __init int opl_init(void) { return 0; } static void __exit opl_exit(void) { } module_init(opl_init); module_exit(opl_exit); MODULE_AUTHOR("Freescale Semiconductor, Inc."); MODULE_DESCRIPTION("OPL Software Rotation/Mirroring"); MODULE_LICENSE("GPL");
#include <linux/module.h> #include <linux/init.h> #include <linux/i2c.h> #include <linux/leds.h> #include <linux/mutex.h> #include <linux/workqueue.h> #include <linux/i2c/lp5521.h> #define LP5521_DRIVER_NAME "lp5521" #define LP5521_REG_R_PWM 0x02 #define LP5521_REG_B_PWM 0x04 #define LP5521_REG_ENA...
<html> <body> <span> This intention used to specify type for expression in docstring. </span> </body> </html>
var fs = require('fs'); var path = require('path'); var fis = require('../lib/fis.js'); var _ = fis.file; var defaultSettings = (require('../lib/config.js')).DEFALUT_SETTINGS; var expect = require('chai').expect; var u = fis.util; var config = null; describe('config: config',function(){ beforeEach(function(){ fis...
#ifndef <API key> #define <API key> #include <string> #include "base/basictypes.h" #include "base/logging.h" #include "base/port.h" #include "base/strings/string_piece.h" #include "net/base/int128.h" #include "net/base/net_export.h" #include "net/quic/quic_protocol.h" namespace net { // This class provides facilities f...
h1, h2, h3, h4, h5 { font-weight: bold; } p, ol, ul, dl { margin: 0; } h1 { position: relative; z-index: 800; margin: 26px 0 10px; font-size: 16px; line-height: 20px; } .pretitle + h1 { margin-top: 0; } h2 { font-size: 16px; } h3 { font-size: 14px; } h4 { font-size: 12px; } h5 { font-size: 10px; } a { ...
(function() { var add, crispedges, feature, flexbox, fullscreen, gradients, logicalProps, prefix, readOnly, resolution, result, sort, writingMode, slice = [].slice; sort = function(array) { return array.sort(function(a, b) { var d; a = a.split(' '); b = b.split(' '); if (a[0] > b[0])...
export interface IGridItem { name: string; } export class Tests { public items: <API key><IGridItem>; public selectedItems: <API key><IGridItem>; public gridOptionsAlarms: kg.GridOptions<IGridItem>; constructor() { this.items = ko.observableArray<IGridItem>(); this.selectedItems = ko...
<?php namespace Symfony\Component\Serializer\Mapping; /** * Knows how to get the class discriminator mapping for classes and objects. * * @author Samuel Roze <samuel.roze@gmail.com> */ interface <API key> { /** * @param string $class * * @return <API key>|null */ public function getMappi...
package sun.text.resources.sr; import sun.util.resources.<API key>; public class FormatData_sr_ME extends <API key> { protected final Object[][] getContents() { return new Object[][] { }; } }
/* @test @summary Test <API key> getFormat method */ import javax.sound.midi.<API key>; import javax.sound.midi.Patch; import javax.sound.sampled.*; import com.sun.media.sound.*; public class GetFormat { private static void assertEquals(Object a, Object b) throws Exception { if(!a.equals(b)) ...
package java.lang; import java.io.DataInputStream; import java.io.InputStream; import java.lang.ref.SoftReference; import java.util.Arrays; import java.util.zip.InflaterInputStream; import java.security.AccessController; import java.security.PrivilegedAction; class CharacterName { private static SoftReference<byte[...
#pragma once #include "DolphinWX/Input/InputConfigDiag.h" class <API key> final : public InputConfigDialog { public: <API key>(wxWindow* parent, InputConfig& config, const wxString& name, int port_num = 0); };
'use strict'; var fs = require('fs'); var path = require('path'); var prettyBytes = require('pretty-bytes'); var chalk = require('chalk'); var zlib = require('zlib'); var archiver = require('archiver'); var streamBuffers = require('stream-buffers'); var _ = require('lodash'); module.exports = function(grunt) { var ex...
#include <sys/time.h> #include <stdint.h> #include "../../../../include/wrappers_msa.h" #include "../../../../include/test_inputs_128.h" #include "../../../../include/test_utils_128.h" #define TEST_COUNT_TOTAL ( \ (<API key>) * (<API key>) + \ (<API...
#!/bin/bash killall -q JSBSim pkill -f runsim.py set -e set -x autotest=$(dirname $(readlink -e $0)) cmd="../Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.165085,584,270" $autotest/<API key>.sh "simulator" $cmd || exit 1 sleep 2 mavproxy.py --out 127.0.0.1:14550 --load-module=HIL $*
# $Id: text.rb,v 1.7 2009/02/28 23:52:28 rmagick Exp $ # Text-related classes module Magick class RVG # Base class for Tspan, Tref and Text. class TextBase include Stylable include Duplicatable private def initialize(text, &block) #:nodoc: ...
<!DOCTYPE html> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="./resources/<API key>.js"></script> <style> pre, #log { position: absolute; top: 0; left: 200px; } #target { width: 0px; height: 0px; } </style> <div id='target'></div> <scrip...
tinyMCE.addI18n('th.advimage_dlg',{ tab_general:"\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B", tab_appearance:"\u0E25\u0E31\u0E01\u0E29\u0E13\u0E30", tab_advanced:"\u0E02\u0E31\u0E49\u0E19\u0E2A\u0E39\u0E07", general:"\u0E17\u0E31\u0E48\u0E27\u0E44\u0E1B", title:"\u0E0A\u0E37\u0E48\u0E2D", preview:"\u0E14\u0E39\u0E15\u0E31\u0...
# Makefile for Sphinx documentation # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build SPHINXSOURCE = source PAPER = BUILDDIR = build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS =...
#include "sdk.h" #include "cpu_utility/cpu_utility.h" #include "core/cortex_a9.h" #include "core/mmu.h" #include "pmu/pmu_driver.h" #include "registers/regsccm.h" #include "registers/regsccmanalog.h" #include "registers/regspmu.h" typedef struct cpu_wp_s { uint32_t cpu_freq; // MHz uint32_t vdd_pu; ...
/* THIS FILE WAS AUTOGENERATED BY mode.tmpl.js */ define(function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextMode = require("./text").Mode; var NSISHighlightRules = require("./<API key>").NSISHighlightRules; var FoldMode = require("./folding/cstyle").FoldMode; var Mode = functi...
/** \file * \brief Board specific information header for the Micropendous series boards. * \copydetails <API key> * * \note This file should not be included directly. It is automatically included as needed by the Board driver * dispatch header located in LUFA/Drivers/Board/Board.h. */ #ifndef <API key> ...
<!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...
import FixtureSet from '../../FixtureSet'; import TestCase from '../../TestCase'; import PasswordTestCase from './PasswordTestCase'; const React = window.React; function NumberInputs() { return ( <FixtureSet title="Password inputs"> <TestCase title="The show password icon" description={` ...
#ifndef LDL_LONG #define LDL_LONG #endif #include "ldl.h" #include "mex.h" void mexFunction ( int nargout, mxArray *pargout[ ], int nargin, const mxArray *pargin[ ] ) { UF_long i, n, *Pattern, *Flag, *Lp, *Ap, *Ai, *Lnz, *Parent, *P, *Pinv, nn, k, j, permute ; double flops, *p ; /*...
(function( $ ) { /** * Activity reply object for the activity index screen * * @since 1.6 */ var activityReply = { /** * Attach event handler functions to the relevant elements. * * @since 1.6 */ init : function() { $(document).on( 'click', '.row-actions a.reply', ac...
/* DO NOT EDIT THIS FILE * Automatically generated by <API key>.xsl * DO NOT EDIT THIS FILE */ #ifndef <API key> #define <API key> #include "../mach-common/ADSP-EDN-core_def.h" #include "<API key>.h" #define CHIPID 0xFFC00014 #define SWRST 0xFFC00100 /* Software Reset...
/* * This file contains private information about the H5T module */ #ifndef _H5Tprivate_H #define _H5Tprivate_H /* Get package's public header */ #include "H5Tpublic.h" /* Other public headers needed by this file */ #include "H5MMpublic.h" /* Memory management */ /* Private headers needed b...
window.selectnav = (function(){ "use strict"; var selectnav = function(element,options){ element = document.getElementById(element); // return immediately if element doesn't exist if( ! element){ return; } // return immediately if element is not a list if( ! islist(element) ){ retu...
#include <linux/string.h> #include <linux/delay.h> #include <linux/errno.h> #include <linux/init.h> #include <linux/console.h> #include <linux/cpu.h> #include <linux/syscalls.h> #include <linux/gfp.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/list.h> #include <linux/mm.h> #include <linux/slab.h> #...
#settings-tour-modal, #<API key> { position: fixed; z-index: 150000; } #settings-tour-modal { background: #F9F9F9; top: 50%; left: 50%; width: 1180px; margin: -213px 0 0 -590px; } #settings-tour-modal #<API key> { padding: 20px; } #settings-tour-modal #<API key> .left-column { position: relative; fl...
#if !defined(lint) && defined(LIBC_SCCS) static char rcsid[] = "$OpenBSD: gmon.c,v 1.8 1997/07/23 21:11:27 kstailey Exp $"; #endif /* * This file is taken from Cygwin distribution. Please keep it in sync. * The differences should be within __MINGW32__ guard. */ #include <fcntl.h> #include <stdlib.h> #include <stdio....
// A complex number micro parser. // [ JDG May 10, 2002 ] spirit1 // [ JDG May 9, 2007 ] spirit2 // [ JDG May 12, 2015 ] spirit X3 #include <boost/config/warning_disable.hpp> #include <boost/spirit/home/x3.hpp> #include <iostream> #include <string> #include <complex> // Our complex number parser/compiler...
# -*- coding: utf-8 -*- from __future__ import absolute_import import os import re import sys try: import ssl except ImportError: # pragma: no cover ssl = None if sys.version_info[0] < 3: # pragma: no cover from StringIO import StringIO string_types = basestring, text_type = unicode from types...
<?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 = 2013110500; $plugin->requ...
<?php namespace Shopware\Bundle\<API key>\Struct; /** * Class CommentStruct * @package Shopware\Bundle\<API key>\Struct */ class CommentStruct implements \JsonSerializable { /** * @var string */ private $author; /** * @var string */ private $text; /** * @var string *...
#include "PresetMerge.hpp" #include <iostream> void PresetMerger::MergePresets(PresetOutputs & A, PresetOutputs & B, mathtype ratio, int gx, int gy) { mathtype invratio = mathval(1.0f) - ratio; //Merge Simple Waveforms // All the mess is because of Waveform 7, which is two lines. A.wave_rot = mathmul(A.wave_rot ,...
function __processArg(obj, key) { var arg = null; if (obj) { arg = obj[key] || null; delete obj[key]; } return arg; } function Controller() { require("alloy/controllers/BaseController").apply(this, Array.prototype.slice.call(arguments)); this.__controllerPath = "index"; this....
`tf.contrib.distributions.<API key>(prior, sigma, s, n)` {#<API key>} Posterior predictive Normal distribution w. conjugate prior on the mean. This model assumes that `n` observations (with sum `s`) come from a Normal with unknown mean `mu` (described by the Normal `prior`) and known variance `sigma^2`. The "known sig...
<?php final class <API key> extends <API key> { public function getName() { return pht('Policy'); } public function getDescription() { return pht('Options relating to object visibility.'); } public function getFontIcon() { return 'fa-lock'; } public function getGroup() { return 'apps'; ...
import datetime from decimal import Decimal import types import six def is_protected_type(obj): """Determine if the object instance is of a protected type. Objects of protected types are preserved as-is when passed to force_unicode(strings_only=True). """ return isinstance(obj, ( six.integer...
#include "cpu_profile.h" #include "cpu_profile_node.h" namespace nodex { using v8::Array; using v8::CpuProfile; using v8::CpuProfileNode; using v8::Handle; using v8::Number; using v8::Integer; using v8::Local; using v8::Object; using v8::ObjectTemplate; using v8::FunctionTemplate; using v8::String...
#include <sstream> #include <fnmatch.h> #include <linux/limits.h> #include <boost/filesystem.hpp> #include <osquery/filesystem.h> #include <osquery/logger.h> #include "osquery/events/linux/inotify.h" namespace fs = boost::filesystem; namespace osquery { int kINotifyMLatency = 200; static const uint32_t BUFFER_SIZE = ...
#include "webkit/common/gpu/<API key>.h" #include "third_party/WebKit/public/platform/<API key>.h" #include "third_party/skia/include/gpu/GrContext.h" #include "third_party/skia/include/gpu/gl/GrGLInterface.h" namespace webkit { namespace gpu { static void <API key>( const GrGLInterface* interface) { reinterpret_...
layout: default author_profile: false <div id="main" role="main"> {% include sidebar.html %} <div class="archive"> <h1 class="page__title">{{ page.title }}</h1> {% include base_path %} {% for post in page.posts %} {% include archive-single.html %} {% endfor %} </div> </div>
CKEDITOR.plugins.setLang("placeholder","sv",{title:"Innehållsrutans egenskaper",toolbar:"Skapa innehållsruta",name:"Innehållsrutans namn",invalidName:"Innehållsrutan får inte vara tom och får inte innehålla någon av följande tecken: [, ], \x3c, \x3e",pathName:"innehållsruta"});
# encoding: utf-8 require 'ffaker/address' module Faker module AddressDE include Faker::Address extend ModuleUtils extend self def zip_code Faker.numerify ZIP_FORMATS.rand end def state STATE.rand end def city CITY.rand end def street_name case rand(2) ...
<?php namespace Pagekit\Event; interface <API key> { /** * Returns an array of event names this subscriber wants to listen to. * * @return array */ public function subscribe(); }
get_server_fields = function(method, arg, table_field, doc, dt, dn, allow_edit, call_back) { frappe.dom.freeze(); if($.isPlainObject(arg)) arg = JSON.stringify(arg); return $c('runserverobj', args={'method': method, 'docs': JSON.stringify(doc), 'arg': arg }, function(r, rt) { frappe.dom....
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ActionThumbDown = (props) => ( <SvgIcon {...props}> <path d="M15 3H6c-.83 0-1.54.5-1.84 1.22l-3.02 7.05c-.09.23-.14.47-.14.73v1.91l.01.01L1 14c0 1.1.9 2 2 2h6.31l-.95 4.57-.03.32c0 .41.17.79.44 1.06L9.83 23l6.59...
#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" /* 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, 2-port1 */ extern int num...
#include <errno.h> #include <stdlib.h> /* static void (*__CTOR_LIST__[1]) __P((void)) __attribute__((__unused__)) __attribute__((section(".ctors"))) = { (void *)0 }; static void (*__DTOR_LIST__[1]) __P((void)) __attribute__((section(".dtors"))) = { (void *)-1 }; */ extern void (*__DTOR_LIST__[]) __P((void))...
#include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" #include "h263.h" #include "mathops.h" #include "msmpeg4.h" #include "msmpeg4data.h" #include "intrax8.h" #include "wmv2.h" static void parse_mb_skip(Wmv2Context * w){ int mb_x, mb_y; MpegEncContext * const s= &w->s; uint32_t * const mb_type =...
class TagGroupSerializer < <API key> attributes :id, :name, :tag_names, :parent_tag_name, :one_per_topic def tag_names object.tags.map(&:name).sort end def parent_tag_name [object.parent_tag.try(:name)].compact end end
#include "base/bind.h" #include "base/debug/trace_event.h" #include "base/logging.h" #include "base/metrics/histogram.h" #include "base/stl_util.h" #include "base/strings/string_util.h" #include "base/synchronization/waitable_event.h" #include "base/threading/non_thread_safe.h" #include "content/common/gpu/gpu_channel....
#ifndef <API key> #define <API key> #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "base/time/time.h" #include "chrome/browser/autocomplete/<API key>.h" #include "chrome/browser/ui/webui/mojo_web_ui_handler.h" #include "chrome/browser/ui/webui/omnibox/omnib...
package org.jsoup.parser; import org.jsoup.helper.Validate; import java.util.Arrays; import java.util.Locale; /** CharacterReader consumes tokens off a string. To replace the old TokenQueue. */ final class CharacterReader { static final char EOF = (char) -1; private static final int maxCacheLen = 12; priv...
drop table accounts; drop table funny_jokes; drop table companies; drop table topics; drop synonym subjects; drop table developers_projects; drop table computers; drop table developers; drop table projects; drop table customers; drop table orders; drop table movies; drop table subscribers; drop table booleantests; drop...
/** * Module dependencies. */ var Connection = require('../../connection') , mongo = require('mongodb') , Server = mongo.Server , ReplSetServers = mongo.ReplSetServers; /** * Connection for mongodb-native driver * * @api private */ function NativeConnection() { Connection.apply(this, arguments); }; /** *...
CREATE TABLE country (id NVARCHAR(2) NOT NULL, name NVARCHAR(64) NOT NULL, PRIMARY KEY (id)); INSERT INTO [country] ([id], [name]) VALUES ('AF', 'Afghanistan'); INSERT INTO [country] ([id], [name]) VALUES ('ZA', 'Afrika Selatan'); INSERT INTO [country] ([id], [name]) VALUES ('AL', 'Albania'); INSERT INTO [country] ([id...
<?php // autoload_namespaces.php generated by Composer $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( 'Twig_Extensions_' => $vendorDir . '/twig/extensions/lib/', 'Twig_' => $vendorDir . '/twig/twig/lib/', 'Symfony\\Bundle\\SwiftmailerBundle' => $vendorDir . '/symfony/swiftmaile...
/* * TEST SUITE FOR MB/WC FUNCTIONS IN C LIBRARY * * FILE: dat_towctrans.c * * TOWCTRANS: wint_t towctrans (wint_t wc, wctrans_t charclass); */ #include <errno.h> #include <stdlib.h> #include <wctype.h> #include "tst_types.h" #include "tgn_locdef.h" /* * NOTE: * Set ret_flg = 1, when a return v...
// $Id: ajax.js,v 1.26.2.2 2009/11/30 22:47:05 merlinofchaos Exp $ /** * @file ajax_admin.js * * Handles AJAX submission and response in Views UI. */ Drupal.Views.Ajax = Drupal.Views.Ajax || {}; /** * Handles the simple process of setting the ajax form area with new data. */ Drupal.Views.Ajax.setForm = function(t...
# -*- coding: utf-8 -*- from __future__ import absolute_import, division, print_function __metaclass__ = type from ansible.module_utils.six import PY3 from ansible.utils.unsafe_proxy import AnsibleUnsafe, AnsibleUnsafeBytes, AnsibleUnsafeText, wrap_var def test_wrap_var_text(): assert isinstance(wrap_var(u'foo'), A...
#ifndef _FSL_CMP_H_ #define _FSL_CMP_H_ #include "fsl_common.h" /*! * @addtogroup cmp * @{ */ /*! @name Driver version */ /*! @brief CMP driver version 2.0.0. */ #define <API key> (MAKE_VERSION(2, 0, 0)) /*! * @brief Interrupt enable/disable mask. */ enum <API key> { <API key> = CMP_SCR_IER_MASK, /*!< Comparato...
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <title>P&aacute;gina web no disponible</title> <style type="text/css"> body { margin-top: 0px; padding-top: 0px; } h2 { margin-top: 5px; padding-top: 0px; } ...
esprima.tokenize(null);
!function(e){e.calendarsPicker.regionalOptions.km={renderer:e.calendarsPicker.defaultRenderer,prevText:"ថយ​ក្រោយ",prevStatus:"",prevJumpText:"&
<!DOCTYPE html> <html> <head> <title> Test case for https://bugs.webkit.org/show_bug.cgi?id=61338 </title> <style> .rotated { transform:rotate(50deg); } </style> <script src="resources/text-based-repaint.js" type="text/javas...
#include "mojo/public/cpp/bindings/lib/<API key>.h" #include "mojo/public/cpp/bindings/lib/bindings_internal.h" #include "mojo/public/cpp/bindings/lib/bounds_checker.h" #include "mojo/public/cpp/bindings/lib/validation_errors.h" #include "mojo/public/cpp/environment/logging.h" namespace mojo { namespace internal { name...
#include <stddef.h> #include <stdint.h> #include "base/files/memory_mapped_file.h" #include "media/base/test_data_util.h" #include "media/filters/ivf_parser.h" #include "testing/gtest/include/gtest/gtest.h" namespace media { TEST(IvfParserTest, StreamFileParsing) { base::FilePath file_path = GetTestDataFilePath("test...
using Orchard.ContentManagement.MetaData; using Orchard.Core.Contents.Extensions; using Orchard.Data.Migration; namespace Orchard.CustomForms { public class Migrations : DataMigrationImpl { public int Create() { <API key>.AlterTypeDefinition("CustomForm", cfg => cfg ...
/* * Driver for the Texas Instruments TMP421 SMBus temperature sensor IC. * Supported models: TMP421, TMP422, TMP423 */ #include <linux/module.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/jiffies.h> #include <linux/i2c.h> #include <linux/hwmon.h> #include <linux/hwmon-sysfs.h> #include <linux/e...
#include "CCLabelTTF.h" #include "CCDirector.h" #include "shaders/CCGLProgram.h" #include "shaders/CCShaderCache.h" #include "CCApplication.h" NS_CC_BEGIN #if CC_USE_LA88_LABELS #define SHADER_PROGRAM <API key> #else #define SHADER_PROGRAM <API key> #endif //CCLabelTTF CCLabelTTF::CCLabelTTF() : m_hAlignment(<API key>)...
using System.Collections; using System.Diagnostics; using System.Runtime.InteropServices; namespace System.DirectoryServices.ActiveDirectory { public class GlobalCatalog : DomainController { // private variables private <API key> _schema = null; private bool _disabled = false; #r...
#include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #include <asm/gt64120.h> #define PCI_ACCESS_READ 0 #define PCI_ACCESS_WRITE 1 #define <API key> 0 #define <API key> 8 #define <API key> 0 #define <API key> 8 #define <API key> 11 #define <API key> ...
#ifndef MSP3400_DRIVER_H #define MSP3400_DRIVER_H #include <media/msp3400.h> #include <media/v4l2-device.h> #include <media/v4l2-ctrls.h> #define MSP_CARRIER(freq) ((int)((float)(freq / 18.432) * (1 << 24))) #define MSP_MODE_AM_DETECT 0 #define MSP_MODE_FM_RADIO 2 #define MSP_MODE_FM_TERRA 3 #define MSP_MODE_FM...
#ifndef _IP6T_LOG_H #define _IP6T_LOG_H #warning "Please update iptables, this file will be removed soon!" #define IP6T_LOG_TCPSEQ 0x01 #define IP6T_LOG_TCPOPT 0x02 #define IP6T_LOG_IPOPT 0x04 #define IP6T_LOG_UID 0x08 #define IP6T_LOG_NFLOG 0x10 #define IP6T_LOG_MACDECODE 0x20 #de...
#ifndef <API key> #define <API key> #include <linux/types.h> #include <linux/ssb/ssb.h> extern int <API key>(struct ssb_bus *bus, u32 ticks); u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask); u32 ssb_gpio_out(struct ssb_bus *bus, u32 mask, u32 value); u32 ssb_gpio_outen(struct ssb_bus *bus, u32 mask, u32 value); u32 ssb_...
#ifndef _SPARC_PGALLOC_H #define _SPARC_PGALLOC_H #include <linux/kernel.h> #include <linux/sched.h> #include <asm/page.h> #include <asm/btfixup.h> struct page; extern struct <API key> { unsigned long *pgd_cache; unsigned long *pte_cache; unsigned long pgtable_cache_sz; unsigned long pgd_cache_sz; } pgt...
#ifndef <API key> #define <API key> #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ ((_num) & 0xff) | \ (((_sel) & 0xf) << 8) | \ ((!!(_in)) << 12) | \ ((!!(_out)) << 13) | \ ((!!(_F5181l)) << 14) | \ ((!!(_F5182)) << 15) | \ ((!!(_F5281)) ...
#include <linux/delay.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/gameport.h> #include <linux/module.h> #include <linux/dma-mapping.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/info.h> #include <sound/control.h> #include <so...
#include <linux/buffer_head.h> #include <linux/hdreg.h> #include <linux/slab.h> #include <asm/dasd.h> #include <asm/ebcdic.h> #include <asm/uaccess.h> #include <asm/vtoc.h> #include "check.h" #include "ibm.h" static sector_t cchh2blk (struct vtoc_cchh *ptr, struct hd_geometry *geo) { sector_t cyl; __u16 head; ...
#ifndef <API key> #define <API key> #define __ALIGN .align 0 #define __ALIGN_STR ".align 0" #endif
#include <linux/mISDNif.h> #include <linux/slab.h> #include "core.h" #include "fsm.h" #include "layer2.h" static u_int *debug; static struct Fsm l2fsm = {NULL, 0, 0, NULL, NULL}; static char *strL2State[] = { "ST_L2_1", "ST_L2_2", "ST_L2_3", "ST_L2_4", "ST_L2_5", "ST_L2_6", "ST_L2_7", "S...
<?php /** * Test class for JFacebookGroup. * * @package Joomla.UnitTest * @subpackage Facebook * @since 13.1 */ class JFacebookGroupTest extends TestCase { /** * @var JRegistry Options for the Facebook object. * @since 13.1 */ protected $options; /** * @var JHttp...
#include <linux/module.h> #include <linux/slab.h> #include <linux/types.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/skbuff.h> #include <linux/cgroup.h> #include <linux/rcupdate.h> #include <linux/atomic.h> #include <net/rtnetlink.h> #include <net/pkt_cls.h> #include <net/sock.h> #include <net/...
#ifndef _IPA_H_ #define _IPA_H_ #include <linux/msm_ipa.h> #include <linux/skbuff.h> #include <linux/types.h> #include <linux/msm-sps.h> #include <linux/if_ether.h> #define <API key> 200 /** * enum ipa_nat_en_type - NAT setting type in IPA end-point */ enum ipa_nat_en_type { IPA_BYPASS_NAT, IPA_SRC_NAT, I...
<?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 require_once(__DIR__.'/../../config.php'); require_once("{$CFG->libdir}/completionl...
{% spaceless %} {% block js %} <script type="text/javascript"> alert("test using multiple inheritance and block.super"); </script> {% endblock %} {% block css %} <style type="text/css"> body { background: red; } </style> {% endblock %} {% endspaceless %}
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- #include <AP_Math/AP_Math.h> #include <AP_HAL/AP_HAL.h> #include "AP_Compass_LSM303D.h" extern const AP_HAL::HAL& hal; #if CONFIG_HAL_BOARD == HAL_BOARD_LINUX #include <AP_HAL_Linux/GPIO.h> #if <API key> == <API key> #define LSM303D_DRDY_M_PIN RP...
<?php namespace Leafo\ScssPhp; use Leafo\ScssPhp\Block; use Leafo\ScssPhp\Compiler; use Leafo\ScssPhp\Exception\ParserException; use Leafo\ScssPhp\Node; use Leafo\ScssPhp\Type; /** * Parser * * @author Leaf Corcoran <leafot@gmail.com> */ class Parser { const SOURCE_INDEX = -1; const SOURCE_LINE = -2; ...
/** * @file * SNMP Agent message handling structures. */ #ifndef __LWIP_SNMP_MSG_H__ #define __LWIP_SNMP_MSG_H__ #include "lwip/opt.h" #include "lwip/snmp.h" #include "lwip/snmp_structs.h" #include "lwip/ip_addr.h" #include "lwip/err.h" #if LWIP_SNMP #if SNMP_PRIVATE_MIB /* When using a private MIB, you have to crea...
/** * @file * YUV and RGB subsampled formats conversion. * * @author Jose Fonseca <jfonseca@vmware.com> */ #include "util/u_format_yuv.h" void <API key>(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, ...
# provided that the following conditions are met: # with the distribution. # * Neither the name of the <API key> contributors nor the names of its contributors # may be used to endorse or promote products derived from this software without specific prior # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE I...
require 'shellwords' require 'optparse' require 'rake/task_manager' require 'rake/file_list' require 'rake/thread_pool' require 'rake/<API key>' require 'rake/trace_output' require 'rake/win32' module Rake <API key> = Class.new(StandardError) # Rake main application object. When invoking +rake+ from the # comman...
function gi() { curl http://gitignore.io/api/$@ ;} <API key>() { curl -s http://gitignore.io/api/list | tr "," "\n" } _gitignireio () { compset -P '*,' compadd -S '' `<API key>` } compdef _gitignireio gi
import {Date, DateWrapper} from 'angular2/src/facade/lang'; import {Map} from 'angular2/src/facade/collection'; export class MeasureValues { constructor(public runIndex: number, public timeStamp: Date, public values: {[key: string]: any}) {} toJson() { return { 'timeStamp': DateWrapper.toJso...