answer
stringlengths
15
1.25M
<?php return array ( 'This user account is not approved yet!' => 'Tento účet ještě není aktivován!', 'User not found!' => 'Uživatel nebyl nalezen!', 'You need to login to view this user profile!' => 'Abyste mohli prohlížet tento profil, je potřeba se nejdříve přihlásit.', );
#endregion using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Tigwi.UI.Models.Storage { using Tigwi.Storage.Library; public class <API key> : Exception { public <API key>(string login, UserAlreadyExists innerException) : base("This username is ...
import requests class Status(object): SKIP_LOCALES = ['en_US'] def __init__(self, url, app=None, highlight=None): self.url = url self.app = app self.highlight = highlight or [] self.data = [] self.created = None def get_data(self): if self.data: re...
<?php /** * namespace */ namespace Zend\Cloud\StorageService\Adapter; use Traversable, Zend\Cloud\StorageService\Adapter, Zend\Cloud\StorageService\Exception, Zend\Service\Rackspace\Exception as RackspaceException, Zend\Service\Rackspace\Files as RackspaceFile, Zend\Stdlib\ArrayUtils; class Racksp...
# -*-coding:Utf-8 -* # modification, are permitted provided that the following conditions are met: # and/or other materials provided with the distribution. # may be used to endorse or promote products derived from this software # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WA...
#include<iostream> using namespace std; int a[]={1,255,8,6,25,47,14,35,58,75,96,158,657}; const int len = sizeof(a)/sizeof(int); int b[10][len+1] = { 0 }; void bucketSort(int a[]); void distributeElments(int a[],int b[10][len+1],int digits); void collectElments(int a[],int b[10][len+1]); int numOfDigits(int a[]); void ...
#ifndef <API key> #define <API key> #include "IFiltering.h" #include <stdlib.h> #include <cmath> #include <iostream> #include <stdio.h> #include <stdint.h> namespace brics_3d { /** * @brief Extracts subset of input point cloud based on color-properties in RGB color space * @ingroup filtering */ class <API key> : pub...
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>Phing API Documentation » \DataTypeHandler</title> <meta name="author" cont...
# GtkMain.py -- pygtk threading help routines. # Eric Jeschke (eric@naoj.org) """ GUI threading help routines. Usage: import GtkMain # See constructor for GtkMain for options self.mygtk = GtkMain.GtkMain() # NOT THIS #gtk.main() # INSTEAD, main thread calls this: self.mygtk.mainloop() # (asynchr...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model backend\modules\inspection\models\<API key> */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="<API key>"> <?php $form = ActiveForm::begin([ 'action' => ['index'], 'method' => 'get', ]); ?...
/*! \ingroup <API key> \cgalConcept The concept `AABBTraits` provides the geometric primitive types and methods for the class `CGAL::AABB_tree<AABBTraits>`. \cgalHasModel `CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>` \sa `CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>` \sa `CGAL::AABB_tree<AABBTraits>` \sa `AABBPr...
(function( factory ) { if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define([ "jquery" ], factory ); } else { // Browser globals factory( jQuery ); } }(function( $ ) { // $.ui might exist from components with no dependencies, e.g., $.ui.position $.ui ...
#!/bin/bash #This program calculates the core count for each result row and updates the #results. This is a work around due to a current limitation of #HdpHBencher/HsBencher. function usage { echo "Usage: processResults.sh <resultsFile>" exit -1 } test -z $1 && usage resultsFile="$1" #Find the results column flags=...
var sbModule = angular.module('sbServices', ['ngResource']); sbModule.factory('App', function($resource) { return $resource('/api/v1/app/:name', { q: '' }, { get: { method: 'GET' }, //isArray: false }, query: { method: 'GET'} //, params: { q: '' }//, isArray: false } }); });
# coding: utf-8 # This file is part of Thomas Aquinas. # Thomas Aquinas is free software: you can redistribute it and/or modify # (at your option) any later version. # Thomas Aquinas is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # ...
#include <sys/cdefs.h> __FBSDID("$FreeBSD: releng/9.3/sys/dev/tdfx/tdfx_linux.c 224778 2011-08-11 12:30:23Z rwatson $"); #include <sys/param.h> #include <sys/capability.h> #include <sys/file.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/proc.h> #include <sys/systm.h> #include <dev/tdfx/tdfx_linux.h> ...
module Mistral.Schedule.Value ( Env , groupEnv , lookupEnv , bindType , bindValue , bindParam , NodeTags , bindNode , lookupTag, lookupTags , Value(..) , SNetwork(..), mapWhen, modifyNode , SNode(..), addTask , STask(..), hasConstraints , SConstraint(..), target ) where import Mistral.Ty...
#include <stand.h> #include <string.h> #define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A') /* * backslash: Return malloc'd copy of str with all standard "backslash * processing" done on it. Original can be free'd if desired. */ char * backslash(char *str) { /* * Remove ...
<?php if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', '<API key>::main'); } require_once 'Zend/Validate/Sitemap/ChangefreqTest.php'; require_once 'Zend/Validate/Sitemap/LastmodTest.php'; require_once 'Zend/Validate/Sitemap/LocTest.php'; require_once 'Zend/Validate/Sitemap/PriorityTest.php'; cla...
#include "<API key>.h" using namespace A2O; <API key>::<API key>(IAction::Ptr action, ICarMetaModel::ConstPtr carMetaModel) : _action(action) { // Create output pins const std::vector<IServoDriveConfig::ConstPtr>& servoDriveConfigs = carMetaModel-><API key>(); for (unsigned int i = ...
<?php namespace Exchange\EWSType; use Exchange\EWSType; /** * Contains <API key>. */ /** * Represents a Tentative reply to a meeting request. * * @package php-ews\Types * * @todo Extend <API key>. */ class <API key> extends EWSType { /** * Contains the item or file that is attached to an item in the Ex...
# Running JupyterHub itself in docker This is a simple example of running jupyterhub in a docker container. This example will: - create a docker network - run jupyterhub in a container - enable 'dummy authenticator' for testing - run users in their own containers It does not: - enable persistent storage for users or th...
{-# LANGUAGE ParallelListComp #-} module OldHMM (Prob, HMM(..), train, bestSequence, sequenceProb) where import qualified Data.Map as M import Data.List (sort, groupBy, maximumBy, foldl') import Data.Maybe (fromMaybe, fromJust) import Data.Ord (comparing) import Data.Function (on) import Control.Monad import Da...
<?php namespace app\modules\admin\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use app\models\Trigger; /** * TriggerSearch represents the model behind the search form about `app\models\Trigger`. */ class TriggerSearch extends Trigger { /** * @inheritdoc */ public function ru...
#include <stdlib.h> #include "base/basictypes.h" #include "base/file_util.h" #include "base/path_service.h" #include "base/strings/string_util.h" #include "base/strings/<API key>.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/net/url_fixer_upper.h" #include "net/base/net_util.h" #include "testing/gt...
#<pycode(py_choose)> class Choose: """ Choose - class for choose() with callbacks """ def __init__(self, list, title, flags=0, deflt=1, icon=37): self.list = list self.title = title self.flags = flags self.x0 = -1 self.x1 = -1 self.y0 = -1 self.y1 = -1 self.width = -1 self.de...
<?php namespace Zend\Console; /** * A static, utility class for interacting with Console environment. * Declared abstract to prevent from instantiating. */ abstract class Console { /** * @var Adapter\AdapterInterface */ protected static $instance; /** * Allow overriding whether or not we'r...
<dom-module id="my-scientists-list"> <template> <firebase-collection data="{{scientists}}" location="https://radiant-fire-9062.firebaseio.com/users"> </firebase-collection> <template is="dom-repeat" items="[[scientists]]" as="scientist"> <p>Element: <span>[[index]]</span></p>...
using System.Collections.Generic; using System.Web; using System.Web.UI; using ServiceStack.Common.Web; namespace ServiceStack.WebHost.Endpoints.Support.Metadata.Controls { internal class <API key> : OperationControl { public <API key>() { EndpointType = EndpointType.Soap12; ...
<?php interface INewsDB{ function saveNews($t, $c, $d, $s); function getNews(); function deleteNews($id); } ?>
#ifndef <API key> #define <API key> #include "base/macros.h" #include "base/no_destructor.h" #include "components/guest_os/<API key>.h" #include "components/keyed_service/content/<API key>.h" #include "components/keyed_service/core/keyed_service.h" class Profile; namespace crostini { // A KeyedService for tracking enga...
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>second_derivative &mdash; MetPy 0.8</title> <lin...
#include "<API key>.h" #include <ABI41_0_0React/components/image/conversions.h> #include <ABI41_0_0React/core/propsConversions.h> namespace ABI41_0_0facebook { namespace ABI41_0_0React { <API key>::<API key>( const <API key> &sourceProps, const RawProps &rawProps) : ViewProps(sourceProps, rawProps), c...
#include "chrome/browser/drive/drive_api_util.h" #include <string> #include "base/files/file.h" #include "base/logging.h" #include "base/md5.h" #include "base/strings/string16.h" #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "base/strings/<API key>.h" #include "base/values.h" #in...
The jStar Eclipse Plug-in ========================== There is a tutorial for the plugin: doc/jstar eclipse tutorial/jstar eclipse tutorial.pdf For more information, see [http: ___ This repository contains information related to the tool jStar-Eclipse presented in Foundations of Software Engineering, 2011. The tool w...
<!DOCTYPE HTML PUBLIC "- <head> <title><API key></title> </head> <body> <h3><i>I update my desired direction to head toward those in my local interaction zone if not in my personal space.</i> </h3> <font size="2" color="gray">Begin micro-behaviour</font> <p><b><API key></b></p> <font size="2" color=...
'use strict'; describe('Directive: searchFilters', function () { // load the directive's module beforeEach(module('searchApp')); var element, scope; beforeEach(inject(function ($rootScope) { scope = $rootScope.$new(); })); it('should make hidden element visible', inject(function ($compile) { ele...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ /* @var $model app\models\Fahrtenbuch */ /* @var $form yii\widgets\ActiveForm */ ?> <div class="fahrtenbuch-form"> <?php $form = ActiveForm::begin(); ?> <?= $form->field($model, 'fahrer')->textInput(['maxlength' => true]) ?> ...
#import <UIKit/UIKit.h> #import <ABI42_0_0React/ABI42_0_0RCTView.h> @interface <API key> : ABI42_0_0RCTView @end
# This code is free software; you can redistribute it and/or modify it under require 'fixtures' require 'helper' class TestGitHub < Test::Unit::TestCase context 'The GitHub implementation' do should 'not support file stats' do assert_not Metior::GitHub.supports? :file_stats end should 'not support l...
id: <API key> challengeType: 5 title: 'Problem 198: Ambiguous Numbers' forumTopicId: 301836 ## Description <section id='description'> A best approximation to a real number x for the denominator bound d is a rational number r/s (in reduced form) with s ≤ d, so that any rational number p/q which is closer to x than r/s h...
package wblut.geom; /** * Interface for implementing mutable mathematical operations on 3D coordinates. * * All of the operators defined in the interface change the calling object. All * operators use the label "Self", such as "addSelf" to indicate this. * * @author Frederik Vanhoutte * */ public interface <API...
The *Control Freak* IDE provides already a sophisticated Editor which comes with auto completion and snippets by the default. Since most developers prefer their own editors and key bindings, the IDE allows also to write driver code outside of the IDE. All you you need to do is open the driver Javascript file and start ...
# -*- coding: utf-8 -*- ''' Production Configurations - Use djangosecure - Use Amazon's S3 for storing static files and uploaded media - Use sendgrid to send emails - Use MEMCACHIER on Heroku ''' from configurations import values try: from S3 import CallingFormat AWS_CALLING_FORMAT = CallingFormat.SUBDOMAIN exc...
<?php // autoload_psr4.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'Zend\\View\\' => array($vendorDir . '/zendframework/zend-view/src'), 'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'), 'Zend\\Uri\\' => arra...
#include <assert.h> #include <boost/filesystem.hpp> #include "GaussianMixture.hpp" #include "Landmark.hpp" #include "COLA.hpp" #include "Particle.hpp" #include "Pose.hpp" #include <stdio.h> #include <string> #include <vector> typedef unsigned int uint; using namespace rfs; class MM : public Landmark2d{ public: MM(dou...
#include "config.h" #include "TextEvent.h" #include "DocumentFragment.h" #include "EventNames.h" namespace WebCore { PassRefPtr<TextEvent> TextEvent::create() { return adoptRef(new TextEvent); } PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) ...
export default {"viewBox":"0 0 52 52","xmlns":"http:
// 1000-page badge // Awarded when total read page count exceeds 1000. var sys = require('sys'); var _ = require('underscore'); var users = require('../../users'); var badge_template = require('./badge'); // badge key, must be unique. var name = "1000page"; exports.badge_info = { id: name, name: "1,...
package com.vmware.vim25; @SuppressWarnings("all") public class StaticRouteProfile extends ApplyProfile { public String key; public String getKey() { return this.key; } public void setKey(String key) { this.key=key; } }
#ifndef MTF_MC_RSCV_H #define MTF_MC_RSCV_H #include "RSCV.h" <API key> class MCRSCV : public RSCV{ public: MCRSCV(const ParamType *rscv_params = nullptr); }; _MTF_END_NAMESPACE #endif
#include "chrome/browser/chromeos/timezone/timezone_request.h" #include <string> #include "base/json/json_reader.h" #include "base/metrics/histogram.h" #include "base/metrics/sparse_histogram.h" #include "base/strings/<API key>.h" #include "base/strings/stringprintf.h" #include "base/time/time.h" #include "base/values....
[clappr](../../index.md) / [io.clappr.player.base](../index.md) / [InternalEvent](index.md) / [DID_DESTROY](./-<API key>.md) # DID_DESTROY `DID_DESTROY` Inherited Properties | Name | Summary | | | [value](value.md) | `val value: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
package com.krishagni.catissueplus.core.biospecimen.events; import java.math.BigDecimal; import java.util.Date; import java.util.List; import com.krishagni.catissueplus.core.administrative.events.<API key>; import com.krishagni.catissueplus.core.common.events.UserSummary; import com.krishagni.catissueplus.core.de.event...
{% load i18n %} <table class="table table-bordered table-striped table-wrapped" data-table data-b-filter="false"> <thead> <tr> <th>{% trans "Name" %}</th> <th>{% trans "Version" %}</th> </tr> </thead> <tbody> {% for entry in software_info %} <tr> ...
PKG_NAME = lz4 PKG_VERS = 1.7.5 PKG_EXT = tar.gz PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://github.com/lz4/lz4/archive/ PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = HOMEPAGE = https://github.com/lz4/lz4 COMMENT = LZ4 is lossless compression algorithm, providing compression speed at 400 MB/s per cor...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.IO; using System.Collections.Specialized; using System.Security.Cryptography; using System.Web; namespace BotR.API { public class BotRAPI { private string _apiURL = ""; private string...
/* prevent execution of jQuery if included more than once */ if(typeof window.jQuery == "undefined") { // Global undefined variable window.undefined = window.undefined; var jQuery = function(a,c) { // If the context is global, return a new object if ( window == this ) return new jQuery(a,c); // Make...
package me.hatter.tools.resourceproxy.commons.io; import java.io.File; import java.io.<API key>; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.<API key>; public class FilePrintWriter extends PrintWriter { public FilePrintWriter(File file) throws <API ...
#include <stdlib.h> #include <stdio.h> #include <utp.h> #include <utp.c> int test() { return -1; } int main(int argc, char ** argv) { if (argc != 2) { fprintf(stderr, "usage: server <PORT>\n"); return EXIT_FAILURE; } int port = atoi(argv[1]); printf("using port = %i\n", port); st...
Copyright 2017 Roman Dodin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in ...
#ifndef MPLSRED_H #define MPLSRED_H 1 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #ifdef _WIN32 #include <winsock2.h> #include <time.h> #else #include <unistd.h> #include <sys/time.h> #endif #include <dnet.h> #include <pcap.h> #define MAX_PACKET_LEN 1500 #define CHECK_FOR_LOCKFILE 1...
#include "torch-moveit.h" #include <moveit/<API key>/<API key>.h> #include "utils.h" typedef std::shared_ptr<moveit_msgs::CollisionObject> CollisionObjectPtr; MOVIMP(CollisionObjectPtr*, CollisionObject, new)() { CollisionObjectPtr *p = new CollisionObjectPtr(new moveit_msgs::CollisionObject()); (*p)->operation = m...
// Generated by delombok at Sat Jun 11 11:12:44 CEST 2016 public final class Zoo { private final String meerkat; private final String warthog; public Zoo create() { return new Zoo("tomon", "pumbaa"); } @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") Zoo(final String meerkat, f...
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><API key> &mdash; MetPy 0.11</title> <link rel="...
<?php return array( );
package ru.ac.uniyar.dots; import android.app.Application; import android.test.ApplicationTestCase; public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Application.class); } }
layout: organization category: local title: St. Helens Church impact_area: Human Rights keywords: location_services: location_offices: website: sthelen.org description: mission: | Support group for the physically challenged/ community service organization cash_grants: grants: service_opp: services: learn: cont_relati...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Kontrollbase 2.0.1 - MySQL Monitoring</title> <link rel="stylesheet" type="text/css" media="all" href="http://testing.kontrollbase.com/userguide/css/userguide-nofluff.css" /> <script type...
Order.class_eval do after_create :create_tax_charge! alias <API key> <API key> def <API key> return <API key> unless Spree::Config[:<API key>] year = Time.now.year if last = Order.last num = last.number[5..9].to_i + 1 else num = 30000 end self.number = "R#{year}#{num}" end ...
using Microsoft.Extensions.DependencyInjection; using OrchardCore.Email.Workflows.Activities; using OrchardCore.Email.Workflows.Drivers; using OrchardCore.Modules; using OrchardCore.Workflows.Helpers; namespace OrchardCore.Email.Workflows { [RequireFeatures("OrchardCore.Workflows")] public class Startup : Start...
# However, when used with the GPL version of PyQt the additional terms described in the PyQt GPL exception also apply # Description: <Enthought pyface package component> # Standard library imports. import sys # Major package imports. from pyface.qt import QtCore, QtGui # Enthought library imports. from traits.api impor...
#include <iostream> #include <stdlib.h> #include <unistd.h> #include <stdio.h> #include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> #include <errno.h> using namespace std; int main(int argc, char** argv) { if(argc <= 1) { cout << "Nothing passed in to argv." << endl; ...
/* $OpenBSD: tls_server.c,v 1.4 2015/02/07 06:19:26 jsing Exp $ */ #include <openssl/ec.h> #include <openssl/ssl.h> #include <tls.h> #include "tls_internal.h" struct tls * tls_server(void) { struct tls *ctx; if ((ctx = tls_new()) == NULL) return (NULL); ctx->flags |= TLS_SERVER; return (ctx); } ...
# <API key>: true require 'rack/handler' module Rack module Handler module Puma DEFAULT_OPTIONS = { :Verbose => false, :Silent => false } def self.config(app, options = {}) require 'puma' require 'puma/configuration' require 'puma/log_writer' requ...
package blog.model; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; import blog.bn.BayesNetVar; import blog.sample.EvalContext; /** * A Formula consisting of a single boolean-valued term. * * @see blog.model.Term * @see blog.model.Formula...
import unittest import time import pprint import logging import scanner.logSetup as logSetup import pyximport print("Have Cython") pyximport.install() import dbPhashApi class <API key>(unittest.TestCase): def __init__(self, *args, **kwargs): logSetup.initLogging() super().__init__(*args, **kwargs) ...
require_relative '../../spec_helper' describe '/api/assessments' do before do <API key> end context 'GET /api/assessments' do it 'returns a list of assessments' do assessments = Controls.assessments assessments.each do |assessment| expect(assessment).to be_kind_of(Controls::Assessment)...
/* TEMPLATE GENERATED TESTCASE FILE Filename: <API key>.cpp Label Definition File: <API key>.label.xml Template File: sources-sinks-54a.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory Management Routines * BadSource: Allocate data using new * GoodSource: Allocate data using malloc() * Sinks: * Good...
<?php namespace backend\controllers; use Yii; use backend\models\Status; use backend\models\search\StatusSearch; use yii\web\Controller; use yii\web\<API key>; use yii\filters\VerbFilter; use yii\filters\AccessControl; use common\models\PermissionHelpers; /** * StatusController implements the CRUD actions for Status m...
from bluebottle.projects.serializers import <API key> from bluebottle.quotes.serializers import QuoteSerializer from bluebottle.slides.serializers import SlideSerializer from bluebottle.statistics.serializers import StatisticSerializer from rest_framework import serializers class HomePageSerializer(serializers.Serializ...
#pragma once #include <string> #include <vector> #include "od/common/pipeline/Detection.h" #include "od/common/pipeline/Scene.h" namespace od { enum DetectionMethod { <API key>, <API key>, IMAGE_LOCAL_SIMPLE, IMAGE_GLOBAL_DENSE, <API key>, }; /** \brief The common class for detectors. Both Tra...
/* OF NETSCAPE COMMUNICATIONS CORPORATION */ /* Reserved. Use of this Source Code is subject to the terms of the */ /* or intended publication of this Source Code. */ #define LIBRARY_NAME "base" static char dbtbaseid[] = "$DBT: base referenced v1 $"; #incl...
#ifndef PHONONBACKEND_H #define PHONONBACKEND_H #include <QtCore> #include <phonon> #include "backend.h" #include "backendplugin.h" struct Private; class Q_DECL_EXPORT PhononBackend : public Backend { public: PhononBackend(QObject *tail); virtual ~PhononBackend(); virtual bool initBackend(); virtual voi...
{% extends "tournamentcontrol/competition/season.html" %} {% load i18n tz %} {% block content %} <h1>{% trans "Daily Run Sheets" %}</h1> <ul> {% for date in dates %} <li><a href="{% url application.name|add:":runsheet" competition=competition.slug season=season.slug datestr=date|date:"Ymd" %...
#include "vt100.h" #include <stddef.h> struct vt100_term* vt100_init(struct vt100_term* this, int buffer_width, int buffer_height) { this->state = VT100_INITIAL; this->color = 7; this->cursor_x = 0; this->cursor_y = 0; this->buffer_width = buffer_width; this->buffer_height = buffer_height...
<?php namespace Application\ViewModel; use Application\Domain\Factory\Factory; use Zend\View\Model\ViewModel; class <API key> extends ViewModel { private $userId; public function __construct($userId) { parent::__construct(); $this->userId = $userId; $this->setViewData(); } pu...
#include "third_party/blink/renderer/platform/graphics/image.h" #include <math.h> #include <tuple> #include "base/numerics/checked_math.h" #include "build/build_config.h" #include "cc/tiles/<API key>.h" #include "third_party/blink/public/mojom/webpreferences/web_preferences.mojom-blink.h" #include "third_party/blink/pu...
<?php namespace CmsTwbs\Form\View\Helper; use Zend\Form\View\Helper\FormText as FormTextHelper, CmsCommon\View\Helper\Decorator\<API key>; class FormText extends FormTextHelper implements <API key> { /** * @var array */ protected $<API key> = [ 'element' => ['type' => 'formControl'], ...
package gov.nih.nci.caarray.magetab; import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; /** * A repository of controlled vocabulary terms. Must have a non-null, non-empty name */ public final class TermSource { ...
#include "sky/engine/tonic/<API key>.h" #include "sky/engine/tonic/dart_library_loader.h" namespace blink { <API key>::<API key>(DartLibraryLoader& loader) : loader_(loader) { loader_.<API key>(this); } <API key>::~<API key>() { loader_.<API key>(nullptr); } void <API key>::AddDependency(DartDependency* depende...
#ifndef WCSLIB_LOG #define WCSLIB_LOG #ifdef __cplusplus extern "C" { #endif extern const char *log_errmsg[]; enum log_errmsg_enum { LOGERR_SUCCESS = 0, // Success. LOGERR_NULL_POINTER = 1, // Null pointer passed. <API key> = 2, // Invalid log-coordinate reference value. LOGERR_BAD_X ...
// Use of this source code is governed by a BSD-style package profiles import ( "fmt" "os" "runtime" "sort" "strconv" "strings" "time" "v.io/x/lib/envvar" ) // Target represents specification for the environment that the profile is // to be built for. Targets include a version string to ...
<?php namespace Avaliacao\Controller; use Avaliacao\Entity\Debito; use Avaliacao\Entity\Veiculo; use Avaliacao\Service\VeiculoService; use Zend\Hydrator\ClassMethods; use Zend\Mvc\Controller\<API key>; use Zend\View\Model\JsonModel; /** * Class <API key> * @package Avaliacao\Controller */ class <API key> extends <AP...
{% extends "layout.html" %} {% block main %} <input type="hidden" id="surveyRedirectURL" value="{{redirect_url}}" /> <div class="modal fade" id="<API key>" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header">...
// modification, are permitted provided that the following conditions are // met: // documentation and/or other materials provided with the distribution. // * Neither the name of Image Engine Design nor the names of any // other contributors to this software may be used to endorse or // promote ...
extern zend_class_entry *ice_mvc_service_ce; ZEPHIR_INIT_CLASS(Ice_Mvc_Service); PHP_METHOD(Ice_Mvc_Service, setModel); PHP_METHOD(Ice_Mvc_Service, getModel); PHP_METHOD(Ice_Mvc_Service, __call); <API key>(<API key>, 0, 0, 1) ZEND_ARG_INFO(0, model) ZEND_END_ARG_INFO() <API key>(<API key>, 0, 0, 0) ZEND_END_ARG_INF...
# -*-coding:Utf-8 -* # modification, are permitted provided that the following conditions are met: # and/or other materials provided with the distribution. # may be used to endorse or promote products derived from this software # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WA...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- def helloworld(): """ Hello world routine ! """ print("Hello world!")
#include "allocv/al_VideoCapture.hpp" /* From opencv2/highgui/highgui.hpp: class CV_EXPORTS_W VideoCapture { public: CV_WRAP VideoCapture(); CV_WRAP VideoCapture(const string& filename); CV_WRAP VideoCapture(int device); virtual ~VideoCapture(); CV_WRAP virtual bool open(const string& filename); ...