text
stringlengths
3
1.05M
<!DOCTYPE html> <html lang="en-gb" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Progress component - UIkit documentation</title> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> <...
package com.intellij.psi; import com.intellij.openapi.util.TextRange; import org.jetbrains.annotations.Nullable; /** * @author Dmitry Avdeev */ public abstract class PsiPolyVariantReferenceBase<T extends PsiElement> extends PsiReferenceBase<T> implements PsiPolyVariantReference { public PsiPolyVariantReference...
<div class="ui container"> <h1 class="ui header"> Agregar nueva herramienta <div class="sub header">Si haz creado una nueva herramienta puedes compartirla con nosotros par email <span style="color:red"><i>info@sevinci.com</i></span> por favor envianos las siguientes informaciones</div> </h1> <hr> ...
namespace globjects { class AbstractUniformImplementation; class AbstractBufferImplementation; class AbstractFramebufferImplementation; class AbstractDebugImplementation; class AbstractProgramBinaryImplementation; class AbstractShadingLanguageIncludeImplementation; class AbstractObjectNameImplementation; class Abstra...
<!-- Safe sample input : Get a serialize string in POST and unserialize it Uses a special_chars_filter via filter_var function File : use of untrusted data in one side of a double quoted expression in a script --> <!--Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalt...
package Bomberman.game.entities; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Image; import util.ResourceLoader; import Bomberman.Options; import Bomberman.core.XInteractable; import Bomberman.game.Game; import Bomberman.game.level.Block; import glib.util.vector.GVector2f; public c...
Yet another frontend/backend framework for web applications. This is my first attempt in creating a framework for web applications using Node JS based backend. In time i will be updating the repo with the necessary documentations. For now i have moved just the raw code here. ## Technology 1. Node JS 2. Java 3. MySQL ...
<?php /** * opAPIDiary * * @package OpenPNE * @subpackage api * @author Kousuke Ebihara <ebihara@tejimaya.com> */ class opAPIDiary extends opAPI implements opAPIInterface { public function feed() { $this ->addConditionSearchQuery() ->addConditionPublished() ->addConditionUpdate...
<?xml version="1.0" encoding="UTF-8"?> <cml convention="CMLComp" fileId="test.xml" xmlns="http://www.xml-cml.org/schema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:fpx="http://www.uszla.me.uk/fpx" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:units="http://www.uszla.me.uk/FoX/units" xmlns:cmlUnits="http://w...
<?xml version="1.0" encoding="UTF-8"?> <sem:triples xmlns:sem="http://marklogic.com/semantics"> <sem:triple> <sem:subject>http://www.lds.org/concept/gs/ancient-of-days</sem:subject> <sem:predicate>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</sem:predicate> <sem:object datatype="sem:iri">http://www.w3....
export declare class KnButton { color: string; clear: boolean; disabled: boolean; full: boolean; outline: boolean; round: boolean; size: string; value: string; render(): JSX.Element; }
package ojow.actor import akka.actor._ class LinkedTo[T <: Actor](a: T) extends ActorMethods { type ActorState = T override def self = actor.self override protected def actor = a } trait ActorWithMethods[T <: Actor] extends Actor with ActorMethods { this: T => override type ActorState = T overrid...
package org.gradoop.flink.model.impl; import org.apache.flink.api.java.DataSet; import org.gradoop.flink.model.GradoopFlinkTestBase; import org.gradoop.flink.model.impl.epgm.GraphCollection; import org.gradoop.flink.model.impl.functions.utils.First; import org.gradoop.flink.model.impl.layouts.transactional.tuples.Gra...
const { resolve } = require('path') const webpack = require('webpack') const config = require(resolve(__dirname, 'webpack.config.browser.js')) const banner = require(resolve(__dirname, 'webpack.banner-min.js')) // Modify plugins for minification config.output.filename = 'angular-http-etag.min.js' config.output.library...
<?php namespace Lykegenes\DatagridBuilder; /** * @codeCoverageIgnore */ class ServiceProvider extends \Illuminate\Support\ServiceProvider { /** * Register the service provider. * * @return void */ public function register() { $configPath = __DIR__.'/../config/config.php'; ...
namespace blink { // A class representing the key that Storage APIs use to key their storage on. // // StorageKey contains an origin, a top-level site, and an optional nonce. Using // the nonce is still unsupported since serialization and deserialization don't // take it into account. For more details on the overall d...
//----------------------------------------------------------------------- // <copyright file="FacebookApiEventArgs.cs" company="The Outercurve Foundation"> // Copyright (c) 2011, The Outercurve Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file...
import * as React from 'react'; import renderer from 'react-test-renderer'; import { MonoText } from '../StyledText'; it(`renders correctly`, () => { const tree = renderer.create(<MonoText>Snapshot test!</MonoText>).toJSON(); expect(tree).toMatchSnapshot(); });
<?php /** * Plugin Name: IndieNews * Plugin URI: https://github.com/pfefferle/wordpress-indienews * Description: Push your IndieWeb articles to the IndieNews page * Author: Matthias Pfefferle * Author URI: https://notiz.blog/ * Version: 1.2.2 * License: MIT * License URI: https://opensource.org/licenses/MIT * ...
package org.elasticsearch.xpack.core.security.authc.ldap.support; import org.elasticsearch.common.settings.Setting; import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.xpack.core.security.authc.RealmSettings; import org.elasticsearch.xpack.core.ssl.SSLConfigurationSettings; import java.util.Coll...
package com.alex.view; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Common; using System.Data.Entity; using System.Linq; using System.Text; using System.Threading.Tasks; using CollegeFbsRankings.Domain; using CollegeFbsRankings.Domain.Conferences; using CollegeFbsRank...
@interface MOBProjectionEPSG28600 : MOBProjection @end
<!-- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md. --> # Output ## How Do I Output HTML Instead of XHTML Code Using CKEditor? If you want CKEditor to output valid HTML4 code instead of XHTML, you should configure the behavior of the {@link CKEDI...
package carldav.repository; import carldav.entity.Item; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import java.util.List; public interface ItemRepository extends CrudReposito...
{extend name="admin@layouts:framework" /} {block name="main-content"} <div class="page-content"> <link rel="stylesheet" href="__PUBLIC__/bootstrap-select/css/bootstrap-select.min.css"> <!--主题--> <div class="page-header"> <h1> 您当前操作 <small> <i class="ace-icon fa fa-angle-double-right"></i> 操作日...
<?php namespace RKA\ContentTypeRenderer\Tests; use Crell\ApiProblem\ApiProblem; use PHPUnit\Framework\TestCase; use RKA\ContentTypeRenderer\ApiProblemRenderer as Renderer; use RuntimeException; use Laminas\Diactoros\Request; use Laminas\Diactoros\Response; use Laminas\Diactoros\Uri; class ApiProblemRendererTest exten...
SYNONYM #### According to Index Fungorum #### Published in in Nograsek, Biblthca Mycol. 133: 50 (1990) #### Original name Botanamphora Nograsek & Scheuer ### Remarks null
<!DOCTYPE html> <html lang="en"><head> <meta charset="utf-8"/> <title>Documentation &amp; Demos &ndash; YAML CSS Framework</title> <!-- JavaScript Detection --> <script>document.documentElement.className += " js";</script> <!-- Mobile viewport optimisation --> <meta name="viewport" content="width=devic...
<?php namespace Account\Controller; use Common\Controller\BaseRestController; class RegisterController extends BaseRestController { protected $not_belongs_to_company = true; public function on_post() { } }
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var ts = require("typescript"); var Lint = requi...
ACCEPTED #### According to Index Fungorum #### Published in Mycologia 41: 490 (1949) #### Original name Amanitopsis floridana Murrill ### Remarks null
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>pentaho</gr...
class Hippo : public Animal { public: Hippo(Area *area, Point *position); Hippo(Area *area); void reproduce() override; }; #endif //SIMULATOR_OF_GOD_HIPPO_H
package gcs import ( "bytes" "fmt" "io" "io/ioutil" "math/rand" "net/http" "net/url" "sort" "strings" "time" "golang.org/x/net/context" "golang.org/x/oauth2" "golang.org/x/oauth2/google" "google.golang.org/api/googleapi" storageapi "google.golang.org/api/storage/v1" "google.golang.org/cloud" "google...
import cliTruncate from 'cli-truncate' import { LINE_BREAK } from '../shared' export function truncateConsoleOutput(text: string, columns: number): string { return text .split(LINE_BREAK) .map((line: string): string => cliTruncate(line, columns)) .join(LINE_BREAK) }
using NodaTime; using Python.Runtime; using QuantConnect.Algorithm; using QuantConnect.Algorithm.Framework.Alphas; using QuantConnect.Benchmarks; using QuantConnect.Brokerages; using QuantConnect.Data; using QuantConnect.Data.UniverseSelection; using QuantConnect.Exceptions; using QuantConnect.Interfaces; using Quant...
namespace sql { class Database; } namespace password_manager { struct FieldInfo { autofill::FormSignature form_signature; autofill::FieldSignature field_signature; autofill::ServerFieldType field_type = autofill::UNKNOWN_TYPE; // The date when the record was created. base::Time create_time; }; bool operato...
package org.kuali.hr.lm.timeoff; import org.joda.time.LocalDate; import org.junit.Assert; import org.junit.Test; import org.kuali.hr.KPMEWebTestCase; import org.kuali.hr.util.HtmlUnitUtil; import org.kuali.kpme.core.FunctionalTest; import org.kuali.kpme.core.util.HrTestConstants; import org.kuali.kpme.core....
'use strict'; var path = require('path'); var _ = require('lodash'); function requiredProcessEnv(name) { if(!process.env[name]) { throw new Error('You must set the ' + name + ' environment variable'); } return process.env[name]; } // All configurations will extend these options // =========================...
package cc.redpen.validator; import cc.redpen.config.Configuration; import cc.redpen.config.ValidatorConfiguration; import cc.redpen.model.Document; import cc.redpen.model.Sentence; public abstract class BaseValidatorTest { protected String validatorName; protected Configuration config; protected BaseValidator...
Pattern: Malformed indentation of first parameter Issue: - ## Description This rule checks the indentation of the first parameter in a method call. ## Examples ```ruby # bad some_method( first_param, second_param) # good some_method( first_param, second_param) ``` ## Default configuration Attribute | Value --...
from django.db.models import signals from django.utils.hashcompat import md5_constructor from packageindex.models import Package, Release, Distribution def autohide_new_release_handler(sender, instance, created, *args, **kwargs): """ Autohide other releases on the creation of a new release when the package '...
var winston = require('winston'); require('../lib/winston-zeromq-elasticsearch').ZeroMQElasticSearch; winston.add(winston.transports.ZeroMQElasticSearch, { socketAddress: 'tcp://0.0.0.0:9700' }); winston.info('Hello World!');
<ion-modal-view> <ion-header-bar> <h1 class="title">Login</h1> <div class="buttons"> <button class="button button-clear" ng-click="closeLogin()"><span style="color: lightgrey">Close</span></button> </div> </ion-header-bar> <ion-content> <form ng-submit="doLogin()"> <div class="list"> ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>span::span</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Chapt...
package com.tagmycode.plugin; import com.tagmycode.sdk.exception.TagMyCodeUnauthorizedException; import org.junit.Before; import org.junit.Test; import support.AbstractTestBase; import static org.mockito.Mockito.verify; public class ManageExceptionTest extends AbstractTestBase { private Framework frameworkSpy; ...
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: mysqli_fetch_field()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../samp...
/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008-2016. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Sphaeronaema deformans Berk. ### Remarks null
FROM solr:6-slim MAINTAINER WangXiaoMing <wxmclub@gmail.com> ENV TZ="Asia/Shanghai" \ LANG="zh_CN.UTF-8" USER root RUN rm /etc/localtime \ && ln -s /usr/share/zoneinfo/$TZ /etc/localtime \ && echo $TZ > /etc/timezone USER $SOLR_USER
package com.palmelf.eoffice.dao.communicate.impl; import com.palmelf.core.dao.impl.BaseDaoImpl; import com.palmelf.eoffice.dao.communicate.MailFolderDao; import com.palmelf.eoffice.model.communicate.MailFolder; import java.util.List; public class MailFolderDaoImpl extends BaseDaoImpl<MailFolder> implements MailFol...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<div class="row graph"> <div class="col-sm-3 legend"> <h2>TOTAL BYTES OUT</h2> <span class="number">{{statistics.stats.sum | humanize}}b</span> </div> <div class="col-sm-9"> <div class="chart-container statiscis"> <ng-chart type="multiline" data="statistics.dataHistogram....
package com.yllyx.clubs.dao.user.impl; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.yllyx.clubs.dao.BasicDao; import com.yllyx.club...
<?php require_once(__DIR__ . '/../_scripts/hermes.lib.php'); expectHTTPMethod('GET'); sendJSONResponse(getHermesStatus());
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
void f() { char aaaa; int bb; double ddddd; float ee; unsigned gggggg; int hhhhhhhhhh; int iii; int kkkkkkk, llllll; char *mmmm; int nnnnnn; double& ooooooooo = ddddd; char *pppppppppp; int qqqqqqqq; double& rrrrrrrrrr = ooooooooo; } struct x { cha...
"""The volumes extension.""" from oslo_utils import strutils from webob import exc from nova.api.openstack import common from nova.api.openstack.compute.schemas import volumes as volumes_schema from nova.api.openstack import extensions from nova.api.openstack import wsgi from nova.api import validation from nova impo...
package com.elmakers.mine.bukkit.utility.platform.v1_18_2.goal; import org.bukkit.entity.Entity; import org.bukkit.event.entity.EntityTargetEvent; import com.elmakers.mine.bukkit.utility.platform.Platform; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.Mob; public class MagicOwner...
package ro.angrydoggo.exam.core.config; import com.github.benmanes.caffeine.cache.Caffeine; import com.github.benmanes.caffeine.cache.CaffeineSpec; import com.github.benmanes.caffeine.cache.RemovalCause; import com.github.benmanes.caffeine.cache.RemovalListener; import org.springframework.cache.CacheManager; import or...
from django.conf import settings from django.contrib.auth.middleware import AuthenticationMiddleware from django.contrib.auth.models import AnonymousUser from django.utils.translation import ugettext as _ from oauth.oauth import OAuthError from oauth_provider.decorators import CheckOAuth from oauth_provider.utils impor...
namespace Tri { namespace Graphic { class ShaderProgram; class Uniform { friend class ShaderProgram; LUS::String mName; unsigned int mId; Uniform(Util::String name, unsigned int programId); public: Util::String GetName(); unsigned int GetId(); }; class Shader { unsigned ...
<?php declare(strict_types = 1); namespace Listings\Components; use Listings\Services\Factories\ListingSettingsFormFactory; use Listings\Exceptions\Runtime\WorkedHoursRangeException; use Listings\Exceptions\Runtime\LunchHoursRangeException; use Listings\Exceptions\Runtime\WorkedHoursException; use Listings\Exceptions...
<div class="commune_descr limited"> <p> Saint-Germain est une ville localisée dans le département de Haute-Saône en Franche-Comté. On dénombrait 1&nbsp;287 habitants en 2008.</p> <p>Le nombre d'habitations, à Saint-Germain, se décomposait en 2011 en 45 appartements et 588 maisons soit un marché plutôt équilibr...
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <project name="MouseCursor" default="default" basedir="."> <description>Bu...
<!-- Services Section --> <section id="services" class="services2"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="team-member"> <img src="img/javi.jpg" class="img-responsive img-circle cented...
<!DOCTYPE html> <html> <head> {% include meta.html %} <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" /> <link rel="alternate" type="application/rss+xml" t...
using Slot.Editor.Autocomplete; using Slot.Editor.Commands; using Slot.Core; using Slot.Core.CommandModel; using Slot.Core.ComponentModel; using Slot.Editor.ObjectModel; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using Syste...
<!--master form--> <div> <form name="form" novalidate class ="css-form form-horizontal form-input"> <header-form-input></header-form-input> <div class="form-group"> <label class="control-label col-sm-2">Mã giao dịch <span class='required' title="Không được trống">(*)</span></label> <div class="col-sm-4"> ...
<?php namespace api\tests\functional; use api\tests\FunctionalTester; use common\fixtures\User as UserFixture; /** * Class LoginCest */ class LoginCest { public function _before(FunctionalTester $I) { $I->haveFixtures([ 'user' => [ 'class' => UserFixture::className(), 'dataFile' => codecept_data_...
package team111; import battlecode.common.RobotController; public class AerospaceLab extends Building { public AerospaceLab(RobotController rc) { super(rc); } }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 10 m 19 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
#ifndef LEMON_FS_PATH_HPP #define LEMON_FS_PATH_HPP #include <string> #include <sstream> #include <vector> #include <stdexcept> namespace lemon{ namespace filepath{ /** * the filepath representation class */ template <typename CharType> class basic_path { public: typedef std::basi...
Written by Luigi Montanez of the Sunlight Labs, with contributions from Luc Castera. Copyright 2009. This middleware acts as a spam trap. It inserts, into every outputted `<form>`, a text field that a spambot will really want to fill in, but is actually not used by the app. The field is hidden to humans via CSS, and i...
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; GT-P8000 Build/JDQ39E) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> ...
#include "Platform.h" #if defined(WEBRTC_WIN) #include <webrtc/base/win32socketinit.h> #include <webrtc/base/win32socketserver.h> #endif using namespace WebRTC; #ifndef WEBRTC_THREAD_COUNT #define WEBRTC_THREAD_COUNT 4 #endif rtc::Thread signal_thread; rtc::Thread worker_thread[WEBRTC_THREAD_COUNT]; uint32_t cou...
package artisanal.pickle.maker import scala.reflect.internal.pickling._ import PickleFormat._ case class SigHeader(position: Position) { val hB = new HB //write version //Version hB.headerBuffer.writeNat(PickleFormat.MajorVersion) hB.headerBuffer.writeNat(PickleFormat.MinorVersion) //write # of entries ...
@@echo off setlocal set SVNROOT=http://svn.python.org/projects if "%PYTHON%" EQU "" set PYTHON=..\pcbuild\python if "%HTMLHELP%" EQU "" set HTMLHELP=%ProgramFiles%\HTML Help Workshop\hhc.exe if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v if "%1" EQ...
function testCreateAppShortcut(id, error) { chrome.test.runWithUserGesture(function() { if (!error) chrome.management.createAppShortcut(id, callback(function() {})); else chrome.management.createAppShortcut(id, callback(function() {}, error)); }); } var enabled_app_id, disabled_app_id, enabled_...
This project provides Khronos official Vulkan Tools and Utilities for Windows, Linux, Android, and MacOS. ## CI Build Status | Platform | Build Status | |:--------:|:------------:| | Linux/Android | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-Tools.svg?branch=master)](https://travis-ci.org/KhronosGroup/...
<?php namespace Spatie\SchemaOrg; /** * The act of editing a recipient by removing one of its objects. * * @see http://schema.org/DeleteAction * * @mixin \Spatie\SchemaOrg\UpdateAction */ class DeleteAction extends BaseType { }
package network // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is regenerated...
const BatchedBridge = require('../BatchedBridge/BatchedBridge'); const TaskQueue = require('./TaskQueue'); const infoLog = require('../Utilities/infoLog'); const invariant = require('invariant'); import EventEmitter from '../vendor/emitter/EventEmitter'; export type Handle = number; import type {Task} from './Task...
package com.youzi.search.pojo; public class SearchItem { private Long id; private String title; private String sell_point; private Long price; private String image; private String category_name; private String item_desc; public Long getId() { return id; } public void setId(Long id) { this.id = id; } ...
module OmniAuth module Strategies class CAS3 class LogoutRequest def initialize(strategy, request) @strategy, @request = strategy, request end def call(options = {}) @options = options begin result = single_sign_out_callback.call(*logout_re...
/* * This module was prepared by Abi Sarvepalli, Christopher Jensen, and Zheng Zhang at the Dorrestein * Lab (University of California, San Diego). * * It is freely available under the GNU GPL licence of MZmine2. * * For any questions or concerns, please refer to: * https://groups.google.com/forum/#!forum/mole...
package com.danielasfregola.twitter4s.http.clients import akka.actor.ActorSystem import akka.http.scaladsl.model.{HttpRequest, HttpResponse} import akka.stream.Materializer import akka.stream.scaladsl.{Sink, Source} import com.danielasfregola.twitter4s.http.oauth.OAuth1Provider import scala.concurrent.Future trait C...
/*! * Start Bootstrap - Agency 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; font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { ...
// // Copyright (C) 2012-2014 DataStax Inc. // // 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 ap...
ng-sortable ============== Angular Library for Drag and Drop, supports Sortable and Draggable. No JQuery UI used. Supports Touch devices. If you use this module you can give it a thumbs up at [http://ngmodules.org/modules/ng-sortable](http://ngmodules.org/modules/ng-sortable). #### Release: Latest release version ...
<?php namespace Weblabz\Test; /** * WebLabz LLC * User: lance * Date: 8/9/13 * Time: 5:12 PM */ use Weblabz\Scrapyd\API; require_once __DIR__ .'/BaseTest.php'; class APITest extends BaseTest { private $api; public function setUp(){ $this->api = new API; } public function testJunk(){ ...
package analytics import ( "github.com/freeznet/influxdb1-client/client" "time" "github.com/freeznet/tomato/config" "github.com/freeznet/tomato/types" "github.com/freeznet/tomato/utils" ) type influxDBAdapter struct { c client.Client databaseName string } func newInfluxDBAdapter() *influxDBAdapter...
""" Run the test suite and send the result as an email message. The code for sending of the directory is copied from http://docs.python.org/library/email-examples.html. """ from __future__ import print_function import os import sys import shutil import smtplib # For guessing MIME type based on file name extension im...
<?php use netis\crud\widgets\GridView; use yii\widgets\Pjax; /* @var $this yii\web\View */ /* @var $dataProvider yii\data\ActiveDataProvider */ /* @var $columns array */ $layout = <<<HTML {quickSearch} {items} <div class="row"> <div class="col-md-6">{pager}</div> <div class="col-md-6 summary">{summary}</div>...
<footer class="footer"> <p>&copy; Cites.ltd</p> </footer> <script src="//cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> <script src="{{ "/assets/js/sweet-scroll.min.js" | prepend: site.baseurl }}"></script> <script src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script> {% include google...
'use strict'; const proxyquire = require('proxyquire'); describe('facebook', () => { let router, authService, passport; const authMiddleware = {}; beforeEach(() => { router = { get: env.spy(() => router) }; passport = { authenticate: env.s...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bulletin of the U. S. Department of Agriculture, Bureau Animal Industry 118: 56-57 (1910) #### Original name Penicillium commune Thom, 1910 ### Remarks null
<?php include(dirname(__FILE__).'/../../bootstrap/functional.php'); $browser = new sfTestFunctional(new sfBrowser()); $browser-> get('/scheduler/index')-> with('request')->begin()-> isParameter('module', 'scheduler')-> isParameter('action', 'index')-> end()-> with('response')->begin()-> isStatu...