answer
stringlengths
15
1.25M
<!DOCTYPE html> <! | Setting the 4 different border widths for 4 directions. border-top-width | would be default width. | https://www.w3.org/TR/css3-background/#border-width <html> <head> <style> div { border: solid; border-color: blue; border-left-width: 20px; border-bottom-width: .8...
package straightedge.geom.vision; import straightedge.geom.*; public class CollinearOverlap{ public KPolygon polygon; public int pointIndex; public int nextPointIndex; public KPolygon polygon2; public int point2Index; public CollinearOverlap(KPolygon polygon, int pointIndex, int nextPointIndex, ...
<?php return array( 'router' => array( 'routes' => array( 'home' => array( 'type' => 'Zend\Mvc\Router\Http\Literal', 'options' => array( 'route' => '/', 'defaults' => array( 'controller' => 'Applic...
// This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks indicating autogenerated code o...
# -*- encoding : utf-8 -*- require 'test_helper' class Cuenta::<API key> < ActionController::TestCase test "<API key>" do u = User.find(1) sym_login 1 competitions = [] [League, Tournament, Ladder].each { |cls| competitions<< cls.find(:first, :conditions => 'state = 0', :order => 'RANDOM() ASC') } ...
# This file is part of Metasm, the Ruby assembly manipulation suite # Licence is LGPL, see LICENCE in the top-level directory require 'metasm/main' require 'metasm/ia32' module Metasm # The x86_64, 64-bit extension of the x86 CPU (x64, em64t, amd64...) class X86_64 < Ia32 # SegReg, Farptr unchanged # no m...
# This file helps to compute a version number in source trees obtained from # git-archive tarball (such as those provided by githubs download-from-tag # feature). Distribution tarballs (built by setup.py sdist) and build # directories (produced by setup.py build) will contain a much shorter file # that just contains th...
<?php /** * RSSAggregatingPage lets a CMS Authors aggregate and filter a number of RSS feed. */ class RSSAggregatingPage extends Page { static $db = array ( "NumberOfItems" => "Int" ); static $has_many = array( "SourceFeeds" => "RSSAggSource", "Entries" => "RSSAggEntry" ); ...
from . import Cl, conformalize layout_orig, blades_orig = Cl(3) layout, blades, stuff = conformalize(layout_orig) locals().update(blades) locals().update(stuff) # for shorter reprs layout.__name__ = 'layout' layout.__module__ = __name__
using System; using Renci.SshNet.Messages.Connection; namespace Renci.SshNet.Channels { internal abstract class ServerChannel : Channel { internal void Initialize(Session session, uint localWindowSize, uint localPacketSize, uint remoteChannelNumber, uint remoteWindowSize, uint remotePacketSize) ...
<!DOCTYPE html> <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>mne.find_events &#8212; MNE 0.15 documentation</title> <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygment...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\ShopGoodsCategory */ $this->title = Yii::t('app', 'Create Shop Goods Category'); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Shop Goods Categories'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>...
#include "chrome/browser/chromeos/login/login_utils.h" #include <algorithm> #include <set> #include <vector> #include "base/bind.h" #include "base/command_line.h" #include "base/compiler_specific.h" #include "base/file_util.h" #include "base/files/file_path.h" #include "base/location.h" #include "base/memory/ref_counte...
package edu.ucdenver.ccp.datasource.fileparsers.snomed; import edu.ucdenver.ccp.datasource.fileparsers.<API key>; import lombok.Getter; /** * @author Center for Computational Pharmacology, UC Denver; ccpsupport@ucdenver.edu * */ @Getter public class <API key> extends <API key> { public enum DescriptionType { ...
""" Unit tests to ensure that we can call reset_traits/delete on a property trait (regression tests for Github issue #67). """ from traits import _py2to3 from traits.api import Any, HasTraits, Int, Property, TraitError from traits.testing.unittest_tools import unittest class E(HasTraits): a = Property(Any) b = ...
<?php namespace app\controllers; use app\models\ContactForm; use app\models\LoginForm; use Yii; use yii\filters\AccessControl; use yii\filters\VerbFilter; use yii\web\Controller; class SiteController extends Controller { public function behaviors() { return [ 'access' => [ 'c...
#include "f2c.h" #include "blaswrap.h" /* Subroutine */ int dlar1v_(integer *n, integer *b1, integer *bn, doublereal *lambda, doublereal *d__, doublereal *l, doublereal *ld, doublereal * lld, doublereal *pivmin, doublereal *gaptol, doublereal *z__, logical *wantnc, integer *negcnt, doublereal *ztz, doublere...
<?php namespace elisdn\gii\fixture\tests; use yii\db\ActiveRecord; class Post extends ActiveRecord { public static function tableName() { return 'post'; } }
package com.mattunderscore.trees.base; import static org.junit.Assert.*; import static org.mockito.Mockito.verify; import static org.mockito.MockitoAnnotations.initMocks; import java.util.Iterator; import java.util.<API key>; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import com.mattunders...
#include <vector> #include <string> #include <osquery/core.h> #include <osquery/logger.h> #include <osquery/tables.h> #include "osquery/events/linux/udev.h" namespace osquery { namespace tables { /** * @brief Track udev events in Linux */ class <API key> : public EventSubscriber { <API key>(<API key>, UdevEventPubl...
#ifndef <API key><API key> #define <API key><API key> #include <memory> #include <string> #include "chrome/browser/ui/webauthn/<API key>.h" #include "chrome/browser/ui/webauthn/<API key>.h" #include "chrome/browser/webauthn/<API key>.h" #include "device/fido/pin.h" namespace gfx { struct VectorIcon; } namespace ui { cl...
package com.spm.store; import java.io.Serializable; import java.util.List; import android.content.Context; /** * * @author Agustin Sgarlata * @param <T> */ public class DbProvider<T extends Serializable> extends Db4oHelper { public Class<T> persistentClass; public DbProvider(Class<T> persistentClass, Contex...
package main import ( "actor" "entity" "math/rand" "os" "runtime" "time" "glutil" "util" "world" "github.com/go-gl/gl" "github.com/ianremmler/ode" "github.com/rhencke/glut" ) var renderQueue util.RenderQueue = util.NewEmptyRenderQueue() //var currentCamera = <API key>() v...
from django import forms from ncdjango.interfaces.arcgis.form_fields import SrField class PointForm(forms.Form): x = forms.FloatField() y = forms.FloatField() projection = SrField()
<? $this->title = Yii::t("UserModule.user", 'Create profile field'); $this->breadcrumbs=array( Yii::t("UserModule.user", 'Profile fields')=>array('admin'), Yii::t("UserModule.user", 'Create')); ?> <?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Mon Jul 12 18:25:20 IDT 2021 --> <title>com.exlibris.repository.persistence.sip</title> <meta name="date" content="2021-07-12"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Sty...
#ifndef <API key> #define <API key> #include "KitParameters.h" #include "KitManager.h" #include "../../Sound/SoundBank/SoundBank.h" #include "../Instruments/Instrument.h" #include "../Triggers/Triggers/Trigger.h" #include <string> #include <vector> namespace DrumKit { class Kit { public: Kit...
# -*- coding: utf-8 -*- # modification, are permitted provided that the following conditions are met: # documentation and/or other materials provided with the distribution. # may be used to endorse or promote products derived from this software without # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http: <html xmlns="http: <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Zend_Session - Zend Framework Manual</title> </head> <body> <table width="100%"> <tr valign="top"> <td width="85...
#include "utils/includes.h" #include "utils/common.h" #include "utils/eloop.h" #include "common/ieee802_11_defs.h" #include "common/wpa_ctrl.h" #include "common/hw_features_common.h" #include "radius/radius_client.h" #include "radius/radius_das.h" #include "eap_server/tncs.h" #include "eapol_auth/eapol_auth_sm.h" #incl...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.c Label Definition File: <API key>.label.xml Template File: sources-sinks-45.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: listen_socket Read data using a listen socket (server side) * GoodSource: Set data to a small, non-zero number (n...
// Description of the life cycle of a instance of MetricsService. // OVERVIEW // A MetricsService instance is typically created at application startup. It is // the central controller for the acquisition of log data, and the automatic // transmission of that log data to an external server. Its major job is to // man...
using System; using System.Reflection; using Atomixilc.Machine; using Atomixilc.Attributes; using Atomixilc.Machine.x86; namespace Atomixilc.IL { [ILImpl(ILCode.Cgt)] internal class Cgt_il : MSIL { public Cgt_il() : base(ILCode.Cgt) { } internal override void Exec...
{{ define "footer" }} <div class="ui inverted footer vertical segment"> <div class="ui stackable center aligned page grid"> <! <div class="ten wide column"> <div class="ui three column center aligned stackable grid"> <div class="column"> <h5 class="ui inverted header">Cours...
package com.github.koraktor.steamcondenser.steam.community; import static com.github.koraktor.steamcondenser.steam.community.XMLUtil.loadXml; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import stat...
package com.atlassian.pageobjects.components.aui; import com.atlassian.pageobjects.PageBinder; import com.atlassian.pageobjects.binder.Init; import com.atlassian.pageobjects.binder.<API key>; import com.atlassian.pageobjects.components.TabbedComponent; import com.atlassian.pageobjects.elements.PageElement; import com.a...
<?php /** * iDatabase * * @author young * @version 2013.11.22 * */ namespace Idatabase\Controller; use My\Common\Controller\Action; class ImportController extends Action { /** * mongocollection * * @var object */ private $_data; /** * mongocollection * * @var object ...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\<API key> */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="<API key>"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method' => 'get', ]); ?> <?= $form->field(...
<!DOCTYPE html> <html> <meta charset="utf-8"> <title>Date parser test — 100&lt;=x&lt;=999 and January&lt;=y&lt;=December and 100&lt;=z&lt;=999 — 100 december 100</title> <script src="../date_test.js"></script> <p>Failed (Script did not run)</p> <script> test_date_invalid("100 december 100", "Invalid Date"...
// <API key>.hpp #ifndef <API key> #define <API key> #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include <boost/asio/detail/config.hpp> #include <cstddef> #include <boost/asio/<API key>.hpp> #include <boost/asio/buffer.hpp> #include <boost/asio/<API key>....
\file reporttimeout.cpp \brief This file contains the implementation of a JAUS message. <br>Author(s): Bo Sun <br>Created: 17 November 2009 <br>Copyright (c) 2009 <br>Applied Cognition and Training in Immersive Virtual Environments <br>(ACTIVE) Laboratory <br>Institute for Simulation and Training (IST) <br>University o...
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, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio...
#ifndef DF_TYPES_H #define DF_TYPES_H /* ADT headers */ #include "adt_list.h" #include "adt_array_list.h" #define DF_PROTO_ICMP 1 #define DF_PROTO_TCP 6 #define DF_PROTO_UDP 17 #define DF_PROTO_SCTP 132 #define SIG_RULESET 0xD68FC735 #define SIG_IPV4_RULE 0x37...
<?php namespace common\models; use Yii; use yii\db\ActiveRecord; /** * This is the model class for table "template_js". * * @property integer $id * @property integer $template_id * @property integer $js_id * * @property Js $js * @property Template $template */ class TemplateJs extends ActiveRecord { /** ...
create table Account_ ( accountId int8 not null primary key, companyId int8, userId int8, userName varchar(75), createDate datetime YEAR TO FRACTION, modifiedDate datetime YEAR TO FRACTION, parentAccountId int8, name varchar(75), legalName varchar(75), legalId varchar(75), le...
(function() { "use strict"; var sig = "Check params: function ntil(checker, performer, success, failure, opts)"; function chain(checker, opts) { this.opts = function(options) { opts = options; return this } this.exec = function(perform) { this.perform = perform; return this }; this.done = function(suc...
<?php use yii\bootstrap\ActiveForm; use yii\helpers\Html; use yii\grid\GridView; use yii\helpers\Url; use app\models\Ticket; $this->params['breadcrumbs'][] = ['label' => Yii::t('app','ticket list'), 'url' => [' $this->params['addUrl'] = 'ticket/new'; ?> <div class="row"> <div class="col-lg-12"> <!-- START YOUR ...
#include <errno.h> #include <netinet/in.h> #include <stdint.h> #include <stdbool.h> #include <stdio.h> #define SOL_LOG_DOMAIN &<API key> #include "cbor.h" #include "sol-coap.h" #include "sol-json.h" #include "sol-log-internal.h" #include "sol-platform.h" #include "sol-str-slice.h" #include "sol-util.h" #include "sol-ve...
<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $model app\models\Category */ $this->title = 'Update Consultant Category: ' . ' ' . $model->category; $this->params['breadcrumbs'][] = ['label' => 'Categories', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->category, 'url' => ...
*//* /*! \file cmdtextfield.h \date Dec 2011 \author TNick \brief Contains the definition for CmdTextField class ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please read COPYING and README files in root folder ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
#ifndef FASTJSON_DOM_H #define FASTJSON_DOM_H #include "fastjson/core.h" #include "fastjson/utils.h" #include "fastjson/error.h" //TODO: Ugly that we need this.. can we remove it later? #include <vector> #include <sstream> #include <string.h> namespace fastjson { namespace dom { //Requires the DATA type to have a n...
#include "xeumeuleu_test_pch.h" #include <xeumeuleu/xml.hpp> // Name: <API key> // Created: MAT 2008-01-07 <API key>( <API key> ) { xml::xistringstream xis1( "<root-1/>" ); xml::xistringstream xis2( "<root-2/>" ); xml::ximultistream xis( xis1, xis2 ); <API key>( xis >> xml::start( "root-1" ) ); } // Nam...
package com.xoba.smr; import java.io.PrintWriter; import java.io.StringReader; import java.io.StringWriter; import java.net.URI; import java.util.Collection; import java.util.Formatter; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Properties; import java.util.Set; impo...
// modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // * Neither the name of the author nor the names of other contributors may // be used to endorse or promote products derived from this software // AND ANY ...
<?php namespace app\controllers\user; use Yii; use dektrium\user\controllers\ProfileController as PController; use app\models\ProfileSearch; /** * UserInfoController implements the CRUD actions for UserInfo model. */ class ProfileController extends PController { /*public function behaviors() { return ...
#ifndef REGRESS_H #define REGRESS_H /* Macro to shorten code where a number is added to the current value of an * element in a matrix. */ #define addval(A, VAL, I, J) setval((A), (VAL) + val((A), (I), (J)), (I), (J)) typedef struct { double **array; int rows; int cols; } matrix; void DestroyMatrix(matrix*)...
div#childtickets { border: 1px outset #996; border-radius: .5em; padding: 1em; } div#childtickets table.listing thead th { border: none; } div#childtickets table.listing tbody tr { border: none; } div#childtickets table.listing tbody td { border: none; padding: 0.1em 0.5em; }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Matlab.Nodes { [Serializable] public abstract class InnerNode : InternalNode { #region CONSTRUCTORS: protected InnerNode() : base() { ...
#!/usr/bin/python import os # With the addition of Keystone, to use an openstack cloud you should # authenticate against keystone, which returns a **Token** and **Service # Catalog**. The catalog contains the endpoint for all services the # user/tenant has access to - including nova, glance, keystone, swift. # *NOTE*:...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /** * @var yii\web\View $this * @var app\models\Image $model * @var yii\widgets\ActiveForm $form */ ?> <div class="image-form"> <?php $form = ActiveForm::begin(); ?> <?= $form->field($model, 'name')->textInput(['maxlength' => 50]) ?> <?= $form->fie...
<?php session_start(); if (!isset($_SESSION["bis"]) || $_SESSION["bis"] != 1) { header("Location: index.php"); die(); } ?>
require "rbconfig" require 'test/unit' require 'socket' require 'openssl' require 'puma/minissl' require 'puma/server' require 'net/https' class TestPumaServer < Test::Unit::TestCase def setup @port = 3212 @host = "127.0.0.1" @app = lambda { |env| [200, {}, [env['rack.url_scheme']]] } @events = Puma::...
#ifndef <API key> #define <API key> #include "ash/components/phonehub/<API key>.h" namespace ash { namespace phonehub { class <API key> : public <API key> { public: explicit <API key>( AccessStatus access_status = AccessStatus::<API key>); ~<API key>() override; using <API key>::<API key>; void <API key>...
# -*- coding: utf-8 -*- from __future__ import absolute_import from .local import Local # noqa from .production import Production # noqa # This will make sure the app is always imported when # Django starts so that shared_task will use this app. from .celery import app as celery_app
#ifndef <API key> #define <API key> #include "ash/system/audio/audio_observer.h" #include "ash/system/tray/tray_image_item.h" #include "base/memory/scoped_ptr.h" namespace ash { namespace system { class TrayAudioDelegate; } namespace internal { namespace tray { class VolumeView; } class TrayAudio : public TrayImageItem...
module Text.OpenGL.Xml.ReadRegistry ( readRegistry, parseRegistry, PreProcess ) where import Prelude hiding ((.), id) import Control.Category import Text.OpenGL.Types import Text.OpenGL.Xml.Pickle() import Text.OpenGL.Xml.PreProcess import Text.XML.HXT.Core type PreProcess = Bool -- TODO RelaxNG validation ...
// CEDestinySDK.h // CEDestinySDK #import <UIKit/UIKit.h> //! Project version number for CEDestinySDK. FOUNDATION_EXPORT double <API key>; //! Project version string for CEDestinySDK. FOUNDATION_EXPORT const unsigned char <API key>[]; // In this header, you should import all the public headers of your framework using...
require 'spree_auto_invoice' require 'rails' module SpreeAutoInvoice class Railtie < Rails::Railtie rake_tasks do require '../tasks/spree_auto_invoice.rake' end end end
<?php use librarys\helpers\utils\String; ?> <div class="a_info neinf"> <div> <div class="a_rea a_hop"> <h2> <span><a href="http://jb.9939.com/article_list.shtml">>></a></span> “<font style="color: </h2> <ul class="a_prev"> <...
#include "components/optimization_guide/<API key>.h" #include "components/optimization_guide/proto/hint_cache.pb.h" #include "components/optimization_guide/proto/hints.pb.h" #include "components/optimization_guide/store_update_data.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace optimi...
#include "chrome/browser/ui/extensions/<API key>.h" #include <utility> #include "build/build_config.h" #include "chrome/browser/extensions/<API key>.h" #include "chrome/browser/extensions/<API key>.h" #include "chrome/browser/extensions/<API key>.h" #include "chrome/browser/ui/browser_dialogs.h" #include "chrome/browse...
package org.broadinstitute.hellbender.engine; import org.broadinstitute.barclay.argparser.<API key>; import org.broadinstitute.hellbender.cmdline.TestProgramGroup; @<API key>( summary = "A dummy GATKTool to help test Funcotator.", oneLineSummary = "Dummy dumb dumb tool for testing.", programGrou...
// Standard system includes #include <assert.h> #include <errno.h> // -EINVAL, -ENODEV #include <netdb.h> // gethostbyname #include <sys/poll.h> #include <sys/types.h> // connect #include <sys/socket.h> // connect #include <trace.h> #define MY_TRACE_PREFIX "EthernetServer" extern "C"...
'use strict'; module.exports = function (Logger, $rootScope) { return { restrict: 'A', scope: { hasRank: '=' }, link: function ($scope, elem, attrs) { $rootScope.$watch('currentUser', function () { Logger.info('Checking for rank: ' + $scope.has...
package com.fasteasytrade.jrandtest.algo; import java.math.BigInteger; import java.util.Random; /** * QuadraidResidue1 Prng algorithm from NIST test package * <p> * Fix random p, prime, length 512 bits. * <p> * Fix random g, prime, length 512 bits. g < p. * <p> * Each prng iteration calculate g = g**2 mod p.<br>...
#include "core/inspector/MainThreadDebugger.h" #include "bindings/core/v8/BindingSecurity.h" #include "bindings/core/v8/DOMWrapperWorld.h" #include "bindings/core/v8/ScriptController.h" #include "bindings/core/v8/SourceLocation.h" #include "bindings/core/v8/V8ErrorHandler.h" #include "bindings/core/v8/V8Node.h" #includ...
Spree.user_class.class_eval do belongs_to :supplier, class_name: 'Spree::Supplier', optional: true has_many :variants, through: :supplier def supplier? supplier.present? end def supplier_admin? spree_roles.map(&:name).include?("supplier_admin") end def market_maker? has_admin_role? end def...
# Possible discounts: # - Node (administer inline with nodes) # - Bulk amounts on nodes # - User # - Group of users # - Order (this is more-or-less a voucher) # - Shipping costs # Possible amounts: # - Percentage # - Fixed amount # Flag indicating if a discount can be combined with other discounts. # Boolean "offer" to...
using System; using System.Threading.Tasks; namespace CefSharp.Test { public static class <API key> { public static Task<<API key>> LoadRequestAsync(this IWebBrowser browser, IRequest request) { if(request == null) { throw new <API key>("request"); ...
<?php use yii\db\Migration; class <API key> extends Migration { public function safeUp() { $this->alterColumn('vraag', 'text', 'blob'); $this->alterColumn('antwoord', 'text', 'blob'); } public function safeDown() { $this->alterColumn('vraag', 'text', 'string(128)'); $...
#ifndef CTRL_PARTITION_H #define CTRL_PARTITION_H #include <wx/panel.h> //#include <wx/sizer.h> enum CTRL_STATE { S_IDLE, S_LEFT_SLIDER, S_RIGHT_SLIDER, S_MOVE }; class wxPartition : public wxPanel { static const int slider_width = 10; int slider_left_pos; int slider_right_pos; CTRL_STATE state;...
Title: Music API Server Date: 2014-06-24 12:56 Update: 2014-07-02 20:36 Tags: , API api: * * * * * * * * : [mawenbao/music-api-server](https://github.com/mawenbao/music-api-server) ## (debian/ubuntu) `GOPATH`[](http://blog.atime.me/note/golang-summary.html#<API key>) # install redis-server ...
<?php use SerializerKit\XmlSerializer; class XmlSerializerTest extends <API key> { function test() { $xmls = new XmlSerializer; $string = $xmls->encode(array( 'title' => 'War and Peace', 'isbn' => 123123123, 'authors' => array( array( 'name' =>...
# Makefile for Sphinx documentation # You can set these variables from the command line. SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) $(error The '$(SPHINXBUILD)' command was n...
#![allow(missing_docs)] use downcast_rs::Downcast; use na::{DVector, RealField}; use ncollide::query::ContactId; use crate::detection::<API key>; use crate::material::<API key>; use crate::object::{BodyHandle, BodySet, ColliderHandle}; use crate::solver::{ConstraintSet, <API key>}; The modeling of a contact. pub trait ...
/** * @file * Money is a value object representing a monetary value. It does not use * floating point numbers, so it avoids rounding errors. * The only operation that may cause stray cents is split, it assures that no * cents vanish by distributing as evenly as possible among the parts it splits into. * * Money ...
#include "Shape.h" #include "DynBase.h" //#include <iostream> using std::cout; using std::endl; Shape::~Shape() { cout << "~Shape ..." << endl; } void Circle::Draw() { cout << "Circle::Draw() ..." << endl; } Circle::~Circle() { cout << "~Circle ..." << endl; } void Square::Draw() { cout << "Square::Draw...
'use strict'; import { IContentsModel } from 'jupyter-js-services'; import { Message } from 'phosphor-messaging'; import { PanelLayout } from 'phosphor-panel'; import { Widget } from 'phosphor-widget'; import { FileButtons } from './buttons'; import { BreadCrumbs } from './crumbs'; import { DirListing } f...
<?php namespace ZendTest\Mvc\Controller\Plugin\TestAsset; use Zend\Authentication\Adapter\AdapterInterface; use Zend\Authentication\Result; class <API key> implements AdapterInterface { protected $identity; public function setIdentity($identity) { $this->identity = $identity; } public functi...
<?php namespace app\models; use Yii; /** * This is the model class for table "solicitud_prestamo". * * @property integer $SPRE_ID * @property string $PE_RUT * @property string $SPRE_DESCRIPCION * @property string $SPRE_FECHA * @property string $SPRE_ESTADO * @property string $SPRE_TEXTO * * @property Persona ...
% File: api.pl % Purpose: prolog api for elf application % Author: Roger Evans % Version: 1.0 % Date: 21/12/2013 % % (c) Copyright 2013, University of Brighton % application api from prolog nimrodel(Model, Title, String) :- nimrodel(['-model', Model, '-title', Title, String]). nimr...
@(message: String,books : List[models.Book], conditions : List[models.Condition], requests : List[models.CurrentRequest], bookSelected : Long , price : String ,conditionSelected : Long ) @<API key> = @{ helper.FieldConstructor(<TwitterConsumerkey>.render) } @main("My Requests") { <div class="container"> <div class...
<?php namespace app\models; use app\models\query\ActionQuery; use app\models\query\CommentQuery; use Yii; use yii\db\ActiveRecord; /** * This is the model class for table "comment". * * @property integer $id * @property integer $action_id * @property string $content * * @property Action $action */ class Comment...
<!DOCTYPE html> <html lang='en'> <head> <title>Ligs and Pseudo Test</title> <link href="b.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <p data-a="hello ">Hello world how are you today?</p> <p>This is a test of the use of ligatures to encode icons in a fun and cool way. No...
#include "chrome/browser/net/<API key>.h" #include "base/bind.h" #include "base/compiler_specific.h" #include "base/message_loop.h" #include "chrome/browser/profiles/profile.h" #include "content/public/common/url_fetcher.h" #include "net/base/load_flags.h" #include "net/url_request/<API key>.h" #include "net/url_reques...
<?php use yii\helpers\Html; use mdm\admin\models\Assignment; use backend\models\UserBackend; use yii\base\Object; $user = new UserBackend(); $list = UserBackend::find()->where([])->asArray()->all(); //print_r($list); //echo "<br>"; $euserId = ""; for($i=0;$i<count($list);$i++){ $tmpId = $list[$i]["id"]; $assign...
C Copyright (c) 2007-2017 National Technology & Engineering Solutions of C Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with C NTESS, the U.S. Government retains certain rights in this software. C C Redistribution and use in source and binary forms, with or without C modification, are permitted provid...
<! Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file for details. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. <div *ngIf="pending" class="btn spinner"> <material-spinner></material-spinner> </div> <material-but...
package de.uni.freiburg.iig.telematik.wolfgang.properties.check; import javax.swing.JPanel; import javax.swing.JPopupMenu; import de.invation.code.toval.graphic.component.DisplayFrame; import de.invation.code.toval.graphic.util.SpringUtilities; import de.uni.freiburg.iig.telematik.sepia.petrinet.cpn.properties.cwn.CWNP...
package nom.bdezonia.zorbage.algorithm; import java.math.BigDecimal; import java.math.MathContext; import nom.bdezonia.zorbage.algebra.Addition; import nom.bdezonia.zorbage.algebra.Algebra; import nom.bdezonia.zorbage.algebra.Conjugate; import nom.bdezonia.zorbage.algebra.Invertible; import nom.bdezonia.zorbage.algebra...