answer
stringlengths
15
1.25M
#include "sofa.h" void iauPpsp(double a[3], double s, double b[3], double apsb[3]) { double sb[3]; iauSxp(s, b, sb); /* a + s*b. */ iauPpp(a, sb, apsb); return; }
Array ( [link] => Array ( [default] => [values] => .|<i>URL</i> [notes] => Lnik wehn cilkced ) [text] => Array ( [default] => [values] => <i>cmoapny</i> [notes] => Txet fOr tootlip ) [width] => Array ( [default] => [values] => <i>wdith</i> [notes] => Wdith In pxiles ) [height] => Array ( [default] => [values] => <i>hie...
/* Obit task to Flag beginning or end portions of UV-data scans */ /*; Associated Universities, Inc. Washington DC, USA. */ /*; This program is free software; you can redistribute it and/or */ /*; published by the Free Software Foundation; either version 2 of */ /*; This program is distrib...
#include <linux/kernel.h> #include <linux/gpio.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/input.h> #include <linux/io.h> #include <linux/delay.h> #include <linux/bootmem.h> //#include <linux/usb/<API key>.h> #include <linux/power_supply.h> #include <linux/gpio_event.h> #include <linux...
#include <iostream> #include <limits> #include "ct.hpp" void prompt_user() { std::string name; int sex; int age; int height_ft; int height_in; int height_cm; int weight_lb; int weight_kg; int exercise_level; int weight_goal; float weight_gain_goal; float weight_lose_goal;...
#include <stdlib.h> #include <stdio.h> #include "alloc.h" #include "error.h" #include "helper.h" #include "gpu_util.h" #include "kernel.h" #include "timer.h" // Helper functions static void print_usage() { printf("Usage: [KERNEL=<kernel_no>] %s <dim>\n", program_name); printf("KERNEL defaults to 0\n"); prin...
# Original Python: # from pyx import * # g = graph.graphxy(width=8) # g.plot(graph.data.file("errorbar.dat", x=1, y=2, dy=3), # [graph.style.symbol(), graph.style.errorbar()]) # g.writeEPSfile("errorbar") # g.writePDFfile("errorbar") # g.writeSVGfile("errorbar") using PyX g = graph.graphxy(width=8) pl...
#test DHCPLeases() API for libvirt import os import json from libvirt import libvirtError from libvirttestapi.utils import utils from libvirttestapi.src import sharedmod required_params = ('networkname',) optional_params = {'macaddr': ''} LEASE_FILE = "/var/lib/libvirt/dnsmasq/" def check_ip(ipaddr, logger): """ ...
#include <string.h> #include <talloc/talloc.h> #include <url/url.h> #include "parser.h" #include "parser-conf.h" #include "parser-utils.h" #include "resource.h" static void pxe_finish(struct conf_context *conf) { printf("%s\n", __func__); <API key>(conf->dc, conf->parser_info); } static void pxe_process_pair(st...
@import model.TransactionList @(txns: TransactionList) @main("Money Analyser") { <p>blah</p> @for(t <- txns.transactionList) { <p>@t.account</p> } }
# The stub may be linked into the kernel proper or into a separate boot binary, # but in either case, it executes before the kernel does (with MMU disabled) so # things like ftrace and stack-protector are likely to cause trouble if left # enabled, even if doing so doesn't break the build. cflags-$(CONFIG_X86_32) ...
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /** * Enqueue admin scripts * * @since 1.0 * @updated 1.1 * @param string $hook Page hook * @return void */ function <API key>( $hook ) { global $wp_version, $post, $pagenow, $typenow; $js_dir = ERM_PLUGIN_URL . 'assets/js/'; $cs...
#include <linux/kernel.h> #include <linux/sched.h> #include <linux/file.h> #include <linux/hrtimer.h> #include <linux/module.h> #include "mic/micscif.h" #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,10,0)) #include <linux/sched/rt.h> #endif struct poll_table_page { struct poll_table_page *next; struct poll_table_...
package pl.rcebula.internals.interpreter; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; import java.util.logging.Logger; import pl.rcebula.Constants; import pl.rcebula.error_report.ErrorInfo; import pl.rcebula.error_re...
<!doctype html> <html lang="en" ng-app="toolbox"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv...
<?php /** * @file * A 5-band layout. Top band is "header", bottom band is "footer", the three center bands are "row-1", "row-2", and "row-3". */ ?> <div class="panel-layout technet-5-band container <?php if (!empty($class)) { print $class; } ?>" <?php if (!empty($css_id)) { print 'id="' . $css_id . '"'; } ?>> <sec...
package com.aifeng.mgr.admin.ctl; import java.util.ArrayList; import java.util.List; import java.util.Map; import com.aifeng.mgr.admin.service.IActionService; import com.aifeng.mgr.admin.service.IMenuService; import org.apache.log4j.Logger; import com.aifeng.core.ctl.BaseCtl; import com.aifeng.mgr.admin.model.Action; i...
package soot.jimple.toolkits.typing; import soot.*; import soot.jimple.*; import java.util.*; import java.io.*; /** * @deprecated use {@link soot.jimple.toolkits.typing.fast.TypeResolver} instead */ class ConstraintCheckerBV extends AbstractStmtSwitch { private final ClassHierarchy hierarchy; private final boolea...
%; whizzy paragraph -pdf xpdf -latex ./whizzypdfptex.sh %; whizzy-paragraph "^\\\\begin{frame}" % latex beamer presentation. % platex, latex-beamer % Tokyo Debian Meeting resources % Copyright (C) 2009 Junichi Uekawa % Copyright (C) 2010 Nobuhiro Iwamatsu % This program is free software; you can redistr...
require 'timeout' module WEBrick_Testing class DummyLog < WEBrick::BasicLog def initialize() super(self) end def <<(*args) end end def start_server(config={}) raise "already started" if defined?(@__server) && @__server @__started = false @__server_thread = Thread.new { @__server = WEBric...
<strong></strong>
(function(f, define){ define([ "./kendo.core" ], f); })(function(){ (function ($, undefined) { var kendo = window.kendo, support = kendo.support, document = window.document, Class = kendo.Class, Observable = kendo.Observable, now = $.now, extend = $.extend, ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Nets fall to the Pelicans 96 to 102, Quincy Pondexter scores 23</title> <link rel="stylesheet" type="text/css" href="../css/style.css"> </head> <body> <h1>Nets fall to the Pelicans 96 to 102, Quincy Pondexter scores 23</h1> </br> <h2 st...
#include <linux/kernel.h> #include <linux/io.h> #include <linux/interrupt.h> #include <linux/spinlock.h> #include <mach/iomap.h> #include <mach/irqs.h> #define MC_INT_STATUS 0x0 #define MC_INT_MASK 0x4 #define <API key> (1<<6) #define <API key> (1<<7) #define <API key> (1<<8) #define <API...
#ifndef SMSTRADEURL_H #define SMSTRADEURL_H #include "ISmsGateway.h" #include <map> #include <boost/asio.hpp> using namespace std; class SmsTradeUrl : public ISmsGateway { private: static const string name; boost::asio::io_service io_service; string gateway; string key; string route; // Auswahl...
#include <linux/debugfs.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/seq_file.h> #include <linux/uaccess.h> #include <linux/sipc.h> #include "sipc_debugfs.h" #if defined(CONFIG_DEBUG_FS) extern int sipx_init_debugfs( void *root ); static int __init sipc_init_debugfs(voi...
<?php /* core/themes/classy/templates/field/field--comment.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(...
#pragma once #if ! defined(<API key>) #include <boost/function.hpp> #include <boost/bind.hpp> #endif #include <event2/event.h> #include <vector> #include "DeferredCallerImpl.h" #include "BaseObjectAllocator.h" namespace coconut { class <API key> : public DeferredCallerImpl , public BaseO...
<?php namespace Drupal\od_ext_user\Routing; use Drupal\Core\Routing\RouteSubscriberBase; use Symfony\Component\Routing\RouteCollection; /** * Listens to the dynamic route events. */ class UserRouteSubscriber extends RouteSubscriberBase { /** * {@inheritdoc} */ protected function alterRoutes(RouteCollection ...
# Tree of Savior Addon Manager Tree of Savior Addon Manager is an application that allows you to easily find and downloads addons and keep them up to date. This does all of the work for you so you can simply worry about playing the game. ![Tree of Savior Addon Manager](http://i.imgur.com/H0uHx0R.gif) # Download / Insta...
return { <API key> = {}, }
#include "ConditionMgr.h" #include "AchievementMgr.h" #include "Containers.h" #include "DatabaseEnv.h" #include "DB2Stores.h" #include "GameEventMgr.h" #include "GameObject.h" #include "Group.h" #include "InstanceScript.h" #include "Item.h" #include "Log.h" #include "LootMgr.h" #include "Map.h" #include "ObjectMgr.h" #...
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Rewrite; using System.Text; namespace GeoWebApp.Utilities.Rules { public class WwwRule : IRule { public void ApplyRule(RewriteContext context) { var req = context.HttpContext.Request; var currentHost = req.Host; ...
<!DOCTYPE html PUBLIC "- <html> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <head> <title>LuaScript Reference</title> <link rel="stylesheet" href="../ldoc.css" type="text/css" /> </head> <body> <div id="container"> <div id="product"> <div id="product_logo"></div> <div id="produc...
/* $Id: layout.css,v 1.1.2.11.2.3.2.1 2010/11/24 21:31:56 adrinux Exp $ */ /* Layout */ .limiter { width: 940px; margin: 0 auto; padding: 10px 0; } .sidebar { width: 220px; } #sidebar-first { margin-right: 20px; float: left; } #sidebar-second { margin-left: 20px; float: right; } .one-sidebar #content { ...
<?php <API key>('nextend.smartslider.plugin.slideritem'); class <API key> extends <API key> { var $_identifier = 'heading'; var $_title = 'Heading'; function getTemplate() { return " <h{priority} class='{fontclass} {class}' style=\"{fontsizer}{fontcolorr}{css_esc}\" data-click=\"{onmouse...
/* * This Java file has been generated by smidump 0.4.5. Do not edit! * It is intended to be used within a Java AgentX sub-agent environment. * * $Id: AddressMapEntry.java 4432 2006-05-29 16:21:11Z strauss $ */ /** This class represents a Java AgentX (JAX) implementation of the table row addressMapEntry de...
/* jshint browser:true, global:true */ /* global jQuery console */ (function ($) { 'use strict'; $.widget("ec.compressedTabs", $.ui.tabs, { _create: function () { this.element .addClass('ui-tabs-compressed'); this._super(); this.tablist ...
<!DOCTYPE html PUBLIC "- <html> <! texi2html was written by: Lionel Cons <Lionel.Cons@cern.ch> (original author) Karl Berry <karl@freefriends.org> Olaf Bachmann <obachman@mathematik.uni-kl.de> and many others. Maintained by: Many creative people. Send bugs and suggestion...
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'NewMangaDialog.ui' # Created: Wed Jul 24 19:06:21 2013 # by: PyQt4 UI code generator 4.10.2 # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui try: _fromUtf8 = QtCore.QString.fromUtf8 except Attrib...
#undef QT_NO_COMPAT #include "../../../../include/qscrollbar.h" #include <qmetaobject.h> #include <qapplication.h> #include <private/qucomextra_p.h> #if !defined(<API key>) || (<API key> != 26) #error "This file was generated using the moc from 3.3.1. It" #error "cannot be used with the include files from this version ...
<?php class AAC { public function ValidPlayerName($name) {global $cfg; foreach ($cfg['invalid_names'] as $baned_name) if (eregi($baned_name,$name)) return false; return preg_match("/^[A-Z][a-z]{1,20}([ '-][A-Za-z][a-z]{1,15}){0,3}$/",$name) && strlen($name) <=...
package net.shopnc.android.adapter; import java.util.ArrayList; import net.shopnc.android.R; import net.shopnc.android.model.PushData; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Tex...
#include "avida/util/CmdLine.h" #include "apto/core/FileSystem.h" #include "cActionLibrary.h" #include "cAvidaConfig.h" #include "cString.h" #include "cStringIterator.h" #include "cUserFeedback.h" #include <iostream> #include <cstdio> using namespace std; static void processArgs(cStringList &argv, cAvidaConfig* cfg, Ap...
#include <linux/oom.h> #include <linux/mm.h> #include <linux/err.h> #include <linux/gfp.h> #include <linux/sched.h> #include <linux/swap.h> #include <linux/timex.h> #include <linux/jiffies.h> #include <linux/cpuset.h> #include <linux/export.h> #include <linux/notifier.h> #include <linux/memcontrol.h> #include <linux/me...
<?php require_once("../../config.inc.php"); require_once("common.php"); require_once('requirements.inc.php'); testlinkInitPage($db,false,false,"checkRights"); $templateCfg = <API key>(); $args = init_args(); $gui = new stdClass(); $gui->showCloseButton = $args->showCloseButton; $gui->user_feedback = ''; $gui->tcTitle =...
package com.comphenix.protocol.events; import org.bukkit.entity.Player; import com.comphenix.protocol.PacketStream; import com.comphenix.protocol.PacketType.Sender; import com.comphenix.protocol.ProtocolLibrary; import com.google.common.base.Preconditions; /** * Represents a packet that is scheduled for transmission a...
// First include (the generated) my_config.h, to get correct platform defines. #include "my_config.h" #include <gtest/gtest.h> #include <algorithm> #include "inplace_vector.h" #include "sql_alloc.h" namespace <API key> { class InplaceVectorTest : public ::testing::Test { public: InplaceVectorTest() : int_10(<API ...
#include "GxsForumGroupDialog.h" #include <retroshare/rsgxsforums.h> #include <iostream> // To start with we only have open forums - with distribution controls. const uint32_t <API key> = ( //<API key> | <API key> | <API key> | // <API key> | <API key> | ...
PROJ = vis-o-mex Q ?= @ UNAME := $(shell uname) AP_PROJECT_ROOT ?= .. C_SRC = \ camera_manager.c \ draw_text.c \ drawing_functions.c \ imagery_drawer.c \ imagery_manager.c \ imagery_prober.c \ keyboard_mouse.c \ object_manager.c \ path_vis.c \ simple_aircraft_vis.c \ simple_m...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Thu Apr 09 10:31:44 MDT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.lucene.search.spans.Spans (Lucene 5.1.0 API)</title> <meta name="date" c...
/*! \def SX1278_h \brief The library flag */ #ifndef SX1278_h #define SX1278_h #include <stdlib.h> #include <stdint.h> #include <Arduino.h> #include <SPI.h> #ifndef inttypes_h #include <inttypes.h> #endif #define SX1278_debug_mode 0 #define SX1278_SS SS //! MACROS // #define bitRead(value, bit) (((value) >> (b...
package com.example.examplemod; import net.minecraft.item.ItemArmor; public class MyBoots extends ItemArmor { public MyBoots() { super(MyMaterials.ArmorMaterial, 4, 3); this.setUnlocalizedName("MyBoots"); this.setTextureName("examplemod" + ":" + "MySword"); } }
#ifndef <API key> #define <API key> #include <linux/compiler.h> /* unlikely() */ #include <asm/types.h> static inline int <API key>(const unsigned long *b) { #if BITS_PER_LONG == 64 if (b[0]) return __ffs(b[0]); return __ffs(b[1]) + 64; #elif BITS_PER_LONG == 32 if (b[0]) return __ffs(b[0...
#ifndef _LINUX_INETDEVICE_H #define _LINUX_INETDEVICE_H #ifdef __KERNEL__ #include <linux/bitmap.h> #include <linux/if.h> #include <linux/netdevice.h> #include <linux/rcupdate.h> #include <linux/timer.h> #include <linux/sysctl.h> enum { <API key>=1, <API key>, <API key>, <API key>, <API key>, <A...
<!doctype html> <html lang="en"> <head> <?php echo $header; ?> </head>
# This program is free software; you can redistribute it and/or modify it under # published by the Free Software Foundation. # This program is distributed in the hope that it will be useful, but WITHOUT # details. # this program; if not, contact SUSE LLC. # To contact SUSE about this file by physical or electronic mail...
#include <QLayout> #include "LadspaControl.h" #include "LadspaControlView.h" #include "LadspaBase.h" #include "LedCheckbox.h" #include "TempoSyncKnob.h" #include "ToolTip.h" LadspaControlView::LadspaControlView( QWidget * _parent, LadspaControl * _ctl ) : QWidget( _parent ), ModelView( _...
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); /* Class suffixes (none for default): timeline-left | timeline-right */ $doc = JFactory::getDocument(); $doc->addStyleSheet('modules/<API key>/assets/css/k2timeline.css'); ?> <div id="k2latest_timeline_<?php echo $module->id; ?>" class="timeline timeline-<?php ec...
from django import forms from django.contrib import admin from myproject.brdesigner.models import * from django.utils.safestring import mark_safe class BadRacketAdminBase(admin.ModelAdmin): class Media: js = ( 'brdesigner/js/admin_list_reorder.js', 'brdesigner/js/tinymce/tinymce.min....
<?php require_once 'lib/IteratorReader.php'; /** * @category component * @package olapimport * @author Michael Martin martin@informatik.uni-leipzig.de */ class CsvParser { //a constant const error_character = '\\uFFFD'; /** * readed csvFile represented ar associated a...
namespace NoIP.DDNS { <summary> List of host(s) update statuses. </summary> public enum UpdateStatus { <summary> Host(s) were already set to specified IP address. </summary> IpCurrent, <summary> Host(s) have been successfully updated to the new IP addr...
/* Sunday 19th of April 2015 07:18:15 AM*/ div#<API key> .<API key>.<API key> { z-index: 3; } div#<API key> .<API key>.<API key> { z-index: 2; } div#<API key> .<API key>.<API key> { z-index: 2; opacity: 1; } div#<API key> .<API key>.<API key> { z-index: 3; opacity: 1; } div#<API key> { margin: 0px 0px 0px...
#ifndef <API key> #define <API key> #include "Define.h" #include "ObjectRegistry.h" #include "FactoryHolder.h" #include "Common.h" #include "MotionMaster.h" class Unit; class TC_GAME_API MovementGenerator { public: virtual ~MovementGenerator(); virtual void Initialize(Unit*) = 0; virtual voi...
<?php namespace PHPExiftool\Driver\Tag\DICOM; use PHPExiftool\Driver\AbstractTag; class <API key> extends AbstractTag { protected $Id = '2130,00C0'; protected $Name = '<API key>'; protected $FullName = 'DICOM::Main'; protected $GroupName = 'DICOM'; protected $g0 = 'DICOM'; protected $g1 = 'DICOM...
@extends('master') @section('title') Edit Profile @endsection @section('content-header') <div> Edit Profile </div> @endsection @section('content') <div class="row"> <div class="col-md-6 col-sm-12"> @if (Session::has('updated')) <div class="alert alert-success"> ...
#include <cerrno> #include <unistd.h> #include <sys/epoll.h> #include <system_error> #include "poller.hh" using namespace std; Poller::Poller() : fds(), epoll_fd(-1) { if ((epoll_fd=epoll_create1(EPOLL_CLOEXEC))==-1) throw system_error(errno, system_category()); } Poller::~Poller() { close(epoll_fd); } ...
#include <linux/err.h> #include <linux/mutex.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/regulator/driver.h> #include <linux/regulator/fixed.h> #include <linux/gpio.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_gpio.h> #include <linux/regulator/of_regulator.h> #...
#ifdef HAVE_XWIN_CONFIG_H #include <xwin-config.h> #endif #include "win.h" #ifdef __CYGWIN__ #include <sys/cygwin.h> #endif #include <shellapi.h> #include "winprefs.h" /* * References to external globals */ #ifdef XWIN_CLIPBOARD extern Bool g_fClipboardStarted; #endif /* * Local function prototypes */ static wBOOL ...
package com.caucho.amber.cfg; import java.util.ArrayList; /** * <table-generator> tag in orm.xml */ public class <API key> extends <API key> { // attributes private String _table; private String _catalog; private String _schema; private String _pkColumnName; private String _valueColumnName; private Stri...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class Illuminate\Session\<API key></title> <script type="text/javascript" src="resources/combined.js"></script> <script type="text/javascript" s...
(function ($) { $.extend($.validator.messages, { required: "Ce champ est obligatoire.", remote: "Veuillez corriger ce champ.", email: "Veuillez fournir une adresse électronique valide.", url: "Veuillez fournir une adresse URL valide.", date: "Veuillez fournir une date valide....
#include "UserAccount.hpp" #include <QDebug> UserAccount::UserAccount(QSqlDatabase db) { this->db = db; } bool UserAccount::exist(QString accountName) { if (!db.open()) { qDebug() << "Database not found"; } QSqlQuery query; query.prepare("SELECT EXISTS(SELECT 1 FROM Accounts WHERE Accoun...
SELECT count(*), customernumber from customer GROUP BY customernumber HAVING count(*) > 1; SELECT count(*), vendornumber from vendor GROUP BY vendornumber HAVING count(*) > 1; SELECT * FROM chart where link LIKE '%CT_tax%'; SELECT * FROM employee where employeenumber IS NULL; SELECT * FROM employee WHERE employeenumber...
function checkLogin() { userlogin = $("#logininput").val(); $("#logincheck").load("/core/ajax/registration.php", {opt: "checklogin", data: userlogin}); } function checkPasswords() { var pass1 = $("#pass1input").val(); var pass2 = $("#pass2input").val(); if (pass1 != pass2) { $('#passcheck')....
// ** I18N Calendar._DN = new Array ("Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrijdag", "Zaterdag", "Zondag"); Calendar._MN = new Array ("Januari", "Februari", "Maart", "April", "Mei", "Juni", "Juli", "Augustus", "September", "Oktober", "November", "December"); // tooltips Calendar._T...
# -*- coding: utf-8 -*- """ Webhook signals """ # Required for reading files import sys; reload(sys); sys.setdefaultencoding("utf8") from django.core.files import File from django.core.cache import cache from django.dispatch import receiver from django.test import TestCase, Client from django.core.urlresolvers import r...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sun Sep 18 14:47:28 CST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>TopologyTemplate</title> <meta name="date" content="2016-09-18"> <link rel="stylesheet" type="text/css" hr...
from results.controllers.ResultsController import ResultsController class PointsController(): results_controller = None def __init__(self): self.results_controller = ResultsController() def <API key>(self, team, round): result = self.results_controller.result_for_team(team, round) de...
package com.springmvc.dao; import org.springframework.stereotype.Repository; import com.springmvc.pojo.User; public interface UserDao { int deleteByPrimaryKey(Integer id); int insert(User record); int insertSelective(User record); User selectByPrimaryKey(Integer id); int <API key>(User record); ...
#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> ...
#ifndef CGETFIELDPACKET_H_ #define CGETFIELDPACKET_H_ #include "CPacket.h" namespace dvs { class CGetFieldPacket: public dvs::CPacket { public: CGetFieldPacket(string data); virtual ~CGetFieldPacket(); }; } /* namespace dvs */ #endif /* CGETFIELDPACKET_H_ */
<?php $<API key> = array ( 'GM_BOX_TITLE' => '<API key> URLs Pro', 'GM_FORM_REPAIR' => 'URLs reparieren', '<API key>' => 'Korrektur abgeschlossen!', 'GM_FORM_SUBMIT' => 'Speichern', 'GM_SEO_BOOST_TEXT' => 'Um den SEO Boost nutzen zu können, muss Ihr Server mod_rewrite unterstützen. Andernfalls kann ...
body{ background:url('02.jpg'); } .navbar .navbar-nav { display: inline-block; float: none; vertical-align: top; } .navbar .navbar-collapse { text-align: center; } #mynav{ margin-left:50px; margin-right: 50px; margin-top: 50px; padding-top: 10px; padding-bottom: 10px; } #login-dp{ mi...
#ifndef __zypher__ #define __zypher__ static unsigned int size_zypher = 3198; static unsigned char zypher[] __attribute__((aligned(16))) = { 0x7f, 0x45, 0x4c, 0x46, 0x01, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, 0xff, 0x08, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3...
module EdgeDetect # The nearby module provides a method that uses the [x, y] method # to query a two dimensional array. module Nearby # Returns the nearby values of the given coordinates (x, y) with respect to # the given radius. # @return [Array<Array<Value>>] a two dimensional array with the Values....
#include <stdio.h> #include <stdlib.h> #include "pin.H" // Test that using (IARG_REG_REFERENCE, REG_GAX) and (IARG_RETURN_REGS, REG_GFLAGS) to an anlysis function does not // result in unexpected values in either register ADDRINT <API key>(ADDRINT app_flags, ADDRINT gaxVal, ADDRINT *gaxRef) { *gaxRef = gaxVal; ...
<?php // no direct access defined('_JEXEC') or die('Restricted access'); ?> <!-- Start K2 Latest Layout --> <div id="k2Container" class="latestView<?php if($this->params->get('pageclass_sfx')) echo ' '.$this->params->get('pageclass_sfx'); ?>"> <?php if($this->params->get('show_page_title')): ?> <!-- Page title ...
/* #define DEBUG_MENUS */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <unistd.h> #include "ghid-layer-selector.h" #include "<API key>.h" #include "gtkhid.h" #include "gui.h" #include "hid.h" #include "../hidint.h" #include "hid/common/hid_resource.h" #include "action.h" #include "autoplace.h" #include "aut...
'use strict'; module.exports = { context: { id: 'input-radio', label: 'radio buttons', options: [ { label: 'Radio option 1', name: 'radiogroup', id: 'radio-1' }, { label: 'Radio option 2', name: 'radiogroup', id: 'radio-2' } ] }...
# -*- coding: utf-8 -*- # Form implementation generated from reading ui file './viewer.ui' # Created: Sun Aug 23 04:04:27 2009 # by: PyQt4 UI code generator 4.4.2 # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_MainWindow(object): def setupUi(self, MainWindow): ...
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8" /> <meta name="robots" content="all" /> <meta name="author" content="w3school.com.cn" /> <link rel="stylesheet" type="text/css" href="../c5.css" /> <title>HTML DOM - HTML </title> </head> <body class="browserscripting"> <div id="wrapper"> <div id="header...
/* -*- Mode: C ; c-basic-offset: 4 -*- */ #ifndef <API key> #define <API key> void * <API key>( DBusConnection *connection); void jack_controller_run( void *controller_ptr); void <API key>( void *controller_ptr); #endif /* #ifndef <API key> */
var AddServerView = function (data) { //View for the login screen and login functionality this.initialize = function () { // View constructor if (data){ // check the input if (!('ip' in data) || !data['ip'] || !checkIsIPV4(data['ip'])){ error = 'The IP add...
<?php get_header(); ?> <div id="container"> <div id="content" role="main"> <?php /* Run the loop to output the posts. * If you want to overload this in a child theme then include a file * called loop-index.php and that will be used instead. */ ...
package sun.java2d.pipe; import java.awt.AlphaComposite; import java.awt.Composite; import sun.java2d.SurfaceData; import sun.java2d.loops.Blit; import sun.java2d.loops.CompositeType; import sun.java2d.loops.MaskBlit; import sun.java2d.loops.SurfaceType; import static sun.java2d.pipe.BufferedOpCodes.*; /** * The MaskB...
#ifndef <API key> #define <API key> #include "CwxPre.h" #include "CwxGlobalMacro.h" #include "CwxType.h" #include "CwxAppMacro.h" #include "CwxAppConfig.h" #include "CwxStl.h" #include "CwxAppFramework.h" <API key> class CWX_API CwxAppProcessInfo { public: ¹¤×÷½ø³Ì״̬ enum{ PROC_STATE_RUNNING = 1, ...
#include "module.h" #include "module-formats.h" #include "signals.h" #include "commands.h" #include "misc.h" #include "servers.h" #include "settings.h" #include "levels.h" #include "themes.h" #include "fe-windows.h" #include "window-items.h" #include "windows-layout.h" #include "printtext.h" static void window_print_bi...
#include "gcc-plugin.h" #include "config.h" #include "system.h" #include "coretypes.h" #include "tm.h" //#include "tm_p.h" #include "diagnostic.h" #include "tree-flow.h" #include "tree-pass.h" #include "toplev.h" #include "gimple-pretty-print.h" #include "cgraph.h" #include "coretypes.h" #include "tree.h" #include "dia...
#ifndef <API key> #define <API key> /** @page <API key> is used to generate movements * of waypoints and flight paths. Each serves the purpose * of generate activities so that it generates updated * packets for the players. */ #include "MovementGenerator.h" #include "WaypointManager.h" #include "Path.h" #include "...