text
stringlengths
3
1.05M
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>geowave-analytic-parent</artifactId> ...
import { module, test } from 'qunit'; import { setupRenderingTest } from 'dummy/tests/helpers'; import { setupIntl } from 'ember-intl/test-support'; import { render } from '@ember/test-helpers'; import { hbs } from 'ember-cli-htmlbars'; module('Integration | Component | validation-error', function (hooks) { setupRen...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
namespace Microsoft.Azure.Management.Batch.Fluent.Models { using Newtonsoft.Json; using System.Linq; /// <summary> /// Properties used to create a user account on a Linux node. /// </summary> public partial class LinuxUserConfiguration { /// <summary> /// Initializes a new i...
```bash curl https://registry.bower.io/packages/jquery ``` Response ```json { "name": "jquery", "url": "git://github.com/jquery/jquery.git" } ``` ## List all packages ```bash curl https://registry.bower.io/packages ``` ## Usage ``` node index.js ``` ## Editing Registry can be modified directly by editing `db/pa...
import '../../third_party/babel/custom-babel-helpers'; import '../../src/polyfills'; import {dev, initLogConstructor, setReportError} from '../../src/log'; import {reportError} from '../../src/error'; import {getCookie, setCookie} from '../../src/cookies'; import {getMode} from '../../src/mode'; import {isExperimentO...
/* * Handle ChipTOD chip & configure core and CAPP timebases */ #include <skiboot.h> #include <chiptod.h> #include <chip.h> #include <capp.h> #include <xscom.h> #include <io.h> #include <cpu.h> #include <timebase.h> #include <opal-api.h> /* TOD chip XSCOM addresses */ #define TOD_MASTER_PATH_CTRL 0x00040000 /* Ma...
static NSString *const WMF_ISO8601_FORMAT = @"yyyy'-'MM'-'dd'T'HH':'mm':'ss'Z'"; @implementation NSDateFormatter (WMFExtensions) + (NSDateFormatter *)wmf_iso8601Formatter { static NSDateFormatter *iso8601Formatter = nil; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ // need to use...
extern hud_player_info_t g_PlayerInfoList[MAX_PLAYERS+1]; // player info from the engine extern extra_player_info_t g_PlayerExtraInfo[MAX_PLAYERS+1]; // additional player info sent directly to the client dll extern team_info_t g_TeamInfo[MAX_TEAMS+1]; extern int g_IsSpectator[MAX_PLAYERS+1];
package org.deidentifier.arx.examples; import java.io.IOException; import java.util.Arrays; import java.util.Iterator; import org.deidentifier.arx.ARXAnonymizer; import org.deidentifier.arx.ARXConfiguration; import org.deidentifier.arx.ARXResult; import org.deidentifier.arx.AttributeType; import org.dei...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Lucky</title> </head> <body> </body> </html>
module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/karma-adapter frameworks: ['jasmine'], // list of files / patterns to l...
''' Created on 10/04/2011 @author: mikel ''' import ctypes from spotify import track, user, DuplicateCallbackError, UnknownCallbackError, handle_sp_error from _spotify import playlist as _playlist, track as _track, user as _user from spotify.utils.decorators import synchronized from spotify.utils.iter...
Aegims::Application.configure do # Settings specified here will take precedence over those in config/application.rb. # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the test su...
angular.module('hap').service('WebEvents', WebEvents); WebEvents.$inject = ['$timeout']; function WebEvents($timeout) { var handlers = {}; this.socket = {emit:function(){}}; this.connect = function() { this.socket = io(); this.socket.on('ui', function (msg) { var eventHandlers ...
![Huginn](https://raw.github.com/huginn/huginn/master/media/huginn-logo.png "Your agents are standing by.") ----- ## What is Huginn? Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create a...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
import { Component, OnInit, OnDestroy } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { FormControl, FormGroup } from '@angular/forms'; import { Subscription } from 'rxjs/Subscription'; import { AlgoliaService, AuthenticateService } from '../../_services/index'; // import fade...
/* $OpenBSD: dtls1.h,v 1.22 2018/08/24 19:35:05 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. */ /* ==================================================================== * Copyright (c) 1999-2005 The OpenSSL Project. All rights reserv...
FOUNDATION_EXPORT double RaccoonVersionNumber; //! Project version string for Raccoon. FOUNDATION_EXPORT const unsigned char RaccoonVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <Raccoon/PublicHeader.h>
package com.ld.datacenter.poi.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.ld.datacenter.poi.helper.FontStyle; import com.ld.datacenter.poi....
<?php declare(strict_types=1); namespace Czim\Service\Events; class SshFileUploaded extends AbstractServiceEvent { /** * @param string $filename * @param string $remotePath Full path including file name * @param int $filesize */ public function __construct( protected readonly s...
(function() { 'use strict'; angular.module('app', [ 'app.core', 'app.users', 'app.articles', ]); // Setting HTML5 Location Mode angular.module('app').config(['$locationProvider', function($locationProvider) { $locationProvider.hashPrefix(...
ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in Dari Seama Sed. Inst. Geol. Rom. 64 (3): 34. #### Original name null ### Remarks null
.accordion-root { z-index: 999998; position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: none; } .accordion-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .accordion-item .accordion-left { background: rgba(0,0,0,0.7); ...
package generator; import com.fengjx.commons.utils.StrUtil; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.List; /** * Base model 生成器 */ public class BaseBeanGenerator { protected String packageTemplate = "%npackage %s;%n%n"; protected String importTemplate = ...
import asyncio import json import logging import warnings from functools import wraps from typing import TypeVar, Union, AnyStr, Mapping, Iterable, Optional, AsyncGenerator import aiohttp from . import serialization from .compat import * if pd: PointType = TypeVar('PointType', Mapping, dict, bytes, pd.DataFrame)...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolveModulePath = exports.FileSystem = exports.resolveGlobalYarnPath = exports.resolveGlobalNodePath = exports.resolve = exports.uriToFilePath = void 0; const url = require("url"); const path = require("path"); const fs = require("f...
@class UIColor; @interface EmotionProgressView : UIView { double _progress; UIColor *_backColor; UIColor *_prsColor; UIView *_oneView; UIView *_twoView; } @property(retain, nonatomic) UIView *twoView; // @synthesize twoView=_twoView; @property(retain, nonatomic) UIView *oneView; // @synthesize one...
create table address ( id bigint not null, street varchar(255), postal integer, postal_area varchar(255), constraint pk_address primary key (id)) ; create table child ( id bigint not null, name ...
@implementation InfoViewController + (id)infoViewController { return [[InfoViewController alloc] initWithNibName:nil bundle:nil]; } - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { // C...
package com.aggrepoint.winlet.jsp.taglib; import javax.servlet.jsp.tagext.TagData; import javax.servlet.jsp.tagext.TagExtraInfo; import javax.servlet.jsp.tagext.VariableInfo; /** * @author Jiangming Yang (yangjm@gmail.com) */ public class SetTei extends TagExtraInfo { public VariableInfo[] getVariableInfo(TagData ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
<?xml version="1.0" encoding="UTF-8"?> <section name="Workbench"> <section name="org.eclipse.debug.ui.LAUNCH_CONFIGURATIONS_DIALOG_SECTION"> <item value="867" key="DIALOG_WIDTH"/> <item value="1|.Helvetica Neue DeskInterface|11.0|0|COCOA|1|.HelveticaNeueDeskInterface-Regular" key="DIALOG_FONT_NAME"/> <item value...
using Newtonsoft.Json; namespace GroupDocs.Viewer.AspNetMvc.Models { public class PrintPdfRequest { /// <summary> /// Unique file ID. /// </summary> [JsonProperty("guid")] public string Guid { get; set; } /// <summary> /// File type e.g. "docx". ...
#include "FRC_2015.h" /** * Holds the control mode flags sent to the robot */ enum Robot_Control { cTest = 0x01, /**< Test operation mode */ cEnabled = 0x04, /**< Sent when DS enables the robot */ cAutonomous = 0x02, /**< Autonomous operation mode */ cTeleoperated = 0x...
class testApp : public ofBaseApp{ public: void setup(); void update(); void draw(); void keyPressed (int key); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); void mousePressed(int x, int y, int button); void mouseReleased(int x, int y, int ...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable...
 // Module dependencies. var xmlbuilder = require('xmlbuilder'); var Constants = require('../../../util/constants'); // Expose 'ServicePropertiesResult'. var exports = module.exports; exports.serialize = function (servicePropertiesJs) { var doc = xmlbuilder.create(); doc = doc.begin(Constants.STORA...
/* * Tests if casting within the json_object_get_* functions work correctly. * Also checks the json_object_get_type and json_object_is_type functions. */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdint.h> #if defined(_MSC_VER) && _MSC_VER <= 1700 /* Anything less than Visual Studio C++ ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <tit...
<!DOCTYPE html> <html> <head> <title>Anna Ulyanova | EDA Blog | Main</title> <meta charset="UTF-8"> <link href="styles/normalize.css" rel="stylesheet" type="text/css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css" rel="stylesheet" type="text/css"> <link href="styles/main.css"...
- Replaced deprecated playbook "PanoramaCommitConfiguration" with "PAN-OS Commit Configuration" playbook. ##### PAN-OS - Add Static Routes - Replaced deprecated playbook "PanoramaCommitConfiguration" with "PAN-OS Commit Configuration" playbook.
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import {Earcons} from './earcons.js'; import {FindHandler} from './find_handler.js'; import {LiveRegions} from './live_regions.js'; import {MediaAutomatio...
using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Text; using Approve.RuleCenter; using Approv...
package com.nvim.entity; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * @Description 服务端返回的消息列表 * @author Nana * @date 2014-3-15 */ public class MessageList implements Serializable { private static final long serialVersionUID = 1L; public String getTargetId() { ...
/** * @author pratyasa */ package com.mindfire.review.web.models; import javax.persistence.*; import java.io.Serializable; /** * The persistent class for the reviews database table. */ @Entity @Table(name = "review_book_like") @NamedQuery(name = "ReviewBookLike.findAll", query = "SELECT r FROM ReviewBookLike r") ...
package net.hehe.exceptions; /** * @Author neo·tao * @Date 2017/11/22 * @Desc */ public class SQLErrorException extends RuntimeException { public SQLErrorException() { super(); } public SQLErrorException(String message) { super(message); } }
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io/badge/license-MIT-blue.svg) [![Build Status](https://travis-ci.org/siutsin/TestCoverage-Swift.svg)](https://travis-ci.org/siutsin/TestCoverage-Swift) [![codecov.io](https://codecov.io/github/siutsin/TestCoverage-Swift/coverage.svg?br...
# jso\nl > Transform a stream of JSON into a stream of [Line Delimited JSON](http://en.wikipedia.org/wiki/Line_Delimited_JSON) ## Install ```sh $ npm install --save jsonl ``` ## Use ### From Buffers ```js var fs = require("fs") var jsonl = require("jsonl") fs.createReadStream("./in.json") .pipe(jsonl()) .pipe(...
package com.alibaba.json.bvt.parser.deser.arraymapping; import org.junit.Assert; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONException; import com.alibaba.fastjson.parser.Feature; import junit.framework.TestCase; public class ArrayMappingErrorTest extends TestCase { public void test_for_e...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.java.j2seproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> <name>lab6</name> <minimum-ant-version>1.6.5</minimum-an...
package com.tinkerpop.blueprints.pgm.impls.sail; import org.openrdf.rio.RDFFormat; import java.util.HashMap; import java.util.Map; /** * @author Marko A. Rodriguez (http://markorodriguez.com) */ public class SailTokens { public static final String NAMESPACE_SEPARATOR = ":"; public static final String FORWA...
let level_dims = { i: 20, j: 20 }; let level = [ { edge: { n: undefined, e: undefined, s: undefined, w: undefined, }, properties: { stairs: 'none', darkness: false, spin: false, encounterIndex: undefined, itemTable: undefined, }, }, { edge: { n: undefined, e: undefined, ...
export interface TodoItem { $key: string, todo: string, done: boolean, createdAt: number, updatedAt: number, }
package org.apache.lucene.queryparser.flexible.core.nodes; import java.util.ArrayList; import java.util.List; import org.apache.lucene.queryparser.flexible.messages.MessageImpl; import org.apache.lucene.queryparser.flexible.core.QueryNodeError; import org.apache.lucene.queryparser.flexible.core.messages.QueryParser...
Releasing ========= 1. Update the version in `Segment-Optimizely.podspec` to the next release version. 2. Update the `CHANGELOG.md` for the impending release. 3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) 4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version) ...
using UnityEngine; using UnityEngine.UI; namespace CotcSdkTemplate { /// <summary> /// Allow to obtain an animated Image from a sprites sheet. /// </summary> public class AnimatedSprite : MonoBehaviour { // Image to animate [SerializeField] private Image imageRenderer = null; // List of sprites to cycle t...
#import <PrototypeTools/PTSButtonRow.h> @interface PTSButtonRow (TableViewCell) - (Class)rowTableViewCellClass; @end
<?php namespace Rice\DeckKeeperBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://sym...
#pragma once #include <vector> #include "treadmill/services/sleep/SleepService.h" #include "treadmill/Workload.h" DECLARE_int64(sleep_time); namespace facebook { namespace windtunnel { namespace treadmill { template<> class Workload<SleepService> { public: Workload<SleepService>(folly::dynamic config) {} ...
#if defined(USE_TI_XML) || defined(USE_TI_NETWORK) #import "TIDOMDocumentTypeProxy.h" @implementation TIDOMDocumentTypeProxy -(id)nodeValue { // DOM spec says nodeValue must return null return [NSNull null]; } -(id)entities{ //TODO return [NSNull null]; } -(id)notations{ //TODO return [NSNull nu...
package cc.os3.gts.repo.redis; import cc.os3.gts.repo.NamespaceAdapter; import cc.os3.gts.repo.VirtualFilesystemException; public class RedisNamespaceAdapter implements NamespaceAdapter { @Override public boolean exists(String path) { // TODO Auto-generated method stub return false; } @Override public bool...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in N. Amer. Fl. (New York) 9(1): 62 (1907) #### Original name Polyporus subelegans Murrill, 1907 ### Remarks null
<?xml version="1.0" encoding='utf-8' standalone='no'?> <resources> <!-- blaze-out/gcc-4.X.Y-crosstool-v18-hybrid-grtev4-k8-opt/genfiles/java/com/google/android/gmscore/integ/client/wallet/res/values-vi/wallet_strings.xml --> <eat-comment/> <string name="wallet_buy_button_place_holder" msgid="363496807345461806">"Mua hà...
import json import pytest from app.database import model from . import WEBHOOKDATA, success, load_data def test_server_new(tester, create_server): resp = tester.post('/api/server/new', data={}) assert not success(resp) server = create_server() assert server['ip'] == '127.0.0.1' def test_server_delet...
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Вікісховище</string> <string name="menu_settings">Налаштування</string> <string name="username">Ім\'я користувача</string> <string name="password">Пароль</string> <string name="login">Увійти</string> <string name="signup">Зареєструва...
package v1beta1 import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" ) // +genclient // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object const ( // MachineFinalizer is set on PrepareForCreate callback. MachineFinalizer = "machine...
export * from './horizontal-layout.renderer'; export * from './vertical-layout.renderer'; export * from './categorization-layout.renderer'; export * from './layout.renderer'; export * from './group-layout.renderer';
<?php namespace Symfony\Component\Validator\Constraints; use Symfony\Component\Validator\Constraint; /** * @Annotation * @Target({"PROPERTY", "METHOD", "ANNOTATION"}) * * @author Miha Vrhovnik <miha.vrhovnik@pagein.si> * @author Bernhard Schussek <bschussek@gmail.com> */ class Currency extends...
{{ "http://code.jquery.com/jquery-latest.min.js" | download }}
from iree import runtime as ireert from iree.compiler import tf as tfc import sys from absl import app import numpy as np import os import tempfile import tensorflow as tf from transformers import BertModel, BertTokenizer, TFBertModel SEQUENCE_LENGTH = 512 BATCH_SIZE = 1 # Create a set of 2-dimensional inputs bert_...
// General info: http://doc.winnowtag.org/open-source // Source code repository: http://github.com/winnowtag // Questions and feedback: contact@winnowtag.org // // Copyright (c) 2007-2011 The Kaphan Foundation // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and ass...
package com.microsoft.azure.management.network.v2020_06_01; import java.util.Collection; import com.fasterxml.jackson.annotation.JsonCreator; import com.microsoft.rest.ExpandableStringEnum; /** * Defines values for ExpressRouteCircuitSkuTier. */ public final class ExpressRouteCircuitSkuTier extends ExpandableStri...
<?xml version="1.0" encoding="utf-8"?> <CrawlItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Text>Pileći ražnjići s povrćem su mi otkriče. Super su.</Text> <Rating>6</Rating> <Source>http://pauza.hr/menu/meduza-catering-savica</Source> </CrawlItem>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>algebra: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
> anmDemo an AngularJS, NodeJs and MongoDB demo
namespace OJS.Tests.Common.WebStubs { using System.Collections.Specialized; using System.Web; public class StubHttpRequestForRouting : HttpRequestBase { public StubHttpRequestForRouting(string appPath, string requestUrl) { this.ApplicationPath = appPath; this.Ap...
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInitd3b8bf79dd863c0d8b110d388cf67120 { private static $loader; public static function loadClassLoader($class) { if ('Composer\Autoload\ClassLoader' === $class) { require __DIR__ . '/ClassLoader.php'; } ...
#include BLIK_CURL_U_curl_setup_h //original-code:"curl_setup.h" #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif #ifdef HAVE_NETDB_H #include <netdb.h> #endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif #ifdef HAVE_NET_IF_H #include <net/if.h> #endif #ifdef HAVE_SYS_IOCTL_H #include <sys/ioctl.h> #...
package Paws::CloudFormation::ContinueUpdateRollbackOutput; use Moose; has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFormation::ContinueUpdateRollbackOutput =head1 ATTRIBUTES =head2 _request_id => Str =cut
 #include <aws/cloudformation/model/DeploymentTargets.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> using namespace Aws::Utils::Xml; using namespace Aws::Utils; namespace Aws { namespace CloudFormat...
<?php namespace PHPExiftool\Driver\Tag\Qualcomm; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class R2D65Tbl09 extends AbstractTag { protected $Id = 'r2_d65_tbl[9]'; protected $Name = 'R2D65Tbl09'; protected $FullName = 'Qualco...
import py import re from util import assert_outcomes pytest_plugins = 'pytester' def test_collect(testdir): a_dir = testdir.mkpydir('a_dir') a_dir.join('test_a.py').write(py.code.Source(""" def describe_something(): def is_foo(): pass def can_bar(): ...
""" apis.configure_secret ~~~~~~~~~~~~~~~~~~~~~ Configure SECRET_KEY from a file in the instance directory. http://flask.pocoo.org/snippets/104/ """ import os import sys sys.path.insert(0, os.path.dirname(os.path.abspath(os.path.dirname(__file__)))) from flask import request, Response from app impor...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); // ------------------------------------------------------------------------ /** * Admin Controller * * Handles the admin home page as well as login and logout. * * @package 68kb * @subpackage Admin_Controllers * @category Admin_Contr...
using System; using System.Xml; using System.Xml.Serialization; using System.Collections; using System.Collections.Specialized; using System.Reflection; #if !FXCLIENT using FluorineFx.HttpCompress; #endif #if !(NET_1_1) using System.Collections.Generic; using FluorineFx.Collections.Generic; #endif namespace FluorineF...
package task import ( "context" "github.com/lastbackend/lastbackend/pkg/api/envs" "github.com/lastbackend/lastbackend/pkg/api/types/v1/request" "github.com/lastbackend/lastbackend/pkg/distribution" "github.com/lastbackend/lastbackend/pkg/distribution/errors" "github.com/lastbackend/lastbackend/pkg/distribution/t...
#define LAST_STATION_KEY @"hermes.last-station" @class FileReader; @class Station; @interface StationsController : NSObject <NSTableViewDataSource, NSOutlineViewDataSource> { IBOutlet NSView *chooseStationView; IBOutlet NSDrawer *stations; IBOutlet NSTableView *stationsTable; IBOutlet NSProgressIndicator *s...
package quasar.qsu import slamdata.Predef.{Map => SMap, _} import quasar.{ BinaryFunc, IdStatus, Mapping, NullaryFunc, Reduction, TernaryFunc, UnaryFunc } import quasar.common.data.Data import quasar.common.effect.NameGenerator import quasar.contrib.cats.stateT._ import quasar.contrib.pathy.mkAbsolute ...
/********************************************************************************************** * Programmer: Christian Webber * Class: CptS 121, Fall 2011; Lab Section 3 * Programming Assignment: Programming Assignment 3 * Created: September 20th, 2011 * Last Revised: September 20th, 2011 * Description: This pro...
[![Build Status](https://travis-ci.org/Rafflecopter/monger-connect.svg?branch=master)](https://travis-ci.org/Rafflecopter/monger-connect) [![Clojars Project](http://clojars.org/com.rafflecopter/monger-connect/latest-version.svg)](http://clojars.org/com.rafflecopter/monger-connect) A Clojure library designed to make c...
import {Component} from '@angular/core'; import {ROUTER_DIRECTIVES} from '@angular/router-deprecated'; import {MdToolbar} from '@angular2-material/toolbar'; import {MdButton} from '@angular2-material/button'; import template from './home.template.html'; @Component({ selector: 'home', template: template, d...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content...
package org.openengsb.infrastructure.jms.internal; import static org.hamcrest.Matchers.is; import static org.junit.Assert.assertThat; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.io.File; import java.util.Dictionary; import java.util.Hashtable; import javax.jms.Connect...
$Title = "Guests with less than X MB free" $Display = "Table" $Author = "Alan Renouf, Bill Wall" $PluginVersion = 1.4 $PluginCategory = "vSphere" # Start of Settings # VM Disk space left, set the amount you would like to report on MBFree $MBFree = 1024 # VM Disk space left, set the amount you would like to report on ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<!DOCTYPE html> <html lang="en" ng-app="eventsApp"> <head> <title>Event Registration | Angular x PluralSight</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("va...
class DeploysController < ApplicationController before_action :set_deploy, only: [:show, :edit, :update, :destroy] # GET /deploys # GET /deploys.json def index @deploys = Deploy.all end # GET /deploys/1 # GET /deploys/1.json def show end # GET /deploys/new def new @deploy = Deploy.new ...