answer
stringlengths
15
1.25M
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - <API key></title> <script src="../../components/jquery-2.1.1/jquery.js"></script> <script src="../../../angular.js"></script> <script src="script.js"></script> </head> <body ng-app="orderByExample"> <div ng-controller="ExampleCo...
/* <API key>: GPL-2.0 */ /* * ioport.h Definitions of routines for detecting, reserving and * allocating system resources. * * Authors: Linus Torvalds */ #ifndef _LINUX_IOPORT_H #define _LINUX_IOPORT_H #ifndef __ASSEMBLY__ #include <linux/compiler.h> #include <linux/types.h> #include <linux/bits.h> /*...
// <API key>: GPL-2.0-only #include <linux/clk.h> #include <linux/component.h> #include <linux/module.h> #include <linux/of_graph.h> #include <linux/platform_device.h> #include <drm/drm_atomic_helper.h> #include <drm/drm_drv.h> #include <drm/drm_ioctl.h> #include <drm/drm_managed.h> #include <drm/drm_prime.h> #include ...
#![cfg(test)] extern crate servo_config; mod opts; mod prefs;
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } .ui-timepicker-div td { font-size: 90%; } .<API key> { background: none; border: none; margin: ...
<?php /** * @file * Contains \Drupal\filter\FilterProcessResult. */ namespace Drupal\filter; use Drupal\Component\Utility\Html; use Drupal\Component\Utility\UrlHelper; use Drupal\Core\Render\BubbleableMetadata; use Drupal\Core\Template\Attribute; /** * Used to return values from a text filter plugin's processing me...
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/i2c.h> #include <linux/mutex.h> #include "dvb_math.h" #include "dvb_frontend.h" #include "dib9000.h" #include "dibx000_common.h" static int debug; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "turn on debugging (default: 0)...
import path from 'path'; import cp from 'child_process'; /** * Launches Node.js/Express web server in a separate (forked) process. */ export default () => new Promise((resolve, reject) => { console.log('serve'); const server = cp.fork(path.join(__dirname, '../build/server.js'), { env: Object.assign({NODE_ENV:...
<!DOCTYPE html> <title>Reference for WebVTT rendering, one line cue and cue that wraps - both should be fully visible</title> <style> html { overflow:hidden } body { margin:0 } .video { display: inline-block; width: 320px; height: 180px; position: relative; font-size: 9px; } .cue { position: abs...
// 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. // #11612 // We weren't updating the auto adjustments with all the resolved // type information after type check. // pretty-expanded FIXME #23616 trait A { ...
package org.openhab.binding.maxcube.internal.exceptions; /** * Will be thrown when there is an attempt to put a new message line into the message processor, * but the processor is currently processing an other message type. * * @author Christian Rockrohr <christian@rockrohr.de> */ public class <API key> extends Ex...
#include <sys/cdefs.h> #include <ctype.h> #include <string.h> #include <strings.h> #if !defined(<API key>) && !defined(__OPTIMIZE_SIZE__) # define RETURN_TYPE char * # define AVAILABLE(h, h_l, j, n_l) \ (!memchr ((h) + (h_l), '\0', (j) + (n_l) - (h_l)) \ && ((h_l) = (j) + (n_l))) #if __GNUC_PREREQ (4...
// Use, modification and distribution are subject to the // Note that this file contains quickbook mark-up as well as code // and comments, don't change any of the special comment mark-ups! //[policy_ref_snip7 #include <boost/math/distributions/negative_binomial.hpp> using boost::math::<API key>; using namespace boost...
#ifndef __RTL8188E_RECV_H__ #define __RTL8188E_RECV_H__ #include <rtl8192c_recv.h> #define TX_RPT1_PKT_LEN 8 typedef struct rxreport_8188e { //Offset 0 u32 pktlen:14; u32 crc32:1; u32 icverr:1; u32 drvinfosize:4; u32 security:3; u32 qos:1; u32 shift:2; u32 physt:1; u32 swdec:1; ...
require File.expand_path('../../../spec_helper', __FILE__) require 'bigdecimal' describe "BigDecimal#remainder" do before(:each) do @zero = BigDecimal("0") @one = BigDecimal("0") @mixed = BigDecimal("1.23456789") @pos_int = BigDecimal("2E5555") @neg_int = BigDecimal("-2E5555") @pos_frac = BigD...
(function(){ /* global ResizeSensor: false */ /* global ElementQueries: false */ 'use strict'; angular.module('gantt.resizeSensor', ['gantt']).directive('ganttResizeSensor', [function() { return { restrict: 'E', require: '^gantt', scope: { enab...
// <API key>: GPL-2.0 #include "camss-csiphy.h" #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/io.h> #define <API key>(n) (0x004 + 0x40 * (n)) #define <API key>(n) (0x008 + 0x40 * (n)) #define <API key> 0x140 #define <API key> 0x144 #define <API key> 0x164 #defi...
#include "msm_fb.h" #include "mddihost.h" #include "mddihosti.h" #define SHARP_QVGA_PRIM 1 #define SHARP_128X128_SECD 2 extern uint32 <API key>; static boolean <API key> = FALSE; static boolean <API key> = TRUE; static boolean <API key> = TRUE; static boolean <API key> = FALSE; static uint32 <API key> = 13830; /* 52...
(function(x,n){'use strict';function s(f,k){var e=!1,a=!1;this.<API key>=function(b){return n.isDefined(b)?(b&&!a&&(a=!0,t.$$moduleName="ngTouch",k.directive("ngClick",t),f.decorator("ngClickDirective",["$delegate",function(a){if(e)a.shift();else for(var b=a.length-1;0<=b;){if("ngTouch"===a[b].$$moduleName){a.splice(b,...
#ifndef <API key> #define <API key> #pragma once #include <string> #include "chrome/browser/prefs/<API key>.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/glue/change_processor.h" #include "chrome/browser/sync/glue/sync_backend_host.h" #in...
package daemon import ( "errors" "io" "os" "path/filepath" "strings" "github.com/docker/docker/builder" "github.com/docker/docker/container" "github.com/docker/docker/pkg/archive" "github.com/docker/docker/pkg/chrootarchive" "github.com/docker/docker/pkg/idtools" "github.com/...
cask 'dsp-radio' do version '1.4.1' sha256 '<SHA256-like>' url "https://dl2sdr.homepage.t-online.de/files/DSP_Radio_#{version.delete('.')}.zip" name 'DSP Radio' homepage 'https://dl2sdr.homepage.t-online.de/' license :gratis app "DSP Radio #{version}.app" end
#include <linux/host1x.h> #include "drm.h" #include "gem.h" #define DRIVER_NAME "tegra" #define DRIVER_DESC "NVIDIA Tegra graphics" #define DRIVER_DATE "20120330" #define DRIVER_MAJOR 0 #define DRIVER_MINOR 0 #define DRIVER_PATCHLEVEL 0 struct tegra_drm_file { struct list_head contexts; }; static int tegra_drm_load...
#include <errno.h> #include <malloc.h> #include <string.h> #define __USE_GNU #ifndef __set_errno #define __set_errno(e) errno = (e) #endif #include <search.h> /* [Aho,Sethi,Ullman] Compilers: Principles, Techniques and Tools, 1986 [Knuth] The Art of Computer Programming, part 3 (6.4) */ /* The reentrant ...
#miniTip,#miniTip_a{position:absolute;top:0;left:0}#miniTip{background-color:#262626;max-width:250px;color:#fff;display:none;border-radius:3;opacity:.95;border:4px solid #000}#miniTip .bottom,#miniTip .top{border-left:8px solid transparent;border-right:8px solid transparent}#miniTip_a{width:0;height:0}#miniTip .top{bor...
#include "i40iw_osdep.h" #include "i40iw_register.h" #include "i40iw_status.h" #include "i40iw_hmc.h" #include "i40iw_d.h" #include "i40iw_type.h" #include "i40iw_p.h" #include "i40iw_virtchnl.h" /** * <API key> - Request Channel version * @dev: IWARP device pointer * @vchnl_req: Virtual channel message request poin...
/** * @file daemontest_post.c * @brief Testcase for libmicrohttpd POST operations using URL-encoding * @author Christian Grothoff */ #include "MHD_config.h" #include "platform.h" #include <curl/curl.h> #include <microhttpd.h> #include <stdlib.h> #include <string.h> #include <time.h> #ifndef WINDOWS #include <unist...
// Type definitions for <API key> 0.11 // Project: https://github.com/lodash/<API key>#readme import { Plugin } from 'webpack'; export = <API key>; declare class <API key> extends Plugin { constructor(options?: <API key>.Options); } declare namespace <API key> { interface Options { caching?: boolean; ...
#define DEBUG #include <linux/delay.h> #include <linux/mm.h> #include <linux/io.h> #include <linux/jiffies.h> #include <linux/firmware.h> #include <linux/err.h> #include <linux/sched.h> #include <linux/dma-mapping.h> #include <asm/cacheflush.h> #ifdef <API key> #include <config/exynos/iovmm.h> #endif #include "hevc_com...
package com.badlogic.gdx.physics.bullet.linearmath; import com.badlogic.gdx.physics.bullet.BulletBase; import com.badlogic.gdx.math.Vector3; import com.badlogic.gdx.math.Quaternion; import com.badlogic.gdx.math.Matrix3; import com.badlogic.gdx.math.Matrix4; public class <API key> extends BulletBase { private long s...
#include "tools/<API key>/test/simple_api.h" #include "testing/gtest/include/gtest/gtest.h" using namespace test::api::simple_api; namespace { static scoped_ptr<base::DictionaryValue> <API key>() { scoped_ptr<base::DictionaryValue> value(new base::DictionaryValue()); value-><API key>("number", new base::Fundamental...
// Use of this source code is governed by the Apache 2.0 package internal // This file implements a network dialer that limits the number of concurrent connections. // It is only used for API calls. import ( "log" "net" "runtime" "sync" "time" ) var limitSem = make(chan int, 100) // TODO(dsymonds): ...
<reference path="denodeify.d.ts" /> <reference path="../node/node.d.ts" /> import denodeify = require("denodeify"); import fs = require('fs'); import cp = require('child_process'); const readFile = denodeify<string,string,string>(fs.readFile); const exec = denodeify<string,string>(cp.exec, (err, stdout, stderr) => [err...
/* { dg-do compile } */ /* { <API key> ia32 } */ /* { <API key> fpic } */ /* { dg-skip-if "" { *-*-* } { "-march=*" } { "-march=atom" } } */ /* { dg-skip-if "No Windows PIC" { *-*-mingw* *-*-cygwin } { "*" } { "" } } */ /* { dg-options "-O2 -fomit-frame-pointer -march=atom -fPIC" } */ /* { dg-final { <API key> "nop" 8 ...
package graph import ( "strings" "github.com/docker/docker/engine" "github.com/docker/docker/image" ) func (s *TagStore) CmdViz(job *engine.Job) engine.Status { images, _ := s.graph.Map() if images == nil { return engine.StatusOK } job.Stdout.Write([]byte("digraph docker {\n")) v...
#include "PathOpsExtendedTest.h" #include "<API key>.h" static void testOpCubicsMain(PathOpsThreadState* data) { #if <API key> strncpy(<API key>, "", <API key>); #endif SkASSERT(data); PathOpsThreadState& state = *data; char pathStr[1024]; // gdb: set print elements 400 bool progress = state.fRepor...
.foo > .bar, .foo > .bip + .baz { a: b; }
import * as angular from 'angular'; angular .module('app', ['<API key>']) .config(['<API key>', (<API key>: angular.desktopNotification.<API key>) => { <API key>.config({ autoClose: true, duration: 5, showOnPageHidden: false, }); }]) .controller('AppCo...
/* <API key>: GPL-2.0 */ #ifndef __STA_INFO_H_ #define __STA_INFO_H_ #include "osdep_service.h" #include "drv_types.h" #include "wifi.h" #define NUM_STA 32 #define NUM_ACL 64 /* if mode ==0, then the sta is allowed once the addr is hit. * if mode ==1, then the sta is rejected once the addr is non-hit. */ struct wlan_...
// Protocol Buffers - Google's data interchange format // modification, are permitted provided that the following conditions are // met: // in the documentation and/or other materials provided with the // distribution. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse ...
using System; using System.Collections; using System.Collections.Generic; using Xunit; using <API key>.<API key>; using <API key>; namespace <API key> { public class <API key> { public class IntGenerator { private int _index; public IntGenerator() { ...
<?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(); $string['cannotcreatelangdir'] = 'Hindi makali...
/* PR target/8340 */ /* { dg-do compile } */ /* { <API key> ia32 } */ /* { <API key> fpic } */ /* { dg-skip-if "No Windows PIC" { *-*-mingw* *-*-cygwin } { "*" } { "" } } */ /* { dg-options "-fPIC" } */ /* Test verifies that %ebx is no longer fixed when generating PIC code on i686. */ int foo () { static int a; __...
<!doctype html> <html> <head> <title>Analytics sample app</title> </head> <body> <div> <button id="chocolate">Chocolate</button> <button id="vanilla">Vanilla</button> <div id=out></div> </div> <div id="settings"> <h1>Settings</h1> <div id="settings-loading"> L...
package butterknife; import android.view.View; import butterknife.internal.ListenerClass; import butterknife.internal.ListenerMethod; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static android.widget.AdapterView.<API key>; import static java.lang.annotation.ElementType.METHOD; impo...
topojson = (function() { function merge(topology, arcs) { var arcsByEnd = {}, fragmentByStart = {}, fragmentByEnd = {}; arcs.forEach(function(i) { var e = ends(i); (arcsByEnd[e[0]] || (arcsByEnd[e[0]] = [])).push(i); (arcsByEnd[e[1]] || (arcsByEnd[e[1]] = [])).push(~i); }...
/* Public domain. */ #ifndef CDB_H #define CDB_H #include <string.h> #include "types.h" #define KVLSZ 4 #define CDB_MAX_KEY 0xff #define CDB_MAX_VALUE 0xffffff #define CDB_HASHSTART 5381 struct cdb { char *map; /* 0 if no map is available */ int fd; /* filedescriptor */ ut32 size; /* initialized if...
Package.describe({ summary: "Github OAuth flow", version: "1.1.4-plugins.0" }); Package.onUse(function(api) { api.use('oauth2', ['client', 'server']); api.use('oauth', ['client', 'server']); api.use('http', ['server']); api.use('underscore', 'client'); api.use('templating', 'client'); api.use('random', ...
# of this software and associated documentation files (the "Software"), to deal # in the Software without restriction, including without limitation the rights # copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # copies or substantial portio...
define( "dijit/form/nls/ca/validate", ({ invalidMessage: "El valor introduït no és vàlid", missingMessage: "Aquest valor és necessari", rangeMessage: "Aquest valor és fora de l'interval" }) );
> :[jdneo](https: AndroidAndroidPDF Android 4.4API Level 19AndroidHTML ## Lessons * [****](photos.html) * [**HTML**](html-docs.html) HTML * [****](custom-docs.html) Android
html { overflow-y: auto; } body { padding: 1em; } .snippets { } .snippet { background: white; padding: 10px 20px 0px 20px; margin-top: 20px; border: 1px solid #ddd; } .snippet h2 { margin-top: 0; margin-left: -10px; } .snippet pre { font-size: 13px; overflow: auto; -webkit-user-select: initial; } ...
using System; using System.Net; using System.Net.Sockets; using System.Text; namespace Org.Mentalis.Network.ProxySocket.Authentication { <summary> This class implements the 'username/password authentication' scheme. </summary> internal sealed class AuthUserPass : AuthMethod { <summary> I...
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. // Package glacier provides the client and types for making API // requests to Amazon Glacier. // Amazon Glacier is a storage solution for "cold data." // Amazon Glacier is an extremely low-cost storage service that provides secure, // durable, and ea...
#include "builtin.h" #include "tree-walk.h" #include "xdiff-interface.h" #include "blob.h" #include "exec_cmd.h" #include "merge-blobs.h" static const char merge_tree_usage[] = "git merge-tree <base-tree> <branch1> <branch2>"; struct merge_list { struct merge_list *next; struct merge_list *link; /* other sta...
// <API key>: GPL-2.0-only #include <linux/module.h> #include <net/tcp.h> /* These factors derived from the recommended values in the aer: * .01 and and 7/8. */ #define TCP_SCALABLE_AI_CNT 100U #define <API key> 3 static void <API key>(struct sock *sk, u32 ack, u32 acked) { struct tcp_sock *tp = tcp_sk(sk);...
#ifndef <API key> #define <API key> #include <linux/types.h> /* * If the UFFDIO_API is upgraded someday, the UFFDIO_UNREGISTER and * UFFDIO_WAKE ioctls should be defined as _IOW and not as _IOR. In * userfaultfd.h we assumed the kernel was reading (instead _IOC_READ * means the userland is reading). */ #define UF...
!function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e:t.interpolate=e()}(this,function(){"use strict";function t(t){"String"===e(t)&&(this.template=n(t))}function e(t){return Object.prototype.toString.call(t).slice(8,-1)}function n(t){return t.replace(/\s(?![^}}]*\{\{)...
<?php namespace Symfony\Component\Config\Definition\Builder; use Symfony\Component\Config\Definition\EnumNode; use Symfony\Component\Config\Definition\Builder\<API key>; /** * Enum Node Definition. * * @author Johannes M. Schmitt <schmittjoh@gmail.com> */ class EnumNodeDefinition extends <API key> { private $va...
#!/bin/sh test_description="Test the svn importer's input handling routines. These tests provide some simple checks that the line_buffer API behaves as advertised. While at it, check that input of newlines and null bytes are handled correctly. " . ./test-lib.sh test_expect_success 'hello world' ' echo ">HELLO" >exp...
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } do_action( '<API key>', $order, $sent_to_admin, $plain_text, $email ); echo strtoupper( sprintf( __( 'Order number: %s', 'woocommerce' ), $order->get_order_number() ) ) . "\n"; echo date_i18n( __( 'jS F Y', 'woocommerce' ), strtotime( $order->order_date ) ) . "\n"; echo...
!function(a,b){function c(){function a(){"undefined"!=typeof _wpmejsSettings&&(c=b.extend(!0,{},_wpmejsSettings)),c.success=c.success||function(a){var b,c;"flash"===a.pluginType&&(b=a.attributes.autoplay&&"false"!==a.attributes.autoplay,c=a.attributes.loop&&"false"!==a.attributes.loop,b&&a.addEventListener("canplay",fu...
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.KeywordHighlighting Publ...
#ifndef CHIP_OSC_H_INCLUDED #define CHIP_OSC_H_INCLUDED #include "board.h" #include "pmc.h" @cond 0 /**INDENT-OFF**/ #ifdef __cplusplus extern "C" { #endif /**INDENT-ON**/ @endcond /** * \weakgroup osc_group * @{ */ //! \name Oscillator identifiers #define OSC_SLCK_32K_RC 0 //!< Intern...
/* filename: main.c */ #include "issp_revision.h" #ifdef PROJECT_REV_304 /*///////////////////////////////////////////////////////////////////////////// // PROJECT HISTORY // date revision author description // 7/23/08 3.04 ptj 1. CPU clock speed set to to 12MHz (default) after // ...
#define DEBUG_SUBSYSTEM S_LOG #include "../include/obd_class.h" #include "llog_internal.h" /* Open an existent log handle and add it to the open list. * This log handle will be closed when all of the records in it are removed. * * Assumes caller has already pushed us into the kernel context and is locking. * We ret...
<?php class <API key> extends <API key> { /** * IDp wrappers initializer */ function initialize() { parent::initialize(); // Provider api end-points $this->api->api_endpoint_url = "http://api.myspace.com/v1/"; $this->api->authorize_url = "http://api.myspace.com/a...
Shindo.tests('Fog::Compute::RackspaceV2 | network_tests', ['rackspace']) do service = Fog::Compute.new(:provider => 'Rackspace', :version => 'V2') network_format = { 'id' => String, 'label' => String, 'cidr' => Fog::Nullable::String } get_network_format = { 'network' => network_format } <A...
<?php namespace Gedmo\Uploadable\Stub; use Gedmo\Uploadable\FileInfo\FileInfoArray; class FileInfoStub extends FileInfoArray { }
#include "net/disk_cache/blockfile/bitmap.h" #include <algorithm> #include "base/logging.h" namespace { // Returns the number of trailing zeros. int FindLSBSetNonZero(uint32 word) { // Get the LSB, put it on the exponent of a 32 bit float and remove the // mantisa and the bias. This code requires IEEE 32 bit float ...
/** * * @bug 4959409 * @author Naoto Sato */ import java.awt.*; import java.awt.event.*; import javax.swing.*; public class bug4959409 extends javax.swing.JApplet { public void init() { new TestFrame(); } } class TestFrame extends JFrame implements KeyListener { JTextField text; JLabel label...
/* * This header file contains extensions to the TEE Client API that are * specific to the Trusted Foundations implementations */ #ifndef <API key> #define <API key> #include <linux/types.h> /* <API key> login types */ #define <API key> 0x80000000 #define <API key> 0x80000002 #define <API key> 0x800...
declare var a: number; var b: typeof a = "..."; var c: typeof a = "..."; type T = number; var x:T = "..."; // what about recursive unions?
/** * Italian translation for <API key> * Enrico Rubboli <rubboli@gmail.com> */ ;(function($){ $.fn.datepicker.dates['it'] = { days: ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"], daysShort: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"], ...
<?php namespace Symfony\Component\Security\Core\Tests\Authentication\Provider; use Symfony\Component\Security\Core\Authentication\Provider\LdapBind<API key>; use Symfony\Component\Security\Core\Authentication\Token\<API key>; use Symfony\Component\Security\Core\User\User; use Symfony\Component\Ldap\Exception\Connection...
<a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/error/$compile/nodomevents.ngdoc?message=docs(error%2Fnodomevents)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <h1>Error: $compile:nodomevents <div><spa...
/* * lh7a40x SoC series common interface */ #ifndef __LH7A40X_H__ #define __LH7A40X_H__ /* (SMC) Static Memory Controller (usersguide 4.2.1) */ typedef struct { volatile u32 attib; volatile u32 com; volatile u32 io; volatile u32 rsvd1; } /*__attribute__((__packed__))*/ lh7a40x_pccard_t; typedef st...
kitten_paw ======= This is the firmware for the 2016 revision of the Kitten Paw controller by Bathroom Epiphanies. Most of the boilerplate code is the work of [BathroomEpiphanies](https://github.com/BathroomEpiphanies). NKRO doesn't work at the moment, I don't know if I will take the time to find out how to fix this, s...
.fs_grid_row { width: 300px; margin-left: auto; margin-right: auto; } @media screen and (min-width: 500px) { .fs_grid_row { width: 480px; } } @media screen and (min-width: 740px) { .fs_grid_row { width: 720px; } } @media screen and (min-width: 980px) { .fs_grid_row { width: 960px; } } @med...
#include <linux/pci.h> #include <linux/i2c.h> #include <linux/kdev_t.h> #include <linux/slab.h> #include <media/v4l2-device.h> #include <media/v4l2-fh.h> #include <media/v4l2-ctrls.h> #include <media/tuner.h> #include <media/tveeprom.h> #include <media/videobuf2-dma-sg.h> #include <media/videobuf2-dvb.h> #include <medi...
// Use of this source code is governed by a BSD-style // Extensions to the standard "os" package. package osext // import "github.com/kardianos/osext" import "path/filepath" // Executable returns an absolute path that can be used to // re-invoke the current program. // It may not be valid after the current program exit...
#ifndef <API key> #define <API key> // W A R N I N G // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // We mean it. #include "QtPrintSupport/qprintengine.h" #ifndef QT_NO_PRINTER #inclu...
# modification, are permitted provided that the following conditions # are met: # the documentation and/or other materials provided with the # distribution. # * Neither the name of Intel Corporation nor the names of its # contributors may be used to endorse or promote products derived # "AS ...
<?php namespace PicoFeed\Scraper; use DomDocument; use DOMXPath; use PicoFeed\Logging\Logger; use PicoFeed\Parser\XmlParser; /** * Candidate Parser. * * @author Frederic Guillot */ class CandidateParser implements ParserInterface { private $dom; private $xpath; /** * List of attributes to try to g...
<div class="modal" ng-controller="<API key>"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h2 translate="EDITOR.POPUP.UNSAVED-CHANGES.TITLE"></h2> </div> <div class="modal-body"> <p translate="EDITOR.PO...
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Displays the 'User groups' sub page under 'Users' page. * * @package PhpMyAdmin */ require_once 'libraries/common.inc.php'; require_once 'libraries/server_users.lib.php'; require_once 'libraries/server_user_groups.lib.php'; <API key>(); if (! $GLOBALS['cfgRelati...
// <API key>: GPL-2.0 /* ethtool support for iavf */ #include "iavf.h" #include <linux/uaccess.h> /* ethtool statistics helpers */ /** * struct iavf_stats - definition for an ethtool statistic * @stat_string: statistic name to display in ethtool -S output * @sizeof_stat: the sizeof() the stat, must be no greater tha...
public class Foo { public void foo(boolean a, int x, int y, int z) { label1: do { try { if (x > 0) { int someVariable = a ? x : y; } ...
# are permitted provided that the following conditions are met: # documentation and/or other materials provided with the distribution. # 3. Neither the name of Distance nor the names of its contributors may be used # to endorse or promote products derived from this software without # ANY EXPRESS OR IMPLIED ...
<?php /** * @file * Template file for Radix modal. */ ?> <!-- Button trigger modal --> <?php print render($trigger_button); ?> <!-- Modal --> <div class="modal fade" id="<?php print $modal_id; ?>" tabindex="-1" role="dialog" aria-labelledby="<?php print $modal_id; ?>" aria-hidden="true"> <div class="modal-dialog">...
/* <API key>: GPL-2.0 */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/mman.h> #include <fcntl.h> #include <unistd.h> #include <elf.h> #include "elfconfig.h" /* On BSD-alike OSes elf.h defines these according to host's word size...
'use strict'; var $ = require('jquery'); require('./github-node-cfg.js'); var AddonHelper = require('js/addonHelper'); $(window.contextVars.<API key>).on('submit', AddonHelper.onSubmitSettings);
#include <linux/gpio.h> #include "msm_fb.h" #include "mipi_dsi.h" #include "mipi_lgit.h" #include "mdp4.h" static struct <API key> *mipi_lgit_pdata; static struct dsi_buf lgit_tx_buf; static struct dsi_buf lgit_rx_buf; static int skip_init; #define DSV_ONBST 57 static int <API key>(uint8_t on_off) { int ret =0; ...
#include "ash/wm/event_client_impl.h" #include "ash/session/<API key>.h" #include "ash/shell.h" #include "ash/shell_window_ids.h" #include "ui/aura/window.h" #include "ui/keyboard/keyboard_util.h" namespace ash { EventClientImpl::EventClientImpl() { } EventClientImpl::~EventClientImpl() { } bool EventClientImpl::<API k...
public enum A { ; A(String s){} }
class A { public void f() { Inner i = new Inner(); i.doStuff(); } private class <caret>Inner { public void doStuff() { } } }
class MyException extends RuntimeException{} class MyClass { public void foo() throws MyException { throw new MyException();<caret> } }
// vim: ts=4 sts=4 sw=4 expandtab // Add semicolon to prevent IIFE from being passed as argument to concatenated code. ; // UMD (Universal Module Definition) (function (root, factory) { 'use strict'; /* global define, exports, module */ if (typeof define === 'function' && define.amd) { // AMD. Regis...
require(__dirname).test ( { xml : "<!-- stand alone comment -->" , expect : [ [ "comment", " stand alone comment " ] ] , strict : true , opt : {} } )
<?php namespace Drupal\views_ui\Form\Ajax; use Drupal\Core\Form\FormStateInterface; use Drupal\views\ViewExecutable; use Drupal\views\ViewEntityInterface; use Drupal\views\Views; /** * Provides a form for adding an item in the Views UI. */ class AddHandler extends ViewsFormBase { /** * Constructs a new AddHandle...