text
stringlengths
3
1.05M
var torii, container; import toriiContainer from 'test/helpers/torii-container'; import configuration from 'torii/configuration'; var originalConfiguration = configuration.providers['google-oauth2']; var opened, mockPopup; module('Google - Integration', { setup: function(){ mockPopup = { open: function(...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq-template: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
package com.example.fw; import static org.junit.Assert.fail; import java.util.concurrent.TimeUnit; import org.openqa.selenium.Alert; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class...
<?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=...
(function(){ Renderer = function(canvas){ canvas = $(canvas).get(0) var ctx = canvas.getContext("2d") var particleSystem = null var palette = { "Africa": "#D68300", "Asia": "#4D7A00", "Europe": "#6D87CF", "North America": "#D4E200", "Oceania": "#4F2170",...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * Description of pricing_model * * @author ttroy */ class pricing_model extends Model{ //put your code here public function __...
namespace Packets { class GCPackUpPacket : public Packet { public: GCPackUpPacket( ){} ; virtual ~GCPackUpPacket( ){} ; //公用继承接口 virtual BOOL Read( SocketInputStream& iStream ) ; virtual BOOL Write( SocketOutputStream& oStream )const ; virtual UINT Execute( Pl...
Browse popular movies on the go. This app uses the "Discover API" from https://www.themoviedb.org/.
package microsoft.exchange.webservices.data; /** * Represents a collection of rule validation errors. */ public final class RuleErrorCollection extends ComplexPropertyCollection<RuleError> { /** * Initializes a new instance of the RuleErrorCollection class. */ protected RuleErrorCollection() { s...
Convert an Uint8ClampedArray to an image. ## Installation ``` $ npm install --save array-to-image ``` ## Usage ```js import { getImgFromArr } from 'array-to-image'; const data = new Uint8ClampedArray(256 * 256 * 4); for(let i = 0; i < data.length; i += 4) { data[i] = 255; // r data[i + 1] = 0; // g data[i +...
package org.apache.samza.sql.fn; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang.Validate; import org.apache.samza.config.Config; import org.apache.samza.sql.SamzaSqlRelRecord; import org.apache.samza.sql.udfs.SamzaSqlUdf; import org.apache.samza.sql.udfs.SamzaSqlUdfMethod; import o...
package edu.spsu.swe2313.group7.library.controllerTest; import edu.spsu.swe2313.group7.library.controller.AuthenticationController; import edu.spsu.swe2313.group7.library.model.AuthenticationToken; import edu.spsu.swe2313.group7.library.model.NameAndPassword; import org.junit.After; import org.junit.AfterClass; import...
@interface DefaultDragOperationWindow : NSWindow @property (nonatomic, strong) IBOutlet NSMatrix * choiceMatrix; - (IBAction)okAction:(id)sender; - (IBAction)cancelAction:(id)sender; @end
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom" android:background="#313843"> <ListView android:id="@+id/listView" ...
package com.hoolay.animation.basic; import android.animation.ValueAnimator; import android.util.Log; import android.view.View; import android.view.animation.BounceInterpolator; import android.widget.Toast; import com.hoolay.animation.BaseFragment; import com.hoolay.animation.R; /** * PropertyAnimator插值器 * Created ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fairisle: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{{ "<!-- BEGIN partials/header-device.html -->" | safeHTML }} <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {{ "<!-- END partials/header-device.html -->" | safeH...
import base64 import copy import datetime import itertools import random import mock from novaclient import exceptions as nova_exception from oslotest import base as test_base import six from ec2api.api import instance as instance_api import ec2api.clients from ec2api import exception from ec2api.tests.unit import ba...
#ifndef _MAGICK_ALPHA_COMPOSITE_H #define _MAGICK_ALPHA_COMPOSITE_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif /* defined(__cplusplus) || defined(c_plusplus) */ #if defined(MAGICK_IMPLEMENTATION) static inline magick_uint32_t BlendQuantumOpacity(magick_uint32_t q, const magick_uint32_t op...
package com.wci.umls.server.jpa.test.actions; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import com.w...
package com.gzlk.android.isp.model.common; import com.gzlk.android.isp.etc.Utils; import com.gzlk.android.isp.helper.StringHelper; import com.gzlk.android.isp.model.Model; import com.gzlk.android.isp.model.user.User; import com.hlk.hlklib.etc.Cryptography; import com.litesuits.orm.db.annotation.Column; import com.lite...
from setuptools import find_packages from setuptools import setup version = '1.32.0.dev0' install_requires = [ 'certbot', 'certbot-apache', 'requests', ] setup( name='certbot-compatibility-test', version=version, description="Compatibility tests for Certbot", url='https://github.com/lets...
FROM balenalib/odroid-c1-alpine:edge-run # remove several traces of python RUN apk del python* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apk add --no-cache ca-certifi...
// // ECParticle.m // Pods // // Created by Eleven Chen on 15/12/8. // // #import "ECParticle.h" @implementation ECParticle /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:42 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.hpsf.VariantTypeException (POI API Documentation) </TITLE> <ME...
<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> <!-- END MUNGE: UNVERSIONED_WARNING --> # Connecting to applications: kubectl proxy and apiserver proxy You have seen the [basics](accessing-the-cluster.md) about `kubectl proxy` and `apiserver proxy`. This guide shows how to use them together to access a service([kube-ui](...
define([ './Check', './defined', './deprecationWarning', './Resource' ], function( Check, defined, deprecationWarning, Resource) { 'use strict'; /** * Asynchronously loads the given URL as raw binary data. Returns a promise that will res...
ACCEPTED #### According to World Register of Marine Species #### Published in null #### Original name null ### Remarks null
<?xml version="1.0" encoding="UTF-8"?> <sut> <station> <class>com.aqua.services.demo.WindowsStation</class> <userName>dfdfd</userName> <cliConnection> <class>com.aqua.sysobj.conn.WindowsDefaultCliConnection</class> <user >simpleuser</user> <password >simpleuser</password> <host >127.0.0.1</host> ...
Usage: ````` import websock class MyApp(websock.WebSocketDelegate): def onRecieve(self, data): print data `````
/** * @module ol/pointer/MsSource */ // Based on https://github.com/Polymer/PointerEvents // Copyright (c) 2013 The Polymer Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * ...
'use strict'; require('./dist/angular-theme-spinner'); module.exports = 'angular-theme-spinner';
package com.phonegap.plugins.barcodescanner; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import android.app.Activity; import android.content.Intent; import android.util.Log; import org.apache.cordova.api.Plugin; import org.apache.cordova.api.PluginResult; /** * This call...
package org.springframework.web.servlet.resource; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.cache.Cache; import org.spring...
<?php session_start(); $page_title = "Cadastrar Usuario"; include_once 'header.php'; ?> <div class="container-flow"> <form action="index.html"> <div class="row"> <div class="form-group col-md-6"> <label for="exampleInputEmail1">Campo Um</label> <input type="email" class="form-control" id="...
title: Field Doc Comment toc: false --- Checks code documentation on fields (available since 2.4.2) ### Configuration ```json { "type": "FieldDocComment"} "props": { "requireParams": true, "fieldType": "BOTH", "requireReturn": true, "ignoreOverride": true, "tokens": [ "ABSTRACT_DEF", ...
class ApplicationSms attr_reader :client, :application_number, :to # need to generate urls here. include Rails.application.routes.url_helpers # how we figure out the right host host = ENV["#{Rails.env.upcase}_SERVER"].blank? ? 'localhost' : ENV["#{Rails.env.upcase}_SERVER"] Rails.application.routes.defaul...
#ifndef CDSUNIT_SET_TEST_MICHAEL_LAZY_RCU_H #define CDSUNIT_SET_TEST_MICHAEL_LAZY_RCU_H #include "test_set_rcu.h" #include <cds/container/lazy_list_rcu.h> #include <cds/container/michael_set_rcu.h> namespace cc = cds::container; template <class RCU> class MichaelLazySet: public cds_test::container_set_rcu { typ...
from __future__ import print_function import sys from binascii import hexlify from tabulate import tabulate import hashlib from base58 import b58decode_check from .core import ( AutoFallbackFetcher, enforce_service_mode, get_optimal_services, get_magic_bytes, RevertToPrivateMode, CurrencyNotSupported, NoServi...
package org.wte4j.ui.server.services; import java.util.Locale; import org.wte4j.User; public interface ServiceContext { User getUser(); void setUser(User user); Locale getLocale(); void setLocale(Locale locale); }
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2011 Gewton Jhames <gewtonj@gmail.com> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ...
Check if a selector string has an attribute selector. ## Installation ```bash npm install --save has-attribute-selector ``` ## Usage ```javascript var hasAttributeSelector = require('has-attribute-selector') hasAttributeSelector('[hidden]') // => true hasAttributeSelector('.hidden') // => false ``` ## License ...
#include "mainwindow.h" #include "version.h" #include <iostream> MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent) { setupUi(this); applicationVersionStr->setText(VERSION); connect(animationCheckBox, &QCheckBox::stateChanged, animationIntervalSpinBox, &QSpinBox::setEnabled); demowidget = new Demo...
<?xml version="1.0" encoding="UTF-8"?> <Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcsset="http://v8.1c.ru/8.1/data-composition...
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>com.basil.maven.enforcer</gro...
<mvc:View controllerName="sap.ui.webc.main.sample.Popover.C" xmlns="sap.ui.webc.main" xmlns:mvc="sap.ui.core.mvc" xmlns:l="sap.ui.layout" height="100%"> <l:VerticalLayout class="sapUiContentPadding" width="100%"> <Button click=".handleOpen" text="Show Popover" id="openPopoverButton" /> <Popover id="helloPopov...
package whisk.core.controller import scala.concurrent.ExecutionContext import scala.concurrent.Future import scala.util.Failure import scala.util.Success import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport._ import akka.http.scaladsl.model.StatusCode import akka.http.scaladsl.model.StatusCodes.Conflict ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package org.gradle.test.performance.mediummonolithicjavaproject.p147; public class Production2954 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; ...
package com.evolveum.midpoint.web.page.admin.configuration; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.List; import javax.xml.namespace.QName; import com.evolveum.midpoint.prism.PrismPropertyDefinitionImpl; import ...
require 'rubygems' require 'nanite' require 'nanite/mapper' Nanite.identity = Nanite.gensym EM.run { AMQP.start :host => 'localhost', :user => 'mapper', :pass => 'testing', :vhost => '/nanite' Nanite.mapper = Nanite::Mapper.new(15) Nanite.push_to_exchange("/mock/list", 'foobar') EM.add_timer(1){E...
#ifndef SOFT_OMX_COMPONENT_H_ #define SOFT_OMX_COMPONENT_H_ #include <media/stagefright/foundation/ABase.h> #include <media/stagefright/foundation/AString.h> #include <utils/RefBase.h> #include <OMX_Component.h> namespace android { struct ANDROID_API_STAGEFRIGHT_OMX SoftOMXComponent : public RefBase { // M3E: MS...
<?php namespace Craft; class ArtVandelayPlugin extends BasePlugin { public function getName() { return 'Art Vandelay'; } public function getVersion() { return '2.0.0a'; } public function getDeveloper() { return 'XO Digital'; } public function getDeveloperUrl() { return 'http://www.xodigital.com....
title: "Croquis du jour 5" date: 2017-06-09 14:30 thumb: '/img/blog/nue-cadree-1-thumb.jpg' lang_en: '/en/blog/daily-sketches-5' tags: - croquis --- ## Nue cadrée [![Nue cadrée 1](/img/blog/nue-cadree-1-thumb.jpg)](/img/blog/nue-cadree-1.jpg) *Vous pouvez cliquer sur les images pour les voir en grand* D'après modè...
use test_integer::TestInteger; use std::sync::{Arc, Mutex}; use std::sync::mpsc; use std::thread; use std::collections::VecDeque; /// An iterator that returns the nth integer squared. struct Squares { count: u64, max: u64, } impl Squares { pub fn new(max: u64) -> Squares { Squares { count: 0, max:...
<!DOCTYPE html> <meta charset=utf-8> <title>Redirecting...</title> <link rel=canonical href="../縞/index.html"> <meta http-equiv=refresh content="0; url='../縞/index.html'"> <h1>Redirecting...</h1> <a href="../縞/index.html">Click here if you are not redirected.</a> <script>location='../縞/index.html'</script>
package org.drools.guvnor.client.rpc; import java.util.Date; /** * A single row of the event log */ public class LogPageRow extends AbstractPageRow { private int severity; // TODO should be an enum private String message; private Date timestamp; // *****************************************...
`Function Component` that logs a message, with a certain severity and category. ## Protoype ```cpp void (LogSeverity severity, const char * category, const char * message); ``` ## Severity ```cpp enum class LogSeverity { Verbose, Log, Warning, Error }; ``` ## Usage Users wanting to log messages sh...
<TS language="zh" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>右键单击来编辑地址或者标签</translation> </message> <message> <source>Create a new address</source> <translation>创建一个新地址</translation> ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
""" setup.py Packaging for dax """ import os from setuptools import setup, find_packages def get_version(): basedir = os.path.dirname(__file__) with open(os.path.join(basedir, 'dax/version.py')) as f: VERSION = None exec(f.read()) return VERSION raise RuntimeError("No version foun...
package com.amazonaws.services.elasticsearch.model.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.services.elasticsearch.model.*; import com.amazonaws.protocol.*; import com.amazonaws.annotation.SdkInternalApi; /** * SnapshotOptionsMarshaller */ @Gener...
enum { GENERAL, PRIVATE, CLAN, ALLIANCE, RADIO, }; enum { CHAT_FULL_OFF, CHAT_OFF, CHAT_ON, CHAT_REFRESH_OFF, CHAT_REFRESH_ON, }; extern GtkWidget *chat_main_box; extern GtkWidget *chat_panel; extern GtkWidget *room_label_building; extern bool chatOn; extern bool chatRefresh; extern bool in_building; Gtk...
package com.github.dziga.orest.api; import org.json.JSONException; import javax.xml.bind.JAXBException; import javax.xml.stream.XMLStreamException; import java.io.IOException; import java.net.URISyntaxException; import java.security.InvalidKeyException; import java.security.KeyManagementException; import java.secur...
<?php class UstreamTest extends TestCaseBase { public function testOne() { $info = $this->getInfo('http://www.ustream.tv/channel/red-shoes-billiards-60803-camera-1'); $this->assertString($info->title, 'Red Shoes Billiards 1pkt,banks camera 1'); $this->assertString($info->imageWidth, 120...
package com.redmintie.steelplate.util.ease; public class EaseOut extends Ease { private double power; public EaseOut(double start, double end, double time, double power) { super(start, end, time); this.power = power; } @Override public double ease(double t) { return 1 - Math.pow(1 - t, power); }...
namespace PowerPointAssemblyWeb { public partial class ViewSwitcher { } }
layout: default title: CAS - OAuth Authentication --- # OAuth/OpenID Authentication Allow CAS to act as an OAuth/OpenID authentication provider. Please [review the specification](https://oauth.net/2/) to learn more. <div class="alert alert-info"><strong>CAS as OAuth Server</strong><p>This page specifically describes...
describe('test', function () { it('should run', function (done) { setTimeout(done, 1000); }); });
#include "code_generator_utils.h" #include "nodes.h" #include "base/logging.h" namespace art { void CalculateMagicAndShiftForDivRem(int64_t divisor, bool is_long, int64_t* magic, int* shift) { // It does not make sense to calculate magic and shift for zero divisor. DCHECK_N...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc --> <title>Hint (simpledialogfragments 3.6.4 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <link rel="stylesheet" typ...
package com.vaadin.tests.components.combobox; import org.junit.Assert; import org.junit.Test; import org.openqa.selenium.WebElement; import com.vaadin.tests.tb3.MultiBrowserTest; import com.vaadin.tests.tb3.newelements.ComboBoxElement; public class ComboBoxPopupWhenBodyScrollsTest extends MultiBrowserTest { @T...
package com.intellij.ui; import com.intellij.ide.util.treeView.NodeDescriptor; import com.intellij.openapi.actionSystem.ActionManager; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.actionSystem.IdeActions; import com.intellij.openapi.project.DumbAwareAction; import com.intellij.u...
#import <Symbolication/VMUSymbolicator.h> @interface VMUSymbolicator (Private) + (_Bool)isIgnoreFunctionSymbols; + (void)ignoreFunctionSymbols:(_Bool)arg1; + (id)symbolicatorForSignature:(id)arg1 dsymSearchPaths:(id)arg2 useMds:(_Bool)arg3; + (id)symbolicatorWithSymbolOwners:(id)arg1 path:(id)arg2 machTaskContainer:...
FOUNDATION_EXPORT double NBNavigationControllerVersionNumber; FOUNDATION_EXPORT const unsigned char NBNavigationControllerVersionString[];
<?php declare(strict_types=1); namespace BootstrapUI\View\Widget; use Cake\View\Form\ContextInterface; use Cake\View\StringTemplate; use Cake\View\Widget\LabelWidget; /** * Input widget class for generating a file upload control. */ class FileWidget extends \Cake\View\Widget\FileWidget { use InputGroupTrait; ...
<readable><title>2343525685_3eba3b6686</title><content> A dark-haired man wearing a brown shirt is free-climbing a grey stone wall . a man holding on to a rock wall A man scales a rock climbing wall . A man struggles to climb a rock wall . A man with glasses climbing a rock wall . </content></readable>
// MIT License - Copyright (C) Shawn Rakowski // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. using Coldsteel.Physics; namespace Coldsteel { internal interface IPhysicsManager { } }
module L module Concerns # Moduł rozszerzający klase uzytkownika dla modułu facebook. module LazyFacebookUser extend ActiveSupport::Concern included do has_many :authentications devise :omniauthable, omniauth_providers: [:facebook] attr_accessible :fbid, :first_name, :last...
package com.thinkbiganalytics.metadata.modeshape.common; import com.thinkbiganalytics.metadata.modeshape.extension.ExtensionsConstants; import com.thinkbiganalytics.metadata.modeshape.support.JcrUtil; import org.apache.commons.lang3.StringUtils; /** * Utility to get basic Paths for schema */ public class Entity...
///<reference path='refs.ts'/> module TDev { export class EditorRenderer extends Renderer { private stmts = <AST.Stmt[]> []; private nodeActions = []; private currentId = 0; constructor(private noHooks = false) { super() this.mdComments =...
DROP TABLE IF EXISTS administradores, rutasRelevadorComercio, agendaComercios, dias, productosPedidos, ventasComercios, productosComercioStock, productos, contratos, comercios, pedidos, relevadores, rutas, empresas, localizacion, categorias, prioridades, estados; CREATE TABLE localizacion( id bigint NOT NULL AUTO_...
@extends('layouts.layout') @section('content') <div class="banner-in"> </div> <!----> <!--content--> <div class="container"> <div class="sign"> @if(Session::has('alertMessage')) <div class="alert alert-success alert-dismissible fade in" role="alert"> <button type="button" ...
package com.amazonaws.services.identitymanagement.model.transform; import java.util.Map; import java.util.Map.Entry; import javax.xml.stream.events.XMLEvent; import com.amazonaws.services.identitymanagement.model.*; import com.amazonaws.transform.Unmarshaller; import com.amazonaws.transform.MapEntry; import com.am...
require 'rubygems' require 'bundler' begin Bundler.setup(:default, :development) rescue Bundler::BundlerError => e $stderr.puts e.message $stderr.puts "Run `bundle install` to install missing gems" exit e.status_code end require 'test/unit' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LO...
<!-- Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer....
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Detail view of screen.css</title> <link rel="stylesheet" href="../../../sample.css" type="text/css"> <link rel="stylesheet" href="../../../sample-...
class Troy::DomainsDefaultNs < ActiveRecord::Base self.table_name = "troy_domains_default_ns" end
package awsspec import ( awssdk "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/service/ec2" "github.com/aws/aws-sdk-go/service/ec2/ec2iface" "github.com/wallix/awless/cloud" "github.com/wallix/awless/logger" "github.com/wallix/awless/template/params" ) type CreateSnapshot struct { _ str...
package schema import ( "encoding/json" "fmt" "path/filepath" "strings" "time" "unicode/utf8" "camlistore.org/pkg/blob" ) // A MissingFieldError represents a missing JSON field in a schema blob. type MissingFieldError string func (e MissingFieldError) Error() string { return fmt.Sprintf("schema: missing f...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.genmod.families.links.cauchy &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../_static/...
<?xml version="1.0" encoding="utf-8"?> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> <e...
"use strict"; var Container = PIXI.Container, autoDetectRenderer = PIXI.autoDetectRenderer, loader = PIXI.loader, Sprite = PIXI.Sprite, Text = PIXI.Text; //Create a Pixi stage and renderer var stage = new Container(), renderer = autoDetectRenderer(256, 256); document.body.appendChild(renderer.view...
package org.garage.guru.domain import domain.DomainAction import org.garage.guru.application.ParkingAppService import org.garage.guru.infrastructure.InMemoryRepository import org.scalacheck.{Prop, Gen, Properties} import org.scalacheck.commands.Commands import scala.util.{Failure, Success, Try} object CommandsParki...
package io.kimia.prototype; import java.util.Random; /** * Tests plain prototype outcome with enum fields. */ public class EnumPrototypeTest extends BasePrototypeTest<TestCard> { enum Suit { CLUB, DIAMOND, HEART, SPADE } enum Value { TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE, TEN, JACK, QUEEN, KING, ...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PolicyId="urn:oasis:names:tc:xacml:2.0:conformance-test:IIC076:policy" RuleCombiningAlgId="urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:den...
local protobuf = require "protobuf" module('BseGuildContributeQuery_pb', package.seeall) local BSEGUILDCONTRIBUTEQUERY = protobuf.Descriptor(); local BSEGUILDCONTRIBUTEQUERY_GUILDID_FIELD = protobuf.FieldDescriptor(); local BSEGUILDCONTRIBUTEQUERY_WEALTH_FIELD = protobuf.FieldDescriptor(); local BSEGUILDCONTRIBUTEQUE...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package org.apache.polygene.bootstrap; /** * This exception is thrown if no ApplicationFactory provider can be found */ public class BootstrapException extends RuntimeException { public BootstrapException( String message ) { super( message ); } public BootstrapException( String message...