text stringlengths 3 1.05M |
|---|
class User < ApplicationModel
end
|
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... |
Los objetivos de este capítulo son:
- Entender el concepto de un SPA
|
package mesosphere.marathon
package api.v2
import mesosphere.UnitTest
import mesosphere.marathon.api.TestAuthFixture
import mesosphere.marathon.core.base.{ Clock, ConstantClock }
import mesosphere.marathon.core.launcher.OfferMatchResult
import mesosphere.marathon.core.launchqueue.LaunchQueue
import mesosphere.marathon... |
#include "webrtc/base/platform_file.h"
#if defined(WEBRTC_WIN)
#include <io.h>
#else
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#endif
namespace rtc {
#if defined(WEBRTC_WIN)
const PlatformFile kInvalidPlatformFileValue = INVALID_HANDLE_VALUE;
FILE* FdopenPlatformFileForWr... |
---
uid: SolidEdgeAssembly.AssemblyPattern.Name
summary:
remarks: All objects have names that are unique within the scope of their parent.
---
|
<!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 (1.8.0_112) on Thu Apr 06 08:02:39 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>TransportConsumer (Public j... |
<?php
/**
* Created by PhpStorm.
* User: stefan
* Date: 22.07.15
* Time: 17:30
*/
namespace TQ\ExtDirect\Tests\Metadata\Driver\Services;
use TQ\ExtDirect\Annotation as Direct;
/**
* Class Service3
*
* @package TQ\ExtDirect\Tests\Metadata\Driver\Services
*
* @Direct\Action("app.direct.test")
*/
class Servi... |
"""
Django settings for CopyHaste project.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.7/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
... |
import { RouteRecordRaw } from 'vue-router';
export const routeLegalPrivacy: RouteRecordRaw = {
name: 'legal.privacy',
path: '/privacy',
component: () => import('./privacy.vue'),
};
|
package se.trixon.mapollage.ui.config;
import javafx.scene.control.CheckBox;
import javafx.scene.control.Label;
import javafx.scene.control.RadioButton;
import javafx.scene.control.Spinner;
import javafx.scene.control.Toggle;
import javafx.scene.control.ToggleGroup;
import javafx.scene.layout.VBox;
import org.control... |
package org.datavec.api.formats.input;
import org.datavec.api.records.reader.RecordReader;
import org.datavec.api.split.InputSplit;
import org.datavec.api.writable.WritableType;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
/**
* @author Adam Gibson
*/
public abstract class Bas... |
package org.apache.accumulo.tserver.mastermessage;
import java.util.Map;
import java.util.TreeMap;
import org.apache.accumulo.trace.instrument.Tracer;
import org.apache.accumulo.core.client.impl.Translator;
import org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException;
import org.apache.accumulo.core.cl... |
'''Create the dmg for MacOS deployment'''
import atexit, copy, glob, os, re, shutil, subprocess, sys, tempfile
thisFolder = os.path.dirname(os.path.realpath(__file__))
sys.path.append(thisFolder)
import dmgbuild
# == defaults
scratchFolder = tempfile.mkdtemp()
uninstallAppName = 'Uninstall RethinkDB.app'
packagePo... |
{-# LANGUAGE OverloadedStrings, NamedFieldPuns #-}
module FormEngine.FormElement.Identifiers where
import Prelude
import Data.Maybe (fromMaybe)
import Data.Monoid
import FormEngine.JQuery
import FormEngine.FormItem
import FormEngine.FormElement.FormElement as E
element2jq :: FormElement -> IO JQuery
eleme... |
<!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 (1.8.0_60-ea) on Fri Nov 04 13:24:39 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.jaxrs.b... |
title: "Syyskokous ja vuosijuhla 2014"
date: "2014-11-29"
tags: [juhlat]
coverImage: "/assets/blog/vuosijuhla-2014/feature-nuotio.jpg"
gallery:
- thb: "/assets/blog/vuosijuhla-2014/thumbnails/vuosijuhla-2014-1.jpg"
img: "/assets/blog/vuosijuhla-2014/vuosijuhla-2014-1.jpg"
- thb: "/assets/blog/vuosijuhla-2014/th... |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package test.fixtures.inheritance;
import com.facebook.swift.codec.*;
import com.facebook.swift.codec.ThriftField.Requiredness;
import com.facebook.swift.service.*;
import com.facebook.thrift.clien... |
package indexer
import java.io.File
import java.text.SimpleDateFormat
import java.util.{ Calendar, TimeZone, UUID }
import com.hp.hpl.jena.datatypes.xsd.{ XSDDatatype, XSDDateTime }
import com.hp.hpl.jena.rdf.model.{ Model, ModelFactory, Resource, Literal, ResourceFactory}
import com.hp.hpl.jena.vocabulary.XSD
imp... |
import GeometryFactory from '../geom/GeometryFactory'
import PrecisionModel from '../geom/PrecisionModel'
import GeoJSONParser from './GeoJSONParser'
import extend from '../../../../extend'
/**
* Converts a geometry in GeoJSON to a {@link Geometry}.
*/
/**
* A <code>GeoJSONReader</code> is parameterized by a <code... |
import {createBenchmark, template} from '../templating';
export default createBenchmark('Both', template.behaviorsOnly);
|
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("ge... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Leaflet Polyline Decorator example</title>
<link rel="stylesheet" href="../../Leaflet/dist/leaflet.css" />
<styl... |
#pragma once
namespace mqsProvider
{
class MessageQueueServiceClient;
class MessageQueueClient;
class MutualExclusionClient;
class Publisher
{
public:
enum SEND_STATUS
{
SND_FATAL_ERROR = -1,
SND_EASY_SUCCESS = 0,
SND_ON_THROTLING_SUCCESS = 1,
SND_MISSING_HEADER = 2,
SND_MISSING_TREE_... |
<configuration>
<appender name="consoleAppender" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<Pattern>.%d{HH:mm:ss.SSS} [%thread] %-5level %logger - %msg %n
</Pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>TRACE</level>
</filter>
</appender>
<a... |
'''
sequences2graph.py - align sequences and put them into a graph
==============================================================
:Author: Andreas Heger
:Release: $Id$
:Date: |today|
:Tags: Python
Purpose
-------
.. todo::
describe purpose of the script.
Usage
-----
Example::
python sequences2graph.py -... |
package trade
import (
"sync"
"sync/atomic"
"testing"
"time"
"github.com/gofrs/uuid"
"github.com/thrasher-corp/gocryptotrader/currency"
"github.com/thrasher-corp/gocryptotrader/database"
"github.com/thrasher-corp/gocryptotrader/database/drivers"
sqltrade "github.com/thrasher-corp/gocryptotrader/database/repo... |
/*
$.scrollToID();
specify a #anchor-link in a link href, make sure
there is a corresponding id in the page.
that's about it.
accepts 'speed' and 'offset' arguments.
*/
(function ($) {
$.fn.scrollToID = function (args) {
var options = {
speed: 500,
offset: 20
};
$.exten... |
using System;
using GraphSharp.Controls.Animations;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.Foundation;
namespace GraphSharp.Controls
{
public class GraphCanvas : Canvas
{
#region Attached Dependency Property registrations
public static readonly DependencyProperty ... |
$(document).ready(function(){
$("#scaled_recipe").hide();
$.ajaxSetup({
beforeSend: function(){
},
complete: function(){
}
});
$("#submit_recipe").click(function(){
var $recipe = new Object();
var $cleanIngredients = $("#ingredients").val().split("\n").f... |
import assert from 'assert';
import React from 'react';
import TestRenderer from 'react-test-renderer';
import ShallowRenderer from 'react-test-renderer/shallow';
import ReactTestUtils from 'react-dom/test-utils';
import Tabs from '../src/components/Tabs';
import { TabLink, TabContent } from '../src/index';
describe(... |
var Captcha = Class.create();
Captcha.prototype = {
initialize: function(url, formId){
this.url = url;
this.formId = formId;
},
refresh: function(elem) {
formId = this.formId;
if (elem) Element.addClassName(elem, 'refreshing');
new Ajax.Request(this.url, {
... |
<html>
<head>
<title>2cloud</title>
<link href="http://fonts.googleapis.com/css?family=Josefin+Sans:100,100italic,300,300italic,400,400italic,600,600italic,700,700italic" rel="stylesheet" type="text/css" >
<link href="http://fonts.googleapis.com/css?family=Tinos:regular,italic,bold,bolditalic" rel="styl... |
using OrienteeringToolWPF.Interfaces;
using OrienteeringToolWPF.Model;
using OrienteeringToolWPF.Utils;
using OrienteeringToolWPF.Windows;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Controls;
namespace OrienteeringToolWPF.Views
{
/// <summary>
/// Interaction logic for... |
#ifdef NO_IMPORT_ARRAY
#undef NO_IMPORT_ARRAY
#endif // NO_IMPORT_ARRAY
#include "main.h"
#include <bob.learn.boosting/Functions.h>
auto weighted_histogram_doc = bob::extension::FunctionDoc(
"weighted_histogram",
"Computes a weighted histogram from the given features."
)
.add_prototype("features, weights, histogr... |
/*
* kmp_debug.h -- debug / assertion code for Assure library
*/
/* <copyright>
Copyright (c) 1997-2016 Intel Corporation. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Red... |
package org.traccar.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import org.traccar.BaseProtocolEncoder;
import org.traccar.helper.Checksum;
import org.traccar.helper.DataConverter;
import org.traccar.model.Command;
import org.traccar.Protocol;
import java.nio.charset.StandardCharsets;
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>USGMailer - Composer</title>
... |
static void
test_vset_popt(poptContext con, enum poptCallbackReason reason,
const struct poptOption * opt, const char * arg, void * data)
{
(void)con; (void)opt; (void)arg; (void)data;
switch (reason) {
case POPT_CALLBACK_REASON_PRE:
Abort("unexpected call to test_vset_popt");
ca... |
package org.apache.hadoop.hive.ql.parse.spark;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Stack;
import java.util.concurrent.atomic.Atom... |
package org.apache.lucene.search.function;
import java.io.IOException;
import org.apache.lucene.util.ReaderUtil;
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.search.Explanation;
/** This class wraps another ValueSource, but protects
* against accidental double RAM usage in FieldCache when... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Requirements</title>
<!--... |
define([
'underscore',
'contrail-view',
'knockback'],
function (_, ContrailView, Knockback) {
var gridElId = '#' + ctwl.CFG_SVC_HEALTH_CHK_GRID_ID;
var prefixId = ctwl.CFG_SVC_HEALTH_CHK_PREFIX_ID;
var modalId = 'configure-' + prefixId;
var svcHealthChkCfgEditView = ContrailView.exten... |
<?php
/**
* Assets identifier collection.
*
* @package Asbak
* @author Cahyadi Nugraha <cnu@protonmail.com>
* @link https://github.com/chay22/Asbak Github page
* @license http://github.com/chay22/Asbak/LICENSE MIT LICENSE
*/
namespace Chay22\Asbak\Providers;
use Chay22\Asbak\Providers\ProviderInterface as Provi... |
#ifndef __HardwareIndexBuffer__
#define __HardwareIndexBuffer__
// Precompiler options
#include "OgrePrerequisites.h"
#include "OgreHardwareBuffer.h"
#include "OgreSharedPtr.h"
namespace Ogre {
class HardwareBufferManagerBase;
/** \addtogroup Core
* @{
*/
/** \addtogroup RenderSystem
* @{
... |
'use strict';
var config = require('./config');
var express = require('express');
var log4js = require('log4js');
var pg = require('pg');
var validator = require('validator');
// Init log4js
log4js.configure('', config.log4js);
var ashLog = log4js.getLogger('akasha');
ashLog.info("log4js started");
/... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
Pretty-printed JSON data:
- `og/[root]_[browser_name]_[browser_version]_[platform_name]_[platform_version].json`:
JSONification of `ObjectGraph` from
[object-graph-js](https://github.com/mdittmer/object-graph-js) in described
environment.
- `idl/.../all.json`: JSONification of `WebIDL` parse trees from
[webid... |
package com.planet_ink.coffee_mud.Abilities.Skills;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import... |
package com.andview.example.fragment;
import android.app.Activity;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AbsListView;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListA... |
var configurable = require('../../lib/configurable');
configurable.setSilentMode(true);
var hardcodedVars = ['PX_PROJECT_ISSUES',
'PX_PUPPET_PIXELATED',
'PX_DISPATCHER',
'PX_USER_AGENT',
'PX_PAGES'];
describe("Client config", function () {
beforeEach(cleanEnvVars);
it("contains repos", function () {
... |
package org.apache.airavata.registry.core.repositories.expcatalog;
import org.apache.airavata.model.experiment.ExperimentModel;
import org.apache.airavata.model.experiment.ExperimentType;
import org.apache.airavata.model.job.JobModel;
import org.apache.airavata.model.process.ProcessModel;
import org.apache.airavata.m... |
using System;
namespace ASafaWeb.Library.DomainModels
{
public class Request
{
public string RequrestUri { get; set; }
public string ResponseUri { get; set; }
public int DurationMs { get; set; }
public int ResponseBytes { get; set; }
public int HttpStatusCode { get; set... |
<!-- If you'd like to contribute to Pattern Lab Node, please do so! There is always a lot of ground to cover and something for your wheelhouse.
No pull request is too small. Check out any [up for grabs issues](https://github.com/pattern-lab/patternlab-node/labels/up%20for%20grabs) as a good way to get your feet wet, o... |
<?php
namespace Kaperys\Financial\Tests\Cache;
use Illuminate\Support\Collection;
use Kaperys\Financial\Cache\CacheFile;
use Kaperys\Financial\Container\PropertyAnnotationContainer;
use PHPUnit\Framework\TestCase;
/**
* Class CacheFileTest
*
* @package Kaperys\Financial\Tests\Cache
*
* @author Mike Kaperys <mik... |
package io.reactivesocket.internal;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicReference;
import java.util.function.BiFunction;
import java.util.function.Consumer;
import io.reactivesocket.*;
import io.reactivesocket.exceptions.InvalidSetupException;
import io.reactive... |
{% extends "base.html" %}
{% block content %}
<p>Adding yourself to the list of players seeking a team will allow teams to contact you</p>
<form action="/arenas/{{arena.id}}/add_player/" method="POST">
{% csrf_token %}
<button type="submit" class="btn btn-default">Yes, I'm looking for a Team</button>
</form>
<... |
package org.apereo.cas.authentication.mfa;
import org.apereo.cas.authentication.AbstractMultifactorAuthenticationProvider;
import org.apereo.cas.authentication.MultifactorAuthenticationProvider;
import org.apereo.cas.services.RegisteredService;
import org.apereo.cas.util.RandomUtils;
import org.apereo.cas.util.spring.... |
<?php
namespace SellerWorks\Amazon\Orders\Serializer;
use UnexpectedValueException;
use SellerWorks\Amazon\Common\RequestInterface;
use SellerWorks\Amazon\Common\SerializerInterface;
use SellerWorks\Amazon\Common\Serializer\Serializer as BaseSerializer;
use SellerWorks\Amazon\Orders\Request;
/**
* Request Serializ... |
<?php
/**
* Public interface of ownCloud for apps to use.
* Response Class.
*
*/
// use OCP namespace for all classes that are considered public.
// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP;
/**
* This class provides convenient functions to send the cor... |
from robofab.world import RGlyph
from defconAppKit.tools.textSplitter import splitText
from fontTools.pens.cocoaPen import CocoaPen
from time import time
import datetime
now = datetime.datetime.now().strftime('%d %B %Y - %H:%M')
_UI = True
if _UI:
pSizes = ['8','10','12','14','16','18','20','22','24','28','32','3... |
Installation Checks
-------------------
Celery Workers
``````````````
Before going further, you should check that the python application manages to
communicate with the RabbitMQ server and the Redis server through Celery. To
ensure that, from the installation directory, execute the Celery worker:
On GNU/Linux:
.. c... |
<!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 (1.8.0_111) on Tue Mar 14 11:59:09 EDT 2017 -->
<title>org.usfirst.frc.team6027.robot</title>
<meta name="date" content="2017-03-14">
<link rel="style... |
/* $NetBSD: assertions.h,v 1.1.1.2.4.1 2014/12/24 00:05:17 riz Exp $ */
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is her... |
package org.opencb.opencga.storage.core.auth;
/**
* A set of credentials to access a data source, such as: user, password, hostname and port.
* @author Cristina Yenyxe Gonzalez Garcia <cgonzalez@cipf.es>
*/
public interface OpenCGACredentials {
/**
* Check that these are valid credentials.
* <ul>
... |
package com.virtualprodigy.theknightstour;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest()... |
import java.net.*;
import java.io.*;
import javax.net.ssl.*;
/*
* This example illustrates how to do proxy Tunneling to access a
* secure web server from behind a firewall.
*
* Please set the following Java system properties
* to the appropriate values:
*
* https.proxyHost = <secure proxy server hostname>
... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>protobee</artifactId>
<groupId>org.protobee</... |
package org.apache.flink.runtime.highavailability;
import org.apache.flink.api.common.JobID;
import org.apache.flink.configuration.Configuration;
import org.apache.flink.runtime.blob.BlobStore;
import org.apache.flink.runtime.blob.BlobStoreService;
import org.apache.flink.runtime.checkpoint.CheckpointRecoveryFactory... |
package com.maraujo.requestproject.sync.listeners;
/**
* Created by Mateus Emanuel Araújo on 23/10/15.
* teusemanuel@gmail.com
*/
public interface AsyncTaskListener<T> {
void onAsyncTaskFinish(T t);
void onAsyncTaskException(Exception e);
} |
require "spec_helper"
require "rom/lint/spec"
require "rom/memory"
RSpec.describe ROM::Memory::Gateway do
let(:gateway) { ROM::Memory::Gateway }
let(:uri) { nil }
it_behaves_like "a rom gateway" do
let(:identifier) { :memory }
end
end
|
<?php
/* TwigBundle::layout.html.twig */
class __TwigTemplate_3c392ab531c20486e5edaa81ee65c763 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'title' => array($this, 'blo... |
using Azure.Core.Pipeline;
namespace Azure.ResourceManager.RecoveryServicesSiteRecovery
{
internal static class ProviderConstants
{
public static string DefaultProviderNamespace { get; } = ClientDiagnostics.GetResourceProviderNamespace(typeof(ProviderConstants).Assembly);
}
}
|
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.ebi.eva</groupId>
<ar... |
<div class="commune_descr limited">
<p>
Le Fresne-sur-Loire est
un village
géographiquement positionné dans le département de Loire-Atlantique en Pays de la Loire. On dénombrait 879 habitants en 2008.</p>
<p>À proximité de Le Fresne-sur-Loire sont positionnées géographiquement les communes de
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<ImageView
android:id="@+id/widgeticon"
android:layout_width="wrap_co... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
module Subscribr
module PublicActionsHelper
end
end
|
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Zend\\Diactoros\\' => array($vendorDir . '/zendframework/zend-diactoros/src'),
'XdgBaseDir\\' => array($vendorDir . '/dnoegel/php-xdg-base-dir/src'),
'Symfony\\Polyfil... |
title: SingletonIterator.next - Kotlin utilities
---
[Kotlin utilities](../../index.html) / [it.czerwinski.kotlin.collections](../index.html) / [SingletonIterator](index.html) / [next](./next.html)
# next
`fun next(): `[`T`](index.html#T) |
package org.shopkeeper.gui.fx.view.selection;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.control.Tooltip;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.*;
import org.shopkeeper.gui.fx.controller.UpdateSubjectControlle... |
using System;
namespace Discord
{
/// <summary>
/// Specifies the type of mentions that will be notified from the message content.
/// </summary>
[Flags]
public enum AllowedMentionTypes
{
/// <summary>
/// No flag is set.
/// </summary>
/// <remarks>
... |
package us.kbase.workspace;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.... |
#include <QtDebug>
#include <QNetworkRequest>
#include <QNetworkReply>
#include "qtweetfollowersid.h"
#include "json/qjsondocument.h"
#include "json/qjsonarray.h"
#include "json/qjsonobject.h"
/**
* Constructor
*/
QTweetFollowersID::QTweetFollowersID(QObject *parent) :
QTweetNetBase(parent)
{
}
/**
* Const... |
package org.assertj.core.error;
import org.assertj.core.internal.ComparisonStrategy;
public class ShouldBeSubstring extends BasicErrorMessageFactory {
/**
* Creates a new <code>{@link org.assertj.core.error.ShouldBeSubstring}</code>.
* @param actual the actual value in the failed assertion.
* @param expe... |
//** Current version: 3.0 See changelog.txt for details
if (typeof dd_domreadycheck=="undefined") //global variable to detect if DOM is ready
var dd_domreadycheck=false
var ddlevelsmenu={
enableshim: true, //enable IFRAME shim to prevent drop down menus from being hidden below SELECT or FLASH elements? (tip:... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Bartonia 14:32. 1932
#### Original name
null
### Remarks
null |
package com.google.inject.internal;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.inject.Key;
import com.google.inject.MembersInjector;
import com.google.inject.TypeLiteral;
import com.google.inject.internal.ProvisionListenerStackCallback.ProvisionCa... |
<?php
namespace Google\Service\AppState;
class UpdateRequest extends \Google\Model
{
public $data;
public $kind;
public function setData($data)
{
$this->data = $data;
}
public function getData()
{
return $this->data;
}
public function setKind($kind)
{
$this->kind = $kind;
}
p... |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title> SmartAdmin </title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- #CSS Links -->
<!-- Ba... |
{% include header.html %}
<div id="content" class="site">
{{ content }}
</div>
{% include footer.html %}
|
const SteamTotp = require('steam-totp');
const ConfirmationType = require('steamcommunity').ConfirmationType;
const CONFIRMATION_POLL_INTERVAL = 15500;
let automatic, steam, AutomaticOffer;
let enabled = false;
let offerids = {};
let identity_secret = "";
function cm() { return automatic.confirmationsMode(); }
funct... |
<?php
namespace AppBundle\Entity\DTP;
/**
* Player
*/
class Player
{
/**
* @var string
*/
private $name;
/**
* @var string
*/
private $slug;
/**
* @var string
*/
private $email;
/**
* @var integer
*/
private $id;
/**
* Set name
... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
namespace NBi.Core.Query.Validation
{
/// <summary>
/// Engine wrapping the System.Data.SqlClient namespace for execution of NBi tests
/// <remarks>Instances of this... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifdef WIN32
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#endif
#include <boost/files... |
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.styles = void 0;
var _extends2 = _int... |
<?php
namespace OCA\DAV\Tests\unit\Connector\Sabre\RequestTest;
use OCP\AppFramework\Http;
use OCP\Lock\ILockingProvider;
/**
* Class UploadTest
*
* @group DB
*
* @package OCA\DAV\Tests\unit\Connector\Sabre\RequestTest
*/
class UploadTest extends RequestTest {
public function testBasicUpload() {
$user = $t... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package lambda.netty.loadbalancer.core.etcd;
public class EtcdClientException extends Exception {
EtcdClientException() {
super("Etcd client is not initialized");
}
}
|
package io.virtdata.templates;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class StringCompositorTest {
@Test
public void testShouldMatchSpanOnly() {
StringCompositor c = new StringCompositor("A");
String[] spans = c.parseTemplate("A\\{ {one}two");... |