text
stringlengths
3
1.05M
package com.ly.java.thrift.compareServer; import org.apache.thrift.protocol.TCompactProtocol; import org.apache.thrift.protocol.TProtocol; import org.apache.thrift.transport.TFramedTransport; import org.apache.thrift.transport.TSocket; import org.apache.thrift.transport.TTransport; public class TNonblockingCl...
<?php /** * Created by PhpStorm. * User: Jacky * Date: 3/9/2017 * Time: 9:26 AM */ ?> <div class="row"> <div class="col-sm-12"> <div class="pull-left"> <ol class="breadcrumb"> <li><a href="<?= base_url()?>">Home</a></li> <li><a href="<?= base_url().'help'?>">Help</a></li> ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="th_TH" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Fullintegritycoin</source> <translation>เกี่ยวกับ บิตคอย์น</trans...
/* 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...
package prometheus import ( "path" "runtime" "testing" "github.com/m3db/m3/src/integration/resources" "github.com/m3db/m3/src/integration/resources/docker" "github.com/m3db/m3/src/integration/resources/inprocess" "github.com/ory/dockertest/v3" "github.com/stretchr/testify/assert" "github.com/stretchr/testif...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>rewind_gemspec.html - RDoc Documentation</title> <link href="../fonts.css" rel="stylesheet"> <link href="../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <scrip...
<?php class Dlayer_DesignerTool_FormBuilder_Email_SubTool_Delete_Form extends Dlayer_DesignerTool_FormBuilder_Shared_Form_Delete { /** * Set the properties for the form * * @param array $tool Tool and environment data array * @param array $data Current data for content item * @param a...
require "services" class MarkedSectionDeleter def initialize(logger = $stdout) @logger = logger end def execute(dry_run: true) dry_run = false if ENV["DO_IT"].present? @logger.puts "**** DRY RUN - NOTHING WILL BE DONE ****" if dry_run duplicated_editions = fetch_duplicated_editions @logge...
/* ::::: http://192.168.1.1/css/styles.css ::::: */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, la...
import discord from discord.ext import commands from utils import aiohttp_wrap as aw import time class IPLookup(commands.Cog): def __init__(self, bot): self.bot = bot self.aio_session = bot.aio_session self.api_uri = "http://ip-api.com/json/{}" @commands.command(aliases=["ip"]) as...
package example.loadbalance; import peersim.config.*; import peersim.core.*; /** * This class restores the quota value at each node in the topology in order to * be able to perform the next cycle. It is assumed that the network nodes are * instancies of the {@link example.loadbalance.BasicBalance} class. * * <...
import sinon from "sinon"; export default class RendererMock { constructor() { this.quality = 1; this.preRender = sinon.spy(); this.postRender = sinon.spy(); this.renderTank = sinon.spy(); this.renderTankStats = sinon.spy(); this.renderBullet = sinon.spy(); this.renderClock = sinon.spy()...
@extends('layouts.main') @section('title', 'Marcas') @section('content') <!-- Content Header (Page header) --> <section class="content-header"> <h1><i class="fa fa-tags fa-fw"></i>Marcas <small>Cadastro</small></h1> <ol class="breadcrumb"> <li><a href="{{action('BrandsController@index')}}"><i class="fa fa-tags...
import pygame import os from pygame.locals import * # Module im selben Verzeichnis import lines import vehicles import render import menu import player import map pygame.init() DISPLAYSURF = pygame.display.set_mode((800, 600), DOUBLEBUF) pygame.display.set_caption('VinVG') pygame.mouse.set_visible(1) pygame.key.se...
**Checklist** Thanks for contributing! Before we start, there are a few things we need to check: 1. This Pull Request has a corresponding Issue. 2. You've discussed your intention to work on this feature/bug fix. 3. This feature branch is based on develop (**not** master). The bar above should say "base: develop". T...
@implementation YAInfiniteScroll @synthesize loadMoreFooterView = _loadMoreFooterView; @synthesize scrollView = _scrollView; #pragma mark - init - (instancetype)initWithScrollView:(UIScrollView *)scrollView { self = [super init]; if (self) { _hasMore = YES; _canLoadMore = YES; _loadi...
void cerl_callback test(LPVOID lpParam) { cerl::FiberParam p(lpParam); printf("now it is in 'test' fiber!\n"); p.service->quit(); } int main() { cerl::FiberInit fiberInit; cerl::IoService service; service.run(test); return 0; }
namespace FurnitureManufacturer.Models { using FurnitureManufacturer.Interfaces; public abstract class Furniture : IFurniture { private const string ErrorMessageForHeight = "Height cannot be less or equal to 0.00 m!"; private const string ErrorMessageForMaterialType = "Material type cannot...
Services for Google Cloud Vpcaccess v1 API ========================================== .. toctree:: :maxdepth: 2 vpc_access_service
from distutils.core import setup setup(name='evoplotter', version='0.9.0', packages=['evoplotter']) # Run the line below to install the package: # python3 -m pip install -e <absolute path to the directory containing this path>
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Lecanora esculenta var. esculenta ### Remarks null
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence. // See the LICENCE file in the repository root for full licence text. using osu.Framework.Graphics; using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Shapes; using osu.Framework.Testing.Input; using osu.Game.Graphics.Cu...
static const int ddLogLevel = LOG_LEVEL_VERBOSE; #define LOG_INIT_DEFAULT [DDLog addLogger:[DDTTYLogger sharedInstance]]; #define CS_LOG_DIRECTORY_NAME @"CocoaLogs" #define CS_INTERMEDIATE_PATHS_DIRECTORY @"Desktop" #ifdef DEBUG_LOGGING #define CS_MACRO_BEGIN_TIME(X) clock_t t1, t2; \ t1 = clock();\ ...
<script type="text/javascript"> // @summary: jquery implementation $(function() { // @summary: Use the author's flickr ID to load images from the public flickr feed $.getJSON("https://api.flickr.com/services/feeds/photos_public.gne?id={{ .Site.Author.flickrid }}&format=json&jsoncallback=?", function(data) ...
#ifndef LHTTP_PARSER #define LHTTP_PARSER #include "lua.h" #include "lauxlib.h" LUALIB_API int luaopen_http_parser (lua_State *L); #endif
local term = require "term" local filesystem = require "filesystem" local ipc = require "ipc" local mode = ks and "kernelmode" or "usermode" local info = {} local bgproc = {} local function split(str,by) assert(type(str) == "string",type(str)) local pt = {} for p in str:gmatch("[^"..by.."]+") do pt[#pt+1] = p e...
namespace extensions { class ExtensionPrefs; namespace file_system_api { // Methods to get and set the path of the directory containing the last file // chosen by the user in response to a chrome.fileSystem.chooseEntry() call for // the given extension. // Returns an empty path on failure. base::FilePath GetLastChoo...
ZLSinusWaveView =============== A Siri like voice visualization view using EZAudio. Modified from [SISinusWaveView](https://github.com/raffael/SISinusWaveView) for iOS. ![preview](https://raw.githubusercontent.com/zhxnlai/ZLSinusWaveView/master/preview.gif) Dependencies --- ZLSinusWaveView is a subclass of `EZAudioP...
using System; using Larv.Hof; using SharpDX; using SharpDX.Toolkit; using SharpDX.Toolkit.Graphics; namespace Larv.GameStates { internal class AttractBigTexts { private float _scrollingTextAngle; private float _larvText; private readonly HofPainter _hofPainter; private readonl...
from django.test import TestCase from django.http import Http404 from timetracker.reporting.views import all_team class PermissionTest(TestCase): def testPermissionNoUser(self): class Req: session = {"user_id": 31337} self.assertRaises(Http404, all_team, Req())
TubeTK Segment Using Otsu Threshold Application Tests ===================================================== --- *This file is part of [TubeTK](http://www.tubetk.org). TubeTK is developed by [Kitware, Inc.](https://www.kitware.com) and licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LIC...
Pattern: Digest authentication DoS vulnerability Issue: - ## Description Checks for digest authentication DoS vulnerability.
<?php namespace Symfony\Component\Console\Command; use Symfony\Component\Console\Application; use Symfony\Component\Console\Exception\ExceptionInterface; use Symfony\Component\Console\Exception\InvalidArgumentException; use Symfony\Component\Console\Exception\LogicException; use Symfony\Component\Console\Helper\Hel...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pt"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Jun 16 10:36:52 BRT 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class openn...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>presburger: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
<?php namespace NetSuite\Classes; class BillingScheduleSearchRow extends SearchRow { /** * @var \NetSuite\Classes\BillingScheduleSearchRowBasic */ public $basic; static $paramtypesmap = array( "basic" => "BillingScheduleSearchRowBasic", ); }
BOOST_ASIO_TEST_SUITE ( "execution_context", BOOST_ASIO_TEST_CASE(null_test) )
@implementation ___FILEBASENAMEASIDENTIFIER___ @synthesize delegate=_delegate; #pragma mark - setters and getters #pragma mark - Initialization - (id)init { if ((self = [super init])) { } return self; } #pragma mark - Memory management - (void)didReceiveMemoryWarning { // Releases the view...
'use strict'; /** * Module dependencies */ var path = require('path'), config = require(path.resolve('./config/config')); /** * Prescriptions module init function. */ module.exports = function (app, db) { };
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
namespace Volta.Graphics { /// <summary> /// Geometry topology types. /// </summary> public enum Topology : int { /// <summary> /// Construct a point from each vertex. /// </summary> Points = 0, /// <summary> /// Construct a line segment from each ve...
@interface PodsDummy_Ambly : NSObject @end @implementation PodsDummy_Ambly @end
package ti.modules.titanium.media; import org.appcelerator.kroll.KrollDict; import org.appcelerator.kroll.KrollProxy; import org.appcelerator.kroll.common.Log; import org.appcelerator.titanium.TiC; import org.appcelerator.titanium.proxy.TiViewProxy; import org.appcelerator.titanium.util.TiConvert; import org.appceler...
 using EDDiscovery.Forms; using EliteDangerousCore; using EliteDangerousCore.DB; using EliteDangerousCore.EDDN; using EliteDangerousCore.EDSM; using EliteDangerousCore.JournalEvents; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.D...
/* global describe, it, beforeEach */ 'use strict' process.env.TZ = 'America/Los_Angeles' var tmp = require('../') var date = tmp.date var gmdate = tmp.gmdate var assert = require('assert') describe('date', function () { var testDate beforeEach(function () { testDate = new Date(2016, 1, 4, 3, 24, 5, 34) })...
The OpenTelemetry C/C++ special interest group (SIG) meets regularly. See the OpenTelemetry [community](https://github.com/open-telemetry/community#cc-sdk) repo for information on this and other language SIGs. See the [public meeting notes](https://docs.google.com/document/d/1i1E4-_y4uJ083lCutKGDhkpi3n4_e774SBLi9hPLoc...
namespace PlugInDemo.Migrations { using System.CodeDom.Compiler; using System.Data.Entity.Migrations; using System.Data.Entity.Migrations.Infrastructure; using System.Resources; [GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")] public sealed partial class Upgrade_To_Abp_1_0 : IMi...
package com.tqmars.cardrecycle.domain.entities.data; import com.tqmars.cardrecycle.domain.entities.EntityOfIntPrimaryKey; import com.tqmars.cardrecycle.domain.entities.annotation.Column; import com.tqmars.cardrecycle.domain.entities.annotation.Table; /** * Created by jjh on 2/8/17. */ @Table(name = "v_admin_overvie...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
require 'coveralls' Coveralls.wear! # Own code here. require 'rubygems' require 'bundler/setup' require 'active_record' require 'mongoid' require 'phony_rails' ActiveRecord::Base.establish_connection( :adapter => "sqlite3", :database => ":memory:" ) ActiveRecord::Schema.define do create_table :active_record...
layout: post title: Chocolate toxicity in dogs comments: true category: Veterinary description: Discussing chocolate toxicity in dogs, some of the signs you can expect to see, as well as treatment options. image: --- With the onset of the Easter long weekend, the tradition of purchasing, giving and eating chocolate-ba...
#include "touchmon.h" #ifndef FILTERS_H #define FILTERS_H /** * filters.c * This File lists all available event-filters. * To add your own filters, copy an existing filter_*.c and modify it to your needs. * Then add the structure therein to the following array. Additionally the sourcefile * has t...
using System; using System.Collections.Generic; using NServiceBus.Unicast.Subscriptions; using NServiceBus.Unicast.Subscriptions.MessageDrivenSubscriptions; namespace NServiceBus.Persistence.MognoDb.Tests.SubscriptionPersistence { public interface ISomeInterface { } public interface ISomeInterface2 ...
START_ATF_NAMESPACE namespace Detail { extern ::std::array<hook_record, 13> CMoveMapLimitInfoPortal_functions; }; // end namespace Detail END_ATF_NAMESPACE
package com.mogujie.tt.ui.fragment; import java.util.ArrayList; import java.util.List; import android.content.BroadcastReceiver; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import...
class PolygonSelection { public: struct Poly { Poly(unsigned polyId) : id{ polyId }, vertex{ true, true, true } {} Poly(unsigned polyId, unsigned vertexId) : id{ polyId }, vertex{ false, false, false } { vertex[vertexId] = true; } unsigned id; bool ver...
param($installPath, $toolsPath, $package) Set-Alias hump (Join-Path $toolsPath hump.exe)
#import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> /** Constant indicating development deployment */ extern NSString * const APSDeployTypeDevelopment; /** Constant indicating production deployment */ extern NSString * const APSDeployTypeProduction; /** * The APSAnalytics class configures th...
<?php namespace WPametu\API\Rest; use WPametu\API\Controller; use WPametu\API\RewriteParser; use WPametu\Exception\AuthException; /** * Rest Controller base * * @package WPametu * @property-read \WP_User $user */ class RestBase extends RewriteParser { /** * Rewrite rules array * * @var string */ publ...
package jsactor.bridge.client import akka.actor.{ActorRef, ActorRefFactory, Props} import jsactor.bridge.client.CirceSocketManager.Config import jsactor.bridge.protocol.CirceBridgeProtocol import scala.concurrent.duration._ /** * @author steven * */ object CirceSocketManager { def props(config: CirceSocketMa...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "name", { enumerable: true, get: function () { return _dep.name; } }); var _dep = require("dep");
/* * 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 com.findcomputerstuff.nips.messages; /** * * @author oyk */ public class TSQuerySingleRequest extends SingleRequ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28777_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> ...
module TestLoadBucket (tests) where import Asserts import Bucket.Import import Bucket.Load import Bucket.Types import Data.Maybe import Fixtures import System.FilePath import Test.Hspec.HUnit() import Test.Hspec.Monadic import Test.HUnit tests = describe "loading bucket" $ do it "loading non-existent bucket retu...
<html> <head> <title>Neirys Hughes's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Phyllosticta microstegia Syd. ### Remarks null
package Paws::Rekognition::DeleteFacesResponse; use Moose; has DeletedFaces => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::Rekognition::DeleteFacesResponse =head1 ATTRIBUTES =head2 DeletedFaces => ArrayRef...
/* Generated from DatabaseAccessServiceNative * Do not edit, as this WILL be overwritten */ namespace Generated { public interface DatabaseAccessServiceNative { void open(string filename, int dbId); }}
module Sponges # This class concern is to expose a nice CLI interface. # class Cli < Boson::Runner option :daemonize, type: :boolean option :size, type: :numeric desc "Starts workers" def start(options = {}) options = { size: Sponges::Configuration.size, daemonize: Spo...
Eagle library for fablab electronics inventory.
/* * Skin: Blue * ---------- */ .skin-blue .main-header .navbar { background-color: #3c8dbc; } .skin-blue .main-header .navbar .nav > li > a { color: #ffffff; } .skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li...
#ifndef BONDIDEBUG_H_ #define BONDIDEBUG_H_ #include "core/Environment.h" #define debug_token "@[QtBondi] " #ifdef ENABLE_DEBUG #ifdef QT #include <QDebug> #define LOG(mess) qDebug() << debug_token << mess #endif #ifdef JNI #define LOG(mess) #endif #else #define LOG(mess) #endif #endif /* BONDIDEBUG_H_...
package io.airlift.log; import java.io.IOException; import java.io.OutputStream; /** * To get around the fact that logback closes all appenders, which close their underlying streams, * whenever context.reset() is called */ class NonCloseableOutputStream extends OutputStream { private final OutputStream de...
id: 567af2437cbaa8c51670a16c title: Testing Objects for Properties challengeType: 1 videoUrl: 'https://scrimba.com/c/cm8Q7Ua' forumTopicId: 18324 --- ## Description <section id='description'> Sometimes it is useful to check if the property of a given object exists or not. We can use the <code>.hasOwnProperty(propname)...
package circlebinder.common.circle; import android.annotation.SuppressLint; import android.os.Build; import android.webkit.WebView; import circlebinder.common.event.Circle; import circlebinder.common.event.CircleLink; public final class CircleWebContainer { private final WebView webView; @SuppressLint("Set...
/* * generated by Xtext */ package com.mguidi.soa.services; import com.google.inject.Singleton; import com.google.inject.Inject; import java.util.List; import org.eclipse.xtext.*; import org.eclipse.xtext.service.GrammarProvider; import org.eclipse.xtext.service.AbstractElementFinder.*; import org.eclipse.xtext.com...
class CreateLegislatorsQuestions < ActiveRecord::Migration def change create_table :legislators_questions, id: false do |t| t.belongs_to :legislator t.belongs_to :question end add_index :legislators_questions, [:legislator_id, :question_id], :unique => true end end
class TestWindow : public TopWindow { typedef TestWindow CLASSNAME; MapView View; public: TestWindow() { Sizeable().MinimizeBox().MaximizeBox(); Add(View.SizePos()); View.LoadMap(AppendFileName(AppendFileName(GetFileDirectory(GetExeFilePath()), "Mipmaps"), "marcos.map")); View.HighQualit...
A simple interface holding a member with an union type. ## Index ### Properties * [commandline](_typescript_1_4_.runoptions.md#commandline) * [program](_typescript_1_4_.runoptions.md#program) ## Properties ### commandline: string[] | string * Defined in [typescript-1.4.ts:12](https://github.com/kimamula/typedoc/bl...
chunky ====== A simple network protocol for sending and receiving sets of multiple files note ==== This is garbage and you don't want it
""" Handles errors encountered by the PowerToken Flask app.\n Created by Abigail Franz on 3/12/2018.\n Last modified by Abigail Franz on 3/26/2018. """ from flask import render_template from app import app, db @app.errorhandler(404) def not_found_error(error): return render_template("404.html"), 404 @app.errorhandl...
namespace aura { class WindowCompositorFrameSinkBinding; class WindowCompositorFrameSink : public cc::CompositorFrameSink, public cc::mojom::MojoCompositorFrameSinkClient, public cc::ExternalBeginFrameSourceClient { public: // static static std::unique_ptr<WindowCompositorFrameSink> Create( ...
require 'spec_helper' describe JIRA::Resource::RapidView do with_each_client do |site_url, client| let(:client) { client } let(:site_url) { site_url } let(:key) { '1' } let(:expected_collection_length) { 1 } let(:expected_attributes) { { 'id' => 1, 'name' => 'SAMPLEPROJE...
from tempest.common.utils import data_utils from tempest.common.utils import test_utils from tempest.openstack.common import log as logging from tempest.scenario import manager from tempest.test import services import testscenarios LOG = logging.getLogger(__name__) # NOTE(andreaf) - nose does not honour the load_tes...
// Generated by CoffeeScript 1.6.3 /*! @author Branko Vukelic <branko@brankovukelic.com> @license MIT */ var _this = this; if (typeof define !== 'function' || !define.amd) { this.require = function(dep) { return (function() { switch (dep) { case 'dahelpers': return _this.dahelpers; ...
<?php namespace app\modules\user\models; use yii\base\InvalidParamException; use yii\base\Model; use Yii; class EmailConfirmForm extends Model { /** * @var User */ private $_user; /** * Creates a form model given a token. * * @param string $token * @param array $config ...
<?php namespace BW\RouterBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://symfony.c...
@interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. return YES; } - (void)applicationWillResignActive:(UIApplication *)applicat...
#include "common.h" #include "s3/s3object.h" #include <istream> namespace aws { namespace s3 { S3Object::S3Object() : theContentType("text/plain"), theContentLength(0), theDataPointer(0), theIstream(0), theDataRead(0) { } } } // end namespaces
<!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_12) on Sun Feb 08 17:27:07 PST 2009 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class net.sourceforg...
//------------------------------------------------------------------------------- // <copyright file="AbstractEventStoreConfigurationTest.cs" company="frokonet.ch"> // Copyright (C) frokonet.ch, 2014-2020 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in...
<?php $this->breadcrumbs = array( Yii::t('DictionaryModule.dictionary', 'Dictionaries') => array('/dictionary/dictionaryBackend/index'), Yii::t('DictionaryModule.dictionary', 'Dictionary items') => array('/dictionary/dictionaryDataBackend/index'), Yii::t('DictionaryModule.dictionary'...
<?php namespace zvook\PostgreStat\Models; use zvook\PostgreStat\Components\Helper; /** * @package zvook\PostgreStat\Models * @author Dmitry zvook Klyukin * @see https://www.postgresql.org/docs/9.5/static/pgstatstatements.html#AEN175645 */ class StatementStat extends Model { /** * @var int */ pr...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Bookables.Core { using Itenso.TimePeriod; /// <summary> /// An object responsible to check if IBookableItem is available /// </summary> public interface IAvailabilityCheck...
package org.seqcode.projects.seqview; import java.util.*; import java.io.*; import java.net.URL; import javax.swing.*; import org.seqcode.gseutils.json.*; import org.seqcode.gseutils.models.*; import org.seqcode.projects.seqview.components.MultiModelPrefs; import org.seqcode.projects.seqview.components.RegionPanel; i...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.4; zh-CN; Pioneer E80w Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.4.2.585 U3/0.8.0 Mobile Safari/534.30</title> <link rel="s...
using Microsoft.Azure.Management.ResourceManager.Fluent.Core; namespace Microsoft.Azure.Management.EventHub.Fluent.Models { /// <summary> /// Defines values for SkuTier. /// </summary> public class SkuTier : ExpandableStringEnum<SkuTier> { public static readonly SkuTier Basic = Parse("Basic...
package no.gorman.please.common; import static java.util.Arrays.asList; import static org.apache.commons.lang.StringUtils.join; import static org.apache.commons.lang.StringUtils.trim; public interface NameMethods { String getNickname(); String getFirstName(); String getMiddleName(); String getLast...
package com.intellij.codeInsight.intention.impl; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.ide.scratch.ScratchFileService; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; import com.intell...
/* * 12/03/2015 * * This library is distributed under a modified BSD license. See the included * LICENSE.md file for details. */ package org.fife.rsta.ac.ts; import org.fife.rsta.ac.js.JsDocCompletionProvider; import org.fife.ui.autocomplete.LanguageAwareCompletionProvider; /** * Completion provider for TypeS...