text stringlengths 3 1.05M |
|---|
import React from "react"
const Layout = ({ location, title, children }) => {
const rootPath = `${__PATH_PREFIX__}/`
const isRootPath = location.pathname === rootPath
return (
<div className="p-4 max-w-3xl mx-auto text-xl leading-relaxed" data-is-root-path={isRootPath}>
<main>{children}</main>
</d... |
<?php
namespace Vest\ResponsaBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* ShopProdukteAttributeCopy1
*/
class ShopProdukteAttributeCopy1
{
/**
* @var integer
*/
private $productId;
/**
* @var integer
*/
private $attributId;
/**
* @var string
*/
priva... |
\begin{tabular}{ c c c c c c }
Program & Size & Allocs & Runtime & Elapsed & TotalMem\\
\hline
\end{tabular}
\begin{verbatim}
[("Project name","The Glorious Glasgow Haskell Compilation System")
,("GCC extra via C opts"," -fwrapv -fno-builtin")
,("C compiler command","C:\\TeamCity\\buildAgent\\work\\28754042a1be605... |
#import "NSObject.h"
@interface IDECommandLineVerb : NSObject
{
}
+ (int)performWithEnvironment:(id)arg1;
+ (id)fallbackOptionHandlerBlockWithEnvironment:(SEL)arg1 options:(id)arg2;
+ (id)optionDefinitionsWithEnvironment:(id)arg1;
@end
|
/**
* Automatically generated file. Please do not edit.
* @author Highcharts Config Generator by Karasiq
* @see [[http://api.highcharts.com/highmaps]]
*/
package com.highmaps.config
import scalajs.js, js.`|`
import com.highcharts.CleanJsObject
import com.highcharts.HighchartsUtils._
/**
* @note JavaScript n... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Try Serving Static Content in Hapi.js 9.0.1</title>
<link rel="shortcut icon" href="https://www.dwyl.io/images/favicon.ico" type="image/x-icon" />
<!-- <link rel="stylesheet" href="/public/style.css"/> -->
</head... |
"use strict";
var Control_Monad_Cont_Trans = require("Control.Monad.Cont.Trans");
var Control_Monad_Error_Trans = require("Control.Monad.Error.Trans");
var Control_Monad_Maybe_Trans = require("Control.Monad.Maybe.Trans");
var Control_Monad_Reader_Trans = require("Control.Monad.Reader.Trans");
var Control_Monad_State_Tr... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Tripulacion_model extends CI_Model
{
public function __construct()
{
parent::__construct();
}
public function todo_tripulacion()
{
$this->load->database(); //Te permite utilizar la Base de datos
$query = $this->db->... |
import * as React from 'react';
import {
HtmlInputrops,
SemanticShorthandItem,
SemanticSIZES
} from '../..';
import { LabelProps } from '../Label';
export interface InputProps {
[key: string]: any;
/** An element type to render as (string or function). */
as?: any;
/** An Input can be formatted to ale... |
"""Google Compute Engine credentials.
This module provides authentication for an application running on Google
Compute Engine using the Compute Engine metadata server.
"""
import datetime
import six
from google.auth import _helpers
from google.auth import credentials
from google.auth import exceptions
from google.... |
package com.planet_ink.coffee_mud.Abilities.Druid;
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 ... |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#include "unicode/utypes.h"
#include "unicode/appendable.h"
#include "unicode/putil.h"
#include "cstring.h"
#include "cmemory.h"
#include "unicode/ustring.h"
#include "unicode/unistr.h"
#include ... |
<?php
namespace Aws\Ses;
use Aws\Common\Client\AbstractClient;
use Aws\Common\Client\ClientBuilder;
use Aws\Common\Enum\ClientOptions as Options;
use Guzzle\Common\Collection;
use Guzzle\Service\Resource\Model;
/**
* Client to interact with Amazon Simple Email Service
*
* @method Model deleteIdentity(array $args... |
/*
This code originated from--
~/svn/sensor/sw_f103/trunk/lib/libsensormisc/USART1_PC_gateway
These routines were included in canldr.c, and modified, mostly by removing the USART calls
and making the appropriate changes for the PC "loop" that waits for interrupts.
After debugging, these routines were lifted and pla... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Xyperico.Base
{
public static class FileUtility
{
/// <summary>
/// Map relative path to app-domain base directory on both servers, background processes, standalone programs and more.
/// </summa... |
module Network.WaiSpec (spec) where
import Test.Hspec
import Test.Hspec.QuickCheck (prop)
import Network.Wai
import Data.IORef
import qualified Data.ByteString as S
import qualified Data.ByteString.Lazy as L
import Data.ByteString.Builder (Builder, toLazyByteString, word8)
import Control.Monad (forM_)
spec :: Spec
sp... |
> Revert the previous `file.path` change
Many plugins change the `file.path` somehow. Most commenly the file extension. For example `gulp-babel` changes `.jsx` extensions to `.js` since it compiles JSX. Sometimes that's undesirable though. This plugin makes it easy to revert the path change.
## Install
```
$ npm in... |
"""
Functions to interact with figures that plot Landlab grid data.
"""
from landlab import RasterModelGrid
from pprint import pprint
def query_grid_on_button_press(event, grid):
"""Print and returns node information using an imshow plot.
This function is triggered when a mouse button is pressed on the matp... |
#include <grpc/support/port_platform.h>
#include <grpc/grpc.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/string_util.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/client_channel/resolver_registry.h"
#include "src/core/ext/transpo... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package org.simpleflatmapper.reflect.test.meta;
import org.junit.Test;
import org.simpleflatmapper.reflect.ReflectionService;
import org.simpleflatmapper.reflect.TypeAffinity;
import org.simpleflatmapper.reflect.meta.ClassMeta;
import org.simpleflatmapper.reflect.meta.DefaultPropertyNameMatcher;
import org.simpleflat... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Rafty.Infrastructure;
using Rafty.Log;
using Shouldly;
using Xunit;
using System.Threading;
using Rafty.FiniteStateMachine;
using Moq;
using Microsoft.Extensions.Logging;
namespace Rafty.Integrat... |
// Project Calico BPF dataplane programs.
// Copyright (c) 2020-2021 Tigera, Inc. All rights reserved.
//
// This program 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 2 of the License, or
/... |
using System.Collections.Generic;
using Newtonsoft.Json;
namespace SitecoreCognitiveServices.Foundation.IBMSDK.SpeechToText.Models
{
public class KeywordResults
{
[JsonProperty("keyword")]
public List<KeywordResult> Keyword { get; set; }
}
} |
import { Profile } from './profile';
var lastMessageTime = 0;
export function putMessage(s: string, e?: any){
var messagelog = document.getElementById('messagelog');
if (e !== undefined){
s = e.type + ' says: '+s;
}
s = template(s);
if (messagelog.innerHTML.search(s) !== -1){
retur... |
require_relative 'piece'
class Bishop < Piece
def self.char(white)
if (white)
# This may actually be the 'Black' unicode character, but whatever, it's the solid
# one, which we'll use as the White piece.
"\u265D"
else
"\u2657"
end
end
def printable_char
Bishop.cha... |
using System.Collections.ObjectModel;
namespace Mvvm.Test.Mocks
{
public class MockViewModel : Kinugasa.Mvvm.BindableBase
{
private int _mockInt;
public int MockInt
{
get { return this._mockInt; }
set
{
this.SetProperty(ref this._moc... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_COOKIES_COOKIE_STORE_UNITTEST_H_
#define NET_COOKIES_COOKIE_STORE_UNITTEST_H_
#include <memory>
#include <set>
#include <string>
#include... |
import datetime
import json
import time
import uuid
import mox
from oslo.config import cfg
from heat.common import identifier
from heat.common import template_format
import heat.db.api as db_api
from heat.engine import environment
from heat.engine import parser
from heat.engine import resource
from heat.engine.resour... |
import faker from 'faker';
export default {
getFakedValue: () => faker.name.lastName(),
requiredProperties: [],
graphQLType: 'String',
mongooseFieldType: String,
};
|
<!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_40) on Wed Apr 13 18:09:34 UTC 2016 -->
<title>YamlConfigurationLoader (apache-cassandra API)</title>
<meta name="date" content="2016-04-13">
<... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package com.haulmont.cuba.gui.components.ds.api.consistency;
import com.haulmont.cuba.gui.components.HasValue;
import com.haulmont.cuba.gui.components.LookupField;
import com.haulmont.cuba.gui.data.CollectionDatasource;
import com.haulmont.cuba.gui.data.Datasource;
import com.haulmont.cuba.security.entity.Group;
imp... |
package gosrc
import (
"bytes"
"io/ioutil"
"os"
"testing"
"golang.org/x/tools/present"
)
// Verify that the output of presBuilder is still a valid presentation.
func TestPresentationBuilderValidOutput(t *testing.T) {
os.Chdir("testdata")
defer os.Chdir("..")
filename := "sample.slide"
data, err := ioutil.R... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>corn: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... |
namespace KBrimble.Dota2.Client.Requests
{
public static class RequestPaths
{
private const string Version = "v1";
public static class Dota2
{
private const string BaseUrl = "IDOTA2Match_570";
public static class Match
{
... |
require "test_helper"
require "./test/support/sequel"
require "shrine/plugins/sequel"
describe Shrine::Plugins::Sequel do
before do
@shrine = shrine { plugin :sequel }
user_class = Class.new(Sequel::Model)
user_class.set_dataset(:users)
@user = user_class.new
@attacher = @shrine::Attacher.f... |
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using Analyzer.Utilities;
using Analyzer.Utilities.Extensions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;
namespace Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines
{
/// <summary>... |
package it.istc.cnr.stlab.clodg;
//package org.eswc.conferences.data;
//
//import java.io.File;
//import java.io.FileNotFoundException;
//import java.io.FileOutputStream;
//import java.io.OutputStream;
//import java.util.ArrayList;
//import java.util.HashMap;
//import java.util.List;
//import java.util.Map;
//import ja... |
package com.javarush.test.level18.lesson05.task01;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/* Исправить ошибки
Исправить функциональность в соответствии с требованиями
Программа должна:
1. переписать все байты одного файла в другой одним куском.
2. закрывать потоки... |
package org.openkilda.integration.converter;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.openkilda.integration.model.response.IslLink;
import org.openkilda.integration.model.response.IslPath;
import org.openkilda.integration.service.SwitchIntegrationService;
import org.openkild... |
using System.Collections.Generic;
using MyStik.TimeTable.Web.Api.Contracts;
namespace MyStik.TimeTable.Web.Api.Responses
{
/// <summary>
/// Response zur Abfrage des persönlichen Stundenplans
/// </summary>
public class PersonalPlanResponse
{
/// <summary>
/// Liste der einzelnen T... |
package bosphorus;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import com.dyuproject.protostuff.GraphIOUtil;
import com.dyuproject.protostuff.Input;
import com.dyuproject.protostuff.Message;
import com.dyuproject.protostuff.Output;
import com.dyu... |
package engineer.spodin.algorithms.structures.disjointset;
/**
* <i>Quick-find</i> implementation of {@link DisjointSet}
* interface.
*/
/*
* Implementation Notes:
* Maintains the invariant that `p` and `q` are connected
* if and only if id[p] is equal to id[q]. In other words,
* all sites in a component must h... |
/**
* AUTOMATICALLY GENERATED CODE - DO NOT MODIFY
*/
package services
import (
"fmt"
"strings"
"github.com/softlayer/softlayer-go/datatypes"
"github.com/softlayer/softlayer-go/session"
"github.com/softlayer/softlayer-go/sl"
)
// The SoftLayer_Product_Item_Category data type contains general category infor... |
class BitstreamsController < ApplicationController
before_action :set_obj, only: [:show]
before_action :call_layout_method
# GET /bitstreams/1
def show
render :controller => "application", :action => "todo"
end
private
def set_obj
set_dspace_obj(Bitstream, ['parent'])
end
end
|
"""Classes corresponding to skins for the learner view."""
__author__ = 'Sean Lip'
import feconf
import jinja_utils
import jinja2
DEFAULT_ENTRY_POINT_PATH = 'player.html'
class BaseSkin(object):
"""Base skin class.
This is the superclass for all skin classes.
"""
# These values should be overrid... |
<?php
namespace Incenteev\TranslationCheckerBundle\Tests\FixtureApp;
use Incenteev\TranslationCheckerBundle\IncenteevTranslationCheckerBundle;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfon... |
package com.streamsets.pipeline.stage.destination.hdfs.metadataexecutor;
import com.google.common.base.Joiner;
import com.streamsets.datacollector.security.HadoopSecurityUtil;
import com.streamsets.pipeline.api.ConfigDef;
import com.streamsets.pipeline.api.Stage;
import org.apache.commons.lang.StringUtils;
import org... |
LinDA Workbech
==============
Repository for the workbech of the LinDA project
##Installation
### Install & setup git
If you do not have git, download it with apt-get.
```shell
sudo apt-get install git
```
###Clone the LinDA Workbench repository
Download the workbench source code from Github.
```
git clone https:/... |
function binarygt = binarysphere2d(sz, pts, radius)
% Generate a mask with 2d spheres to cover a list of 2d points
% sz: the size of the original image
% pts: a list of 2d point coordinates < N * D>
% radius: a list of radius corresponding to the pts
%Initialize the 2d binary matrix with zeros
binarygt = logical(zer... |
-- phpMyAdmin SQL Dump
-- version 4.3.11
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Oct 06, 2015 at 12:24 AM
-- Server version: 5.6.24
-- PHP Version: 5.6.8
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
... |
Group = Class:extend
{
-- Property: active
-- If false, none of its member sprites will receive update-related events.
active = true,
-- Property: visible
-- If false, none of its member sprites will be drawn.
visible = true,
-- Property: solid
-- If false, nothing will collide against this group. This does n... |
package com.kakao.shaded.jackson.module.scala.deser
import java.util.AbstractMap
import java.util.Map.Entry
import scala.collection.{mutable, SortedMap}
import scala.collection.immutable.TreeMap
import com.kakao.shaded.jackson.core.JsonParser
import com.kakao.shaded.jackson.databind._
import com.kakao.shaded.jackson... |
function newState = videoIsDocked(varargin)
p = inputParser;
addOptional(p, 'oldState', true);
addOptional(p, 'action', struct('type', ''));
p.StructExpand = false;
parse(p, varargin{:});
switch(p.Results.action.type)
case 'TOGGLE_DOCK'
newState = ~p.Results.oldState;
otherwise
newState = p.Results.old... |
SYNONYM
#### According to
GRIN Taxonomy for Plants
#### Published in
Trudy Imp. S. -Peterburgsk. Bot. Sada 22:438. 1904
#### Original name
null
### Remarks
null |
+++
title = "beyourcar"
date = "2017-05-26T12:36:45+02:00"
name = "BeYourCar"
client = ""
description = "Desarrollo de las **aplicaciones móviles** para la startup BeYourCar: conecta tu coche y tu smartphone para gestionar su mantenimiento, diagnosticar problemas, y mucho más."
clientLogo = "logo-beyourcar-h60.png"
cas... |
<?php
class Ecg_AddressVerification_Helper_DataTest extends PHPUnit_Framework_TestCase
{
/**
* @var Ecg_AddressVerification_Helper_Data
*/
protected $object;
protected function setUp()
{
$this->object = new Ecg_AddressVerification_Helper_Data();
}
/**
* @covers Ecg_Add... |
package vietnamworks.com.vnwcore.entities;
import android.content.Context;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import R.helper.BindField;
import R.helper.Callback;
import R.helper.CallbackResult;
import R.helper.Common;
import R.helper.EntityX;
import R.helper.LocalStor... |
class Ui {
constructor(changes: Partial<Ui> = {}, previous?: Ui) {
Object.assign(this, previous, changes);
}
loading: boolean = false;
}
export default Ui;
|
<?xml version="1.0" encoding="UTF-8"?>
<MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm... |
package org.openengsb.opencit.core.projectmanager.internal;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.util.Map.Entry;
import javax.jms.Connection;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.... |
index: 201
category: classes
path: /reference/disposable
title: Disposable
---
A handle to a resource that can be disposed.
You can use it by requiring [event-kit](https://github.com/atom/event-kit) module.
```js
import { Disposable } from 'event-kit'
```
## Methods
### .isDisposable(object)
Ensure that `object` c... |
using System;
using System.Linq;
using System.Collections.Generic;
using Xamarin.Forms;
using SimpleRun.Models;
using SimpleRun.Views.Custom;
namespace SimpleRun.Views.Settings
{
public class SettingsListPage : ContentPage
{
TableView tableView;
RightImageCell milesImageCell;
RightImageCell kmImageCell;
pu... |
package io.cdap.plugin.batch.source;
import io.cdap.plugin.ErrorHandling;
import io.cdap.plugin.batch.MongoDBConfigBuilder;
/**
* Builder class that provides handy methods to construct {@link MongoDBBatchSource.MongoDBSourceConfig} for testing.
*/
public class MongoDBSourceConfigBuilder extends MongoDBConfigBuilde... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Bacidia holophaea Anzi
### Remarks
null |
namespace java.util.concurrent
{
public partial interface ConcurrentNavigableMap<K,V> : ConcurrentMap<K,V>, NavigableMap<K,V>
{
NavigableSet<K> descendingKeySet();
ConcurrentNavigableMap<K,V> descendingMap();
ConcurrentNavigableMap<K,V> headMap(K prm1);
ConcurrentNavigableMap<K,V... |
import configureMockStore from 'redux-mock-store';
import thunk from 'redux-thunk';
import fetchMock from 'fetch-mock';
import { expect } from 'chai';
import {
ADD_WIDGET_REQUEST,
ADD_WIDGET_SUCCESS,
ADD_WIDGET_FAILURE,
addWidget,
} from './add'
const CITY_NAME = 'SomeCity';
const WEATHER_URL = `/server/weath... |
const DrawCard = require('../../../drawcard.js');
class ViserysTargaryen extends DrawCard {
setupCardAbilities() {
this.interrupt({
when: {
onCardLeftPlay: (e, player, card) => card === this
},
handler: () => {
this.game.promptForSelect(th... |
var server = require('../index').Server;
var config = require('./conf/application');
var service = new server(config);
service.run(); |
const fs = require('fs');
const path = require('path');
const YAML = require('yaml');
const yargs = require('yargs');
module.exports = function getOptions() {
let cfg = {};
for (const fn of [
'messageformat.rc.js',
'messageformat.rc.json',
'messageformat.rc.yaml',
'messageformat.rc.yml'
]) {
... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
VERSION ?= latest
IMAGE_NAME=leocbs/scrapy-proxy:$(VERSION)
build:
docker build -t $(IMAGE_NAME) .
shell:
docker run -ti --rm -v `pwd`:/project $(IMAGE_NAME) bash
run:
docker run -ti --rm -v `pwd`:/project $(IMAGE_NAME) scrapy crawl xroxy
|
package com.uaihebert.uaimockserver.validator;
import com.uaihebert.uaimockserver.facade.RequestValidatorFacade.RequestAnalysisResult;
import com.uaihebert.uaimockserver.model.UaiRequest;
import io.undertow.server.HttpServerExchange;
public interface RequestDataValidator {
void validate(UaiRequest uaiRequest, Htt... |
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/search_hint" /> |
package knu.cs.dke.topology_manaver_test;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import org.apache.storm.Config;
import org.apache.storm.StormSubmitter;
import org.apache.storm.generated.AlreadyAliveException;
import org.apache.storm.generated.AuthorizationException;
import org.apa... |
package ld
import (
objfilepkg "cmd/internal/objfile" // renamed to avoid conflict with objfile function
"debug/dwarf"
"internal/testenv"
"io/ioutil"
"os"
"os/exec"
"path/filepath"
"reflect"
"runtime"
"testing"
)
func TestRuntimeTypeDIEs(t *testing.T) {
testenv.MustHaveGoBuild(t)
if runtime.GOOS == "plan... |
#include <aws/medialive/model/HlsAdMarkers.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace MediaLive
{
namespace Model
{
namespace HlsAdMarkersMapper
{
... |
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.indeed</groupId>
<artifactId>proctor... |
package org.testng;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import org.testng.collections.Lists;
import org.testng.collections.Maps;
import org.testng.internal.Utils;
import org.testng.util.Strings;
/**
* This class is used for test methods to log messages th... |
// Generated from /Users/Sashok/Documents/2017-2018/Stage/slasher/slasher.corrector/src/main/antlr4/ch/gaps/slasher/SQLParser.g4 by ANTLR 4.7
package ch.gaps.slasher.corrector;
import org.antlr.v4.runtime.tree.AbstractParseTreeVisitor;
/**
* This class provides an empty implementation of {@link SQLParserVisitor},
*... |
#include "../../internal.h"
extern HEBI_API
void hebi_zsetzero(hebi_zptr);
|
(function ($, undefined) {
/**
* @name kendo.ui.Menu.Description
*
* @section
* <p>
* The <b>Menu</b> displays hierarchical data as a multi-level menu. It provides rich styling for unordered lists
* of items, and can be used for both navigation and executing JavaScript commands. Ite... |
# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
requir... |
package org.jclouds.digitalocean.http;
import static org.jclouds.Constants.PROPERTY_MAX_RETRIES;
import static org.jclouds.digitalocean.http.ResponseStatusFromPayloadHttpCommandExecutorService.ACCESS_DENIED;
import static org.jclouds.digitalocean.http.ResponseStatusFromPayloadHttpCommandExecutorService.NOT_FOUND;
imp... |
<!DOCTYPE html>
<html>
<head>
<title>Canvas View</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
This is canvas view
</body>
</html>
|
<div class="row-fluid" id="controller-Restrict">
<div class="span10">
<h3 class="subsection">Restrictions - shorthand version</h3>
<p>Restrictions has two overloaded forms - one that takes a single group of roles, and another that takes
multiple groups. A group is represented by an arr... |
Arduino projects
|
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for app/shared/opening-hours/shared/opening-hours-data.service.ts</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../../prettify.css" />
<link rel="stylesheet" href="../../../../base.css" />
<meta name="viewport"... |
///////////////////////////////////////////////////////////////////////////////
// Name: wx/checkbox.h
// Purpose: wxCheckBox class interface
// Author: Vadim Zeitlin
// Modified by:
// Created: 07.09.00
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////... |
#include <iostream>
#include <core_test/tables/TabDepartment.h>
#include <core_test/tables/TabEmpty.h>
#include <core_test/tables/TabPerson.h>
#include <sqlpp17/core/join.h>
int main()
{
#warning : s should be a constexpr
auto context = 0;
{
auto s = test::tabPerson.join(test::tabDepartment).unconditionally... |
<?php
/*
Safe sample
input : get the field UserData from the variable $_POST
sanitize : check if there is only letters and/or numbers
construction : interpretation with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify,... |
import Chip from "@material-ui/core/Chip";
import React from "react";
import _ from "lodash";
import { makeStyles, Theme } from "@material-ui/core/styles";
const useStyles = makeStyles((theme: Theme) => ({
root: {
marginTop: theme.spacing(2),
marginLeft: theme.spacing(2),
},
success: {
color: theme.p... |
package org.apache.flink.table.types.inference.strategies;
import org.apache.flink.annotation.Internal;
import org.apache.flink.table.functions.FunctionDefinition;
import org.apache.flink.table.types.DataType;
import org.apache.flink.table.types.inference.ArgumentCount;
import org.apache.flink.table.types.inference.... |
<?php
defined('SYSPATH') or die('No direct script access.');
class Controller_Index_Main extends Controller_Base {
public function before() {
parent::before();
if (!$this->auth->logged_in()) {
$this->session = Session::instance();
$this->session->set('redirectAfterLogin', ... |
#pragma once
#include "EigenTypedef.h"
#include "fwd.h"
namespace sva
{
/**
* Create a rotation matrix about the X axis.
* The rotation is exprimed in successor frame.
* @param theta rotation in radian.
*/
template<typename T>
Eigen::Matrix3<T> RotX(T theta);
/**
* Create a rotation matrix about the Y axis.
... |
namespace net {
class NetLogWithSource;
namespace ct {
enum class CTPolicyCompliance;
} // namespace ct
class X509Certificate;
// Interface for checking whether or not a given certificate conforms to any
// policies an application may have regarding Certificate Transparency.
//
// See //net/docs/certificate-transp... |
package org.elasticsearch.xpack.core.ml.notifications;
import org.elasticsearch.test.AbstractXContentTestCase;
import org.elasticsearch.xpack.core.common.notifications.AbstractAuditMessage;
import static org.hamcrest.Matchers.equalTo;
public abstract class AuditMessageTests<T extends AbstractAuditMessage> extends A... |
package org.ddi.util;
import com.mongodb.BasicDBList;
import com.mongodb.BasicDBObject;
import com.mongodb.BulkWriteOperation;
import com.mongodb.BulkWriteResult;
import com.mongodb.Cursor;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mong... |
ResolveProxyMsgHelper::ResolveProxyMsgHelper(net::ProxyService* proxy_service)
: proxy_service_(NULL),
ALLOW_THIS_IN_INITIALIZER_LIST(callback_(
this, &ResolveProxyMsgHelper::OnResolveProxyCompleted)),
proxy_service_override_(proxy_service) {
}
bool ResolveProxyMsgHelper::OnMessageReceived(co... |