answer
stringlengths
15
1.25M
'use strict' var helper = require("../../../helper"); var <API key> = require('../../../../src/managers/production/finishing-printing/<API key>'); var codeGenerator = require('../../../../src/utils/code-generator'); var kanbanDataUtil = require('./kanban-data-util'); var machineDataUtil = require('../../master/machine-...
module ActiveMerchant #:nodoc: module Billing #:nodoc: class WepayGateway < Gateway self.test_url = 'https://stage.wepayapi.com/v2' self.live_url = 'https://wepayapi.com/v2' self.supported_countries = ['US', 'CA'] self.supported_cardtypes = [:visa, :master, :american_express, :discover] ...
<?php namespace Sonata\CoreBundle\Form\Type; use Symfony\Component\Form\Extension\Core\Type\DateType; use Symfony\Component\OptionsResolver\OptionsResolver; use Symfony\Component\OptionsResolver\<API key>; /** * Class DatePickerType. * * * @author Hugo Briand <briand@ekino.com> */ class DatePickerType extends Base...
/* globals fireGlobalEvent, readMessage, RoomManager, Favico, favico, menu */ Meteor.startup(function() { Tracker.autorun(function() { let unreadCount = 0; let unreadAlert = false; const subscriptions = ChatSubscription.find({open: true}, { fields: { unread: 1, alert: 1, rid: 1, t: 1, name: ...
require 'ebay/types/<API key>' require 'ebay/types/characteristics_set' module Ebay # :nodoc: module Types # :nodoc: # == Attributes # boolean_node :best_offer_enabled, 'BestOfferEnabled', 'true', 'false', :optional => true # boolean_node :auto_pay_enabled, 'AutoPayEnabled', 'true', 'false', :optional =...
<?php namespace Chamilo\Core\Repository\ContentObject\Vimeo\Integration\Chamilo\Core\Repository\ContentObject\LearningPath\Display; use Chamilo\Core\Repository\ContentObject\LearningPath\Display\Embedder\Type\<API key>; /** * * @package core\repository\content_object\vimeo\integration\core\repository\content_object\l...
#ifndef <API key> #ifndef <API key> #define <API key> namespace j2cpp { namespace java { namespace lang { class Object; } } } namespace j2cpp { namespace android { namespace view { class View; } } } namespace j2cpp { namespace android { namespace view { class ViewGroup; } } } namespace j2cpp { namespace android { names...
# <API key>: true module RuboCop module Cop module Lint # This cop checks for unused method arguments. # @example # # bad # def some_method(used, unused, _unused_but_allowed) # puts used # end # # good # def some_method(used, _unused, _unused_but_allow...
import * as i18n from "i18next"; import * as moment from "moment"; import * as React from "react"; import ContentEditable = require("<API key>"); import { PermissionKind } from "sp-pnp-js"; import { <API key>, IDiscussionReply } from "../../../models/IDiscussionReply"; import <API key> from "./<API key>"; import { Edit...
package com.microsoft.azure.cognitiveservices.vision.contentmoderator.models; /** * The <API key> model. */ public class <API key> { /** * The pagination start index. */ private Integer offset; /** * The max limit. */ private Integer limit; /** * Gets or sets the preferred...
// @flow function /*Random*/ test /*weird*/ (x: number) /*Comments*/ { /* Two */ const a = 4 + x; // END OF a = 4... return /* BETWEEEN */ `${a}` // END OF return ... // Spaced out comments /* non-comments // BEFORE FUNCTION export //too many comments // ONE // Three } // END */
# ScopeManager This document was written based on the implementation of [eslint-scope](https: - ## ScopeManager interface `ScopeManager` object has all variable scopes. Fields # scopes * **Type:** `Scope[]` * **Description:** All scopes. # globalScope * **Type:** `Scope` * **Description:** The root scope. Methods # acq...
<!DOCTYPE html PUBLIC "- <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Observers - Boost.Outcome documentation</title> <link rel="stylesheet" href="../../../css/boost.css" type="text/css"> <meta name="generator" content="Hugo 0.52 with Boostdoc theme"> <meta name="viewport" content="w...
#include "base/logging.h" #include "input/input_state.h" #include "ui/screen.h" #include "ui/ui.h" #include "ui/view.h" ScreenManager::ScreenManager() { nextScreen_ = 0; uiContext_ = 0; dialogFinished_ = 0; } ScreenManager::~ScreenManager() { shutdown(); } void ScreenManager::switchScreen(Screen *screen...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; // Croatian function numpf(n, f, s, t) { var n10; n10 = n % 10; if (n10 === 1 && (n === 1 || n > 20)) { return f; } else if (n10 > 1 && n10 < 5 && (n > 20 || n < 10)) { return s; } else { re...
using System.ComponentModel.DataAnnotations; namespace GRA.Domain.Model { public class VendorCodeType : Abstract.BaseDomainEntity { public int SiteId { get; set; } [Required] [MaxLength(255)] public string Description { get; set; } [Required] [MaxLength(1250)] ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Hello MUI</title> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="<API key>" content="yes"> <meta name="<API key>" content="black"> <link rel=...
// <auto-generated/> #nullable disable using System; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.ResourceManager.Network { <summary> Deletes a virtual wan vpn gateway. </summary> public partial class <API key> : Operation<Respon...
!function(t,o){"function"==typeof define&&define.amd?define(o):"object"==typeof module?module.exports=o():t.augment=o()}(this,function(){"use strict";var f=function(){},i=Array.prototype.slice,n=function(t,o){var n=f.prototype="function"==typeof t?t.prototype:t,r=new f,e=o.apply(r,i.call(arguments,2).concat(n));if("obj...
package net.minecraft.entity.ai; import net.minecraft.entity.EntityCreature; import net.minecraft.util.Vec3; public class EntityAIWander extends EntityAIBase { private EntityCreature entity; private double xPosition; private double yPosition; private double zPosition; private double speed; priva...
title: Rule strict layout: doc <!-- Note: No pull requests accepted for this file. See README.md in the root directory for details. --> # Strict Mode (strict) A Use Strict Directive at the beginning of a script or function body enables strict mode semantics: js "use strict"; When used globally, as in the preceding exam...
# <API key>: false # TkDND (Tk Drag & Drop Extension) support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) require 'tk' # call setup script for general 'tkextlib' libraries require 'tkextlib/setup.rb' # call setup script require 'tkextlib/tkDND/setup.rb' module Tk module TkDND auto...
if(!dojo._hasResource["dojox.drawing"]){ dojo._hasResource["dojox.drawing"]=true; dojo.provide("dojox.drawing"); dojo.require("dojox.drawing._base"); }
const REQUEST_STATUSES = [ { value: 'Unassigned', label: 'Unassigned' }, { value: 'Assigned', label: 'Assigned' }, { value: 'Contacted', label: 'Contacted' }, { value: 'Awaiting Response', label: 'Awaiting Response' }, { value: 'Scheduled', label: 'Scheduled' ...
'use strict'; var RangeIterator = function (startIndex, count) { var self = this; self._working = startIndex-1; self._startIndex = startIndex; self._count = count; }; module.exports = RangeIterator; RangeIterator.prototype.moveNext = function () { var self = this; if (self._working < self._start...
package org.broad.igv.dev.db; import org.broad.igv.dev.IParser; import org.broad.igv.exceptions.ParserException; import java.sql.ResultSet; import java.sql.SQLException; public class <API key> implements IParser<ResultSet, Integer> { @Override public final byte getByte(ResultSet rs, Integer index) throws Parser...
@charset "UTF-8"; /** * Holisticon theme for reveal.js. * */ @font-face { font-family: "PT Sans"; src: font-url(""); src: font-url(?#iefix) format('eot'), inline-font-files("../fonts/PT_Sans.woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "PT Sans"; src: font-url(""); src...
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/Angular.js?message=docs(angular.fromJson)%3A%20describe%20your%20change...#L988' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.8/src/Angular.j...
!function(_,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("dayjs")):"function"==typeof define&&define.amd?define(["dayjs"],e):(_="undefined"!=typeof globalThis?globalThis:_||self).dayjs_locale_zh_hk=e(_.dayjs)}(this,(function(_){"use strict";function e(_){return _&&"object"==typeof _&...
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700"); html { font-family: sans-serif; -ms-text-size-adjust: 100%; -<API key>: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas,...
package p; import java.util.Arrays; import java.util.List; public class A { void m() { List<Integer> ls = Arrays.asList(); for (Integer integer : ls) { try { int a = 5 / integer; System.out.println(Integer.toString(a)); } catch (<API key> iae) ...
package org.eclipse.packagedrone.utils.validation; import java.util.ArrayList; import java.util.List; import javax.validation.<API key>; import javax.validation.spi.ValidationProvider; import org.osgi.framework.BundleContext; import org.osgi.framework.FrameworkUtil; import org.osgi.util.tracker.ServiceTracker; public c...
package org.eclipse.che.plugin.svn.shared; import java.util.List; import javax.validation.constraints.NotNull; import org.eclipse.che.commons.annotation.Nullable; import org.eclipse.che.dto.shared.DTO; /** @author Vladyslav Zhukovskyi */ @DTO public interface MoveRequest { /** @return the project path the request is ...
package org.bndtools.templating.jgit; import java.net.URI; import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import org.osgi.util.promise.Promise; import aQute.lib.json.JSONCodec; import aQute.lib.promise.PromiseExecutor; public class GitHub { private static final String URL_PREFIX ...
package com.maddyhome.idea.vim.action.motion.visual; import com.intellij.openapi.actionSystem.DataContext; import com.intellij.openapi.editor.Editor; import com.maddyhome.idea.vim.VimPlugin; import com.maddyhome.idea.vim.action.VimCommandAction; import com.maddyhome.idea.vim.command.Command; import com.maddyhome.idea.v...
#ifndef <API key> #define <API key> /* needed for KDE_EXPORT and KDE_IMPORT macros */ #include <kdemacros.h> #ifndef AMAROKSHARED_EXPORT # ifdef <API key> /* We are building this library */ # define AMAROKSHARED_EXPORT KDE_EXPORT # else /* We are using this library */ # define AMAROKSHARED_EXPORT KDE_IMPORT # e...
#include <asm/segment.h> #include "fpu_system.h" #include "exception.h" #include "reg_constant.h" #include "fpu_emu.h" #include "control_w.h" #include "status_w.h" #define EXTENDED_Ebias 0x3fff #define EXTENDED_Emin (-0x3ffe) /* smallest valid exponent */ #define DOUBLE_Emax 1023 /* largest valid exponent */ #...
#!/bin/bash -e if [ $(whoami) != "root" ] then echo "Please be root." exit 1 fi set -x cd .. && berks vendor ./chef/vendored-cookbooks && cd - chef-solo --no-fork -c ./solo.rb --environment production -j ./node.json
// Variuos helper functions to render stuff on the screen #define <API key> #include <stdio.h> #include <iostream> #include <assert.h> #include <algorithm> #include <sinsp.h> #include "chisel.h" #include "sysdig.h" #define <API key> 16 #define CONSOLE_LINE_LEN 79 #define PRINTF_WRAP_CPROC(x) #define PRINTF_WRAP(x) PRIN...
# -*- coding: utf-8 -*- ## This file is part of Harvesting Kit. ## Harvesting Kit is free software; you can redistribute it and/or ## published by the Free Software Foundation; either version 2 of the ## Harvesting Kit is distributed in the hope that it will be useful, but ## MERCHANTABILITY or FITNESS FOR A PARTICULAR...
<?php include_once 'memberlist.php'; include 'placeinfo.php'; ?>
/** * <p>EndPointType class.</p> * * @author ranger * @version $Id: $ */ package org.opennms.netmgt.provision.adapters.link.endpoint; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.Xml...
<?php $IP = getenv( 'MW_INSTALL_PATH' ); if ( $IP === false ) { $IP = dirname( __FILE__ ) . '/../../..'; } require_once( "$IP/maintenance/Maintenance.php" ); class RepopulateCodePaths extends Maintenance { public function __construct() { parent::__construct(); $this->mDescription = "Rebuilds all...
#include <signal.h> #include <stdio.h> #include <stdlib.h> #include <sys/wait.h> #include <unistd.h> #include "posixtest.h" void handler(int signo) { raise(SIGKILL); exit(0); } int main() { if (fork() == 0) { /* child */ /* * NOTE: This block of code will return 0 for error ...
#ifndef __ASMARM_SMP_TWD_H #define __ASMARM_SMP_TWD_H #define TWD_TIMER_LOAD 0x00 #define TWD_TIMER_COUNTER 0x04 #define TWD_TIMER_CONTROL 0x08 #define TWD_TIMER_INTSTAT 0x0C #define TWD_WDOG_LOAD 0x20 #define TWD_WDOG_COUNTER 0x24 #define TWD_WDOG_CONTROL 0x28 #...
#ifndef lint static const char rcsid[] = "@(#) $Header: /cvs/sw/new-wave/user/tcpdump/print-krb.c,v 1.1 2000/08/03 05:59:19 gerg Exp $"; #endif #include <sys/param.h> #include <sys/time.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var....
/** @file * VBox OpenGL DRI driver functions */ #include "packer.h" #include "cr_error.h" #include "cr_string.h" void PACK_APIENTRY <API key>(GLuint program, GLuint index, const char *name) { <API key>(pc); unsigned char *data_ptr; int cbName = crStrlen(name)+1; int packet_length = sizeof(int)+sizeof(...
#include <stdio.h> #include <string.h> #include <inttypes.h> #include <rte_common.h> #include <rte_string_fns.h> #include <cmdline_parse.h> #include <<API key>.h> #include "test_cmdline.h" /* structures needed to run tests */ struct string_elt_str { const char * str; /* parsed string */ const char * result; ...
using System; public class C<T1> where T1 : B<T1>, new () { public void Test () { using (var a = new T1 ()) { } } } public class B<T2> : IDisposable { void IDisposable.Dispose () { } } public class Test : B<Test> { public static void Main () { new C<Test> ().Test ...
#ifndef UIMMCREPLAY_H #define UIMMCREPLAY_H struct tui_menu; extern void uimmcreplay_init(struct tui_menu *parent_submenu); #endif
package org.opennms.netmgt.statsd; import com.google.common.collect.Iterables; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.opennms.core.spring.BeanUtils; import org.opennms.core.test.MockLogAppender; import org.opennms.core.test.<API key>; import ...
#include "libgfortran.h" #if defined (HAVE_GFC_REAL_8) && defined (HAVE_GFC_INTEGER_4) extern void maxloc1_4_r8 (gfc_array_i4 * const restrict, gfc_array_r8 * const restrict, const index_type * const restrict); export_proto(maxloc1_4_r8); void maxloc1_4_r8 (gfc_array_i4 * const restrict retarray, gfc_array_r8 *...
// -*- mode:C++ ; compile-command: "g++ -I.. -g -c Help1.cc" -*- #ifndef _HELP_H #define _HELP_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #ifndef IN_GIAC #include <giac/first.h> #include <giac/gen.h> #include <giac/identificateur.h> #else #include "first.h" #include "gen.h" #include "identificateur.h" #endif #in...
#ifndef __LINUX_KEYBOARD_H #define __LINUX_KEYBOARD_H #define KG_SHIFT 0 #define KG_CTRL 2 #define KG_ALT 3 #define KG_ALTGR 1 #define KG_SHIFTL 4 #define KG_KANASHIFT 4 #define KG_SHIFTR 5 #define KG_CTRLL 6 #define KG_CTRLR 7 #define KG_CAPSSHIFT 8 #define NR_SHIFT 9 #define N...
/** * \addtogroup packetbuf * @{ */ /** * \file * Rime buffer (packetbuf) management * \author * Adam Dunkels <adam@sics.se> */ #include <string.h> #include "contiki-net.h" #include "net/packetbuf.h" #include "net/rime.h" struct packetbuf_attr packetbuf_attrs[PACKETBUF_NUM_ATTRS]; struct packetb...
#ifndef <API key> #define <API key> #include "mp_game_settings.hpp" #include "network.hpp" class config; class saved_game; namespace mp { config <API key>(saved_game& state); void level_to_gamestate(const config& level, saved_game& state); void check_response(network::connection res, const config& data); } // end names...
#include <sys/types.h> #include <sys/socket.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <ctype.h> #include <string.h> #include <unistd.h> #include "config.h" #include "net-support.h" #include "pathnames.h" #include "intl.h" #include "util.h" int flag_unx = 0; int flag_ipx = 0; int flag_ax25 = ...
#ifdef HAVE_CONFIG_H #include <config.h> #endif #include "wldlg.h" void <API key>(void) { /* PORTME */ }
#!/bin/sh LANG=POSIX TMP_OUTPUT=eng1.txt TMP_GET_UNC=english.txt TMP_FINAL=eng2.txt OUTPUT=english.dict OUTPUT_SYNTH=english_synth.dict MORFOLOGIK=morfologik-tools-1.5.4-standalone.jar rm $TMP_OUTPUT rm $TMP_GET_UNC rm $TMP_FINAL gawk -f filter_out.awk infl.txt part-of-speech.txt| gawk -f remap.awk >penn.txt cat penn.t...
#include "libsysfs.h" #include "sysfs.h" /** * <API key>: closes a single class device. * @dev: class device to close. */ void <API key>(struct sysfs_class_device *dev) { if (dev) { if (dev->parent) <API key>(dev->parent); if (dev->sysdevice) sysfs_close_device(dev->sysdev...
// Unit tests for <API key>. // Authors: // Sebastien Pouliot <sebastien@ximian.com> // a copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // permit persons to wh...
var GiftMessage = Class.create(); GiftMessage.prototype = { uniqueId: 0, initialize: function (buttonId) { GiftMessageStack.addObject(this); this.buttonId = buttonId; this.initListeners(); }, editGiftMessage: function (evt) { var popUpUrl = this.url + '?uniqueId=' + this....
<?php namespace Drupal\fontyourface\Plugin\views\filter; use Drupal\views\Plugin\views\filter\StringFilter; use Drupal\Core\Form\FormStateInterface; /** * Filter handler which allows to search based on font weight. * * @ingroup <API key> * * @ViewsFilter("<API key>") */ class <API key> extends StringFilter { /*...
#ifndef <API key> #define <API key> class KexiProject; namespace KexiDB { class FieldList; class Cursor; } namespace KexiPart { class DataSourcePrivate; class Item; class Part; /** * this class provides a datasource framework for e.g. tables and queries * using this framework one can query for * - a list of datasou...
package org.opennms.netmgt.dao; import java.util.List; import org.hibernate.criterion.Criterion; import org.opennms.netmgt.model.OnmsCategory; /** * <p>CategoryDao interface.</p> */ public interface CategoryDao extends OnmsDao<OnmsCategory, Integer> { /** * <p>findByName</p> * * @param name a {@lin...
<?php namespace SMW; use SMWOutputs; /** * This special page (Special:UnusedProperties) for MediaWiki shows all unused * properties. * * @ingroup SpecialPage */ class <API key> extends SpecialPage { /** * @see SpecialPage::__construct * @codeCoverageIgnore */ public function __construct() { ...
<?php session_start(); header("Pragma: public"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: private",false); if(!array_key_exists("la_logusr",$_SESSION)) { print "<script language=JavaScript>"; print "close();"; print "open...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_15) on Fri May 01 14:12:01 PDT 2009 --> <TITLE> <API key> (Openfire 3.6.4 Javadoc) </TITLE> <META NAME="keywords" CONTENT="org.jivesoftware.openfire.privacy.<API key> interface"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../.....
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-gr...
<?php /* Form */ function wpcf7_form_meta_box( $post ) { ?> <div class="half-left"><textarea id="wpcf7-form" name="wpcf7-form" cols="100" rows="24"><?php echo esc_textarea( $post->form ); ?></textarea></div> <div class="half-right"><div id="taggenerator"></div></div> <br class="clear" /> <?php } /* Mail */ function wpc...
<?php // No direct access defined('_JEXEC') or die; jimport('joomla.application.component.modellist'); /** * Newsfeeds Component Category Model * * @package Joomla.Site * @subpackage com_newsfeeds * @since 1.5 */ class <API key> extends JModelList { /** * Category items data * * @var ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> <!-- Use Chrome Frame in IE --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <meta name="description"...
#include <qscrollview.h> class QImage; class QTimer; class QAnimationWriter; class QLock; struct QVFbHeader; class QVFbView : public QScrollView { Q_OBJECT public: QVFbView( int display_id, int w, int h, int d, QWidget *parent = 0, const char *name = 0, uint wflags = 0 ); ~QVFbView(); int displa...
<!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.6"/> <title>CORE POS - IS4C: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/...
#include "config.h" #include "<API key>.h" #if ENABLE(INSPECTOR) #include "<API key>.h" #include "ScriptState.h" using namespace Inspector; namespace WebCore { <API key>::<API key>(<API key>& environment, PassRefPtr<InjectedScriptHost> host) : <API key>(environment, host) , <API key>(CommandLineAPIHost::create(...
# -*- coding: utf-8 -*- from __future__ import (absolute_import, division, print_function) from sympy import log, exp, Symbol, Pow, sin from sympy.printing.ccode import ccode from sympy.codegen.cfunctions import log2, exp2, expm1, log1p from sympy.codegen.rewriting import ( optimize, log2_opt, exp2_opt, expm1_opt, ...
#include <pthread.h> #include <errno.h> #include <sched.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include "posixtest.h" int main(void) { #if defined(<API key>) if (sysconf(<API key>) == -1) { printf("PRIORITY_SCHEDULING not supported\n"); return PTS_UNSUPPORTED; } pthrea...
<?php /* * Pinterest, Reddit, StumbleUpon and LinkedIn buttons Processor code for WP Socializer Plugin * Version : 2.5 * Since v2.0 * Author : Aakash Chakravarthy */ // StumbleUpon button function <API key>(){ return " <!-- WP Socializer - StumbleUpon Script --> <script type=\"text/javascript\"> (function() { ...
#include "qgis.h" #include "qgsfeature.h" #include "qgsfields.h" #include "qgsgeometry.h" #include "<API key>.h" #include "qgslogger.h" #include "qgsmessagelog.h" #include "qgsogcutils.h" #include "qgsoapifprovider.h" #include "qgswfsdataitems.h" #include "qgswfsconstants.h" #include "<API key>.h" #include "qgswfsprovi...
# <API key>: true require 'sidekiq/extensions/generic_proxy' module Sidekiq module Extensions # Adds 'delay', 'delay_for' and `delay_until` methods to ActiveRecord to offload instance method # execution to Sidekiq. Examples: # User.recent_signups.each { |user| user.delay.mark_as_awesome } # Please no...
#! /bin/sh ## Quit immediately an error set -e ## Build the R package from a github branch. ## We assume that all the build tools, and the ## igraph dependencies are already installed, ## but the R packages we depend on are not. ## If not specified, we build the master branch branch=${1-master} ## If not specified, we ...
// File name : CxxScannerTokens.h // F i l e // This program is free software; you can redistribute it and/or modify // (at your option) any later version. #ifndef ScannerTokens_H__ #define ScannerTokens_H__ enum { T_FIRST = 297, T_IDENTIFIER, T_STRING }...
#ifndef QGSADDATTRDIALOG_H #define QGSADDATTRDIALOG_H #include "<API key>.h" #include "qgisgui.h" #include "qgsfield.h" class QgsVectorLayer; class QgsAddAttrDialog: public QDialog, private Ui::<API key> { Q_OBJECT public: QgsAddAttrDialog( QgsVectorLayer *vlayer, QWidget *parent = 0, Qt...
#include "config.h" #if ENABLE(SVG) && ENABLE(<API key>) #include "<API key>.h" #include "SVGFilterElement.h" #include "SVGFilterEffect.h" #include "SVGLength.h" #include "SVGNames.h" #include "SVGStyledElement.h" #include "SVGUnitTypes.h" namespace WebCore { <API key>::<API key>(const QualifiedName& tagName, Document*...
from django.contrib import admin from membership.models import JoinRequest admin.site.register(JoinRequest)
#ifndef <API key> #define <API key> #include <boost/config.hpp> #include <boost/random/uniform_01.hpp> namespace boost { namespace random { namespace detail { template<class <API key>, class IntType = unsigned long> class uniform_int_float { public: typedef <API key> base_type; typedef IntType result_type; unifor...
package org.onecmdb.core.utils.transform; public class <API key> extends AAttributeValue { private DataSet dataSet; public <API key>(IAttributeSelector selector, DataSet set) { super(selector); this.dataSet = set; } public DataSet getDataSet() { return(this.dataSet); } pu...
<?php class <API key> implements <API key> { /** * * @return array; */ public function getPicklistOptions() { global $wpdb; $query = 'SELECT pf.id, pf.name AS field_name, pt.name AS pod_name FROM '.$wpdb->prefix.'pod_fields AS pf'; $query .= ' LEFT JOIN '.$wpdb->prefix...
# plugin/plugin_base.py # <see AUTHORS file> # This module is part of SQLAlchemy and is released under """Testing extensions. this module is designed to work as a <API key> library, created so that multiple test frameworks can be supported at once (mostly so that we can migrate to new ones). The current target is pytes...
#include "precompiled.h" enum { SAY_AGGRO = -1999900, SAY_BESERK = -1999906, SAY_PHASE = -1999907, SPELL_ONE = 64698, //Pyroblast SPELL_BESERK = 32309, SPELL_TWO = 57668, //frost nova SPELL_THREE = 41524, //arcane explosion SP...
/* #define VERBOSE_DEBUG */ #include <linux/kallsyms.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/utsname.h> #include <linux/usb/composite.h> /* * The code in this file is utility code, used to build a gadget driver * from one or more "function" drivers, one or more "...
#include <linux/err.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/irqdomain.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_platform.h> #include <linux/memory.h> #include <linux/regulator/machine.h> #include <linux/...
<?php defined('_JEXEC') or die('Restricted access'); class CfactionDbSave{ var $formname; var $formid; var $group = array('id' => 'data_operations', 'title' => 'Data/DB Operations'); var $details = array('title' => 'DB Table save', 'tooltip' => 'Create/Update a DB table record using the available form d...
<?php defined("SYSPATH") or die("No direct script access."); class Cache_Model_Core extends ORM {}
# This file is part of WhatWeb and may be subject to # web site for more information on licensing and terms of use. # Version 0.2 # 2016-04-21 # Andrew Horton # Moved patterns from passive function to matches[] Plugin.define "MeetingPlaza" do author "Brendan Coles <bcoles@gmail.com>" # 2011-07-21 version "0.2" descript...
#ifndef <API key> #define <API key> #include "Base.hpp" #include "Time/PeriodClock.hpp" #include "Math/fixed.hpp" class DataFieldTime final : public DataField { private: int value; int min; int max; unsigned step; unsigned max_tokens; PeriodClock last_step; uint8_t speedup; mutable TCHAR string_buffer[O...
<?php namespace Drupal\Tests\datetime\Functional\Views; use Drupal\Core\Datetime\DrupalDateTime; use Drupal\datetime\Plugin\Field\FieldType\DateTimeItem; use Drupal\datetime\Plugin\Field\FieldType\<API key>; use Drupal\field\Entity\FieldStorageConfig; use Drupal\field\Entity\FieldConfig; use Drupal\Tests\BrowserTestBas...
#!/bin/sh . ${srcdir}/tests/common.shi ${RUNENV} ${MEMCHECK} ./rwfile ${SRCDIR}/input_pallette.miff GRAY
#ifndef <API key> #define <API key> #include <string> #include <sstream> #include <iostream> #include <apt-pkg/strutl.h> #include "i18n.h" using namespace std; string trans_section(string sec); #endif
<?php class KiTT_Mustache extends Mustache { /** * @var KiTT_TemplateLoader */ private $_loader; /** * Create an instance of KiTT_Mustache * * @param KiTT_TemplateLoader $loader Template Loader * * @return void */ public function __construct(KiTT_TemplateLoader $l...