answer
stringlengths
15
1.25M
# Overview Module Name: Scaleable Analytics Adapter Module Type: Analytics Adapter Maintainer: chris@scaleable.ai # Description Analytics adapter for scaleable.ai. Contact team@scaleable.ai for more information or to sign up for analytics. # Implementation Code pbjs.enableAnalytics({ provider: 'scaleable', options:...
<?php /** * Selector that filters files based on their size. * * @author Hans Lellelid <hans@xmpl.org> (Phing) * @author Bruce Atherton <bruce@callenish.com> (Ant) * @package phing.types.selectors */ class SizeSelector extends BaseExtendSelector { private $size = -1; private $multiplier = 1; private $...
<!DOCTYPE HTML PUBLIC "- <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="up" title="FatFs" href="../00index_j.html"> <link rel="alternate" hreflang="en" title="English" href="../en/dstat.html"> <link rel="st...
(function (enyo, scope) { /** * The {@link enyo.<API key>} [mixin]{@glossary mixin} contains methods and * properties that are automatically applied to all children of {@link enyo.DataRepeater} * to assist in selection support. (See {@link enyo.DataRepeater} for details on how to * use selection sup...
<html> <head> <title>Check Box</title> </head> <body> <input type="checkbox" id="opt1" value="Option 1" CHECKED> Option 1 <input type="checkbox" name="opt2" value="value2"> Option 2 <input type="checkbox" name="opt2" value="value3" CHECKED> Option 3 <input type="text" id="text1" /> </body> </html>
This project uses the Natural Language API in a servlet to perform sentiment analysis on text submitted by a user. ![sentiment analysis form](screenshot-1.png) ![sentiment analysis result](screenshot-2.png) To run this example, first make sure your `<API key>` environment variable is set and that you've enabled the [Na...
#!/usr/bin/env bash set -e . ./test-lib.sh setup_initsvn setup_gitsvn ( set -e cd git-svn git checkout -q -b work echo "some work done on a branch" >> test git add test; git commit -q -m "branch work" echo "some other work done on a branch" >> test git add test; git commit -q -m "branch work" test_expec...
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="/static/css/gopherface.css" /> </head> <body> <h1>GopherFace - Video Preview</h1> <div class="sectionContainer"> <div class="imageContainer"> <img src="{{.thumbnailPath}}"> </div> <div class="videoContainer"> <video l...
#ifndef COLLECT_VIEW_H #define COLLECT_VIEW_H #include "contiki-conf.h" #include "net/linkaddr.h" #include "net/rime/collect.h" struct <API key> { uint16_t len; uint16_t clock; uint16_t timesynch_time; uint16_t cpu; uint16_t lpm; uint16_t transmit; uint16_t listen; uint16_t parent; uint16_t parent_etx...
<style> li:first-letter { color: red; } li.green:first-letter { color: green; } </style> <ul style="font-family: Ahem; font-size: 100px; -<API key>: none;"> <li id="target">a</li> </ul> <script> document.body.offsetTop; document.getElementById("target").className = "green"; </script>
#ifndef <API key> #define <API key> // Class handling all kinds of selection cuts for primary // Authors: Svein Lindal, Daniel Lohner * #include "AliAODpidUtil.h" #include "AliAODTrack.h" #include "AliESDtrack.h" #include "AliVTrack.h" #include "AliAODTrack.h" #include "Al...
<?php namespace ZendTest\Db\RowGateway; use Zend\Db\RowGateway\RowGateway; class <API key> extends \<API key> { protected $mockAdapter = null; /** @var RowGateway */ protected $rowGateway = null; protected $mockResult = null; public function setup() { // mock the adapter, driver, and par...
import scala.scalajs.js import scala.scalajs.js.Dynamic.global import org.scalajs.jasminetest.JasmineTest object ElementCreatorTest extends JasmineTest { describe("ElementCreator") { it("should be able to create an element in the body") { // create the element ElementCreator.create() // jquery w...
import os from <API key> import <API key> from model import Model, UnixName from schema_loader import SchemaLoader def _GenerateFilenames(full_namespace): # Try to find the file defining the namespace. Eg. for # nameSpace.sub_name_space.Type' the following heuristics looks for: # 1. <API key>.json, # 2. <API ke...
// <auto-generated> // Generated by the protocol buffer compiler. DO NOT EDIT! // source: src/proto/grpc/testing/test.proto // </auto-generated> #pragma warning disable 1591, 0612, 3021 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pb...
/* <API key>: GPL-2.0 */ #ifndef CGX_H #define CGX_H #include "mbox.h" #include "cgx_fw_if.h" #include "rpm.h" /* PCI device IDs */ #define <API key> 0xA059 /* PCI BAR nos */ #define PCI_CFG_REG_BAR_NUM 0 #define CGX_ID_MASK 0x7 #define MAX_LMAC_PER_CGX 4 #define <API key> 32 #def...
'use strict'; var vows = require('vows'); var assert = require('assert'); var async = require('async'); var tough = require('../lib/cookie'); var Cookie = tough.Cookie; var CookieJar = tough.CookieJar; var atNow = Date.now(); function at(offset) { return {now: new Date(atNow + offset)}; } vows .describe('Regression...
<?php return [ 'Names' => [ 'CDF' => [ 0 => 'FC', 1 => 'franc congolais', ], ], ];
// Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. namespace Microsoft.Azure.Management.StreamAnalytics.Models { using Microsoft.Azure; using Microsoft.Azure.Management; using Microsoft.Azure.Management.StreamAn...
'use strict'; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProper...
use blog::Post; fn main() { let mut post = Post::new(); post.add_text("I ate a salad for lunch today"); assert_eq!("", post.content()); post.request_review(); assert_eq!("", post.content()); post.approve(); assert_eq!("I ate a salad for lunch today", post.content()); }
from __future__ import division, absolute_import, print_function import sys import collections import pickle import warnings from os import path import numpy as np from numpy.testing import ( TestCase, run_module_suite, assert_, assert_equal, assert_array_equal, <API key>, assert_raises, assert_warns ) clas...
// Use of this source code is governed by a BSD-style package present // import "golang.org/x/tools/present"
## How does Bootstrap's test suite work? Bootstrap uses [QUnit](https://qunitjs.com/), a powerful, easy-to-use JavaScript unit test framework. Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`. * `unit/` contains the unit test files for each Bootstrap plugin. * `vendor/` contains third-party test...
import * as RSVP from 'rsvp'; import { backburner, _rsvpErrorQueue } from '@ember/runloop'; import { getDispatchOverride } from '@ember/-internals/error-handling'; import { assert } from '@ember/debug'; RSVP.configure('async', (callback, promise) => { backburner.schedule('actions', null, callback, promise); }); RSVP....
#include <stdio.h> #include "Halide.h" using namespace Halide; // Override Halide's malloc and free size_t custom_malloc_size = 0; void *my_malloc(void *user_context, size_t x) { custom_malloc_size = x; void *orig = malloc(x+32); void *ptr = (void *)((((size_t)orig + 32) >> 5) << 5); ((void **)ptr)[-1] ...
// <summary>Tests for ProjectItemInstance public members</summary> using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Microsoft.Build.Execution; using Microsoft.Build.Framework; using Mi...
/** @module ember @submodule ember-runtime */ import Ember from 'ember-metal/core'; import { Mixin } from 'ember-metal/mixin'; import { get } from 'ember-metal/property_get'; import { deprecateProperty } from 'ember-metal/deprecate_property'; /** `Ember.ActionHandler` is available on some familiar classes including ...
using System; using System.IO; using System.Diagnostics; using System.Resources; using System.Reflection; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using Microsoft.Build.Shared; namespace Microsoft.Build.Tasks { <summary> Returns paths to the frameworks SDK. </summary> public cla...
"use strict"; var CHARS = '<API key>'.split(''); exports.uuid = function () { var chars = CHARS, uuid = new Array(36), rnd=0, r; for (var i = 0; i < 36; i++) { if (i==8 || i==13 || i==18 || i==23) { uuid[i] = '-'; } else if (i==14) { uuid[i] = '4'; } ...
require 'spec_helper' require 'puppet/transaction' require 'puppet_spec/compiler' require 'matchers/<API key>' require 'matchers/include_in_order' require 'matchers/resource' describe Puppet::Transaction::<API key> do include PuppetSpec::Compiler include PuppetSpec::Files include <API key> include Matchers::Res...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.8"/> <title>0.9.6: type_vec3.hpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/c...
// Learn more about configuring this file at <https://theintern.github.io/intern/#configuration>. // These default settings work OK for most people. The options that *must* be changed below are the // packages, suites, <API key>, and (if you want functional tests) functionalSuites define({ // Default desired capabi...
import {LooseParser} from "./state" import {isDummy} from "./parseutil" import {tokTypes as tt} from ".." const lp = LooseParser.prototype lp.checkLVal = function(expr) { if (!expr) return expr switch (expr.type) { case "Identifier": case "MemberExpression": return expr case "<API key>": expr.expressi...
html, body { color: rgba(0, 0, 0, 0.8); min-height: 100vh; } @media (min-width: 992px) { .content { padding-left: 300px; } } .hidden { display: none !important; } .loading { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; color: #153d77; z-index: 9999; d...
#ifndef LINUX_MMC_HOST_H #define LINUX_MMC_HOST_H #include <linux/leds.h> #include <linux/mmc/core.h> struct mmc_ios { unsigned int clock; /* clock rate */ unsigned short vdd; /* vdd stores the bit number of the selected voltage range from below. */ unsigned char bus_mode; /* comm...
<?php namespace Elasticsearch\Endpoints\Indices\Gateway; use Elasticsearch\Endpoints\AbstractEndpoint; class Snapshot extends AbstractEndpoint { /** * @return string */ protected function getURI() { $index = $this->index; $uri = "/_gateway/snapshot"; if (isset($index) === t...
<HTML> <CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> </CENTER> <HR> <H3>compute rdf command </H3> <P><B>Syntax:</B> </P> <PRE>compute ID group-ID rdf Nbin itype1 jtype1 itype2 jtype2 ... </...
#ifndef <API key> #define <API key> #include "titanic/carry/ear.h" namespace Titanic { class CPhonographEar : public CEar { DECLARE_MESSAGE_MAP; bool <API key>(<API key> *msg); bool PETGainedObjectMsg(CPETGainedObjectMsg *msg); bool TimerMsg(CTimerMsg *msg); private: bool _replacementEar; public: ...
#ifndef __CONFIG_H #define __CONFIG_H #include <asm/arch/mx53.h> /* High Level Configuration Options */ #define CONFIG_ARMV7 /* This is armv7 Cortex-A8 CPU core */ #define CONFIG_MXC #define CONFIG_MX53 #define CONFIG_MX53_LOCO #define CONFIG_FLASH_HEADER #define <API key> 0x400 #define CONFIG_MX53_CLK32 327...
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/mm.h> #include <linux/module.h> #include <linux/gfp.h> #include <linux/kernel_stat.h> #include <linux/swap.h> #include <linux/pagemap.h> #include <linux/init.h> #include <linux/highmem.h> #include <linux/vmpressure.h> #include <linux/vmstat.h> #include <linux/...
#include <my_global.h> #include <m_string.h> #include <stdarg.h> #include <m_ctype.h> #define MAX_ARGS 32 /* max positional args count*/ #define MAX_PRINT_INFO 32 /* max print position count */ #define LENGTH_ARG 1 #define WIDTH_ARG 2 #define PREZERO_ARG 4 #defi...
#define VPSS_SUBMODULE_NAME "DCTRL" #include <linux/kernel.h> #include <linux/module.h> #include <linux/device.h> #include <linux/interrupt.h> #include <linux/err.h> #include <linux/sysfs.h> #include <linux/kobject.h> #include <linux/dma-mapping.h> #include <linux/slab.h> #include <mach/board-ti816x.h> #include "core...
.<API key> { /** Toggle/FAQ **/ /** Tabs **/ /** Tour **/ /* Accordion */ /* Call to Action box **/ /* Separator */ /* Message box */ /* Bar Graph */ /* Button */ /** Colors */ /* Google maps */ } .<API key> .clearfix { *zoom: 1; } .<API key> .clearfix:before, .<API key> .clearfix:after { disp...
#define __SDCC_FLOAT_LIB #include <float.h> #ifdef FLOAT_ASM_MCS51 static void dummy(void) __naked { __asm .globl fs_round_and_return fs_round_and_return: #ifdef FLOAT_FULL_ACCURACY // discard the extra 8 bits of precision we kept around in r1 cjne r1, #128, 00001$ mov a, r2 rrc a ...
// <API key>: GPL-2.0-only #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/gpio.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/soc.h> #include <mach/audio.h> #include <mach/eseries-gpio.h> #include <asm/mach-types.h> static int e750_spk_amp_event(struct snd_soc_dapm_widget *w...
/* * Toshiba MIPI-DSI-to-LVDS Bridge driver. * Device Model TC358764XBG/65XBG. * Reference document: <API key>.pdf * * The Host sends a DSI Generic Long Write packet (Data ID = 0x29) over the * DSI link for each write access transaction to the chip configuration * registers. * Payload of this packet is 16-bit r...
<?php /** * nggPostThumbnail - Class for adding the post thumbnail feature * * @package NextGEN Gallery * @author Alex Rabe * * @version 1.0.2 * @access internal */ class nggPostThumbnail { /** * PHP4 compatibility layer for calling the PHP5 constructor. * */ function nggPostThumbnail() {...
<?php // Protect from unauthorized access defined('_JEXEC') or die(); /** * MVC View for Log * */ class AkeebaViewLog extends FOFViewHtml { public function onBrowse($tpl = null) { // Add live help <API key>::addHelp('log'); // Get a list of log names $model = $this->getModel()...
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/<API key>"; export const definition: IconDefinition; export const faGrinHearts: IconDefinition; export const prefix: IconPrefix; export const iconName: IconName; export const width: number; export const height: number; export const ligatures: string[]; ...
<?php class Avada_Helper { /** * Return the value of an echo. * example: Avada_Helper::get_echo( 'function' ); */ public static function get_echo( $function, $args = '' ) { // Early exit if function does not exist if ( ! function_exists( $function ) ) { return; ...
using System.Collections.Generic; using Nancy.Metadata.Module; using Nancy.Swagger; using OmniSharp.Common; namespace OmniSharp.CurrentFileMembers.Metadata { public class <API key> : MetadataModule<SwaggerRouteData> { public <API key>() { Describe["<API key>"] = desc => desc.AsSwagge...
Proj4js.defs["EPSG:32666"] = "+proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +ellps=WGS84 +datum=WGS84 +to_meter=0.3048006096012192 +no_defs";
# This file is part of Canvas. # Canvas is free software: you can redistribute it and/or modify it under # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # details. class O<API key> < <API key> <API key> :except => [:token, :destroy] before_filter :run_login_hooks, :only => [:token] ski...
(function(j){j.effects.explode=function(a){return this.queue(function(){var c=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3,d=a.options.pieces?Math.round(Math.sqrt(a.options.pieces)):3;a.options.mode=a.options.mode=="toggle"?j(this).is(":visible")?"hide":"show":a.options.mode;var b=j(this).show().css("visi...
/** * Shopware Backend - ErrorReporter Main Model * * todo@all: Documentation */ Ext.define('Shopware.apps.UserManager.model.Locale', { extend: 'Ext.data.Model', fields: [ 'id', 'name' ] });
#ifndef IVE_MATERIAL #define IVE_MATERIAL 1 #include <osg/Material> #include "ReadWrite.h" namespace ive{ class Material : public osg::Material { public: void write(DataOutputStream* out); void read(DataInputStream* in); }; } #endif
<?php /* @var $installer <API key> */ $installer = $this; $installer->startSetup(); $table = $installer->getConnection() ->newTable($installer->getTable('captcha/log')) ->addColumn('type', Varien_Db_Ddl_Table::TYPE_TEXT, 32, array( 'nullable' => false, 'primary' => true, ), 'Type') ...
package com.avast.android.dialogs.core; import android.content.Context; import android.os.Bundle; import android.support.v4.app.DialogFragment; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; /** * Internal base builder that holds common values for all dialog fragment builders. ...
package proguard.gui.splash; import java.awt.*; /** * This interface describes objects that can paint themselves, possibly varying * as a function of time. * * @author Eric Lafortune */ public interface Sprite { /** * Paints the object. * * @param graphics the Graphics to paint on. * @param...
#ifndef __EXPORT_COMMON__ #define __EXPORT_COMMON__ #if defined(SHP) #include <FBaseConfig.h> #define EXPORT_DLL _EXPORT_ #elif defined(_WIN32) || defined(_WINRT) || defined(_WP8) #if defined(_EXPORT_DLL_) #define EXPORT_DLL __declspec(dllexport) #elif defined(IGNORE_EXPORT) #define EXPORT_...
using System; using System.IO; using System.Linq; using Microsoft.VisualStudio.Shell.Interop; using Microsoft.CodeAnalysis.CommandLine; namespace Microsoft.CodeAnalysis.VisualBasic.CommandLine { internal sealed class Vbc : VisualBasicCompiler { internal Vbc(string responseFile, BuildPaths buildPaths, st...
class Tinyumbrella < Cask version '7.04' sha256 '<SHA256-like>' url 'http://cache.firmwareumbrella.com/downloads/TinyUmbrella-7.04.00.app.zip' homepage 'http://blog.firmwareumbrella.com/' link 'TinyUmbrella.app' end
// <API key>: Apache-2.0 WITH LLVM-exception // Implementation of COFF support for the MC-JIT runtime dynamic linker. #include "RuntimeDyldCOFF.h" #include "Targets/<API key>.h" #include "Targets/RuntimeDyldCOFFI386.h" #include "Targets/<API key>.h" #include "Targets/<API key>.h" #include "llvm/ADT/STLExtras.h" #includ...
#include <stddef.h> #include "sync/api/attachments/attachment_metadata.h" namespace syncer { AttachmentMetadata::AttachmentMetadata(const AttachmentId& id, size_t size) : id_(id), size_(size) { } AttachmentMetadata::~AttachmentMetadata() { } const AttachmentId& AttachmentMetadata::GetId() const { return id_; } si...
#include "webkit/browser/fileapi/<API key>.h" #include <queue> #include <string> #include <vector> #include "base/file_util.h" #include "base/format_macros.h" #include "base/logging.h" #include "base/message_loop/message_loop.h" #include "base/metrics/histogram.h" #include "base/stl_util.h" #include "base/strings/<API ...
export enum TagContentType { RAW_TEXT, ESCAPABLE_RAW_TEXT, PARSABLE_DATA } export interface TagDefinition { closedByParent: boolean; <API key>: string|null; contentType: TagContentType; isVoid: boolean; ignoreFirstLf: boolean; canSelfClose: boolean; isClosedByChild(name: string): boolean; } export f...
// AKMixedFFT.h // AudioKit #import "AKParameter+Operation.h" #import "AKFSignal.h" /** Mix 'seamlessly' two pv signals. This opcode combines the most prominent components of two pvoc streams into a single mixed stream. */ <API key> @interface AKMixedFFT : AKFSignal Create a mixture of two f-signal. @param signal1 ...
# coding: utf-8 #(ASCII) #txt(10) # n 9 n-1 910 # key key ( key 2 # a c z A )10 #1010 #key(10) #( ord() chr() ord(x) x ASCII chr(n) n(ASCII) # ord(a) 97 chr(97) 'a' a ASCII 97 ) fh = open(r'd:\temp\words.txt') text = fh.read() fh.close() print(len(text)) print(text)
// SeqAn - The Library for Sequence Analysis // modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // * Neither the name of Knut Reinert or the FU Berlin nor the names of // its contributors ...
var Model; module("Ember.FilteredRecordArray", { setup: function() { Model = Ember.Model.extend({ id: Ember.attr(), name: Ember.attr() }); Model.adapter = Ember.FixtureAdapter.create(); Model.FIXTURES = [ {id: 1, name: 'Erik'}, {id: 2, name: 'Stefan'}, {id: 'abc',...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../libc/enum.fpos64_t.html"> </head> <body> <p>Redirecting to <a href="../../libc/enum.fpos64_t.html">../../libc/enum.fpos64_t.html</a>...</p> <script>location.replace("../../libc/enum.fpos64_t.html" + location.search + loc...
#ifndef <API key> #define <API key> #include <ngx_core.h> #include <ngx_http.h> typedef enum { <API key>, <API key> } <API key>; typedef struct { ngx_array_t *types; /* of ngx_str_t */ ngx_array_t *statuses; /* of ngx_uint_t */ ngx_array_t ...
// Package binary implements sintax-sugar functions on top of the standard // library binary package package binary import ( "bufio" "encoding/binary" "io" "gopkg.in/src-d/go-git.v4/plumbing" ) // Read reads structured binary data from r into data. Bytes are read and // decoded in BigEndian order // htt...
// MLAnonymousUtils.h // MaxLeap #ifdef EXTENSION_IOS #import <MaxLeapExt/MLConstants.h> #else #import <MaxLeap/MLConstants.h> #endif /*! Methods for working with Anonymously logged-in users. Anonymous users have some unique characteristics: <ul> <li>Anonymous users don't need a user name or password.</li...
var dude = "Dude"; var dude2 = new { Name = "Dude", Age = 30, }; var dude3 = new { Name = "Dude", Age = 30, Kids = new { Name = "LittleDude" } }; var dude4 = new { Name = "Dude", Age = 30, Kids = new[] { "LittleDude" } }; var dude5 = new { Name = "Dude", Age = 30, Kids = new[] { new...
#include "aniGlobal.h" #include "palApi.h" #include "csrInsideApi.h" #include "smeInside.h" #include "smsDebug.h" #include "csrSupport.h" #include "wlan_qct_tl.h" #include "vos_diag_core_log.h" #include "vos_diag_core_event.h" #include "vos_nvitem.h" #include "vos_memory.h" #include "wlan_qct_wda.h" #include "vos_utils...
#ifndef _MC68681_P_H_ #define _MC68681_P_H_ #ifdef __cplusplus extern "C" { #endif /* * Define MC68681_STATIC to nothing while debugging so the entry points * will show up in the symbol table. */ #define MC68681_STATIC /* #define MC68681_STATIC static */ /* * mc68681 register offsets Read/Write Addresses */ #def...
#ifndef __DE_CLOCK_H__ #define __DE_CLOCK_H__ #include "ebios_de.h" typedef enum { CLK_NONE = 0, SYS_CLK_PLL3 = 1, SYS_CLK_PLL7 = 2, SYS_CLK_PLL9 = 3, SYS_CLK_PLL10 = 4, SYS_CLK_PLL3X2 = 5, SYS_CLK_PLL6 = 6, SYS_CLK_PLL6x2 = 7, SYS_CLK_PLL7X2 = 8, SYS_CLK_MIPIPLL = 9, MOD_C...
-- DB Table update ALTER TABLE `holiday_dates` CHANGE `holiday_duration` `holiday_duration` INT(10) UNSIGNED DEFAULT 0 NOT NULL; -- Darkmoon Faire UPDATE `game_event` SET `start_time`= '2020-01-05 00:01:00', `end_time`= '2030-01-01 06:00:00' WHERE `eventEntry`= 3; -- Lunar Festival. Holiday ID: 327. UPDATE `game_event`...
Ext.define('Ext.rtl.scroll.Indicator', { override: 'Ext.scroll.Indicator', privates: { translateX: function(value) { if (this.getScroller().getRtl()) { value = -value; } this.callParent([value]); } } });
#ifndef __windll_h /* prevent multiple inclusions */ #define __windll_h #include <windows.h> #include <assert.h> /* required for all Windows applications */ #include <setjmp.h> #include "../unzip.h" #include "../windll/structs.h" #include "../windll/decs.h" /* Allow compilation under Borland C++ also */ #ifndef __...
#include "abstract_crawler.h" #include "this_thread.h" #include <boost/date_time.hpp> using namespace Mysql::Tools::Dump; my_boost::atomic_uint64_t Abstract_crawler::next_chain_id; Abstract_crawler::Abstract_crawler( Mysql::I_callable<bool, const Mysql::Tools::Base::Message_data&>* message_handler, Simple_id_gene...
int f_test (int x) { char arr[SIZE]; return arr[x]; }
<?php /** * @file * Contains \Drupal\quickedit\Plugin\<API key>. */ namespace Drupal\quickedit\Plugin; use Drupal\Component\Plugin\<API key>; use Drupal\Core\Field\<API key>; /** * Defines an interface for in-place editors plugins. */ interface <API key> extends <API key> { /** * Checks whether this in-place ...
using MixERP.Net.i18n.Resources; using MixERP.Net.WebControls.<API key>.Helpers; using System.Web.UI.HtmlControls; namespace MixERP.Net.WebControls.<API key> { public partial class FormView { private void AddErrorLabelBottom() { using (HtmlGenericControl errorLabel = new HtmlGenericC...
<?php ?> <!DOCTYPE html> <html xmlns="http: <!-- getlocations_box --> <head> <title><?php print $head_title; ?></title> <?php print $head; ?> <?php print $styles; ?> <?php print $scripts; ?> <style> /* adjust these to match your colorbox and map size */ body { width: 500px; margin: 0; } #page { ...
/** * SECTION:<API key> * @short_description: Create, recognise and parse missing-plugins messages * * <refsect2> * <para> * Functions to create, recognise and parse missing-plugins messages for * applications and elements. * </para> * <para> * Missing-plugin messages are posted on the bus by elements like de...
/* This program is free software; you can redistribute it and/or modify */ /* (at your option) any later version. */ /* This program is distributed in the hope that it will be useful, */ /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See ...
/* * Following is how we use various fields and flags of underlying * struct page(s) to form a zspage. * * Usage of struct page fields: * page->first_page: points to the first component (0-order) page * page->index (union with page->freelist): offset of the first object * starting in this page. For ...
#include <algorithm> #include <cinttypes> #include "common/common_funcs.h" #include "common/common_types.h" #include "common/logging/log.h" #include "core/arm/skyeye_common/vfp/asm_vfp.h" #include "core/arm/skyeye_common/vfp/vfp.h" #include "core/arm/skyeye_common/vfp/vfp_helper.h" static struct vfp_single <API key> = ...
#include <stddef.h> /* offsetof */ #include "hw.h" #include "pci.h" #include "net.h" #include "eeprom93xx.h" #include "sysemu.h" #include "dma.h" /* QEMU sends frames smaller than 60 bytes to ethernet nics. * Such frames are rejected by real nics and their emulations. * To avoid this behaviour, other nic ...
#ifndef <API key> #define <API key> #include <wx/event.h> #include <wx/treebase.h> #include "<API key>.h" class wxString; class wxWindow; class wxPanel; class wxTreeCtrl; class wxTreeEvent; class ThreadSearch; class ThreadSearchView; class ThreadSearchEvent; // MessageLog inheritance is necessary to be able to // add l...
UPDATE `smart_scripts` SET `action_type` = 69, `action_param1` = 1, `action_param4` = 10, `target_type` = 19, `target_param1` = 15608, `target_param2` = 200, `comment` = "Infinite Assassin - Out of Combat - Move To Closest Creature 'Medivh'" WHERE `entryorguid` = 17835 AND `source_type` = 0 AND `id` = 0; UPDATE `smart_...
--TEST PHPT skip condition results in correct code location hint --FILE <?php declare(strict_types=1); print "Nothing to see here, move along"; --SKIPIF <?php declare(strict_types=1); print "skip: something terrible happened\n"; --EXPECT Nothing to see here, move along
if (typeof process !== "undefined") { require("amd-loader"); require("../../test/setup_paths"); } define(function(require, exports, module) { var assert = require("assert"); var report = require("./linereport_base"); module.exports = { "test parse line" : function(next) { var results = report.parseO...
package info.ephyra.answerselection.filters; import info.ephyra.io.Logger; import info.ephyra.io.MsgPrinter; import info.ephyra.nlp.NETagger; import info.ephyra.nlp.OpenNLP; import info.ephyra.nlp.SnowballStemmer; import info.ephyra.nlp.StanfordNeTagger; import info.ephyra.nlp.indices.WordFrequencies; import info.ephyr...
<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"/> <title>CSS3 Text, linebreaks: 3043 HIRAGANA LETTER SMALL I</title> <link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'> <meta name='flags' content=''> <style type='text/css'> @font-face { font-family: 'mplus-1p-regular'; src: ur...
require File.expand_path(File.dirname(__FILE__) + '/../helpers/<API key>') require 'thread' describe "account admin manage groups" do include_context "in-process server selenium tests" def <API key> (account, name) f(".add_category_link").click form = f("#add_category_form") replace_content form.find_el...
#ifndef SESSION_PLOTS_HPP #define SESSION_PLOTS_HPP namespace rstudio { namespace core { class Error; } } namespace rstudio { namespace session { namespace modules { namespace plots { bool haveCairoPdf(); core::Error initialize(); } // namespace plots } // namespace modules } // namespace session } // namespace rstu...