answer
stringlengths
15
1.25M
/* * blockio.cc * * */ #define _LARGEFILE_SOURCE #define _FILE_OFFSET_BITS 64 #include "version.h" #include "blockio.h" #include "osutils.h" #include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdint.h> __ID("@(#) $Id: blockio.cc 2069 ...
#include <math.h> #include "vec3.h" #include "common.h" #include "solid_vary.h" #include "solid_sim.h" #include "solid_all.h" #include "solid_cmd.h" #define LARGE 1.0e+5f #define SMALL 1.0e-3f /* Solves (p + v * t) . (p + v * t) == r * r for smallest t. */ /* * Given vectors A = P, B = V * t, C = A + B...
package net.pms.medialibrary.commons.dataobjects; import net.pms.medialibrary.commons.enumarations.ThumbnailPrioType; public class DOThumbnailPriority { private long id; private ThumbnailPrioType <API key>; private String picturePath; private int seekPosition; private int priorityIndex; public D...
#ifndef TBLSTAILER_H #define TBLSTAILER_H #include "TableTailer.h" #include "tables/hive/TBLSTable.h" #include "tables/hive/SDSTable.h" #include "tables/hive/TABCOLSTATSTable.h" #include "tables/hive/TABLEPARAMSTable.h" class TBLSTailer : public TableTailer<TBLSRow> { public: TBLSTailer(Ndb *ndb, const int poll_maxTi...
#!/bin/sh . ${srcdir}/tests/common.shi ${RUNENV} ${MEMCHECK} ./rwfile ${SRCDIR}/input_truecolor16.dpx PPM
package cmd import ( "github.com/spf13/cobra" ) // rotateCmd represents the shuffletips command var rotateCmd = &cobra.Command{ Use: "rotate", Short: "Rotates children of internal nodes", Long: `Rotates children of internal nodes by different means. Either randomly with "rand" subcommand, either sorti...
#ifndef <API key> #define <API key> /** * Includes */ #include <stdint.h> // STD IEEE Type Definitions - int16_t, uint8_t, etc. /** * External Global Routines */ extern int16_t emfio_setupCommands(); extern int16_t <API key>(); extern int16_t <API key>(); extern int16_t <API key>(); extern uint32_t <API k...
<div class="header"><h1 class="slidetitle">Make the most of the web</h1></div> <div class="main"> <div class="text"> <div> <p>Ubuntu MATE includes Firefox, the web browser used by millions of people around the world. And web applications you use frequently (like Facebook or Gmail, for example) can be pinned to your des...
<?php include_once('sites/all/themes/artonair/custom_functions/custom_variable.php'); /* mp3 folder path */ ?> <?php include_once('sites/all/themes/artonair/custom_functions/default_image.php'); /* function for displaying default images */ ?> <?php $listen_url = "/drupal/play/" . $node->nid . "/" . $node->path; ?> <?...
<?php get_header(); ?> <div id="content" class="clearfix"> <div id="main" class="col620 clearfix" role="main"> <article id="post-0" class="post error404 not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404 - Page Not Found', '...
package scatterbox.utils; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.<API key>; import java.io.InputStreamReader; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.Statement; im...
<?php defined('_JEXEC') or die; // Include the component HTML helpers. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::_('bootstrap.tooltip'); JHtml::_('behavior.formvalidator'); JHtml::_('behavior.keepalive'); JHtml::_('behavior.tabstate'); $input = JFactory::getApplication()->input; // No access if n...
<! from emacs.texi on 3 March 1994 <TITLE>GNU Emacs Manual - Commands for Human Languages</TITLE> <P>Go to the <A HREF="emacs_24.html">previous</A>, <A HREF="emacs_26.html">next</A> section.<P> <A NAME="IDX723"></A> <A NAME="IDX724"></A> <H1><A NAME="SEC155" HREF="emacs_toc.html#SEC155">Commands for Human Language...
SELECT id_registrazione, dat_registrazione, des_registrazione FROM contabilita.registrazione WHERE id_cliente = %id_cliente% AND num_fattura = '%num_fattura%' AND dat_registrazione = '%dat_registrazione%' AND extract(year from dat_registrazione) = extract(year from current_date)
#ifndef MATRIX_HPP #define MATRIX_HPP double matrix_prob_ts(int i, int j, int q, const cdf &p, const pmf &u); double <API key>(int i, int j, int q, const cdf &p, const pmf &u); void compute_matrixes(const MatrixXd & mat, int dim, MatrixXd & B, MatrixXd & A0, MatrixXd & A1, Matr...
from __future__ import print_function """ Deprecated. Use ``update-tld-names`` command instead. """ __title__ = 'tld.update' __author__ = 'Artur Barseghyan' __copyright__ = '2013-2015 Artur Barseghyan' __license__ = 'GPL 2.0/LGPL 2.1' from tld.utils import update_tld_names _ = lambda x: x if __name__ == '__main__': ...
<?php namespace App\Team\GET; class Project extends Content{ public function analyze(){ $param = []; if(empty($_GET['begin']) && empty($_GET['end']) ){ $param['begin'] = time() - 86400 * 30; $param['end'] = time(); }else{ $param['begin'] = strtotime(self::...
/* $Id: <API key>.c $ */ /** @file * IPRT - Multiprocessor Event Notifications, Ring-0 Driver, Solaris. */ #include "the-solaris-kernel.h" #include "internal/iprt.h" #include <iprt/err.h> #include <iprt/mp.h> #include <iprt/cpuset.h> #include <iprt/string.h> #include <iprt/thread.h> #include "r0drv/mp-r0drv.h" /** Wh...
<ul class="tw"> <?php foreach ($rows as $id => $row) { ?> <li><?php print $row; ?></li> <?php } ?> </ul>
(function($) { function ACFTableField() { var t = this; t.version = '1.3.4'; t.param = {}; // DIFFERENT IN ACF VERSION 4 and 5 { t.param.classes = { btn_small: 'acf-icon small', // "acf-icon-plus" becomes "-plus" since ACF Pro Versio...
FROM kucing/node:latest MAINTAINER Ivan <ivan@marsud.id> RUN npm install -g bower gulp phantomjs eslint node-gyp WORKDIR /app
/* * Rather than call it "n64_types.h" or "my_stdint.h", the idea is that this * header should be maintainable to any independent implementation's needs, * especially in the event that one decides that type requirements should be * mandated by the user and not permanently merged into the C specifications. * * Com...
package de.sauriel.rasengan.ui; import java.awt.BorderLayout; import javax.swing.JDialog; import javax.swing.JProgressBar; import javax.swing.JLabel; import java.util.Observable; import java.util.Observer; public class DownloadDialog extends JDialog implements Observer { private static final long serialVersionUID =...
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ #ifndef __PAGE_MASTER_H__ #define __PAGE_MASTER_H__ #include <nm-connection.h> #include <glib.h> #include <glib-object.h> #include "ce-page.h" #include "connection-helpers.h" #define CE_TYPE_PAGE_MASTER (<API key> ()) #define CE_PAGE...
/** * App Control * * Central controller attached to the top level <html> * element */ "use strict"; ( function ( angular, app ) { // get user profile data app.controller( "AppCtrl", [ '$rootScope', '$scope', '$state', 'UserService', function ( $rootScope, $scope, $state, UserService ) { ...
package org.openzal.zal.ldap; import javax.annotation.Nonnull; public class LdapServerType { @Nonnull private final com.zimbra.cs.ldap.LdapServerType mLdapServerType; public final static LdapServerType MASTER = new LdapServerType(com.zimbra.cs.ldap.LdapServerType.MASTER); public final static LdapServerType REPL...
package Opsview::Schema::Useragents; use strict; use warnings; use base 'Opsview::DBIx::Class'; __PACKAGE__->load_components(qw/InflateColumn::DateTime Core/); __PACKAGE__->table( __PACKAGE__->opsviewdb . ".useragents" ); __PACKAGE__->add_columns( "id", { data_type => "VARCHAR", default_valu...
'use strict'; /** * @ngdoc function * @name quickNewsApp.controller:CbcCtrl * @description * # CbcCtrl * Controller of the quickNewsApp */ angular.module('quickNewsApp') .controller('CbcCtrl', function ($scope, $http) { this.awesomeThings = [ 'HTML5 Boilerplate', 'AngularJS', 'Karma' ]...
package org.hectordam.proyectohector; import java.util.ArrayList; import org.hectordam.proyectohector.R; import org.hectordam.proyectohector.base.Bar; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.<API key>; import com.google.android.gms.common.<API key>.ConnectionCallbacks...
#define DEBUG /* #define VERBOSE_DEBUG */ /*#define SEC_TSP_DEBUG*/ /* #define <API key> */ /* #define FORCE_FW_FLASH */ /* #define FORCE_FW_PASS */ /* #define ESD_DEBUG */ #define <API key> #define SEC_TSP_FW_UPDATE #define TSP_BUF_SIZE 1024 #define FAIL -1 #include <linux/delay.h> #include <linux/earlysuspend.h> #inc...
<html lang="en"> <head> <title>Expressions - Using as</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using as"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Symbols.html#Symbols" title="Symbols"...
#userIcon.hear { -fx-image: url(../img/eye.png); } #userIcon.me { -fx-image: url(../img/eye.png); -fx-opacity: 0.1; } #userIcon.me:hover { -fx-image: url(../img/eye.png); -fx-opacity: 0.3; } #userIcon.master { -fx-image: url(../img/crown.png); } #userItem { -fx-background-color: #E4F6F9; ...
#!/bin/sh # modify, copy, or redistribute it subject to the terms and conditions # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA . lib/inittest test -e LOCAL_LVMETAD || skip aux prepare_devs 2 pvcreate --metadatatype 1 "$dev1" sho...
#ifndef VIDEO_HPP_INCLUDED #define VIDEO_HPP_INCLUDED #include "events.hpp" #include "exceptions.hpp" #include "<API key>.hpp" #include <boost/utility.hpp> struct surface; //possible flags when setting video modes #define FULL_SCREEN SDL_FULLSCREEN surface <API key>(surface surf); surface get_video_surface(); SDL_Rect ...
#include <linux/slab.h> #include <linux/poll.h> #include <linux/fs.h> #include <linux/file.h> #include <linux/jhash.h> #include <linux/init.h> #include <linux/futex.h> #include <linux/mount.h> #include <linux/pagemap.h> #include <linux/syscalls.h> #include <linux/signal.h> #include <linux/export.h> #include <linux/magi...
/* Automatically generated from ../src/remote/remote_protocol.x by gendispatch.pl. * Do not edit this file. Any changes you make will be lost. */ static int <API key>( virNetServerPtr server, <API key> client, virNetMessagePtr msg, <API key> rerr, <API key> *ret); static int <API key>( virNet...
<?php namespace Bookly\Backend; use Bookly\Backend\Modules; use Bookly\Frontend; use Bookly\Lib; /** * Class Backend * @package Bookly\Backend */ class Backend { public function __construct() { // Backend controllers. $this->apearanceController = Modules\Appearance\Controller::getInstance...
## See "(5/13/10)" for a temporary fix. # Sep 2014. Wrote new update_diversions(). # New standard names and BMI updates and testing. # Nov 2013. Converted TopoFlow to a Python package. # Feb 2013. Adapted to use EMELI framework. # Jan 2013. Shared scalar doubles are now 0D numpy arrays. # ...
#include <QDebug> #include <net/if.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/ioctl.h> #include "monitor.h" Monitor::Monitor() { running = 0; } void Monitor::start() { int rc; int s; fd_set rdfs; int nbytes; struct sockaddr_can addr; struct canfd_frame frame; struct ...
// <auto-generated> // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> namespace CC.Common.Compression.Demo.Properties { [global::System.Runtime.CompilerServices.<API key>()] [global::System.Code...
#include <linux/platform_device.h> #include <linux/cdev.h> #include <linux/list.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/interrupt.h> #include <linux/sched.h> #include <linux/uaccess.h> #include <linux/clk.h> #include <linux/android_pmem.h> #include <linux/msm_rotator.h> #include <linux/io.h> ...
using System; using Server; using Server.Gumps; using Server.Network; namespace Server.Items { public class PowerScroll : Item { private SkillName m_Skill; private double m_Value; private static SkillName[] m_Skills = new SkillName[] { SkillName.Blacksmith, ...
/* [SENSOR] Sensor Model: Camera Module: Lens Model: Driver IC: = OV2655 PV Size = 640 x 480 Cap Size = 2048 x 1536 Output Format = YUYV MCLK Speed = 24M PV DVP_PCLK = Cap DVP_PCLK = PV Frame Rate = 30fps Cap Frame Rate = 7.5fps I2C Slave ID = I2C Mode = 16Addr, 16Data */ ...
from django.db import models from django.contrib.auth.models import User class OrganisationType(models.Model): type_desc = models.CharField(max_length=200) def __unicode__(self): return self.type_desc class Address(models.Model): street_address = models.CharField(max_length=100) city = models.Ch...
#include "TestUnionJob.h" #include "core/support/Debug.h" #include "core/collections/CollectionLocation.h" #include "synchronization/UnionJob.h" #include "CollectionTestImpl.h" #include "mocks/MockTrack.h" #include "mocks/MockAlbum.h" #include "mocks/MockArtist.h" #include <KCmdLineArgs> #include <KGlobal> #include <QL...
#include "StdAfx.h" #include <commands/<API key>.h> #include "../UIMApplication.h" <API key>::<API key>() { } <API key>::~<API key>(void) { } void <API key>::Execute() { CUIMApplication::GetApplication()->GetUIManager()-><API key>(NULL); }
#pragma once #include "FileItem.h" #include "PVRChannelGroup.h" #include "threads/CriticalSection.h" namespace PVR { /** A container class for channel groups */ class CPVRChannelGroups { public: /*! * @brief Create a new group container. * @param bRadio True if this is a container for radio channe...
#include "Log.h" #include "ObjectAccessor.h" #include "CreatureAI.h" #include "ObjectMgr.h" #include "TemporarySummon.h" TempSummon::TempSummon(<API key> const *properties, Unit *owner) : Creature(), m_Properties(properties), m_type(<API key>), m_timer(0), m_lifetime(0) { m_summonerGUID = owner ? owner->GetGUID() :...
CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DE...
#ifndef ZABBIX_HISTORY_H #define ZABBIX_HISTORY_H #define <API key> 0 #define <API key> 1 typedef struct zbx_history_iface zbx_history_iface_t; typedef void (*<API key>)(struct zbx_history_iface *hist); typedef int (*<API key>)(struct zbx_history_iface *hist, const zbx_vector_ptr_t *history); typedef int (*<A...
package com.orange.documentare.core.comp.clustering.tasksservice; import com.orange.documentare.core.comp.clustering.graph.<API key>; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.FileUtils; import org.fest.assertions.Assertions; import org.junit.After; import org.junit.Test; import java.io.File; impor...
.head_title { text-align: center; font-size: 20px; color:#002529; font-weight: 400; position:relative; } .head_title:after{content: ''; position: absolute;left: 0;top:30px; background:#cacaca; width: 100%;height: 1px; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);-<API key>: 0 0;t...
#!/bin/bash if [ -z $1 ] then exit 0 fi ip=$1 rules=$2 trunk=$3 access=$4 general_rules='/etc/isida/isida.conf' get_uplink=`grep 'uplink' $general_rules | cut -d= -f2 | sed -e s/%ip/$ip/` ism_vlanid=`grep 'ism_vlanid' $general_rules | cut -d= -f2` port_count=`echo $5 | sed -e s/: args='' count=0 enum_pars=`cat ...
/* Colorbox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxWrapper {max-width:none;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLe...
<?php /** * @file * Contains \Drupal\Tests\Core\Form\FormBuilderTest. */ namespace Drupal\Tests\Core\Form; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Access\AccessResult; use Drupal\Core\Access\<API key>; use Drupal\Core\DependencyInjection\<API key>; use Drupal\Core\Form\<API key>; use Drupal\Core\Fo...
<?php /** * DmUserGroupTable * * This class has been auto-generated by the Doctrine ORM Framework */ class DmUserGroupTable extends <API key> { /** * Returns an instance of this class. * * @return DmUserGroupTable The table object */ public static function getInstance() { ret...
package database.parse.util; import almonds.Parse; import almonds.ParseObject; import database.parse.tables.ParsePhenomena; import database.parse.tables.ParseSensor; import java.net.URI; /** * * @author jried31 */ public class DBGlobals { static public String TABLE_PHENOMENA="tester"; static public String TA...
/* * The Mass Storage Function acts as a USB Mass Storage device, * appearing to the host as a disk drive or as a CD-ROM drive. In * addition to providing an example of a genuinely useful composite * function for a USB device, it also illustrates a technique of * double-buffering for increased throughput. * * F...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ #include "hwmp-protocol.h" #include "hwmp-protocol-mac.h" #include "hwmp-tag.h" #include "hwmp-rtable.h" #include "ns3/log.h" #include "ns3/simulator.h" #include "ns3/packet.h" #include "ns3/mesh-point-device.h" #include "ns3/wifi-net-device.h" #include ...
/* $Id: gp_stdia.c,v 1.5 2002/02/21 22:24:52 giles Exp $ */ /* Read stdin on platforms that support unbuffered read. */ /* We want unbuffered for console input and pipes. */ #include "stdio_.h" #include "time_.h" #include "unistd_.h" #include "gx.h" #include "gp.h" /* Read bytes from stdin, unbuffered if possible. */ i...
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; if not, write to the Free Software ## Foundation, In...
package se.sics.kola.node; import se.sics.kola.analysis.*; @SuppressWarnings("nls") public final class AClassFieldAccess extends PFieldAccess { private PClassName _className_; private TIdentifier _identifier_; public AClassFieldAccess() { // Constructor } public AClassFieldAccess( ...
package com.pingdynasty.blipbox; import java.util.Map; import java.util.HashMap; import javax.sound.midi.*; import com.pingdynasty.midi.ScaleMapper; import org.apache.log4j.Logger; public class <API key> extends <API key> { private static final Logger log = Logger.getLogger(<API key>.class); private static fina...
/* * @test * @bug 4853450 * @summary EnumType tests * @library ../../lib * @compile -source 1.5 EnumTyp.java * @run main EnumTyp */ import java.util.*; import com.sun.mirror.declaration.*; import com.sun.mirror.type.*; import com.sun.mirror.util.*; public class EnumTyp extends Tester { public static void mai...
#define pr_fmt(fmt) "QCE50: %s: " fmt, __func__ #include <linux/types.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/device.h> #include <linux/clk.h> #include <linux/err.h> #include <linux/dma-mapping.h> #include <linux/io.h> #include <linux/platform_device.h> ...
package org.zanata.dao; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.hibernate.Criteria; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import org.jboss.seam.ScopeType; import org.jboss.seam.annotat...
/** * @file * Formula debugger - implementation * */ #include "formula_debugger.hpp" #include "formula.hpp" #include "formula_function.hpp" #include "game_display.hpp" #include "log.hpp" #include "resources.hpp" #include "gui/dialogs/formula_debugger.hpp" #include "gui/widgets/settings.hpp" #include <boost/lexical_c...
#include "botpch.h" #include "../../playerbot.h" #include "BuyAction.h" #include "../ItemVisitors.h" #include "../values/ItemCountValue.h" using namespace ai; bool BuyAction::Execute(Event event) { string link = event.getParam(); ItemIds itemIds = chat->parseItems(link); if (itemIds.empty()) return ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <?php defined( '_JEXEC' ) or die( 'Restricted access' ); if(!defined('DS')){define('DS',DIRECTORY_SEPARATOR);} $tcParams = ''; include_once(dirname(__FILE__).DS.'tclibs'.DS.'head.php'); include_once(dirname(__FILE__).DS.'tclibs'.DS.'settings.php'); $tcParams .= '<body id="tc"...
#include "common.h" extern "C" { #include "perm.h" } /** * \brief Print application help */ void printHelp() { cout << "diffExprpermutation: Find differentially expressed genes from a set of control and cases samples using a permutation strategy." << endl; cout << "diffExprPermutation -f input [--c1 condition1 --...
// <API key>.h // iTerm2 #import <Cocoa/Cocoa.h> @interface <API key> : NSObject + (NSCharacterSet *)<API key>; + (NSArray<NSBezierPath *> *)<API key>:(unichar)code cellSize:(NSSize)cellSize scale:(CGFloat)scale; @end
/* Remove some alpha blended PNGs to avoid problems with antiquated IE <= 6. It doesn't look much different unless you look closely. */ div.post-content, span.post-frame-top, span.post-frame-bottom { background-image: url(images/post-ie.png);height:1px; overflow:visible} div.widget-center, span.widget-top, span.widget-...
#ifndef _LINUX_PRIO_HEAP_H #define _LINUX_PRIO_HEAP_H #include <linux/gfp.h> struct ptr_heap { void **ptrs; int max; int size; int (*gt)(void *, void *); }; extern int heap_init(struct ptr_heap *heap, size_t size, gfp_t gfp_mask, int (*gt)(void *, void *)); void heap_free(struct ptr_heap *h...
<?php include_once '../libs/Connection.php'; include_once '../libs/tree_editor.php'; class tree_performance extends tree_editor{ public function __construct(){ parent::__construct(); if(!isset($_POST['action'])){ header("content-type:text/xml;charset=UTF-8");...
package <API key>; import java.awt.image.BufferedImage; import java.io.File; import javax.swing.ImageIcon; /** * * @author fonter */ public class ImageContainer { private final BufferedImage image; private ImageIcon cache; private final File file; public ImageContainer (BufferedImage image, File file...
from buildbot.status.web.auth import IAuth class Authz(object): """Decide who can do what.""" knownActions = [ # If you add a new action here, be sure to also update the documentation # at docs/cfg-statustargets.texinfo 'gracefulShutdown', 'forceBuild', 'forceAllBuild...
<?php /** * Helpers for handling timezone based event datetimes. * * In our timezone logic, the term "local" refers to the locality of an event * rather than the local WordPress timezone. */ class <API key> { const SITE_TIMEZONE = 'site'; const EVENT_TIMEZONE = 'event'; /** * Container for reusab...
#ifndef KEDIT_TAGS_DIALOG_H #define KEDIT_TAGS_DIALOG_H #include <kdialog.h> #include <Nepomuk2/Tag> class KLineEdit; class QListWidget; class QListWidgetItem; class QPushButton; class QTimer; /** * @brief Dialog to edit a list of Nepomuk tags. * * It is possible for the user to add existing tags, * create new tags...
using UnityEngine; using System.Collections; public class EndScreenController : ScreenController { public UnityEngine.UI.Text winnerText; public UnityEngine.UI.Text player1Text; public UnityEngine.UI.Text player2Text; public UnityEngine.UI.Text nextLeftPlayers; public UnityEngine.UI.Text nextRightPl...
package fortesting; import java.io.IOException; public class RunTransformTim { /** * Loads data into appropriate tables (assumes scheme already created) * * This will import the tables from my CSVs, which I have on dropbox. Let me * (Tim) know if you need the CSVs No guarantee that it works on C...
#ifndef <API key> #define <API key> /** * SECTION: ofobase * @title: ofoBase * @short_description: #ofoBase class definition. * @include: openbook/ofo-base.h * * The ofoBase class is the class base for application objects. * * Properties: * - ofo-base-getter: * a #ofaIGetter instance; * no default, will ...
package edu.cmu.cs.cimds.geogame.client.ui; import java.util.ArrayList; import java.util.Collections; import java.util.List; import com.google.gwt.user.client.ui.Grid; import com.google.gwt.user.client.ui.Image; import com.google.gwt.user.client.ui.Label; import com.google.gwt.user.client.ui.VerticalPanel; import com.g...
<?php function createArchiveUrl($file_path) { logWrite('[archive] createArchiveUrl called'); // check if file exists if (!is_file($file_path)) { logWrite('[archive] file not found : '. $file_path); return False; } // parse the path $splitted = explode('/', $file_path); if...
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH Sig="/home/dai/tmp/Assignment#3/Size/Signature/BatchProcessing.m" Rect="/home/dai/tmp/Assignment#3/Size/Rectangle/BatchProcessing.sh" Eva="/home/dai/tmp/Assignment#3/Size/Evaluation/BatchProcessing.m" MatlabExe="/opt/Matlab2013/bin/matl...
<?php defined('_JEXEC') or die; /** * Assignments: Tags */ class <API key> { function passTags(&$parent, &$params, $selection = array(), $assignment = 'all', $article = 0) { $is_content = in_array($parent->params->option, array('com_content', 'com_flexicontent')); if (!$is_content) { ...
/** * SECTION:gstaudiosink * @short_description: Simple base class for audio sinks * @see_also: #GstAudioBaseSink, #GstAudioRingBuffer, #GstAudioSink. * * This is the most simple base class for audio sinks that only requires * subclasses to implement a set of simple functions: * * <variablelist> * <varlisten...
ul.yprList {list-style:none;padding:8px 0;margin:0;} ul.yprList li {float:left;width:310px;padding:5px;margin:0;text-align:center;} ul.yprList li img {display:block;border:5px solid #ccc;width:300px;height:auto;}
package mx.gob.sct.utic.mimappir.admseg.postgreSQL.services; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import mx.gob.sct.utic.mimappir.admseg.postgreSQL.model.SEGUSUARIO; import org.springframework.beans.factory.annotation.Autowired; import org.springfram...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http: <head> <title>translate.storage.pypo</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js">...
#ifndef <API key> #define <API key> namespace tbnet { class ServerSocket : public Socket { public: ServerSocket(); Socket* accept(); bool listen(); private: int _backLog; // backlog }; } #endif /*SERVERSOCKET_H_*/
<?php /* core/themes/classy/templates/views/views-view-grid.html.twig */ class <API key> extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay...
<?php /** * Joocm Avatar Table Class * * @package Joo!CM */ class JTableJoocmAvatar extends JTable { /** @var int Unique id*/ var $id = null; /** @var string */ var $avatar_file = null; /** @var int */ var $published = null; /** @var int *...
package org.ljc.adoptojdk.class_name; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; public class <API key> { private Collection<String> packages = null; public Collection<String> getPackages() { Set<String> returnPackages ...
html { font-family: sans-serif; -<API key>: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } a...
#!/usr/bin/env python import os, sys, traceback import Ice, AllTests def test(b): if not b: raise RuntimeError('test assertion failed') def usage(n): sys.stderr.write("Usage: " + n + " port...\n") def run(args, communicator): ports = [] for arg in args[1:]: if arg[0] == '-': ...
#include <unistd.h> #include <tqcstring.h> #include <tqcursor.h> #include <tqdatastream.h> #include <tqdir.h> #include <tqdragobject.h> #include <tqfileinfo.h> #include <tqheader.h> #include <tqpainter.h> #include <tqpopupmenu.h> #include <tqregexp.h> #include <tqstringlist.h> #include <tdeglobal.h> #include <kstandard...
#include "drawingview.h" #include <QApplication> #include "randomgenerator.h" #include "drawingcontroller.h" #include "<API key>.h" #include "lotwindow.h" #include "app.h" #include <QLibraryInfo> #include <QTranslator> #include "color.h" #include "settingshandler.h" #include "<API key>.h" #include "updatereminder.h" #i...
#include "../comedidev.h" #include "comedi_pci.h" #include "8255.h" #define PCI_VENDOR_ID_CB 0x1307 /* PCI vendor number of ComputerBoards */ #define EEPROM_SIZE 128 /* number of entries in eeprom */ #define MAX_AO_CHANNELS 8 /* maximum number of ao channels for supported boards */ /* PCI-DDA base add...
#ifndef <API key> #define <API key> #include <linux/transport_class.h> #include <linux/types.h> #include <linux/mutex.h> #define <API key> 0 #define <API key> 1 struct <API key> { u8 port_id[16]; u8 roles; }; struct srp_rport { struct device dev; u8 port_id[16]; u8 roles; }; struct <API key> { /...
/** @version 6.0 */ /** This file is part of SdS - Sistema della Sicurezza . */ /** SdS - Sistema della Sicurezza is free software: you can redistribute it and/or modify */ /** (at your option) any later version. */ /** SdS - Sistema della Sicurezza is distributed in the hope that it will be useful, */ /** MERC...