text
stringlengths
3
1.05M
from __future__ import unicode_literals from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('UserManagement', '0034_auto_20170408_1530'), ] operations = [ migrations.RenameField( model_name='profile', old_name='Attendent', ...
FIND_PATH(GLM_INCLUDE_DIR glm/glm.hpp $ENV{GLM_DIR}/include $ENV{GLM_DIR} ~/Library/Frameworks /Library/Frameworks /usr/local/include /usr/include /sw/include /opt/local/include /opt/csw/include /opt/include /usr/freeware/include ) INCLUDE("FindPackageHandleStandardArgs") FI...
/******************************************************************** 时间: 2017年06月02日, PM 10:11:41 作者: lanyanmiyu@qq.com 描述: Xml Config 配置表 操作器 其它: ********************************************************************/ using System; using System.Collections.Generic; using System.IO; using System.Linq; usin...
<?php namespace Dropshippers\APIBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * LocalProductImage * * @ORM\Table(name="ds_local_product_image") * @ORM\Entity(repositoryClass="Dropshippers\APIBundle\Repository\LocalProductImageRepository") */ class LocalProductImage { /** * @var int * * ...
require 'spec_helper' require 'java_buildpack/jre/memory/memory_bucket' module JavaBuildpack::Jre describe MemoryBucket do TEST_NAME = 'bucket-name' TEST_WEIGHTING = 0.5 TEST_SIZE = MemorySize.new('10M') TEST_TOTAL_MEMORY = MemorySize.new('1G') TEST_TOTAL_EXCESS = MemorySize.new('200B') it...
import datetime import pytest from s4.clients import SyncClient, SyncObject, SyncState, get_sync_state class TestSyncState(object): def test_repr(self): action = SyncState(SyncState.UPDATED, 1000, 53434) assert repr(action) == "SyncState<UPDATED, local={}, remote={}>".format( datetim...
#ifndef CPPDEVTK_GUI_LOGIND_SESSION_LNX_HPP_INCLUDED_ #define CPPDEVTK_GUI_LOGIND_SESSION_LNX_HPP_INCLUDED_ #include <cppdevtk/gui/config.hpp> #if (!CPPDEVTK_PLATFORM_LINUX) # error "This file is Linux specific!!!" #endif #if (CPPDEVTK_PLATFORM_ANDROID) # error "This file is not for Android!!!" #endif ...
'use strict'; var eManage=angular.module('eManage', [ 'ngAnimate', 'ngAria', 'chart.js', 'ngCookies', 'ngLocale', 'ngMaterial', 'ngResource', 'ngRoute', 'btford.socket-io', 'pascalprecht.translate', 'ngStorage', 'eManage-templates' ], function($routeProvider){ function isAuth(User){ ret...
require 'date' require 'google/apis/core/base_service' require 'google/apis/core/json_representation' require 'google/apis/core/hashable' require 'google/apis/errors' module Google module Apis module ReplicapoolupdaterV1beta1 # Update of a single instance. class InstanceUpdate include ...
""" This example is the same than the one implemented in rcpsp_multi_mode.py except that input data files are represented with JSON format, simpler to read and modify. The MMRCPSP (Multi-Mode Resource-Constrained Project Scheduling Problem) is a generalization of the Resource-Constrained Project Scheduling problem (se...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/.idea/LearningMixingColorsIonic.iml" filepath="$PROJECT_DIR$/.idea/LearningMixingColorsIonic.iml" /> </modules> </component> </project>
from __future__ import (absolute_import, division, generators, nested_scopes, print_function, unicode_literals, with_statement) import functools import logging import os from abc import abstractmethod, abstractproperty from os.path import dirname from twitter.common.collections import OrderedS...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>LiteSQL: Contributors</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Genera...
{% extends "base.html" %} {% block content %} {% include "navigation.html" %} <div class="row"> <div class="twelve columns"> <h2>Login to your account</h2> </div> </div> <div class="row"> <div class="six columns"> {% if not current_user.is_authenticated()...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package p2p import ( "bytes" "fmt" "math/rand" "reflect" "time" cmn "github.com/tendermint/go-common" wire "github.com/tendermint/go-wire" ) const ( // PexChannel is a channel for PEX messages PexChannel = byte(0x00) // period to ensure peers connected defaultEnsurePeersPeriod = 30 * time.Second minNumO...
package org.apache.mina.filter.logging; /** * Defines a logging level. * * @author <a href="http://mina.apache.org">Apache MINA Project</a> * * @see NoopFilter */ public enum LogLevel { /** * {@link LogLevel} which logs messages on the TRACE level. */ TRACE(5), /** * {@link LogLev...
We are always looking to improve our documentation. If at some moment you are reading the documentation and something is not clear, or you can't find what you are looking for, then please open an issue with the repository. This gives us a chance to answer your question and to improve the documentation if needed. Pull ...
namespace lyra { namespace detail { struct NonCopyable { NonCopyable() = default; NonCopyable(NonCopyable const&) = delete; NonCopyable(NonCopyable&&) = delete; NonCopyable& operator=(NonCopyable const&) = delete; NonCopyable& operator=(NonCopyable&&) = delete; }; struct BoundRef : NonCopyable { virtu...
namespace NutritionSystem.Web.Data.UoW { using NutritionSystem.Models; using NutritionSystem.Models.Repositories; using NutritionSystem.Web.Models.Data; using NutritionSystem.Web.Models.Entities; using System; using System.Collections.Generic; public class NutriSystemData : INutri...
#![deny(warnings)] extern crate coreutils; extern crate extra; use std::env; use std::fs; use std::io::{self, BufRead, Read, Write}; use coreutils::ArgParser; use extra::io::{fail, WriteExt}; use extra::option::OptionalExt; static MAN_PAGE: &'static str = /* @MANSTART{head} */ r#" NAME head - output the first pa...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sat Aug 03 12:05:29 GMT-06:00 2002 --> <TITLE> NumberFactory (JEP API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet...
define( [ 'react', 'jquery', ], function(React,$){ var ContainerOne = React.createClass({ render: function(){ var style = { position: 'relative', height: '300px' }; return ( <div ...
require 'spec_helper' describe 'Currency' do include_context 'configuration' it 'returns the list of avaliable currencies' do VCR.use_cassette('currency_list') do client.login(user_details[:email], user_details[:password]) expect(ReceiptBank::Models::Currency.find(client.current_user).class).to be ...
title: Getting Started menu: kapacitor_1_2: weight: 20 parent: introduction --- Kapacitor is a data processing engine. It can process both stream and batch data. This guide will walk you through both workflows and teach you the basics of using and running a Kapacitor daemon. What you will need ------------...
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 3 of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without ev...
@interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (nonatomic) LYRClient *layerClient; @property (nonatomic) NSDictionary *secrets; @end
var webpack = require("webpack"); var ExtractTextPlugin = require("extract-text-webpack-plugin"); module.exports = { entry: { index: "./src/index", debug: "./src/debug", css_selector_helper: "./src/css_selector_helper", result: "./src/result.less", task: "./src/task.less", tasks: "./src/tasks...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
namespace Sitecore.Octopus.Business.Stratergies { public class BasicOctopusToTeamcityMappingStratergy : IOctopusToTeamcityMappingStratergy { public string GetTeamCityBuildNumberFromOctopusReleaseNumber(string releaseNumber) { return releaseNumber.Remove(0, 2); } } }
<!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 charset="utf-8" /> <title>天天好礼登陆</title> <meta name="description" content="px转rem" /> <meta name="author" content="xiao...
adaptiveapi_jh ============== # Adaptive Insights API calls in PHP Follows version 7 of the Adaptive Insights API. It is a static class that implements all of the current API methods. ``` // Usage require_once 'adaptive.php'; use JHuffman\API; // will return any errors or other messages from an import INTO Adapt...
package org.apache.solr.analytics.function.mapping; import org.apache.solr.analytics.ExpressionFactory.CreatorFunction; import org.apache.solr.analytics.value.DoubleValue; import org.apache.solr.analytics.value.DoubleValueStream; import org.apache.solr.common.SolrException; import org.apache.solr.common.SolrException...
package com.github.quintans.ezSQL.mapper; import com.github.quintans.ezSQL.common.api.Convert; import com.github.quintans.ezSQL.toolkit.reflection.FieldUtils; import com.github.quintans.ezSQL.toolkit.reflection.TypedField; import com.github.quintans.jdbc.exceptions.PersistenceException; import java.lang.reflect.Const...
@interface IRI18NDescriptor : IRBaseDescriptor @property (nonatomic, strong) NSString *defaultLanguage; @property (nonatomic, strong) NSDictionary *languagesArray; // -------------------------------------------------------------------------------------------------------------------- - (id) initDescriptorWithDictiona...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name Leptosphaeria collinsoniae Dearn. & House, 1921 ### Remarks null
package docet.engine; import docet.DocetDocumentResourcesAccessor; import docet.DocetLanguage; import docet.error.DocetDocumentParsingException; /** * Interface of a generic parser of docet docs. * * @author matteo.casadei * */ public interface DocetDocumentParser { byte[] parsePage(final String html, Doce...
This document contains step-by-step details for how to release Habitat. All components are released from the master branch on a bi-weekly schedule occurring every other Monday. Note: this document covers what to do once you decide you want to make an official release. If you would like further details on how the overa...
package com.bubblewrap.plants.webserver; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.builders.Pa...
{% load compress %} {% load widget_tweaks facet_tags %} <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="utf-8"> <title>{% block title %}Home{% endblock %} | Open N.C.</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="{%...
//#define LOG_NDEBUG 0 #define LOG_TAG "ColorUtils" #include <inttypes.h> #if !defined(_MSC_VER) // M3E: #include <arpa/inet.h> #endif // _MSC_VER #include <media/stagefright/foundation/ABuffer.h> #include <media/stagefright/foundation/ADebug.h> #include <media/stagefright/foundation/ALookup.h> #include <media/stage...
<html> <head> <title>Belajar CodeIgniter</title> </head> <body> <a href="http://www.adrianhartanto.com"> <h1> Greetings from CodeIgniter, <br /> by Adrian Hartanto </h1> </a> </body> </html>
/** * @author mohit * Column in a dataframe. It stores the data for the column in an RDD. * A column can exist without being in a dataframe but usually it will be added to one */ package com.ayasdi.bigdf import java.util.{HashMap => JHashMap} import scala.collection.JavaConversions.mapAsScalaMap ...
package com.sqma.model; import java.io.Serializable; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.OneToMany; import javax.persistence.Table; /** * The persistent class for the fase_producto database table. ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package music; import java.util.TreeMap; /** * * @author Lasitha */ public class NoteMap { private static NoteMap instance; ...
<element name="Dysprosium"/> <symbol>Dy</symbol> <atomic-number>66</atomic-number> <atomic-weight>162.50</atomic-weight> <oxidation-states>+3</oxidation-states> <state-at-room-temp>solid, metal</state-at-room-temp> <melting-point>1685</melting-point> <boiling-point>2835</boiling-point> </element> ...
TypeJump-Website ================ Our team's website
expresspcb ========== Custom components for ExpressPCB
// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.ui.modaldialog; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @IntDef({DialogDi...
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <padding android:left="10dp" android:top="10dp" android:right="10dp" android:bottom="10dp" /> <corners android:radius="8dp" /> <solid android:color="@color/pressedB...
// httptest package main import ( "fmt" //"io/ioutil" "net" "net/http" "time" ) func httprequest() { url_adr := []string{ "http://www.baidu.com", "https://www.bestpay.com.cn", "http://www.zhanggs.com", "http://www.taobao.com", } for _, url := range url_adr { client := &http.Client{ Transport: &ht...
/* * generated by Xtext */ package org.xtext.example.mydsl.ui.contentassist; import org.eclipse.emf.ecore.EObject; import org.eclipse.xtext.*; import org.eclipse.xtext.common.ui.contentassist.TerminalsProposalProvider; import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor; import org.eclipse.xte...
<!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...
"use strict"; function hasUnderscoreOrHyphen(str) { return str.indexOf("-") > -1 || str.indexOf("_") > -1; } // downcases the first letter in a string // good for converting from PascalCase to camelCase function downcaseFirst(str) { return str[0].toLowerCase() + str.slice(1); } // converts a dash or hypen separa...
import { enableProdMode } from '@angular/core'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { DemoModule } from './app/demo.module'; import { environment } from './environments/environment'; if (environment.production) { enableProdMode(); } platformBrowserDynamic().bootstrapMod...
<?php $additionalNamespaces = $additionalModulePaths = $moduleDependencies = null; $rootPath = realpath(dirname(__DIR__)); $testsPath = "$rootPath/tests"; if (is_readable($testsPath . '/TestConfiguration.php')) { require_once $testsPath . '/TestConfiguration.php'; } else { require_once $testsPath . '/TestCo...
package org.apache.tomcat.util.modeler; import java.io.Serializable; import javax.management.MBeanAttributeInfo; /** * <p>Internal configuration information for an <code>Attribute</code> * descriptor.</p> * * @author Craig R. McClanahan */ public class AttributeInfo extends FeatureInfo implements Serializa...
var headerHtml = require('./header.html'); $(function(){ $('header').html(headerHtml); $("#jqxMenu").jqxMenu({ width: '100%', height: '30px' }); });
<?php namespace Antares\Security\Traits; use Antares\Extension\FilesystemFinder; use Illuminate\Support\Facades\Schema; use Antares\Security\Database\Cryptor; use ReflectionClass; trait DbCryptTrait { /** * The attributes that should be casted to native types. * * @var array */ protect...
{-# LANGUAGE OverloadedStrings, NoImplicitPrelude #-} module HomeViewFeature(mkHandler) where import System.IO (IO()) import Data.Maybe import Data.Monoid (mappend) import Data.Function (($)) import Control.Monad import qualified Network.Wai as Wai import AppGlobalState import HttpUtils import Utils import qualified ...
<!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_13) on Mon Dec 14 15:25:12 MSK 2009 --> <TITLE> Uses of Package org.apache.poi.xwpf.model (POI API Documentation) </TITLE> <META NAME="date...
[![Build Status](https://secure.travis-ci.org/wwphp-fb/facebook-bot.png?branch=master)](http://travis-ci.org/wwphp-fb/facebook-bot) ![Facebook Bot](bot.png) Facebook bot for handling some Facebook tasks in the group and a fun project to check what can be automated on Facebook within Groups specifically. ## Features ...
int function();
<!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_22) on Mon Sep 26 08:57:48 PDT 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Serialized Form (extJWNL 1.6.2 AP...
<?php class EnviarController extends AppController{ public function enviar(){ } } ?>
/** * when AMD loader plugin * * Allows modules to resolve asynchronously via promises that have the done/fail callbacks (e.g. jQuery's Deferred). * * Promise can be a property in the module, or value returned from a function in a module, or the module itself. * * The syntax is: * when!path/to/module[.property]...
""" This is part of the MSS Python's module. Source: https://github.com/BoboTiG/python-mss Example using the multiprocessing module to speed-up screen capture. https://github.com/pythonlessons/TensorFlow-object-detection-tutorial """ from multiprocessing import Process, Queue import mss import mss.tools def gra...
Policies provide the ability to modify the behavior of operations. This document provides information on the structure of policy objects for specific operations and the allowed values for some of the policies. - [`Policy Objects`](#Objects) - [`Policy Values`](#Values) <a name="Objects"></a> ## Objects Policy obje...
package io.digdag.plugin.slack; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; import io.digdag.client.config.ConfigException; import java.io.IOExce...
@interface NIMSessionLayoutImpl(){ NSMutableArray *_inserts; CGFloat _inputViewHeight; } @property (nonatomic,strong) UITableView *tableView; @property (nonatomic,strong) UIRefreshControl *refreshControl; @property (nonatomic,strong) NIMSession *session; @property (nonatomic,assign) CGRect viewRect; @...
SRC=.. if [ "$#" -ge 1 ]; then SRC=$1 fi TESTS=" ./crypto/base64/base64_test ./crypto/bio/bio_test ./crypto/bn/bn_test ./crypto/bytestring/bytestring_test ./crypto/cipher/aead_test aes-128-gcm $SRC/crypto/cipher/aes_128_gcm_tests.txt ./crypto/cipher/aead_test aes-128-key-wrap $SRC/crypto/cipher/aes_128_key_wrap_test...
package org.ovirt.engine.core.vdsbroker.vdsbroker; import java.util.Map; import java.util.concurrent.FutureTask; public interface VdsServerConnector { public Map<String, Object> create(Map createInfo); public Map<String, Object> destroy(String vmId); public Map<String, Object> shutdown(String vmId, Stri...
<?xml version="1.0" encoding="UTF-8"?> <sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"> <model metaid="_case00228" id="case00228" name="case00228"> <listOfCompartments> <compartment id="compartment" name="compartment" spatialDimensions="1" size="1" units="length"/> </listOfC...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width"> <meta name="robots" content="noindex"> <script type="text/javascript" src="./js/lib/matter-0.8.0.js"></script> <script src="js...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
// 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. package org.chromium.chrome.browser.flags; import androidx.annotation.AnyThread; import androidx.annotation.Nullable; import androidx.annotation.VisibleF...
class Zendesk2::GetHelpCenterPost include Zendesk2::Request request_method :get request_path { |r| "/community/posts/#{r.post_id}.json" } def post_id post.fetch('id') end def post Cistern::Hash.stringify_keys(params.fetch('post')) end def mock mock_response('post' => find!(:help_center_p...
""" Abstract: These classes are implementations of the core concept 'field', as defined in coreconcepts.py The class is written in an object-oriented style. """ __author__ = "Eric Ahlgren" __copyright__ = "Copyright 2014" __credits__ = ["Eric Ahlgren", "Andrea Ballatore"] __license__ = "" __version__ = "0....
[Node.js](http://nodejs.org/) package for HTTP basic and digest access authentication. [![Build Status](https://api.travis-ci.org/gevorg/http-auth.png)](https://travis-ci.org/gevorg/http-auth) [![Dependency Status](https://david-dm.org/gevorg/http-auth.png)](https://david-dm.org/gevorg/http-auth) ## Installation Via...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2010 The Android Open Source Project 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/li...
package com.chris.android.grafika; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.os.AsyncTask; import android.util.Log; import android.widget.ProgressBar; import android.widget.TextView; import java.io.File; import...
package org.ril.madera.controller; import java.util.List; import org.ril.madera.model.Country; import org.ril.madera.service.ServicesCountry; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework...
<?xml version="1.0" encoding="UTF-8"?> <proxy name="SapBrokerAndBridgeServiceHttpsSoap" startOnLoad="true" trace="disable" transports="http https" xmlns="http://ws.apache.org/ns/synapse"> <target faultSequence="SapBrokerAndBridgeServiceFaultHandler"> <inSequence> <log level="custom" separator=","> ...
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <!-- By default, only the Clean and Build commands use this build script. --> <!-- ...
// TnzTools includes #include "tools/toolhandle.h" #include "tools/toolutils.h" #include "tools/tool.h" #include "tools/cursors.h" // TnzQt includes #include "toonzqt/imageutils.h" // TnzLib includes #include "toonz/txshlevelhandle.h" #include "toonz/tframehandle.h" #include "toonz/tcolumnhandle.h" #include "toonz/...
namespace content { class BrowserContext; } // namespace content namespace arc { class ArcBridgeService; // This class represents as a simple proxy of StorageManager to Chrome OS. class ArcStorageManager : public KeyedService { public: // Returns singleton instance for the given BrowserContext, // or nullptr i...
type HrTimeTuple = [ number, number ] export const hrtimeMock = (duration: number) => { const realHrTime = process.hrtime let first = true const hrt = (startTime: HrTimeTuple): HrTimeTuple => { if (first) { first = false; return [ 0, 0 ] } process.hrtime = re...
using System; using System.IO; using SharpDX; using SharpDX.D3DCompiler; using LessGravity.Engine.Interop; namespace LessGravity.Engine.Graphics.Shaders { public sealed class ConstantBufferParameter { private readonly ConstantBuffer _constantBuffer; private int _columns; private int _r...
{% extends "admin/base.html" %} {% block stylesheets %} <style> .btn-primary { background-color: #337ab7; } .btn-danger { background-color: #d9534f; } </style> {% endblock %} {% block content %} <div class="row"> <br> <h1>Correct Key Submissions</h1> <div id="confirm" class="modal fade" tabindex="-1"> <div clas...
By Boris Smus ## Adding the Plugin to your project ## 1. To install the plugin, move webintent.js to your project's www folder and include a reference to it in your html files. 2. Create the path "com/borismus/webintent" within your project's src/ folder and move the java file into it. 3. Add the plugin to your `res/...
<head> <title>TextEditor</title> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <script src="/bower_compon...
package org.springframework.cloud.dataflow.shell.command; import java.util.Date; import java.util.List; import java.util.UUID; import javax.sql.DataSource; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFact...
''' Copyright (c) 2015, Mark Silliman All rights reserved. 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 ...
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; U; Linux 2.2.14-5.0 i686) [Netscape]"> <title></title> </head> <body> <h1> <font face="H...
<?php //always make sure we have a scriptNest variable (can be used to change default path for non-pathed modules if(!isset($scriptNest)) { $scriptNest = ''; } ?> <script> if (typeof console === "undefined") { console = {}; if(typeof console.log === "undefined") { console.log = functio...
* Bug fixes ## 0.6.22 ## * Bug fixes * Rename in-app purchase mechanism to "buy me a coffee" ## 0.6.21 ## * Restored donation in-app purchase mechanism ## 0.6.20 ## * Bug fixes ## 0.6.19 ## * Bug fixes and performance improvements ## 0.6.18 ## * Bug fixes ## 0.6.17 ## * Bug fixes ## 0.6.16 ## * Bug fixes ...
// Copyright 2010 Google Inc. All Rights Reseved. // // 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 ...
package info.dgjones.abora.gold.be.canopy; import info.dgjones.abora.gold.backrec.ResultRecorder; import info.dgjones.abora.gold.be.basic.BeEdition; import info.dgjones.abora.gold.be.canopy.AbstractRecorderFinder; import info.dgjones.abora.gold.be.canopy.AnyRecorderFinder; import info.dgjones.abora.gold.be.canopy.Pr...
import types # vendor imports # local imports class FrozenNamespace(types.SimpleNamespace): """A SimpleNamespace that can be frozen after being hydrated.""" def __init__(self, *args, frozen=False, **kwargs): """ Initialize a new FrozenNamespace instance. All extra args and kwargs a...