text
stringlengths
3
1.05M
define(['text!templates/terms.html','views/modals/sell'], function(termsTemplate, modalSell) { var termsView = Backbone.View.extend({ el: $('#content'), render: function() { this.$el.html(termsTemplate); new modalSell(); if(window.innerWidth < 750) { $('#backButton').show().click(...
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hacker with Bullhorn | Classic</title> <link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/fonts.css" /> <header> <l...
package com.consol.citrus.validation.script; import com.consol.citrus.exceptions.ValidationException; import com.consol.citrus.message.DefaultMessage; import com.consol.citrus.message.Message; import com.consol.citrus.script.ScriptTypes; import com.consol.citrus.testng.AbstractTestNGUnitTest; import org.testng.Asser...
package com.hpu.rule.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * 存放的是篇和章的名字,以及内容的content * 数据库帮助类 */ public class SQLHelperPian extends SQLiteOpenHelper { /** * 数据库构造函数 * zhidubao_off.db 存放的是存放的是篇和章的名字, ...
<!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/html; charset=utf-8" /> <title>IMPACT-Pipeline: MSK-IMPACT assay data analysis fra...
<div class="clock"> <div class="hour">HH</div>: <div class="minute">MM</div>: <div class="second">SS</div> </div>
layout: post microblog: true audio: photo: date: 2008-11-30 18:00:00 -0600 guid: http://craigmcclellan.micro.blog/2008/12/01/t1031752567.html --- maybe shouldn't have given up my nanokeyboard. Such is life. It will return in a few days.
<stix:STIX_Package xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:cybox="http://cybox.mitre.org/cybox-2" xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2" xmlns:example="http://example.com" xmlns:incident="http://stix.mitre.org/Incident-1" xmlns:ta="http://stix.mitre.org/ThreatActor-1"...
#include "public/data_loading/csv/csv_delta_record_stream_reader.h" #include <sstream> #include "gtest/gtest.h" #include "public/data_loading/csv/csv_delta_record_stream_writer.h" #include "public/data_loading/records_utils.h" namespace fledge::kv_server { namespace { DeltaFileRecordStruct GetDeltaRecord() { De...
<FrameLayout 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" tools:context="com.rasputinstudios.upcitemdbclient.ItemDetails"> <!-- TODO: Update blank fragment layout --...
FROM balenalib/colibri-imx6dl-ubuntu:focal-run ENV NODE_VERSION 10.24.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$ke...
<?php namespace nabu\data\lang; use nabu\data\lang\base\CNabuLanguageListBase; /** * @author Rafael Gutierrez <rgutierrez@nabu-3.com> * @version 3.0.0 Surface * @package \nabu\data\lang */ class CNabuLanguageList extends CNabuLanguageListBase { }
#include <iostream> #include <vector> #include <thread> #include "BinarySwitchResource.h" #include "OCPlatform.h" #define INTERFACE_KEY "if" using namespace OC; namespace PH = std::placeholders; BinarySwitchResource::BinarySwitchResource(std::string resourceUri): m_interestedObservers{}, m_var_val...
package handlers.server import handlers.GameClient import handlers.packets.{PacketWriter, ServerCodes} import scala.concurrent.ExecutionContext.Implicits.global import scala.concurrent.Future /** * Created by franblas on 15/04/17. */ class XFireInfo(flag: Int, gameClient: GameClient) { def process(): Future[Ar...
-------------------------------- -- Get the opengl view port rectangle. -- @function [parent=#GLViewProtocol] getViewPortRect -- @param self -- @return rect_table#rect_table ret (return value: rect_table) -------------------------------- -- Open or close IME keyboard , subclass must implement this m...
* [analyticsdata] add `subject_to_thresholding` field to `ResponseMetadata` type ([#8545](https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c1f10f88f30f4d1407579d645f75366b4cf)) * add `tokens_per_project_per_hour` field to `PropertyQuota...
DL4J Release 0.4 Examples ========================= Repository of Deeplearning4J neural net examples: - Convolutional Neural Nets - Deep-belief Neural Nets - Glove Example - Restricted Boltzmann Machines - Recurrent Neural Nets - Recursive Neural Nets - TSNE - Word2Vec --- ## Documentation For more information, che...
class ClientModel; QT_BEGIN_NAMESPACE class QPaintEvent; class QTimer; QT_END_NAMESPACE class TrafficGraphWidget : public QWidget { Q_OBJECT public: explicit TrafficGraphWidget(QWidget *parent = 0); void setClientModel(ClientModel *model); int getGraphRangeMins() const; protected: void paintEven...
"""Monkey-patching to add multiprocessing support for coverage.py""" import multiprocessing import multiprocessing.process import os import os.path import sys import traceback from coverage.misc import contract # An attribute that will be set on the module to indicate that it has been # monkey-patched. PATCHED_MARKE...
 #pragma once #include <aws/dynamodb/DynamoDB_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namesp...
(function(){ Router.route('providers', { name: 'providers', controller: 'ProvidersController', action: 'details', where: 'client' }); })();
package com.mscharhag.errorhandling.article; import java.util.Objects; import java.util.UUID; public class ArticleId { private String value; public ArticleId(String value) { this.value = Objects.requireNonNull(value); } public ArticleId() { this(UUID.randomUUID().toString()); } ...
 using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Freshdesk { [JsonObject(MemberSerialization.OptIn)] public class GetCustomerResponse { [JsonProperty(PropertyName = "customer")] ...
using BaselineSolution.Bo.Models.Security; using FluentValidation; namespace BaselineSolution.Bo.Validators.Security { public class RightBoValidator : AbstractValidator<RightBo> { public RightBoValidator() { } } }
powershell_package 'dockerdsc' dsc_resource 'containersfeature' do resource :WindowsFeature module_name 'PSDesiredStateConfiguration' module_version '1.1' property :Ensure, 'Present' property :Name, 'Containers' reboot_action :reboot_now end dsc_resource 'dockerbin' do resource :archive module_name 'P...
package com.qualcomm.ftcrobotcontroller.opmodes.FTCLib; import com.lasarobotics.library.util.Log; import com.lasarobotics.library.util.Timers; import com.qualcomm.robotcore.eventloop.opmode.OpMode; import java.util.Random; public class LoggingSample extends OpMode { Log l; Timers t; @Override publi...
/*! * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; background: #343434; } p { font-size: 20px; } p.small { font-size: 16px; } a,...
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, educatio...
/* for cases where PL/Python is not an option. not included in preset configs */ BEGIN; CREATE UNLOGGED TABLE IF NOT EXISTS get_load_average_copy /* remove the UNLOGGED and IF NOT EXISTS part for < v9.1 */ ( load_1min float, load_5min float, load_15min float, proc_count text, last_procid int, ...
package gov.nist.registry.ws.sq.test.findDocuments; import gov.nist.registry.common2.registry.Metadata; import gov.nist.registry.common2.registry.MetadataSupport; import gov.nist.registry.common2.registry.RegistryResponse; import gov.nist.registry.common2.registry.Response; import gov.nist.registry.common2.registry.st...
package org.opennms.newts.persistence.cassandra; import static com.codahale.metrics.MetricRegistry.name; import static com.datastax.driver.core.querybuilder.QueryBuilder.bindMarker; import static com.datastax.driver.core.querybuilder.QueryBuilder.eq; import static com.datastax.driver.core.querybuilder.QueryBuilder.g...
class TxViewDelegate : public QAbstractItemDelegate { Q_OBJECT public: TxViewDelegate(): QAbstractItemDelegate(), unit(BitcoinUnits::BTC) { } inline void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index ) const { painter->save(...
<!doctype html> <html lang="fr"> <head> <meta charset="utf-8"> <title>Utilisation et réflexion autour d’un outil de subversion (Git)</title> <meta name="description" content="Utilisation et réflexion autour d’un outil de subversion (Git)"> <meta name="author" content="Gaël DEMETTE"> <meta name="apple-mob...
:mod:`template` Module ---------------------- .. automodule:: gluon.template :members: :undoc-members: :show-inheritance:
import logging import config as config import cPickle as json from urllib import * from profiling import profile from PySide.QtCore import * from PySide.QtGui import * import PySide.QtGui as QtGui import PySide.QtCore as QtCore import os class Mock(object): def __init__(self, dictCopy=None, **kwargs): se...
'require httparty' module GitcoinBlockchainExplorer class Explorer attr_accessor :coinbase_api_base, :blockr_api_base, :blockchain_api_base, :cex_api_base def initialize() self.coinbase_api_base = 'https://coinbase.com/api/v1/' self.blockr_api_base = 'http://blockr.io/api/v1/' self.blockch...
<html> <head> <title>BootWizard.js Example</title> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://code.jquery.com/jquery-2....
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Base Site URL |-------------------------------------------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, | WITH...
.. _installation: ========================= Installation instructions ========================= Requirements ============ ElephantBlog needs at least: * Django v1.4 (get it here: https://github.com/django/django) * FeinCMS v1.7 (get it here: https://github.com/feincms/feincms) * TinyMCE_ or any other Richtext edit...
title: Create a Portal Account toc: false sidebar: labs_sidebar folder: labs/lab2 permalink: /lab2_portal_account.html summary: In order to test the live API, you first need to register as an API consumer in the Developer Portal. applies_to: [administrator,consumer] --- ## Launch the Developer Portal from your Bookmar...
<!DOCTYPE html> <html lang="en"> <head> <title>Moving to the Dark Side - Part 2 :: TrozWare</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <meta name="description" content=" img { margin: 10p...
const path = require('path'); const webpack = require('webpack'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const OpenBrowserPlugin = require('open-browser-webpack-plugin'); const PORT = 9999; module.exports = { devtool: 'source-map', // entry: path.resolve(__dirname, './react/components/HOC/index...
package nom.bdezonia.zorbage.data; import nom.bdezonia.zorbage.misc.LongUtils; import nom.bdezonia.zorbage.storage.Storage; import nom.bdezonia.zorbage.algebra.Algebra; import nom.bdezonia.zorbage.algebra.Allocatable; import nom.bdezonia.zorbage.algebra.StorageConstruction; import nom.bdezonia.zorbage.datasource.Inde...
<?php /** * File containing the Type Array Object class. * * @package Frozensheep\Synthesize * @author Jacob Wyke <jacob@frozensheep.com> * @license MIT * */ namespace Frozensheep\Synthesize\Type; use Frozensheep\Synthesize\Type\Type; use Frozensheep\Synthesize\Exception\TypeException; use Frozensheep\Synthesize\Exc...
package com.sap.cloud.lm.sl.cf.persistence.services; import java.sql.SQLException; import java.util.Date; import java.util.List; import com.sap.cloud.lm.sl.cf.persistence.DataSourceWithDialect; import com.sap.cloud.lm.sl.cf.persistence.executors.SqlQueryExecutor; import com.sap.cloud.lm.sl.cf.persistence.message.Mess...
/* * 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 dataAccessLayer; import models.Kategorija; import models.Proizvod; import com.microsoft.sqlserver.jdbc.SQLServerDataSource; im...
cc.Class({ extends: cc.Component, properties: { // foo: { // default: null, // The default value will be used only when the component attaching // to a node for the first time // url: cc.Texture2D, // optional, default is typeof default...
import { Document } from './document'; export declare type DocumentComparator = (doc1: Document, doc2: Document) => number; export declare function compareByKey(doc1: Document, doc2: Document): number;
<?xml version="1.0" encoding="UTF-8"?> <CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> <layouts> <layout>HEDA Affiliation Layout</layout> <sections> <label>Affiliation Information</label> <section>Affiliation Information</section> </sections>...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.07.24 at 05:36:0...
source /data/setup_mock_metadata.sh # Create user with matching UID as host if [[ "$USER" != "root" ]] then export HOST_UID=${HOST_UID:-1337} useradd -mU -G nopwsudo -u $HOST_UID $USER fi mkdir -p $BOT_TMPDIR chmod 777 $BOT_TMPDIR export HOSTNAME=${HOSTNAME:-$(curl --header "Metadata-Flavor: Google" http://metad...
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("BGB...
<!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...
package com.google.idea.blaze.base.run.state; import static com.google.common.truth.Truth.assertThat; import com.google.common.base.Joiner; import com.google.common.collect.ImmutableList; import com.google.idea.blaze.base.run.state.RunConfigurationFlagsState.RunConfigurationFlagsStateEditor; import java.util.List; i...
package v2 import ( corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) type ACMEProviderSpec struct { // Specifies who to talk ACME with to get certs. Defaults to Let's // Encrypt; if "none" (case-insensitive), do not try to do ACME for // this Host. Authority string `json:"authority,om...
'use strict'; angular.module('cyanogenmodDistributionApp') .directive('chartLine', function () { return { restrict: 'E', scope: { data: '=' }, link: function(scope, element, attrs) { var margin = { top: 50, right: 60, bottom: 90, left: 60 }, width = element.wid...
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.lang.properties; import com.intellij.codeInsight.CodeInsightTestCase; import com.intellij.codeInsight.TargetElementUtil; import com.intellij.codeInsight.navi...
/* Includes ------------------------------------------------------------------*/ #include "stm32h7xx_hal.h" /** @addtogroup STM32H7xx_HAL_Driver * @{ */ /** @defgroup USART USART * @brief HAL USART Synchronous module driver * @{ */ #ifdef HAL_USART_MODULE_ENABLED /* Private typedef ---------------------...
package gpgkeys import ( "fmt" "os" "path/filepath" "github.com/argoproj/argo-cd/v2/test/e2e/fixture" "github.com/argoproj/argo-cd/v2/util/errors" ) // Add GPG public key via API and create appropriate file where the ConfigMap mount would de it as well func AddGPGPublicKey() { keyPath, err := filepath.Abs(fmt....
<!-- Page text --> {% set page_question = 'Have your seizures ever caused you difficulty controlling a vehicle?' %} <!-- Condition ID --> {% set q_id = 'FEP' %} {% set q_no = '16' %} <!-- Page routing --> {% set go_next = '/epilepsy/seizure-cause' %} {% set current_page = '/epilepsy/difficulty-controlling-vehicle' %} {...
package com.mediacodecsample.activity; import android.content.res.AssetFileDescriptor; import android.media.AudioTrack; import android.media.MediaExtractor; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.SeekBar; import android.widget.TextView...
- @lu-zero for the contribution guidelines - @GuillaumeGomez for fixes on `length_bytes` and some documentation - @Hywan for ducomentation and test fixes - @Xirdus for correct trait import issues - @mspiegel for the new AST example - @cholcombe973 for adding the `cond_with_error!` combinator - @tstorch for refactoring ...
<?php /** * generate the dynamic webpage * * @category PHP * @package PSI_Web * @author Michael Cramer <BigMichi1@users.sourceforge.net> * @copyright 2009 phpSysInfo * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @version Release: 3.0 * @link http://phpsysin...
""" Lob The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)? # noqa: E501 The version of the OpenAPI document: 1.3.0...
package org.engineFRP.core; import org.engineFRP.FRP.*; import org.engineFRP.Physics.JBoxWrapper; import org.engineFRP.Physics.JBoxDebugDraw; import org.engineFRP.rendering.SimpleRenderer; import org.jbox2d.callbacks.DebugDraw; import static org.lwjgl.glfw.GLFW.*; import static org.lwjgl.opengl.GL11.*; /** * Create...
~~Super-simple~~ Cool live-updating "player frontend" webapp for MPD. Features: - Currently playing with progress bar and a timer - Indicator for normal and random playback - Current playlist - Auto-updating on change - HTML5 widget for in-browser playback - Additional info box - Support for multiple streams a...
#include "src/core/lib/debug/stats.h" #include <mutex> #include <thread> #include <grpc/grpc.h> #include <grpc/support/cpu.h> #include <grpc/support/log.h> #include <gtest/gtest.h> namespace grpc { namespace testing { class Snapshot { public: Snapshot() { grpc_stats_collect(&begin_); } grpc_stats_data delta...
namespace PressureTool { partial class relais { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <para...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<!-- Footer --> <footer class="main"> &copy; 2014 <strong>Pageweb.co</strong> </footer>
// // main.m // test_cocoa // // Created by Yevgeniy Logachev on 4/23/15. // Copyright (c) 2015 yev. All rights reserved. // #if defined(OS_MAC) #import <Cocoa/Cocoa.h> #import "AppDelegateOSX.h" int main(int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; [N...
package hydrograph.ui.engine.ui.converter.impl; import hydrograph.engine.jaxb.commontypes.TypeBaseComponent; import hydrograph.engine.jaxb.commontypes.TypeExternalSchema; import hydrograph.engine.jaxb.commontypes.TypeInputOutSocket; import hydrograph.engine.jaxb.commontypes.TypeProperties; import hydrograph.engine.j...
'use strict'; /** * Module dependencies. */ var mongoose = require('mongoose'), Schema = mongoose.Schema; /** * Mail Schema */ var MailSchema = new Schema({ email: { type: String, default: '', required: 'Please fill senders email', trim: true }, subject: { type: String, default: ''...
#include "cpp/sequenced_chunk_writer.h" #include <algorithm> #include <chrono> // NOLINT(build/c++11) #include <string> #include <tuple> #include <utility> #include "absl/base/thread_annotations.h" #include "absl/status/status.h" #include "absl/status/statusor.h" #include "absl/strings/str_format.h" #include "absl...
package ru.pack.mantis.model; /** * Created by Goblik on 16.10.2016. */ public class Users { }
title := CountOddNumbersInAnInternalRange all: $(title).class $(title).class: *.java javac *.java again: javac *.java edit: emacs $(title).java run: $(title).class java $(title)
import { env } from 'base'; import * as development from './development'; import * as production from './production'; const envConf = (env === 'production') ? production : development; export default envConf;
#pragma once #include <map> #include <memory> #include <set> #include <string> #include <vector> #include "cyber/task/task.h" #include "modules/localization/msf/local_pyramid_map/base_map/base_map_cache.h" #include "modules/localization/msf/local_pyramid_map/base_map/base_map_config.h" #include "modules/localization...
module Sidekiq module CustomQueue VERSION = '0.1.2' end end
/* global requirejs:true */ // Run before window.onload to make sure the specs have access to describe() // and other mocha methods. All feels very hacky though :-/ this.mocha.setup('bdd'); function runTests() { var runner = this.mocha.run(); var failedTests = []; runner.on('end', function() { wi...
package ram //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 //distribut...
package net.snowflake.client.core.bind; import net.snowflake.client.jdbc.telemetry.TelemetryField; public class BindException extends Exception { private static final long serialVersionUID = 1L; public enum Type { SERIALIZATION(TelemetryField.FAILED_BIND_SERIALIZATION), UPLOAD(TelemetryField.FAILED_BIN...
package org.springframework.test.web.client.match; import org.junit.Before; import org.junit.Test; import org.springframework.http.MediaType; import org.springframework.mock.http.client.MockClientHttpRequest; import static org.hamcrest.Matchers.*; /** * Tests for {@link ContentRequestMatchers}. * * @author Ross...
if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CM...
package org.apache.http.entity; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream; import org.apache.http.protocol.HTTP; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit tests for {@link InputStreamEntit...
(function(){ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, done = 0, toString = Object.prototype.toString, hasDuplicate = false, baseHasDuplicate = true, rBackslash = /\\/g, rNonWord = /\W/; // Here we check ...
package org.docksidestage.dockside.dbflute.bsbhv.cursor; import java.sql.ResultSet; import java.sql.SQLException; import org.dbflute.jdbc.CursorAccessor; import org.dbflute.jdbc.ValueType; import org.dbflute.s2dao.valuetype.TnValueTypes; /** * The cursor of PagingWithCursorMember. <br> * @author DBFlute(AutoGenera...
package org.assertj.core.util; import static org.assertj.core.api.Assertions.assertThat; import org.junit.jupiter.api.Test; /** * Tests for <code>{@link Strings#quote(Object)}</code>. * * @author Alex Ruiz */ public class Strings_quoteObject_Test { @Test public void should_not_quote_Object_that_is_not_Str...
This is a simple ansible role that creates a dir according to the values specified in the group var
package com.android.nitecafe.whirlpoolnews.ui.interfaces; import com.android.nitecafe.whirlpoolnews.models.News; import java.util.List; public interface INewsFragment { void DisplayNews(List<News> news); void HideCenterProgressBar(); void DisplayErrorMessage(); void HideRefreshLoader(); }
package javasmmr.zoowsome.controllers; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javasmmr.zoowsome.views.ZooFrame; import javasmmr.zoowsome.views.utilities.FrameStack; public class AbstractController { protected ZooFrame frame; public AbstractController(ZooFrame frame, boole...
<?xml version="1.0"?> <!-- ~ Copyright 2015-present Open Networking Laboratory ~ ~ 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...
integer integer_create(uint64_t high, uint64_t low) { integer const result = {high, low}; return result; } integer integer_max(void) { return integer_create(~(uint64_t)0, ~(uint64_t)0); } integer integer_shift_left_truncate(integer value, uint32_t bits) { if (bits == 0) { return value; ...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); // load header $this->load->view('layouts/header'); ?> <!-- content --> <div class="container-fluid font_mini"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1>Entry Vendor <a href="<?php echo site_url('Master/v...
<?php declare(strict_types=1); namespace Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander; use Coduo\PHPMatcher\Backtrace; use Coduo\PHPMatcher\Matcher\Pattern\Expander\IsTzOffset; use PHPUnit\Framework\TestCase; class IsTzOffsetTest extends TestCase { public static function examplesDatesProvider() { ...
<!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_19) on Fri Oct 29 16:39:45 MSD 2010 --> <TITLE> org.apache.poi.hslf.exceptions Class Hierarchy (POI API Documentation) </TITLE> <META NAME=...
namespace GSMTest { using System; public class Battery { private const int InitialNumber = 0; private const string InitialString = null; private int hoursIdle; private int hoursTalk; private BatteryType model; public Battery(BatteryType newModel, int hour...
package com.legendshop.business.helper; import com.legendshop.util.CookieUtil; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.security.core.Authentication; import org.springframework.security.web.auth...
--- external help file: Microsoft.Azure.Commands.ServiceFabric.dll-Help.xml Module Name: AzureRM online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.servicefabric/remove-azurermservicefabricclustercertificate schema: 2.0.0 --- # Remove-AzureRmServiceFabricClusterCertificate ## SYNOPSIS Remove ...
exports.config = { // See http://brunch.io/#documentation for docs. files: { javascripts: { joinTo: "js/app.js" // To use a separate vendor.js bundle, specify two files path // https://github.com/brunch/brunch/blob/stable/docs/config.md#files // joinTo: { // "js/app.js": /^(web\/...