text
stringlengths
3
1.05M
use crate::schema::JELLYFISH_MERKLE_NODE_CF_NAME; use anyhow::Result; use byteorder::{BigEndian, WriteBytesExt}; use diem_jellyfish_merkle::node_type::NodeKey; use diem_types::{account_state_blob::AccountStateBlob, transaction::Version}; use schemadb::{ define_schema, schema::{KeyCodec, SeekKeyCodec, ValueCodec...
package com.wbillingsley.handy.reactivestreams import com.wbillingsley.handy.{Ref, RefFailed, RefNone, RefOptFailed} import org.reactivestreams.{Processor, Publisher, Subscriber, Subscription} import scala.concurrent.{ExecutionContext, Future} class TakeWhileR[T](pub:Publisher[T])(f: T => Ref[Boolean])(implicit val ...
package org.basex.gui.view.table; import org.basex.data.*; import org.basex.gui.view.table.TableData.TableCol; /** * This is an iterator for parsing the rows' contents. * * @author BaseX Team 2005-15, BSD License * @author Christian Gruen */ final class TableIterator { /** Table data. */ private final TableD...
@implementation JRRUIControlUtil - (void) displayAndHideElements:(NSArray *) elementsToShow availableElements:(NSDictionary *)allElements { NSMutableDictionary *elementsHidden = [allElements mutableCopy]; [elementsHidden removeObjectsForKeys:elementsToShow]; for (id element in elementsToShow) { ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package com.jungle.base.misc; public class JungleSize extends BaseJungleSize<Integer> { public JungleSize() { } public JungleSize(int width, int height) { super(width, height); } }
import { mount } from 'enzyme'; import React, { useState } from 'react'; import ConfigProvider from '..'; import Tooltip from '../../tooltip'; // https://github.com/ant-design/ant-design/issues/27617 describe('ConfigProvider', () => { const Child = ({ spy }) => { React.useEffect(() => spy()); return <div />;...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CodePen - A Pen by Greg Acevedo</title> </head> <body> <b>Important Concepts</b><br> <b>How the Web Works</b><br> <p>The web is a bunch of computers that communicate with each other. When a person goes to a web page like www.google.com, their com...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Metric (ARX GUI Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascri...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; namespace Hypermedia.Configuration { public sealed class FieldDiscovery : IFieldDiscovery { public static readonly IFieldDiscovery Shallow = new FieldDiscovery(ShallowDiscovery); public static readonly ...
#pragma once #include <functional> #include <memory> #include <string> #include <vector> #include <folly/experimental/fibers/FiberManager.h> #include <folly/Memory.h> #include <folly/Optional.h> #include <folly/ScopeGuard.h> #include "mcrouter/ClientPool.h" #include "mcrouter/config-impl.h" #include "mcrouter/confi...
package org.apereo.cas.support.oauth.web.endpoints; import com.google.common.base.Supplier; import com.google.common.base.Throwables; import org.apereo.cas.CentralAuthenticationService; import org.apereo.cas.authentication.principal.PrincipalFactory; import org.apereo.cas.authentication.principal.ServiceFactory; impor...
import * as Types from 'store/mutation-types'; import { getStars } from 'api'; export const setStarsList = function ({ commit }, { params, isFirst = true }) { return getStars(params).then((response) => { commit(Types['SET_STARS_LIST'], { list: response.data, isFirst }); ...
'use strict'; const DOMSize = require('../../../audits/dobetterweb/dom-size.js'); const assert = require('assert'); /* eslint-env mocha */ describe('Num DOM nodes audit', () => { const numNodes = DOMSize.MAX_DOM_NODES; const artifact = { DOMStats: { totalDOMNodes: numNodes, depth: {max: 1, pathT...
<?xml version="1.0" encoding="UTF-8"?> <router-rule> <table-shard-rule table="table" generatedPK="pk"> <shard-dimension dbRule="#id# % 2" dbIndexes="database0,database1" tbRule="#id#.intdiv(2) % 2" tbSuffix="everydb:[0,1]" ...
<!DOCTYPE html> <html> <head> <title>REST Doc</title> <link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/> <link href='css/highlight.default.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/screen.css' media='screen' rel='styles...
class Profile; class WebIntentPickerModel; namespace web_intents { class IconLoader { public: IconLoader(Profile* profile, WebIntentPickerModel* model); ~IconLoader(); // Load the favicon associated with |url|. void LoadFavicon(const GURL& url); private: // Called when a favicon is returned from the Fav...
/* Include declarations. */ #include "MagickWand/studio.h" #include "MagickWand/MagickWand.h" #include "MagickWand/mogrify-private.h" #include "MagickCore/string-private.h" /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % ...
namespace AngleSharp.Html.Dom { using AngleSharp.Attributes; using AngleSharp.Dom; using AngleSharp.Dom.Events; using System; /// <summary> /// The HTMLElement interface represents any HTML element. Some elements directly /// implement this interface, other implement it via an interface tha...
'use strict'; const chalk = require('chalk'); const utils = require('./utils'); const publicMethods = { option: require('./option'), options: require('./options'), command: require('./command'), parse: require('./parse'), example: require('./example'), examples: require('./examples'), showHelp: require(...
<!doctype html> <html> <head> <title>lycheeJS Sprite Tool</title> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-transl...
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" > <item android:id="@+id/menu_item_new_crime" android:icon="@drawable/ic_menu_add" android:title="@string/new_crime" ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name Trachymene conferta (DC.) Gaudich. ex Benth. ### Remarks null
"""Implementation of sample defense. This defense loads inception resnet v2 checkpoint and classifies all images using loaded checkpoint. """ from __future__ import absolute_import from __future__ import division from __future__ import print_function import os import numpy as np from scipy.misc import imread impor...
echo "Adding VIM Profile" $line = "" echo $line | Out-File -encoding ASCII $PROFILE -Append $line = "" + '#Vim Alias' echo $line | Out-File -encoding ASCII $PROFILE -Append $line = "" + '$VIMPATH = (Get-Item "Env:ProgramFiles(x86)").Value + "\Vim\vim74\vim.exe"' echo $line | Out-File -encoding ASCII $PROFILE -Appen...
$(function(){ init(); }); function init() { $('#main_table').hide(); loadTable(); } function loadTable() { $.ajax({ type : 'GET', url: Routing.generate('bets_table', {filter:'date'}), success: function (data) { $('#loading_table').fadeToggle(); $('#main_...
/* * @test * @bug 4105900 * @summary MarshalledObject with null throws NullPointerException * @author Ken Arnold * * @build NullReference * @run main NullReference */ import java.rmi.MarshalledObject; public class NullReference { public static void main(String[] args) throws Throwable { new Mars...
/** * @license Highcharts JS v9.2.1 (2021-08-19) * @module highcharts/modules/lollipop * @requires highcharts * * (c) 2009-2021 Sebastian Bochan, Rafal Sebestjanski * * License: www.highcharts.com/license */ 'use strict'; import '../../Series/Lollipop/LollipopSeries.js';
#import <Lumumba/th_transition.h> #import <Lumumba/THArgList.h>
angular.module('services.tracker', []) .factory('tracker', ['$http', function($http) { var httpRequestTracker = {}; httpRequestTracker.hasPendingRequests = function() { return $http.pendingRequests.length > 0; }; return httpRequestTracker; }]);
package psidev.psi.mi.jami.xml.model.extension.xml300; import com.sun.xml.bind.Locatable; import com.sun.xml.bind.annotation.XmlLocation; import org.xml.sax.Locator; import psidev.psi.mi.jami.datasource.FileSourceContext; import psidev.psi.mi.jami.datasource.FileSourceLocator; import psidev.psi.mi.jami.model.CvTerm; i...
/** * Created by Marco on 17/05/2014. */ "use strict"; var karmaLauncherTesterAdapter = function(launcher){ var key, launcherName = 'not defined', browserAdapter = {}; if(!launcher) { return ;} for (key in launcher) { if (key.indexOf('launcher:') >= 0) { launcherName...
package com.example.mymaterialdesign; import android.animation.AnimatorListenerAdapter; import android.graphics.Color; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import androi...
<?php /** * @see Zend_Mime */ require_once 'Zend/Mime.php'; /** * @see Zend_Mail_Protocol_Abstract */ require_once 'Zend/Mail/Protocol/Abstract.php'; /** * Smtp implementation of Zend_Mail_Protocol_Abstract * * Minimum implementation according to RFC2821: EHLO, MAIL FROM, RCPT TO, DATA, RSET, NOOP, QUIT ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ollibs: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
[![Build Status](https://travis-ci.org/yibn2008/fast-sass-loader.svg?branch=master)](https://travis-ci.org/yibn2008/fast-sass-loader) [![Coverage Status](https://coveralls.io/repos/github/yibn2008/fast-sass-loader/badge.svg)](https://coveralls.io/github/yibn2008/fast-sass-loader) High performance sass loader for webpa...
require File.expand_path('../application', __FILE__) # Initialize the rails application Forge3::Application.initialize!
'use strict'; // MODULES // var shell = require( 'shelljs' ); // GIT // /** * FUNCTION: git( logger ) * Returns a function to initialize a local git repository in a specified directory. * * @param {Function} logger - logger * @returns {Function} */ function git( logger ) { var log = logger( 'starter-kit:git' ); ...
/*************************************************************************** This is a library for the Adafruit 10DOF Breakout Designed specifically to work with the Adafruit 10DOF Breakout These displays use I2C to communicate, 2 pins are required to interface. Adafruit invests time and resources providing ...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2016 Red Hat, Inc. and/or its affiliates. ~ ~ 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.or...
package com.streamsets.pipeline.lib.jdbc.schemawriter; import com.google.common.collect.ImmutableMap; import com.streamsets.pipeline.lib.jdbc.typesupport.JdbcType; import com.zaxxer.hikari.HikariDataSource; import java.util.Map; public class PostgresSchemaWriter extends JdbcAbstractSchemaWriter { private static f...
using namespace std; using namespace tns; using namespace v8; using namespace v8_inspector; JsV8InspectorClient::JsV8InspectorClient(v8::Isolate* isolate) : isolate_(isolate), inspector_(nullptr), session_(nullptr), connection(nullptr), context_(), running_nested_loop_(false), ...
<!DOCTYPE html> <HTML><head><TITLE>Manpage of S2P</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-description">{...
<!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.5.0_19) on Mon Jul 27 22:16:20 EDT 2009 --> <TITLE> Before (JUnit API) </TITLE> <META NAME="keywords" CONTENT="org.junit.Before class"> <LINK REL ="sty...
const schedule = require('node-schedule'); const cacheService = require('./cache/cache_service.js'); let job; module.exports = { start: () => { // every 2 hours job = schedule.scheduleJob('* */2 * * *', function() { console.log('schedule job triggered'); cacheService.run();...
namespace ash { namespace network_diagnostics { // Used in unit tests, the FakeNetworkContext class simulates the behavior of a // network context. class FakeNetworkContext : public network::TestNetworkContext { public: FakeNetworkContext(); FakeNetworkContext(const FakeNetworkContext&) = delete; FakeNetworkCon...
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>ScalaTest 3.0.6 - org.scalatestplus.selenium.Page</title> <meta nam...
package fake import ( v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" schema "k8s.io/apimachinery/pkg/runtime/schema" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" testing "github.com/hyperhq/client-go/testing" rbac "k8s.io/kubernetes/pkg/apis/rb...
module Models { export enum RelationType { Association = 10, Inheritance = 300, Composition = 500, Aggregation = 700, Realization = 900, } }
using UnityEngine; using System.Collections; using System.Collections.Generic; public class EnergySpawn : MonoBehaviour { /** Public GUI Variables **/ public Transform lowEnergyPrefab; public Transform midEnergyPrefab; public float midEnergyChance = 0.3f; public Transform highEnergyPrefab; public float highE...
layout: post date: '2015-06-25' title: "Bill Levkoff Junior Bridesmaids Style 15402 Sleeveless Floor-Length Aline/Princess" category: Bill Levkoff tags: [Bill Levkoff ,Bill Levkoff,Aline/Princess ,V-neck,Floor-Length,Sleeveless] --- ### Bill Levkoff Junior Bridesmaids Style 15402 Just **$209.99** ### Sleeveless Floo...
<?php namespace app\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use app\models\RoomType; /** * RoomTypeSearch represents the model behind the search form about `app\models\RoomType`. */ class RoomTypeSearch extends RoomType { /** * @inheritdoc */ public function rules() ...
/** * @file MixtureFugacityTP.h * Header file for a derived class of ThermoPhase that handles * non-ideal mixtures based on the fugacity models (see \ref thermoprops and * class \link Cantera::MixtureFugacityTP MixtureFugacityTP\endlink). */ /* * Copyright (2005) Sandia Corporation. Under the terms of ...
from collections import OrderedDict import os import re from typing import Dict, Optional, Sequence, Tuple, Type, Union import pkg_resources from google.api_core import client_options as client_options_lib from google.api_core import gapic_v1 from google.api_core import retry as retries from google.auth import credent...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Doub...
<?php abstract class HeraldAdapter extends Phobject { const CONDITION_CONTAINS = 'contains'; const CONDITION_NOT_CONTAINS = '!contains'; const CONDITION_IS = 'is'; const CONDITION_IS_NOT = '!is'; const CONDITION_IS_ANY = 'isany'; const CONDITION_IS_NOT_ANY = '...
""" Testing for grid search module (sklearn.grid_search) """ from collections import Iterable, Sized from sklearn.externals.six.moves import cStringIO as StringIO from sklearn.externals.six.moves import xrange from itertools import chain, product import pickle import sys import warnings import numpy as np import sci...
<?xml version="1.0" encoding="utf-8"?> <!-- Written by libSedML v1.1.5123.24255 see http://libsedml.sf.net --> <sedML level="1" version="1" xmlns="http://sed-ml.org/"> <listOfSimulations> <uniformTimeCourse id="simulation_1" initialTime="0" outputStartTime="0" outputEndTime="2.5" numberOfPoints="50"> <algor...
<?php /** * @see Zend_Service_DeveloperGarden_Response_BaseType */ // require_once 'Zend/Service/DeveloperGarden/Response/BaseType.php'; /** * @category Zend * @package Zend_Service * @subpackage DeveloperGarden * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @aut...
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>Spark NLP 4.2.3 ScalaDoc - com.johnsnowlabs.nlp.annotators.spell.symmetric.Sy...
namespace stan { namespace math { // LogNormal(y|mu, sigma) [y >= 0; sigma > 0] template <bool propto, typename T_y, typename T_loc, typename T_scale, require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T_y, T_loc, T_scale>* = nullptr> return_type_t<T_y, T_loc, T_scale> lognormal_lpdf(...
<?php namespace BehatViewer\BehatViewerWorkerBundle\Script; class SeleniumScript extends Script { public function __construct() { $this->addCommands(array( 'export JAVA="/usr/bin/env java"', 'export BROWSERS="*firefox env DISPLAY=:99 firefox *chrome env DISPLAY=:99 google-chrome...
<?php namespace net\authorize\api\contract\v1; /** * Class representing CreateFingerPrintRequest */ class CreateFingerPrintRequest extends ANetApiRequestType { /** * @property \net\authorize\api\contract\v1\FingerPrintSupportInformationType * $supportInformation */ private $supportInformatio...
package org.apache.bookkeeper.bookie.storage.ldb; import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; import java.io.File; import java.io.IOException; import java.util.concurrent.ScheduledExecutorService; import org.apac...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateTableServergroups extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('servergrou...
<!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...
#include "AutoCompleteVisStyle.h" namespace Interaction { AutoCompleteVisStyle::~AutoCompleteVisStyle(){} } /* namespace Interaction */
/* $Id: BigCrawlMySQLLT.java 1445455 2013-02-13 02:03:46Z kwright $ */ /** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to Yo...
<keyboardData> <keyboardActionMap> <keyboardAction> <keyboardActionType>INPUT_KEY</keyboardActionType> <movementSequence>NO_TOUCH;INSIDE_CIRCLE;TOP;NO_TOUCH;</movementSequence> <inputKey>KEYCODE_DPAD_UP</inputKey> </keyboardAction> <keyboardAction> ...
package cs414.a5.nlighth1; import static org.junit.Assert.*; import cs414.a5.nlighth1.Item; import org.junit.After; import org.junit.Before; import org.junit.Test; public class ItemTest { String itemName1, itemName2; double itemPrice1, itemPrice2, discount; String itemDesc1, itemDesc2; Item item1, i...
package iso20022 // Provides the reason for rejecting the case assignment. type InvestigationRejectionJustification1 struct { // Reason for the rejection of a case assignment, in a coded form. RejectionReason *InvestigationRejection1Code `xml:"RjctnRsn"` } func (i *InvestigationRejectionJustification1) SetRejectio...
title: Development Portal template: development content: items: @self.children --- ##Welcome to the Development Portal! Here you will find all relevent documentation for development at Situation Interactive
require 'active_support/core_ext/hash/keys' require 'active_support/core_ext/hash/indifferent_access' module Telegram module Bot module ConfigMethods # Overwrite config. attr_writer :bots_config # Keep this setting here, so we can avoid loading Bot::UpdatesPoller # when polling is disabl...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springfram...
''' Return salt data to Nagios The following fields can be set in the minion conf file:: nagios.url (required) nagios.token (required) nagios.service (optional) nagios.check_type (optional) Alternative configuration values can be used by prefacing the configuration. Any values not found in the altern...
package org.springframework.boot.test.mock.mockito.example; /** * Example generic service implementation for spy tests. * * @author Phillip Webb */ public class SimpleExampleIntegerGenericService implements ExampleGenericService<Integer> { @Override public Integer greeting() { return 123; } }
BitcoinDark ============================ What Is BitcoinDark? ---------------------------- BitcoinDark is a Proof of Stake Cryptocurrency. The first two weeks after release will consist of a two week Proof of Work period. Why BitcoinDark? -------------------------- It is the goal of the BitcoinDar...
layout: post title: Welcome to my blog! category: posts --- There is nothing here right now. I will add stuff as I get the time
var chai = require('chai'); var sinonChai = require('sinon-chai') var expect = chai.expect chai.use(sinonChai) var sinon = require('sinon'); var fs = require('fs-extra'); var path = require('path'); var coreUtils = require('../../../src/cli').coreUtils var config = require('../../../src/cli').config config.set({root: ...
import d3 from 'src/external/d3.v4.js'; export default function d3visualize({ path, state, t, template, traverse }) { if(!window.visTarget || visTarget.tagName !== "DIV") { lively.notify("no vis"); return; } visTarget.innerHTML = ""; const width = visTarget.clientWidth; const height = visTarget.clientHei...
package com.bernardomg.tabletop.dreadball.web.error.bean; import static com.google.common.base.Preconditions.checkNotNull; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Wed Jul 09 15:05:37 CEST 2014 --> <title>StatelessSessionModelAddress</title> <meta name="date" content="2014-07-09"> <link rel=...
int main(int argc, const char * argv[]) { return NSApplicationMain(argc, argv); }
- Bug: Server#create_and_attach_volume ignores api_zone. => TODO: Cleanup ## v1.7.4 - Bug: forgot zone is1a... ## v1.7.3 - Coordinate: Router#change_bandwidth update current instance by new ID. ## v1.7.2 - Bug: remove debug code from create_router ## v1.7.1 - Misc: Pass zone from Fog.credentials[:sakuracloud_ap...
module RunTracker module CommandLoader module RemoveGame extend Discordrb::Commands::CommandContainer # Bucket for rate limiting. Limits to x uses every y seconds at z intervals. bucket :limiter, limit: 1, time_span: 5, delay: 1 command(:removegame, description: 'Removes a game from the ...
// [Blend2D] // 2D Vector Graphics Powered by a JIT Compiler. // // [License] // Zlib - See LICENSE.md file in the package. #ifndef BLEND2D_OPENTYPE_BLOTKERN_P_H #define BLEND2D_OPENTYPE_BLOTKERN_P_H #include "../blarray_p.h" #include "../blsupport_p.h" #include "../opentype/blotcore_p.h" //! \cond INTERNAL //! \add...
using System; using System.Linq; using System.Web; using Adxstudio.Xrm.Core.Flighting; using Microsoft.Xrm.Sdk; using Microsoft.Xrm.Sdk.Metadata; using Adxstudio.Xrm.Globalization; using Adxstudio.Xrm.Resources; namespace Adxstudio.Xrm.Cases { internal enum IncidentState { Active = 0, Resolved = 1, Canceled ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package com.goodskill.chat; import com.goodskill.chat.server.ChatServer; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.WebApplicationType; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import o...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:43:55 EST 2014 --> <title>Attribute (Hibernate JavaDocs)</title> <meta name="date" content="2014-03-03"> <link rel...
<?php class Ess_M2ePro_Helper_Server_Maintenance extends Mage_Core_Helper_Abstract { protected $_dateEnabledFrom; protected $_dateEnabledTo; protected $_dateRealFrom; protected $_dateRealTo; //######################################## public function isScheduled() { $dateEnabledF...
#ifndef __ASM_SH_ELF_H #define __ASM_SH_ELF_H #include <asm/auxvec.h> #include <asm/ptrace.h> #include <asm/user.h> /* SH relocation types */ #define R_SH_NONE 0 #define R_SH_DIR32 1 #define R_SH_REL32 2 #define R_SH_DIR8WPN 3 #define R_SH_IND12W 4 #define R_SH_DIR8WPL 5 #define R_SH_DIR8WPZ 6 #define R_SH_DI...
class AlphabetController < UIViewController def init super self.tabBarItem = UITabBarItem.alloc.init self.tabBarItem.title = "Alphabet" self.tabBarItem.setFinishedSelectedImage(UIImage.imageNamed("icon-4.png"), withFinishedUnselectedImage:UIImage.imageNamed("icon-4.png")) self end def viewDi...
<div class="panel panel-default"> <div class="panel-heading">{{finalMessage}}</div> <div class="panel-body"> <form class="form-horizontal" role="form" ng-show="!sended"> <div class="form-group"> <label class="col-sm-2 control-label">Назва</label> <div class="...
package icurves.decomposition; /** * Type of the decomposition strategy. */ public enum DecompositionStrategyType { ALPHABETICAL("Decompose in alphabetic order"), REVERSE_ALPHABETICAL("Decompose in reverse alphabetic order"), INNERMOST("Decompose using fewest-zone contours first"), PIERCED_FIRST("Dec...
angular .module( 'ngBoilerplate.incidentReport', [ 'ui.state', 'placeholders', 'ui.bootstrap', 'titleService', 'ui' ]) .config( function config($stateProvider) { $stateProvider .state( 'incidentReport', { url : '/incidentReport', views : { ...
const nodeExternals = require('webpack-node-externals'); module.exports = { mode: 'production', target: "node", node: { __dirname: false, __filename: false, }, entry: { app: ["./server.js"] }, output: { path: __dirname, filename: "bundle-back.js" }, externals: [nodeExternals()]...
'use strict'; var getType = require('../../utils/types').type; var stringify = require('../../utils/string').stringify; var escape = require('../../utils/string').escape; var escapeLatex = require('../../utils/latex').escape; function factory (type, config, load, typed) { var register = load(require('./compile')).r...
<?php # Copyright (c) 2015, phpfmt and its 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: # # 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
package com.alibaba.rocketmq.client.impl.producer; import com.alibaba.rocketmq.client.producer.TransactionCheckListener; import com.alibaba.rocketmq.common.message.MessageExt; import com.alibaba.rocketmq.common.protocol.header.CheckTransactionStateRequestHeader; import java.util.Set; /** * @author shij...