text
stringlengths
3
1.05M
exports.name = "core";
package liquibase.snapshot; import liquibase.CatalogAndSchema; import liquibase.database.Database; import liquibase.database.OfflineConnection; import liquibase.database.core.PostgresDatabase; import liquibase.diff.compare.DatabaseObjectComparatorFactory; import liquibase.exception.DatabaseException; import liquibase....
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context="usbong.android.builder...
using System.Collections.Generic; using System.Runtime.Serialization; using System.Xml; using System.Xml.Linq; using Orchard.Environment.Configuration; using Orchard.FileSystems.AppData; using System.IO; namespace Orchard.Reports.Services { public class ReportsPersister : IReportsPersister { private reado...
import java.util.*; import java.lang.annotation.Annotation; import java.util.function.Function; import java.util.stream.Collectors; import java.util.stream.Stream; abstract class WithAnn { { map((Class<? extends Annotation> ann) -> getAnnotation(ann)); map(this::getAnnotation); } abstract <A> A getAnno...
BitcoinUnits::BitcoinUnits(QObject *parent): QAbstractListModel(parent), unitlist(availableUnits()) { } QList<BitcoinUnits::Unit> BitcoinUnits::availableUnits() { QList<BitcoinUnits::Unit> unitlist; unitlist.append(BTC); unitlist.append(mBTC); unitlist.append(uBTC); return unitlist;...
/* global JSEncrypt */ horizon.instances = { user_decided_length: false, user_volume_size: false, networks_selected: [], networks_available: [], getConsoleLog: function(via_user_submit) { var form_element = $("#tail_length"), data; if (!via_user_submit) { via_user_submit = false; } ...
require 'spec_helper' describe "cms_node_import", type: :feature, dbscope: :example, js: true do let(:site) { cms_site } let(:node) { create_once :cms_node_import_node, name: "import" } let(:index_path) { node_import_path site.id, node } let(:file) { "#{Rails.root}/spec/fixtures/cms/import/site.zip" } conte...
package context import ( "errors" "fmt" "sync" "time" ) // A Context carries a deadline, a cancelation signal, and other values across // API boundaries. // // Context's methods may be called by multiple goroutines simultaneously. type Context interface { // Deadline returns the time when work done on behalf of ...
// // UIView+AutoLayout.h // v2.0.0 // https://github.com/smileyborg/UIView-AutoLayout // // Copyright (c) 2012 Richard Turton // Copyright (c) 2013 Tyler Fox // // This code is distributed under the terms and conditions of the MIT license. // // Permission is hereby granted, free of charge, to any person obtain...
//>>built define("dojo/dnd/AutoSource", [ "./Source" ], function(Source){ /*===== Source = dojo.dnd.Source =====*/ return dojo.declare("dojo.dnd.AutoSource", Source, { // summary: // a source that syncs its DnD nodes by default constructor: function(node, params){ // summary: // constructor of the Auto...
module T10999 where import qualified Data.Set as Set f :: _ => () -> _ f _ = Set.fromList undefined g = map fst $ Set.toList $ f ()
<?php class Swift_Bug274Test extends \PHPUnit\Framework\TestCase { /** * @expectedException \Swift_IoException * @expectedMessageException The path cannot be empty */ public function testEmptyFileNameAsAttachment() { $message = new Swift_Message(); $message->attach(Swift_Atta...
#include "TestControlServer.hpp" #else #include "ControlServer.hpp" #endif #include "IPAddress.hpp" #include "Server.hpp" class Server; enum Command { ADD, DELETE, TIMEOUT }; struct ControlCmd { unsigned char cmd; IPAddress ip1; IPAddress ip2; }; class Controller { public: // ctor/dtor Controller(Serv...
.class public final Landroid/service/media/MediaBrowserService$BrowserRoot; .super Ljava/lang/Object; .source "MediaBrowserService.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/service/media/MediaBrowserService; .end annotation .annotation system Ldalvik/annotation/In...
ovs_version=$(ovs-vsctl -V | grep ovs-vsctl | awk '{print $4}') ovs_db_version=$(ovsdb-tool schema-version /usr/local/share/openvswitch/vswitch.ovsschema) # give ovsdb-server and vswitchd some space... sleep 3 # begin configuring ovs-vsctl --no-wait -- init ovs-vsctl --no-wait -- set Open_vSwitch . db-version="${ovs_d...
package water; import java.lang.management.ManagementFactory; import javax.management.*; import water.util.LinuxProcFileReader; import water.util.Log; import water.init.*; /** * Starts a thread publishing multicast HeartBeats to the local subnet: the * Leader of this Cloud. * * @author <a href="mailto:cliffc@h2o....
package de.danoeh.antennapod.dialog; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.View; import android.view.Window; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import de.danoeh.antennapod.R; /** * Displays ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using Orleans; using System.Collections; namespace UnitTests.GrainInterfaces { public interface IObserverGrain : IGrainWithIntegerKey { Task SetTarget(ISimpleObs...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2018 Citrus-CAF 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/licenses/LICENSE-2...
project_path: /web/_project.yaml book_path: /web/fundamentals/_book.yaml description: Menggunakan penataan gaya yang tepat untuk meningkatkan aksesibilitas {# wf_updated_on: 2017-07-12 #} {# wf_published_on: 2016-10-04 #} # Gaya yang Dapat Diakses {: .page-title } {% include "web/_shared/contributors/megginkearney....
package net.serverpeon.discord.internal; import net.serverpeon.discord.DiscordClient; import org.junit.Test; public class JavaCompatTest { @Test public void testBuilderAccess() { DiscordClient.Companion.newBuilder().token("hello").build(); } }
import("lib.detect.check_cxsnippets") -- has the given c types? -- -- @param types the types -- @param opt the argument options -- .e.g -- { verbose = false, target = [target|option], includes = .., configs = {defines = .., ..}} -- -- @return true or false -- -- @c...
"use strict"; exports.__esModule = true; var _symbol = require("../core-js/symbol"); var _symbol2 = _interopRequireDefault(_symbol); var _promise = require("../core-js/promise"); var _promise2 = _interopRequireDefault(_promise); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default...
package provision import ( "fmt" "net/url" "strconv" "strings" "github.com/docker/machine/libmachine/auth" "github.com/docker/machine/libmachine/engine" "github.com/docker/machine/libmachine/log" "github.com/docker/machine/libmachine/mcndockerclient" "github.com/docker/machine/libmachine/swarm" "github.com/...
<!DOCTYPE html> <!-- Copyright 2011 Software Freedom Conservancy. All Rights Reserved. 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 requir...
package org.springframework.boot.autoconfigure.condition; import org.junit.Test; import org.springframework.boot.test.context.runner.ApplicationContextRunner; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Conditional; import org.springframework.context.annotation....
React is a JavaScript library for building user interfaces. * **Just the UI:** Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project. * **Virtual DOM:** React abstracts away the DOM from you,...
<!-- [![Build Status](https://secure.travis-ci.org/ashtuchkin/iconv-lite.png?branch=master)](http://travis-ci.org/ashtuchkin/iconv-lite) --> * Doesn't need native code compilation. Works on Windows and in sandboxed environments like [Cloud9](http://c9.io). * Used in popular projects like [Express.js (body_parser)](h...
<!DOCTYPE html> <html ng-app="ionicApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>Ionic Tabs and Navigation</title> <link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet"> <li...
using System; using System.Reflection.Emit; /// <summary> /// Beq [v-yishi] /// </summary> public class OpCodesBeq { #region Private Methods private bool VerificationHelper(OpCode code, string name, StackBehaviour pop, StackBehaviour push, OperandType oprandType, OpCodeT...
.. _naming20: New pytest names in 2.0 (flat is better than nested) ---------------------------------------------------- If you used older version of the ``py`` distribution (which included the py.test command line tool and Python name space) you accessed helpers and possibly collection classes through the ``py.test``...
#include <dae.h> #include <dae/daeDom.h> #include <dom/domFx_cleardepth_common.h> #include <dae/daeMetaCMPolicy.h> #include <dae/daeMetaSequence.h> #include <dae/daeMetaChoice.h> #include <dae/daeMetaGroup.h> #include <dae/daeMetaAny.h> #include <dae/daeMetaElementAttribute.h> daeElementRef domFx_cleardepth_common:...
package org.apache.cordova; import org.json.JSONException; import org.json.JSONObject; /** * Encapsulates in-progress status of uploading or downloading a file to a remote server. */ public class FileProgressResult { private boolean lengthComputable = false; // declares whether total is known private long...
package org.testng.xml; import java.io.File; import java.util.Collection; import java.util.Collections; import java.util.Map; /** * Factory to create custom suites. * @author Hani Suleiman * Date: Jul 25, 2005 * Time: 1:12:18 PM */ public class SuiteGenerator { private static final Collection<...
*If there’s a checkbox you can’t complete for any reason, that's okay, just explain in detail why you weren’t able to do so.* After making all changes to the cask: - [ ] `brew cask audit --download {{cask_file}}` is error-free. - [ ] `brew cask style --fix {{cask_file}}` reports no offenses. - [ ] The commit message ...
namespace Skeleton.Queues.RabbitMq.QueuesFactory.Configuration { using System; using Abstractions.QueuesFactory; using Abstractions.QueuesFactory.ExceptionsHandling; using Abstractions.QueuesFactory.ExceptionsHandling.Handlers; using Microsoft.Extensions.DependencyInjection; using Microsoft.Ext...
package at.linuxtage.companion.db.entities; import androidx.room.ColumnInfo; import androidx.room.Entity; import androidx.room.Index; @Entity(tableName = EventToPerson.TABLE_NAME, primaryKeys = {"event_id", "person_id"}, indices = {@Index(value = {"person_id"}, name = "event_person_person_id_idx")}) public class Ev...
/** * SeqAlign_score_type0.java * * This file was auto-generated from WSDL * by the Apache Axis2 version: 1.6.2 Built on : Apr 17, 2012 (05:34:40 IST) */ package gov.nih.nlm.ncbi.www.soap.eutils.efetch_gene; /** * SeqAlign_score_type0 bean clas...
package com.infinitescrolling.server; import com.infinitescrolling.server.model.HibernateUtil; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; public class AppServletContextListener implements ServletContextListener{ public void contextInitialized(ServletContextEvent arg0)...
var grunt = require('grunt'); module.exports = { options: { APIMethod: "<%= package.APIMethod %>", // stub or proxy proxyURL: "<%= package.proxyURL %>" // URL to the API server, if using APIMethod: 'proxy' } };
package interpreter import ( "github.com/google/cel-go/common/containers" "github.com/google/cel-go/common/types/ref" "github.com/google/cel-go/interpreter/functions" exprpb "google.golang.org/genproto/googleapis/api/expr/v1alpha1" ) // Interpreter generates a new Interpretable from a checked or unchecked expres...
using namespace std; #endif // // TestCase class // class PairTest : public CPPUNIT_NS::TestCase { CPPUNIT_TEST_SUITE(PairTest); CPPUNIT_TEST(pair0); CPPUNIT_TEST_SUITE_END(); protected: void pair0(); }; CPPUNIT_TEST_SUITE_REGISTRATION(PairTest); // // tests implementation // void PairTest::pair0() { pair...
<?php /** * @see Zend_Controller_Router_Route_Interface */ require_once 'Zend/Controller/Router/Route/Interface.php'; /** * @see Zend_Controller_Router_Route_Module */ require_once 'Zend/Controller/Router/Route/Module.php'; /** * @see Zend_Controller_Dispatcher_Interface */ require_once 'Zend/Controller/Dispa...
***DEPRECATED*** - I'm deprecating async-future in favor of [bluebird promises](https://github.com/petkaantonov/bluebird), which is 10 times faster in simple cases, and probably moreso in some complex cases, despite this module's respectable performance in comparison to other futures modules. Bluebird is painstakingly ...
<?php defined('C5_EXECUTE') or die("Access Denied."); class FormAttributeHelper extends Concrete5_Helper_Form_Attribute {}
package org.apache.beam.sdk.nexmark.queries; import org.apache.beam.sdk.nexmark.NexmarkConfiguration; import org.apache.beam.sdk.nexmark.NexmarkUtils; import org.apache.beam.sdk.nexmark.model.AuctionPrice; import org.apache.beam.sdk.nexmark.model.Bid; import org.apache.beam.sdk.nexmark.model.Event; import org.apache....
namespace boost { //: indirect_cmp // // could also do this with compose_f_gx_hx, and the member binder... // //!category: functors //!component: type //!tparam: ReadablePropertyMap - a model of ReadablePropertyMap //!definition: functor.h template <class ReadablePropertyMap, class Compare> class i...
namespace boost { template <class A, class B> std::size_t hash_value(std::pair<A, B> const&); template <class T, class A> std::size_t hash_value(std::vector<T, A> const&); template <class T, class A> std::size_t hash_value(std::list<T, A> const& v); template <class T, class A> std::size_...
/* parser generated by jison 0.6.1-209 */ /* * Returns a Parser object of the following structure: * * Parser: { * yy: {} The so-called "shared state" or rather the *source* of it; * the real "shared state" `yy` passed around to * the rule actions, etc. is a derivative/copy o...
package org.valkyriercp.sample.simple.domain; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Date; import java.util.List; /** * This class provides a trivial domain object for the sample application. It represents a simple Contact entry in a * personal address book. It is not very useful...
package psidev.psi.mi.jami.xml.io.parser; import psidev.psi.mi.jami.model.Complex; import psidev.psi.mi.jami.model.InteractionCategory; import javax.xml.bind.JAXBException; import javax.xml.bind.Unmarshaller; import java.io.*; import java.net.URL; /** * Full Parser generating biological complex objects and ignore e...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Microsoft.Win32.SafeHandles; using System.IO; using System.Runtime.InteropServices; internal partial class Interop { internal partial class mincore { ...
<div> Ако вашият Jenkins е зад защитна стена и няма пряка връзка към Интернет, а JVM на сървъра не е настроена правилно, за да се позволи връзка с Интернет, може да укажете име на сървър-посредник за HTTP, за да позволите на Jenkins самостоятелно да инсталира приставки. (за повече детайли: <a href="http://dow...
/*! * Copyright (c) 2015 by Contributors * \file elemwise_binary_broadcast_op.h * \brief Function definition of elementwise binary broadcast operators */ #ifndef MXNET_OPERATOR_TENSOR_ELEMWISE_BINARY_BROADCAST_OP_H_ #define MXNET_OPERATOR_TENSOR_ELEMWISE_BINARY_BROADCAST_OP_H_ #include <mxnet/operator_util.h> #...
package com.corundumstudio.socketio; import com.corundumstudio.socketio.protocol.Packet; /** * Available client operations * */ public interface ClientOperations { /** * Send custom packet. * But {@link ClientOperations#sendEvent} method * usage is enough for most cases. * * @param p...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2011 the original author or authors. 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.apa...
using System; using System.Runtime.ConstrainedExecution; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; using System.Runtime.Versioning; using System.Text; using Foundation.Windows.IO; using Microsoft.Win32.SafeHandles; namespace Foundation.Windows { /// <summary> ...
from jsonpointer import resolve_pointer def find_pipeline(path): from . import pipelines if len(path) < 2: raise ValueError("Path doesn't have enough parts.") obj_type = path.pop(0) if obj_type != 'dataSources': raise ValueError("Path doesn't start with 'dataSources'.") pipeline...
"""Yet another implementaion of Crypto-PAn. This package provides a function to anonymize IP addresses keeping their prefix consistency. This program is based on the paper "Prefix-Preserving IP Address Anonymization: Measurement-based Security Evaluation and a New Cryptography-based Scheme" written by Jun Xu, Jinlian...
/** * @license AngularJS v1.3.9 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) {'use strict'; var $sanitizeMinErr = angular.$$minErr('$sanitize'); /** * @ngdoc module * @name ngSanitize * @description * * # ngSanitize * * The `ngSanitize` module pr...
 CKEDITOR.plugins.setLang( 'pastetext', 'cy', { button: 'Gludo fel testun plaen', title: 'Gludo fel Testun Plaen' });
<?php namespace Humbug\SelfUpdate\Strategy; use Humbug\SelfUpdate\Updater; interface StrategyInterface { /** * Download the remote Phar file. * * @param Updater $updater * @return void */ public function download(Updater $updater); /** * Retrieve the current version avail...
from esp32 import Partition bdev = Partition.find(Partition.TYPE_DATA, label="vfs") bdev = bdev[0] if bdev else None
describe("Ext.form.field.Hidden", function() { var component, makeComponent, render; beforeEach(function() { makeComponent = function(config) { config = config || {}; component = new Ext.form.field.Hidden(config); return component; }; }); afterEach(f...
require File.dirname(__FILE__) + '/test_helper' class StatusTest < Test::Unit::TestCase include OpenIdAuthentication def test_state_conditional assert Result[:missing].missing? assert Result[:missing].unsuccessful? assert !Result[:missing].successful? assert Result[:successful].successful? as...
<?php declare(strict_types=1); /* * This file is part of Contao Manager. * * (c) Contao Association * * @license LGPL-3.0-or-later */ namespace Contao\ManagerApi\Controller\Server; use Contao\ManagerApi\HttpKernel\ApiProblemResponse; use Contao\ManagerApi\Process\ConsoleProcessFactory; use Contao\ManagerApi\S...
The data contained in this repository was prepared by Jason A. Heppler to explore population and demographic change in the American Midwest between 1810 and 2010. ## Type, Format, Extent The project strives to use widely-used and sharable data formats, where possible. Most of the data is stored as `csv` files: `midwe...
package com.mazebert.plugins.system.mocks; import static com.mazebert.plugins.system.JsonSettingsPlugin.MAZEBERT_SETTINGS_FILE; public class SystemPluginStub extends SystemPluginMock { public SystemPluginStub() { givenPropertyExists(MAZEBERT_SETTINGS_FILE, "src/test/resources/Settings.json"); } }
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.Text Imports Microsoft.C...
<?php namespace Sylius\Component\Order\Factory; use Sylius\Component\Resource\Factory\FactoryInterface; /** * @author Mateusz Zalewski <mateusz.zalewski@lakion.com> */ class AdjustmentFactory implements AdjustmentFactoryInterface { /** * @var FactoryInterface */ private $adjustmentFactory; ...
from __future__ import print_function import math import vtk # Available surfaces are: SURFACE_TYPE = {"TORUS", "PARAMETRIC_HILLS", "PARAMETRIC_TORUS"} def WritePNG(ren, fn, magnification=1): """ Save the image as a PNG :param: ren - the renderer. :param: fn - the file name. :param: magnificati...
package gax import ( "math/rand" "time" "google.golang.org/grpc" "google.golang.org/grpc/codes" ) // CallOption is an option used by Invoke to control behaviors of RPC calls. // CallOption works by modifying relevant fields of CallSettings. type CallOption interface { // Resolve applies the option by modifying ...
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.google.injec...
.window { overflow: hidden; padding: 5px; border-width: 1px; border-style: solid; } .window .window-header { background: transparent; padding: 0px 0px 6px 0px; } .window .window-body { border-width: 1px; border-style: solid; border-top-width: 0px; } .window .window-body-noheader { border-top-width: ...
static NSString *RKEncodeURLString(NSString *unencodedString); extern NSDictionary *RKQueryParametersFromStringWithEncoding(NSString *string, NSStringEncoding stringEncoding); // NSString's stringByAddingPercentEscapes doesn't do a complete job (it ignores "/?&", among others) static NSString *RKEncodeURLString(NSStri...
package com.google.sps; import java.util.List; import java.util.ArrayList; public class MatchNotification extends Notification { private List<String> userIds; private static final String NOTIFICATION_TEXT = "New match alert! You matched with "; public MatchNotification(String id, String otherUserId, lon...
'use strict'; var keywords, future, futureStrict, all; // 7.6.1.1 Keywords keywords = ['break', 'case', 'catch', 'continue', 'debugger', 'default', 'delete', 'do', 'else', 'finally', 'for', 'function', 'if', 'in', 'instanceof', 'new', 'return', 'switch', 'this', 'throw', 'try', 'typeof', 'var', 'void', 'while', 'w...
<?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>Eclipse Foundation Software User...
package org.gradoop.flink.model.api.functions; import org.gradoop.common.model.api.entities.Element; import org.gradoop.common.model.impl.properties.PropertyValue; import org.gradoop.flink.model.impl.operators.aggregation.Aggregation; import java.io.Serializable; /** * Describes an aggregate function as input for ...
/* SPDX-License-Identfier: GPL-3.0-or-later */ html, body { /*font-family: Calibri,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;*/ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-variant: normal; } .morelink { color: #765d9c; text-decoration: none...
<?php if (!defined("HDPHP_PATH")) exit('No direct script access allowed'); return array( //应用开始时的事件 "APP_START" => array("AppStart"), );
angular.module('ngbps.shopDB.categories', []) .factory('Categories', function(ShopDB, Products, $q) { var products = Products; var categories = ShopDB.categories.select(function(val,key){ val.id = key; if (!val.title){ val.title = key; } if (!val.url){ val.url=val.title.replace(/ /g,...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Function awe_webview_pause_rendering</title> <link rel="stylesheet" type="text/css" href="../../styles/ddox.css"/> <...
// // GameManager.m // Sueca // // Created by Roger Luan on 2/15/16. // Copyright © 2016 Roger Luan. All rights reserved. // #import "GameManager.h" #import "Deck.h" @interface GameManager () @property (strong, nonatomic) NSManagedObjectContext *moc; @end @implementation GameManager #pragma mark - Public Meth...
tinyMCE.addI18n('si.xhtmlxtras_dlg',{ attribute_label_title:"Title", attribute_label_id:"ID", attribute_label_class:"Class", attribute_label_style:"Style", attribute_label_cite:"Cite", attribute_label_datetime:"Date/Time", attribute_label_langdir:"Text Direction", attribute_option_ltr:"Left to right", attribut...
***Node-core v6.3.1 streams for userland*** [![Build Status](https://travis-ci.org/nodejs/readable-stream.svg?branch=master)](https://travis-ci.org/nodejs/readable-stream) [![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/) [![NPM](https://nodei.c...
#pragma once #ifdef _WIN32 #define ETC_WINDOWS (1) #else #define ETC_WINDOWS (0) #endif #if __APPLE__ #define ETC_OSX (1) #else #define ETC_OSX (0) #endif #if __unix__ #define ETC_UNIX (1) #else #define ETC_UNIX (0) #endif // short names for common types #include <stdint.h> typedef int8_t i8; typedef int16_t i16...
#ifndef _LOG4CXX_HELPERS_STRING_HELPER_H #define _LOG4CXX_HELPERS_STRING_HELPER_H #include <log4cxx/logstring.h> #include <vector> namespace log4cxx { namespace helpers { class Pool; /** String manipulation routines */ class LOG4CXX_EXPORT Str...
package hudson.model; import hudson.model.Descriptor.FormException; import java.io.IOException; import java.util.LinkedHashSet; import java.util.Set; import java.util.SortedMap; import java.util.logging.Level; import java.util.logging.Logger; import javax.servlet.ServletException; import jenkins.model.Jenkins; import...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
/** * @author Mat Groves http://matgroves.com/ @Doormat23 */ /** * The CanvasRenderer draws the Stage and all its content onto a 2d canvas. This renderer should be used for browsers that do not support webGL. * Don't forget to add the CanvasRenderer.view to your DOM or you will not see anything :) * * @class Can...
from django.template import loader, RequestContext from django.http import HttpResponse, HttpResponseRedirect, HttpResponsePermanentRedirect, HttpResponseGone from django.utils.log import getLogger import warnings warnings.warn( 'Function-based generic views have been deprecated; use class-based views instead.', ...
html, body { color:#222; font-family:Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif; margin:0; padding: 0; text-decoration: none; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; } img { border:...
/** * @module ol/net */ import { getUid } from './util.js'; /** * Simple JSONP helper. Supports error callbacks and a custom callback param. * The error callback will be called when no JSONP is executed after 10 seconds. * * @param {string} url Request url. A 'callback' query parameter will be * appended. *...
package org.pentaho.di.trans.steps.transexecutor; import java.util.Arrays; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; import org.junit.ClassRule; import org.junit.Test; import org.mockito.Mockito; import org.pentaho.di.core.KettleEnvironment; import org.pe...
class GURL; class SkBitmap; namespace base { class FilePath; class MessageLoop; } namespace blink { class WebAudioDevice; class WebClipboard; class WebFrame; class WebLocalFrame; class WebMIDIAccessor; class WebMIDIAccessorClient; class WebMediaStreamCenter; class WebMediaStreamCenterClient; class WebPlugin; class We...
#if defined( KOKKOS_ENABLE_RFO_PREFETCH ) #include <xmmintrin.h> #endif #include <Kokkos_Macros.hpp> #if defined( KOKKOS_ATOMIC_HPP ) && ! defined( KOKKOS_ATOMIC_COMPARE_EXCHANGE_STRONG_HPP ) #define KOKKOS_ATOMIC_COMPARE_EXCHANGE_STRONG_HPP namespace Kokkos { //----------------------------------------------------...
require 'test_helper' class AuthorTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
package com.zkzong.seckill.exception; /** * 秒杀相关业务异常 * Created by zong on 17-5-6. */ public class SeckillException extends RuntimeException { public SeckillException(String message, Throwable cause) { super(message, cause); } public SeckillException(String message) { super(message); ...