answer
stringlengths
15
1.25M
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 2.8 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Special targets provided by cmake. # Disable implicit rules so canoncical targets will work. .SUFFIXES: # Remove ...
{# This file was generated with the ext-templateevents:generate command. #} {%- if <API key>.enable -%} <a class="templateevents" title="3.1.0-b3& {%- endif -%}
#ifndef <API key> #define <API key> #include <linux/mm.h> #include <asm/glue.h> #include <asm/shmparam.h> #include <asm/cachetype.h> #define CACHE_COLOUR(vaddr) ((vaddr & (SHMLBA - 1)) >> PAGE_SHIFT) #undef _CACHE #undef MULTI_CACHE #if defined(CONFIG_CPU_CACHE_V3) # ifdef _CACHE # define MULTI_CACHE 1 # else # de...
<!DOCTYPE html PUBLIC "- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest02509</title> </head> <body> <form action="/benchmark/BenchmarkTest02509" method="GE...
/* vi: set sw=4 ts=4: */ //config:config NICE //config: bool "nice (1.8 kb)" //config: default y //config: help //config: nice runs a program with modified scheduling priority. //applet:IF_NICE(APPLET_NOEXEC(nice, nice, BB_DIR_BIN, BB_SUID_DROP, nice)) //kbuild:lib-$(CONFIG_NICE) += nice.o //usage:#define n...
<?php $gsa_agentstring = $vars['entity']->gsa_agentstring; if (!$gsa_agentstring) { $vars['entity']->gsa_agentstring = 'gsa-crawler'; } // agent string of the crawler $<API key> = "<label>Federated Search GSA Agent-String</label>"; $<API key> = elgg_view('input/text', array( 'name' => 'params[gsa_agentstring]', ...
#ifndef LDEMUL_H #define LDEMUL_H /* Forward declaration for ldemul_add_options() and others. */ struct option; extern void ldemul_hll (char *); extern void ldemul_syslib (char *); extern void ldemul_after_parse (void); extern void ldemul_before_parse (void); extern void ldemul_after_open (void); extern void...
if not WeakAuras.IsCorrectVersion() then return end local AddonName, Private = ... local L = WeakAuras.L; local root2 = math.sqrt(2); local halfroot2 = root2/2; local default = { texture = "Interface\\Addons\\WeakAuras\\PowerAurasMedia\\Auras\\Aura3", desaturate = false, width = 200, height = 200, color = {1,...
! This file created from test/mpi/f77/comm/commnamef.f with f77tof90 ! -*- Mode: Fortran; -*- ! ! (C) 2003 by Argonne National Laboratory. ! See COPYRIGHT in top-level directory. ! program main use mpi integer errs, ierr integer comm(4), i, rlen, ln integer ncomm character*(MPI...
package cmu.servercommunication; /** * GigaSight - CMU 2012 * @author Pieter Simoens * */ import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.net.Socket; import java.net.<API key...
<?php /** * Cache handler for route. */ namespace Drupal\at_base\Route; use Drupal\at_base\Helper\ContentRender\<API key>; class CacheHandler implements <API key> { protected $options; protected $callback; /** * Tell the proxy does not cache this page */ public function __destruct() { if (!empty($th...
#ifndef TPA2028_SPK_L_H #define TPA2028_SPK_L_H #define TPA2028_L_NAME "tpa2028_l" #define TPA2028_I2C_ADDR ( 0x58 ) #define TPA2028_IOCTL_MAGIC 'u' #define TPA2028_ENABLE _IOW(TPA2028_IOCTL_MAGIC, 0xE0, unsigned) #define TPA2028_DISABLE _IOW(TPA2028_IOCTL_MAGIC, 0xE1, unsigned) #define TPA2028_SET_REG...
<?php defined('_JEXEC') or die; jimport('joomla.application.component.model'); class FsssModelMainmenu extends JModelLegacy { function __construct() { parent::__construct(); $array = JRequest::getVar('cid', 0, '', 'array'); $this->setId((int)$array[0]); } function setId($id) ...
package org.owasp.benchmark.testcode; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet("/BenchmarkTest02524") publ...
// Practica Final, Clase GeneralTree, archivo .h # ifndef GENERAL_TREE # define GENERAL_TREE # include <iostream> # include <stdexcept> // Excepciones using namespace std; template <class T> class GeneralTree{ private: struct NodeP { /** *@brief Clave almacenada del tipo de dato *T*...
package com.oracle.graal.nodes.java; import jdk.vm.ci.meta.LocationIdentity; import com.oracle.graal.graph.IterableNodeType; import com.oracle.graal.graph.NodeClass; import com.oracle.graal.nodeinfo.NodeInfo; import com.oracle.graal.nodes.ValueNode; import com.oracle.graal.nodes.extended.MonitorExit; import com.oracle....
package com.caucho.config.core; import com.caucho.config.Config; import com.caucho.config.ConfigException; import com.caucho.config.SchemaBean; import com.caucho.config.program.RecoverableProgram; import com.caucho.config.type.FlowBean; import com.caucho.config.types.FileSetType; import com.caucho.loader.Environment; i...
'use strict'; angular.module('openolitor-admin') .controller('<API key>', ['$q', '$scope', '$rootScope', '$filter', 'ReportsModel', 'NgTableParams', '<API key>', '<API key>', '$location', '<API key>', 'FilterQueryUtil', 'gettext', function($q, $scope, $rootScope, $filter, ReportsModel, NgTableParams, <API...
// <API key>: GPL-2.0+ #include <common.h> #include <dm.h> #include <env.h> #include <hang.h> #include <image.h> #include <init.h> #include <log.h> #include <mmc.h> #include <axp_pmic.h> #include <generic-phy.h> #include <phy-sun4i-usb.h> #include <asm/arch/clock.h> #include <asm/arch/cpu.h> #include <asm/arch/display....
import attr from navmazing import NavigateToAttribute from cfme.common import Taggable from cfme.exceptions import ItemNotFound from cfme.modeling.base import BaseCollection, BaseEntity, parent_of_type from cfme.networks.views import <API key>, SecurityGroupView from cfme.utils import version from cfme.utils.appliance....
# -*- coding: utf-8 -*- import wx from outwiker.gui.testeddialog import TestedDialog class OverwriteDialog(TestedDialog): def __init__(self, *args, **kwds): super(OverwriteDialog, self).__init__(*args, **kwds) self.textLabel = wx.StaticText(self, -1, ...
# This file is part of CARPS. # CARPS is free software: you can redistribute it and/or modify # (at your option) any later version. # CARPS is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the require "carps/util" require "carps/ui" require "carps/protocol/k...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_25) on Wed Aug 08 22:38:31 NZST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class moa.streams.FilteredStream (MOA: Massive Online Analysis 2012.08 API) </TITLE> <META NAME="date" CO...
/* Return to Masteria [Lucky Lucky Monstory] Check Your Monster Cards Made by Daenerys */ importPackage(Packages.tools.packet); function start() { qm.OpenUI(117); qm.dispose(); }
Ext.ns('Deluge'); /** * @class Deluge.EditTrackerWindow * @extends Ext.Window */ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, { title: _('Edit Trackers'), layout: 'fit', width: 350, height: 220, plain: true, closable: true, resizable: true, bodyStyle: 'padding: 5px', buttonA...
<?php namespace Jigoshop\Factory; use Jigoshop\Core\Options; use Jigoshop\Service\PaymentService as Service; use WPAL\Wordpress; class PaymentService { /** @var \WPAL\Wordpress */ private $wp; /** @var \Jigoshop\Core\Options */ private $options; public function __construct(Wordpress $wp, Options $op...
# encoding: utf-8 require 'data_mapper' require 'slim' module Assassins class Game def winner alive = Player.all(:is_verified => true, :is_alive => true) if (alive.count == 1) alive[0] else nil end end end class App < Sinatra::Base before do @game = Game.f...
package cern.colt.matrix.tdouble.impl; import cern.colt.matrix.tdouble.DoubleMatrix2D; import cern.jet.math.tdouble.DoubleFunctions; /** * Benchmarks the performance of matrices. Here are the results of some * encouraging measurements. Note that all benchmarks only measure the time * spent in accessing a matrix elem...
#include "stateseditormodel.h" #include "stateseditorview.h" #include <QDebug> #include <nodelistproperty.h> #include <modelnode.h> #include <bindingproperty.h> #include <variantproperty.h> #include <rewriterview.h> #include <coreplugin/icore.h> #include <coreplugin/messagebox.h> enum { debug = false }; namespace Q...
YUI.add('recordset-base', function (Y, NAME) { /** * Provides a wrapper around a standard javascript object. Can be inserted into a Recordset instance. * * @class Record */ var Record = Y.Base.create('record', Y.Base, [], { _setId: function() { return Y.guid(); }, initializer: function() { }...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>RebeccaAIML: C:/rebecca/include/rebecca/CallBacks.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesh...
/** * @class * @extends ve.dm.Selection * @constructor */ ve.dm.NullSelection = function VeDmNullSelection( doc ) { // Parent constructor ve.dm.NullSelection.super.call( this, doc ); }; /* Inheritance */ OO.inheritClass( ve.dm.NullSelection, ve.dm.Selection ); /* Static Properties */ ve.dm.NullSelection.sta...
<?php namespace HeVinci\CompetencyBundle\Tests\Repository; use HeVinci\CompetencyBundle\Util\RepositoryTestCase; class ScaleRepositoryTest extends RepositoryTestCase { private $repo; protected function setUp(): void { parent::setUp(); $this->repo = $this->om->getRepository('<API key>:Scale')...
# -*- coding: utf-8 -*- # This file is part of FIFE. # FIFE is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # This library is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # You shou...
import pygame import os, sys from pygame.locals import * import socketserver import socket def min(a, b): return a if a < b else b ''' Load an animation strip.''' def load_strip(filename, nframes, width=None, height=None, colorkey=None): full_image, full_rect = load_image(filename, width=width, height=height) ...
#ifndef <API key> #define <API key> #include <common/types.h> #include <gdt.h> namespace myos { struct CPUState { common::uint32_t eax; common::uint32_t ebx; common::uint32_t ecx; common::uint32_t edx; common::uint32_t esi; common::uint32_t edi; common::ui...
package info.papdt.blacklight.ui.common; import android.content.Intent; import android.graphics.PointF; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.support.v4.view.MenuItemCompat; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewCompat; import...
// <API key>.h // NIMKit #ifndef <API key> #define <API key> #import "<API key>.h" @class NIMMessage; @class NIMMessageModel; @interface <API key> : NSObject @property (nonatomic,copy) NSArray *indexpaths; @property (nonatomic,copy) NSArray *messageModels; @end @protocol <API key> <NSObject> - (NSArray *)items; - (<A...
import React, {Component} from 'react' import { Link } from 'react-router' import EventListener from '<API key>' import styles from './Blip.css' class Blip extends Component { constructor(props) { super(props) } componentDidMount() { this.nameInput.focus() } render() { const ...
/* Project name: nstd - non-standard general library */ /* File Name: <API key>.cpp */ /* Description: solving equations for monotonic functions */ /* Email: vlasov at academ.org */ #pragma once n...
#!/usr/bin/python # -*- coding: utf-8 -*- # This file is part of Ansible # Ansible is free software: you can redistribute it and/or modify # (at your option) any later version. # Ansible is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import json import...
#include <websites.h> WebsiteInfo youtube = { "youtube", "^(?i)(https?://)?(\\w+\\.)?youtube\\.com/watch\\?(.*&)?v=(?-i)(?<video_id>[\\w\\d-]{11})(?i)([^\\w\\d-].*)?$", "<iframe width=\"425\" height=\"240\" src=\"http: NULL };
#ifndef _RMAFILES_H_ #define _RMAFILES_H_ /* * Forward declarations of some interfaces defined here-in. */ typedef _INTERFACE IRMAFileObject IRMAFileObject; typedef _INTERFACE IRMAFileResponse IRMAFileResponse; typedef _INTERFACE <API key> <API key>; typedef _INTERFACE IRMAFileSta...
// This file is part of the ClearCanvas RIS/PACS open source project. // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the GNU General Public // The ClearCanvas RIS/PACS open source project is distributed in the hope that it // MERCHANTABIL...
using System; using Popolo.<API key>; using Popolo.Weather; using Popolo.Numerics; namespace Popolo.ThermalLoad { <summary>Air flow window class</summary> public class AirFlowWindow { #region constant private readonly double CPA = MoistAir.GetSpecificHeat(0.015); #endregion #...
# rtlsdr_scan # A frequency scanning GUI for the OsmoSDR rtl-sdr library at # This program is free software: you can redistribute it and/or modify # the Free Software Foundation, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A...
package com.oocl.mnlbc.service; public class AddUserSvc { public boolean fieldEmpty(String field) { if(field != null && !field.equals("")){ return false; } return true; } }
# $Id: Tree.pm 16123 2009-09-17 12:57:27Z cjfields $ # BioPerl module for Bio::Tree::Tree # Please direct questions and support issues to <bioperl-l@bioperl.org> # Cared for by Jason Stajich <jason@bioperl.org> # You may distribute this module under the same terms as perl itself # POD documentation - main docs before t...
package buildcraftAdditions.items.itemBlocks; import net.minecraft.block.Block; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import buildcraftAdditions.BuildcraftAdditions; import buildcraftAdditions.utils.Utils; public class ItemBlockKEB extends ItemBlock { public ItemBlockKEB(Block bl...
-- $Header: /tmp/libdirac/tmp.stZoy15380/dirac/DIRAC3/DIRAC/<API key>/DB/JobDB.sql,v 1.22 2009/08/26 09:39:53 rgracian Exp $ -- Schema definition for the JobDB database - the main database of the DIRAC -- Workload Management System -- When installing via dirac tools, the following is not needed (still here for refere...
package coderslagoon.trupax.lib.io.filesystem.udf; import java.util.Arrays; import coderslagoon.baselib.util.BinUtils; import coderslagoon.baselib.util.BytePtr; public class DString { public static String read(byte[] buf, int ofs, int len) throws UDFException { int end = ofs + len - 1; int sz = buf[...
<?php /* {{{ proto string array_to_insql(array elements) Returns a string of a SQL fragment to klugde around mysql's lack of nested SELECTS. */ function array_to_insql($array) { if (count($array)) return("IN (".ereg_replace("([^,]+)","'\\1'",join(",",$array)).")"); return 'IS NULL'; } /* {{{ proto...
# -*- coding: utf-8 -*- from module.plugins.internal.DeadCrypter import DeadCrypter class FilebeerInfoFolder(DeadCrypter): __name__ = "FilebeerInfoFolder" __type__ = "crypter" __pattern__ = r"http://(?:www\.)?filebeer\.info/(\d+~f).*" __version__ = "0.02" __description__ = """Filebeer.info Folder Pl...
// Unarmed class I_MRAP_03_F; class Inegal_VAB_Unarmed: I_MRAP_03_F { scope = 2; side = 0; faction = "UKSF_Inegal"; displayName = "VAB Unarmed"; editorPreview = QPATHTOEF(common,data\previews\Inegal_VAB_Unarmed.jpg); crew = "Inegal_Crew_C"; typicalCargo[] = { "Inegal_Crew_C" }; ...
nav>.sf-menu { z-index: 990; text-align: left; position: relative; float: right; } nav { margin: 0; position:relative; padding: 0; float: right; width: 100%; } .sf-menu ul { position:absolute; top:-999px; display:none; } .sf-menu li { float:left; position:relative...
import components from './components' export default { components }
package org.structr.bolt; import java.util.Iterator; import java.util.Map; abstract class <API key><T> implements Iterable<T> { private Iterable<T> result = null; private CypherQuery query = null; private Iterator<T> current = null; private BoltDatabaseService db = null; protected abstra...
#include "messageprocessor.h" #include <QVariant> #include <QTextCursor> #include <definitions/messagedataroles.h> #include <definitions/messagewriterorders.h> #include <definitions/<API key>.h> #include <utils/logger.h> #define SHC_MESSAGE "/message" MessageProcessor::MessageProcessor() { FXmppStreams = NU...
package github.daneren2005.dsub.view.compat; import android.support.v7.app.<API key>; import android.support.v7.app.<API key>; import android.support.v7.app.<API key>; public class <API key> extends <API key> { @Override public <API key> <API key>() { return new <API key>(); } @Override publ...
package com.risevision.ui.client.common.widgets.demographics; import com.risevision.ui.client.common.widgets.<API key>; public class <API key> extends <API key> { public <API key>() { super(); loadData(); } private void loadData() { addItem("Consulting", "consulting"); addIte...
<?php defined('SYSPATH') or die('No direct script access.');?> <div class="page-header"> <?if ($category!==NULL):?> <h1><?=$category->translate_name()?></h1> <?elseif ($location!==NULL):?> <h1><?=$location->translate_name()?></h1> <?else:?> <h1><?=_e('Listings')?></h1> <?endif?> ...
<?php function my_callrates() { global $dbh, $db_name, $db_table_name, $group_by_field, $where, $result_limit, $graph_col_title, $<API key>; $my_call_rates = array( "Городские" => "(dst LIKE '2%' OR dst LIKE '7%') and (LENGTH(dst)=7)", "Мобильные" ...
# 2008-2018 H. Turgut Uyar <uyar@tekir.org> # 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 the # along with this program; ...
/** * @file IAR/ARMCMx/chcore_v7m.c * @brief ARMv7-M architecture port code. * * @addtogroup IAR_ARMCMx_V7M_CORE * @{ */ #include "ch.h" /* Port interrupt handlers. */ /** * @brief System Timer vector. * @details This interrupt is used as system tick. * @...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <title>File: testcase.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/jav...
<?php defined( 'ABSPATH' ) || exit; ?> <fieldset> <?php foreach ( $data['options'] as $cb_id => $cb_label ) : ?> <input type="checkbox" name="<?php echo esc_attr( sprintf( '%s[%s]', $data['id'], $cb_id ) ); ?>" id="<?php echo esc_attr( sprintf( '%s_%s', $data['id'], $cb_i...
// This file is part of the ClearCanvas RIS/PACS open source project. // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the GNU General Public // The ClearCanvas RIS/PACS open source project is distributed in the hope that it // MERCHANTABIL...
// SFML - Simple and Fast Multimedia Library // In no event will the authors be held liable for any damages arising from the use of this software. // including commercial applications, and to alter it and redistribute it freely, // subject to the following restrictions: // 1. The origin of this software must not be mis...
static char rcsid[] = "$Id: b3dest.c, v3.2.3 10/05/2001 18:00:00 Xuemei Xi Release $"; #include "spice.h" #include <stdio.h> #include "util.h" #include "bsim3def.h" #include "suffix.h" void BSIM3destroy(inModel) GENmodel **inModel; { BSIM3model **model = (BSIM3model**)inModel; BSIM3instance *here; BSIM3instance *prev =...
<!DOCTYPE HTML PUBLIC "- <html> <head> <script type="text/javascript"> done = false; xmlhttp= new XMLHttpRequest(); xmlhttp.open("GET","../integration/isaspx.aspx",false); xmlhttp.send(null); if (xmlhttp.status === 200) { //check if "OK" (200) ...
<?php /** * Respresents an API parameter * * @author James Cryer(j.r.cryer@gmail.com) */ class QueryParameter { /** * Parameter name * @var string */ protected $name; /** * Parameter value * @var string */ protected $value; /** * Constructor * * @para...
package com.idega.repository.data; /** * PropertyDescription keeps the link between a ResourceDescription and a certain method. * * @see PresentationObject#<API key>() */ public class PropertyDescription { private String name = null; private String parameterId = null; private ResourceDescription resourc...
package cern.colt.matrix.tdouble.algo.solver; import cern.colt.matrix.tdouble.algo.solver.preconditioner.DoubleICC; /** * Test of DoubleIR with ICC */ public class DoubleIRICCTest extends DoubleIRTest { public DoubleIRICCTest(String arg0) { super(arg0); } protected void createSolver() throws Excep...
Hi! Thanks for your interest in contributing to PyWeather, by reporting an issue. It's simply impossible for me to catch every bug in PyWeather, so you can help! Before you report an issue, run down this to-do list. * Make sure PyWeather is up-to-date. I do manage to catch a fair amount of bugs in PyWeather releases. *...
#include "coreinit.h" #include "coreinit_im.h" #include "coreinit_ios.h" #include "coreinit_mutex.h" #include "cafe/<API key>.h" #include "cafe/cafe_stackobject.h" #include <libcpu/state.h> namespace cafe::coreinit { struct StaticImData { be2_struct<OSMutex> itbMutex; be2_array<char, 16> itbMutexName; be2_stru...
import argparse import json import pymongo from bson.objectid import ObjectId from pprint import pprint from os import path parser = argparse.ArgumentParser(description='Load Variant Effect Prediction JSON file to MongoDB.') parser.add_argument('--url', default='mongodb://localhost:27017/', help="MongoDB URL, default: ...
#include "testing/gtest/include/gtest/gtest.h" #include "webrtc/modules/audio_coding/codecs/<API key>.h" #include "webrtc/media/engine/webrtcmediaengine.h" using webrtc::RtpExtension; namespace cricket { namespace { std::vector<RtpExtension> <API key>() { std::vector<RtpExtension> result; char name[] = "a"; for (...
package es.ucm.fdi.edd.core.erlang.model; public class MFA { private String module; private String function; private Long arity; public MFA() { // TODO Auto-generated constructor stub } public MFA(String module, String function, Long arity) { this.module = module; this.fu...
#include "skia/ext/<API key>.h" #include "skia/ext/platform_canvas.h" namespace skia { <API key>* <API key>::Create(int width, int height, bool is_opaque) { SkBitmap bitmap; if (bitmap.tryAllocN32Pixels(width, height, is_opaque)) { // Follow the logic in SkCanv...
<?php namespace WP_SMS\Gateway; class primotexto extends \WP_SMS\Gateway { private $wsdl_link = "https://api.primotexto.com/v2/"; public $tariff = "http: public $unitrial = true; public $unit; public $flash = "disable"; public $isflash = false; public function __construct() { par...
#include "branchadddialog.h" #include "branchmodel.h" #include "ui_branchadddialog.h" #include "gitplugin.h" #include <utils/fancylineedit.h> #include <utils/hostosinfo.h> #include <QPushButton> #include <QRegularExpression> #include <QValidator> namespace Git { namespace Internal { /*! * \brief The BranchNameValidato...
import { ResistorColor } from "./resistor-color-duo" describe("Resistor Colors", () => { it("Brown and black", () => { const resistorColor = new ResistorColor(["brown", "black"]) expect(resistorColor.value()).toEqual(10) }) it("Blue and grey", () => { const resistorColor = new ResistorColor(["blue", "...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # <API key>: 2014 Anke Boersma <demm@kaosx.us> # <API key>: 2016 Teo Mrnjavac <teo@kde.org> # <API key>: 2018 AlmAck <gluca86@gmail.com> # <API key>: 2018-2019 Adriaan de Groot <groot@kde.org> # <API key>: GPL-3.0-or-later import os import re import shutil import...
package org.sigmah.shared.command.result; /** * Result which contains a boolean. * * @author Denis Colliot (dcolliot@ideia.fr) */ public class BooleanResult implements Result { private boolean value; public BooleanResult() { // Serialization. } public BooleanResult(final boolean value) { ...
package com.artivisi.android.playsms.ui.adapter; import android.content.Context; import android.graphics.Typeface; import android.os.Build; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Linea...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Wed Feb 09 11:31:29 EST 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class net.sf.sketchel.ds.DataManager </TITLE> <META NAME="date" CONTENT="2011-02-09"> <LINK REL ="styleshe...
#ifndef SVGImageElement_h #define SVGImageElement_h #include "core/SVGNames.h" #include "core/svg/SVGAnimatedLength.h" #include "core/svg/<API key>.h" #include "core/svg/SVGGraphicsElement.h" #include "core/svg/SVGImageLoader.h" #include "core/svg/SVGURIReference.h" #include "platform/heap/Handle.h" namespace blink { c...
#ifndef UBUPGRADETOOEF_H #define UBUPGRADETOOEF_H #include <QStackedWidget> #include <QWidget> #include <Qt> #include <QTextEdit> #include "<API key>.h" #include "UBActionWidget.h" class QLabel; class QPushButton; class QRadioButton; class QCheckBox; class QButtonGroup; class UBUpgradeToOEF : public QStackedWidget { ...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\<API key>.idl */ #ifndef <API key> #define <API key> #ifndef <API key> #include "nsISupports.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #define NS_NO_VTABLE #endif /* starting interface: <API key> */...
#include "net/http/http_stream_parser.h" #include <utility> #include "base/bind.h" #include "base/compiler_specific.h" #include "base/logging.h" #include "base/metrics/histogram_macros.h" #include "base/profiler/scoped_tracker.h" #include "base/strings/string_util.h" #include "base/values.h" #include "net/base/io_buffe...
SAAS Admin Scripts === Scripts for Google Apps Manager, and other things ## User provisioning scripts * `create_user.sh`: Create a Google Apps user, email them, put them in a 2FA exception group * `remove_user.sh`: Start the process (currently using CloudPages) to remove the user (and keep backups) * `dropbox.sh`: Add ...
/* Project name: nstd - non-standard library */ /* File name: nstd_memory.cpp */ /* Description: memory managers module */ /* Email: vlasov at academ.org */ ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>org.argouml.kernel package</title> <! Copyright (c) 1996-99 The Regents of the University of California. All Rights Reserved. Permission to use, copy, modify, and distribute this software and its documentation without fee, and without...
#ifndef FAILURE_H #define FAILURE_H // Failure records the circumstances surrounding a test failure. Using C++ // macros were are able to record the name of the file where the failure // occurred, the line number, and the text of the condition which provoked // the failure. #include <string> class Failure { public...
#ifndef _LOGGING_H #define _LOGGING_H /* * Logging. * Every error/warning is reported to the global error log using * uperf_log(type, errno, msg). The logger stores upto NUM_ERR_STR * messages, and if full, the log is flushed. * If the previous message is the same as the current message, * the count for t...
#include "includes.h" #include "librpc/gen_ndr/libnetapi.h" #include "lib/netapi/netapi.h" #include "lib/netapi/netapi_private.h" #include "lib/netapi/libnetapi.h" #include "../librpc/gen_ndr/cli_samr.h" #include "../librpc/gen_ndr/cli_lsa.h" static NTSTATUS <API key>(TALLOC_CTX *mem_ctx, s...
package fr.orsay.lri.varna.applications; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Dimension; import java.awt.Font; import java.awt.GridLayout; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.Transferable; import java.awt.dnd.DnDConstants; impo...
#!/usr/bin/env bash # Author [Jean Pourroy - jean.pourroy at g_:) _mail.com] # Description: Bash file using to start/stop uncore counters for Skylake Architecture with the lspci command # ref: bash template from # ref: code inspired from John Mc Calpin answers on intel forum VERSION=1.0 USAGE="Usage: $0 {start, st...
<?php // This program is free software: you can redistribute it and/or modify // This program is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // If you purchased an openITCOCKPIT Enterprise Edition you can use this file // confirmation. namespace ...
#include "argList.H" #include "timeSelector.H" #include "Time.H" #include "polyMesh.H" #include "OFstream.H" #include "meshTools.H" #include "cellSet.H" #include "faceSet.H" using namespace Foam; void writeOBJ(const point& pt, Ostream& os) { os << "v " << pt.x() << ' ' << pt.y() << ' ' << pt.z() << nl; } // All edg...