answer stringlengths 15 1.25M |
|---|
// modification, are permitted provided that the following conditions
// are met:
// documentation and/or other materials provided with the distribution.
// THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
// ... |
// Always use -ffp-contract=off option to compile SLEEF.
#include <stdint.h>
#include <limits.h>
#include <float.h>
#define ENABLE_BUILTIN_MATH
#ifndef ENABLE_BUILTIN_MATH
#include <math.h>
#define SQRTF sqrtf
#else
#define SQRTF __builtin_sqrtf
#endif
#include "misc.h"
// debug prints using fprintf
#define NDEBUG
#if ... |
<?php
namespace Sonata\MediaBundle\Tests\Resizer;
use Gaufrette\Adapter\InMemory;
use Gaufrette\File;
use Gaufrette\Filesystem;
use Imagine\Image\Box;
use Sonata\MediaBundle\Resizer\SimpleResizer;
class SimpleResizerTest extends \<API key>
{
/**
* @expectedException \RuntimeException
*/
public functio... |
'use strict';
/**
* @module team/handler/remove
*/
const Team = require('../model/team');
/**
* Delete an existing Team
* @param {Request} request - Hapi request
* @param {Reply} reply - Hapi Reply
* @returns {Null} responds with redirect to Team list
*/
function remove (request, reply) {
const {prefix} = re... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web serve... |
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Windows;
using TUM.CMS.VplControl.Annotations;
namespace TUM.CMS.VplControl.Core
{
public class BindingPoint : <API key>
{
private Point point;
public BindingPoint(double x, double y)
{
point = n... |
import selftest from '../tool-testing/selftest.js';
import { parse, markBottom } from '../utils/parse-stack';
import _ from 'underscore';
import Fiber from 'fibers';
import Future from 'fibers/future';
import files from '../fs/files';
selftest.define("parse-stack - parse stack traces without fibers", () => {
const er... |
import Operator from '../Operator';
import Subscriber from '../Subscriber';
/**
* Maps every value to the same value every time.
* @param {any} value the value to map each incoming value to
* @returns {Observable} an observable of the passed value that emits everytime the source does
*/
export default function mapT... |
package unfiltered.netty
import org.specs2.mutable.Specification
import unfiltered.response.{ Pass, Ok, ResponseString }
import unfiltered.request.{ GET, Params, Path => UFPath, POST, PUT, RemoteAddr, & }
object ServerSpec extends Specification with unfiltered.specs2.netty.Served {
def setup = _.plan(planify({
ca... |
# Security.Properties <API key>
**Namespace:** [OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508](OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508.md)
**Assembly:** OfficeDevPnP.Core.dll
## Syntax
C
public User[] <API key> { get; set; }
Property Value
Type: [OfficeDevPnP.Core.Framework.Provi... |
#!/usr/local/bin/ruby
# <API key>: false
# pi.rb
# Calculates 3.1415.... (the number of times that a circle's diameter
# will fit around the circle) using J. Machin's formula.
require "bigdecimal"
require "bigdecimal/math.rb"
include BigMath
if ARGV.size == 1
print "PI("+ARGV[0]+"):\n"
p PI(ARGV[0].to_i)
else
... |
/**
* Main JS file for Casper behaviours
*/
/*globals jQuery, document */
(function ($) {
"use strict";
$(document).ready(function(){
$(".post-content").fitVids();
});
}(jQuery)); |
using System.Net.Security;
using System.Security.Authentication.ExtendedProtection;
namespace System.Net
{
internal class SslStreamContext : TransportContext
{
internal SslStreamContext(SslStream sslStream)
{
if (sslStream == null && GlobalLog.IsEnabled)
{
... |
basis.require('basis.l10n');
/**
* @namespace basis.template
*/
var namespace = this.path;
// import names
var Class = basis.Class;
var cleaner = basis.cleaner;
var path = basis.path;
var arraySearch = basis.array.search;
var arrayAdd = basis.array.add;
var arrayRemove = basis.array.remove;
// Ma... |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-<API key>: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}... |
<form method="post">
<input type="hidden" name="cache" value="123" maxlength="20" />
</form> |
package com.microsoft.azure.management.compute.v2017_12_01.implementation;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Response after calling a manual recovery walk.
*/
public class <API key> {
/**
* Whether the recovery walk was performed.
*/
@JsonProperty(value = "walkPerformed", a... |
<?php
namespace Bigcommerce\Test\Unit\Api\Resources;
use Bigcommerce\Api\Resources\Page;
use Bigcommerce\Api\Client;
class PageTest extends ResourceTestBase
{
public function <API key>()
{
$page = new Page();
$this->connection->expects($this->once())
->method('get')
->wit... |
<div class="umbracoDialog umb-dialog-body with-footer" ng-controller="Umbraco.Editors.MemberTypes.CreateController">
<div class="umb-pane" ng-if="!model.creatingFolder">
<h5><localize key="create_createUnder">Create a type under</localize> {{currentNode.name}}</h5>
<ul class="umb-actions umb-actions... |
#ifndef TRANSACTIONRECORD_H
#define TRANSACTIONRECORD_H
#include "uint256.h"
#include <QList>
class CWallet;
class CWalletTx;
/** UI model for transaction status. The transaction status is the part of a transaction that will change over time.
*/
class TransactionStatus
{
public:
TransactionStatus():
co... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/constant.IPTOS_ECN_ECT0.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/constant.IPTOS_ECN_ECT0.html">../../../libc/constant.IPTOS_ECN_ECT0.html</a>...</p>
<script>location.replace("../../../libc/c... |
#! /usr/bin/env ruby -S rspec
require '<API key>'
describe 'member function' do
shared_examples 'item found' do
it 'outputs correctly' do
apply_manifest(pp, :catch_failures => true) do |r|
expect(r.stdout).to match(%r{Notice: output correct})
end
end
end
describe 'success' do
pp1 =... |
module.exports={A:{A:{"1":"E A B","2":"H D G mB"},B:{"1":"C K f L N I J q"},C:{"1":"0 1 2 3 4 5 6 8 Q R S T U V W X Y Z a b c d e AB g h i j k l m n o p M r s t u v w x y z EB MB DB BB FB HB IB JB KB LB","2":"jB NB","260":"F O H D G E A B C K f L N I J P dB cB"},D:{"1":"0 1 2 3 4 5 6 8 F O H D G E A B C K f L N I J P Q... |
<?php
return array(
'driver' => 'mysql',
'host' => '127.0.0.1',
'username' => 'root',
'password' => '',
'database' => 'hook_tests',
'collation' => 'utf8_general_ci',
'charset' => 'utf8'
); |
// /Users/tamc/Documents/github/excel_to_code/spec/test_data/ExampleSpreadsheet.xlsx approximately translated into C
// definitions
#define NUMBER_OF_REFS 349
#define EXCEL_FILENAME "/Users/tamc/Documents/github/excel_to_code/spec/test_data/ExampleSpreadsheet.xlsx"
// end of definitions
// First we have c versions of ... |
module Shoulda # :nodoc:
module Matchers
module ActiveModel # :nodoc:
# Ensures that the attribute can be set on mass update.
# it { should_not <API key>(:password) }
# it { should <API key>(:first_name) }
# In Rails 3.1 you can check role as well:
# it { should <API key>(:firs... |
#!/usr/bin/env ruby
# Fetch Elasticache metrics from CloudWatch
# for details.
# Gets metrics from CloudWatch and puts them in Graphite
# Needs aws-sdk gem
# By default fetches all available statistics from one minute ago. You may need to fetch further back than this;
require 'rubygems' if RUBY_VERSION < '1.9.0'
requi... |
#!/bin/sh
# Find legacy docs and frame them
for file in `ls */index.html` ; do
if grep -q ".title ng-bind-template=.UI Router: {{partialTitle}}..Docs..title." $file ; then
if head -n 1 $file | grep -q "^---$" ; then
echo "skipping $file";
else
echo "processing legacy docs: $file";
(echo "
... |
# Portfolio Starter Kit
This portfolio is built with **Next.js** and a library called [Nextra](https://nextra.vercel.app/). It allows you to write Markdown and focus on the _content_ of your portfolio. This starter includes:
- Automatically configured to handle Markdown/MDX
- Generates an RSS feed based on your posts
-... |
layout: post
title: Manjaro Lxqt "Ice" 16.05 released
We are happy to announce a maintenance release of the latest Manjaro-Lxqt Community edition
<img src="https://manjaro.github.io/images/manjaro-lxqt-16.05.jpg">
LXQt is one of the lighter desktops (written in QT5 and based on Openbox) for those who seek speed or have... |
<?php
namespace Components\Resources\Models\MediaTracking;
use Hubzero\Database\Relational;
/**
* Detailed media tracking model
*
* @uses \Hubzero\Database\Relational
*/
class Detailed extends Relational
{
/**
* The table namespace
*
* @var string
*/
protected $namespace = 'media_track... |
var assert = require('assert');
var common = require('../../common');
var cluster = common.createPoolCluster({
canRetry : true,
<API key> : 5
});
var connCount = 0;
var poolConfig = common.getTestConfig({port: common.fakeServerPort});
var server = common.createFakeServer();
cluster.add('MASTER', ... |
<?php
namespace Doctrine\ODM\MongoDB\Tests;
use Doctrine\ODM\MongoDB\DocumentManager;
use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
use Doctrine\ODM\MongoDB\Mapping\ClassMetadata;
class GH520Test extends BaseTest
{
public function <API key>()
{
$document = new GH520Document();
$document->... |
## Essential extensions
- [Azure Account](https://marketplace.visualstudio.com/items?itemName=ms-vscode.azure-account)
- [Azure Functions](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.<API key>)
- [Azure IoT Hub](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit)
-... |
<?php namespace Backend\Models;
use File;
use Lang;
use Model;
use Response;
use League\Csv\Writer as CsvWriter;
use <API key>;
use SplTempFileObject;
/**
* Model used for exporting data
*
* @package october\backend
* @author Alexey Bobkov, Samuel Georges
*/
abstract class ExportModel extends Model
{
/**
... |
package bitfield
// NOTE: Don't bother replacing the divisions/modulo with shifts/ands, go is smart.
import (
"math/bits"
)
// NewBitfield creates a new fixed-sized Bitfield (allocated up-front).
// Panics if size is not a multiple of 8.
func NewBitfield(size int) Bitfield {
if size%8 != 0 {
panic("Bitf... |
package kodkod.engine.satlab;
import java.util.Iterator;
import java.util.<API key>;
import kodkod.util.collections.Containers;
import kodkod.util.ints.IntBitSet;
import kodkod.util.ints.IntIterator;
import kodkod.util.ints.IntSet;
import kodkod.util.ints.Ints;
/**
* An array-backed implementation of the {@linkplain R... |
/**
* <API key>
*
* This custom tslint rule is highly specific to GitHub Desktop and attempts
* to prevent props and state interfaces from being declared with mutable
* members.
*
* While it's technically possible to modify this.props there's never a good
* reason to do so and marking our interfaces as read onl... |
// <API key>.h
// Google Mobile Ads SDK
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <GoogleMobileAds/GADAdLoaderDelegate.h>
#import <GoogleMobileAds/GADMediaView.h>
#import <GoogleMobileAds/GADNativeAd.h>
#import <GoogleMobileAds/GADNativeAdImage.h>
#import <GoogleMobileAds/GADVideoController.h>... |
#include <debug.h>
#include <compiler.h>
#include <stm32f0xx.h>
#include <arch/arm/cm.h>
#include <platform/stm32.h>
#include <target/debugconfig.h>
#include <lib/cbuf.h>
/* un-overridden irq handler */
void stm32_dummy_irq(void)
{
arm_cm_irq_entry();
panic("unhandled irq\n");
}
/* a list of default handlers th... |
<?php
namespace VotingBundle;
/**
* Inherited Methods
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void execute($callable)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForw... |
<?php
include('../header.php');
echo 'APM Order ' . $_GET['orderCode'] . ' has been marked as pending<br/>'; |
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<title>Search Results Data Component</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<!-- build:css css/ui.css -->
<link rel="stylesheet" href="css/main.css">
<!-- endbu... |
# <API key>.Properties InitiationUrl
**Namespace:** [OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508](OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508.md)
**Assembly:** OfficeDevPnP.Core.dll
## Syntax
C
public string InitiationUrl { get; set; }
Property Value
Type: System.String
## See also... |
class ProductsController < <API key>
before_action :set_product, only: [:show, :edit, :update, :destroy]
# GET /products
# GET /products.json
def index
@products = Product.all
end
# GET /products/1
# GET /products/1.json
def show
end
# GET /products/new
def new
@product = Product.new
end... |
<?php
namespace Acme\FooterBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
class AcmeFooterExtension extends Extension
{
... |
#import <Foundation/Foundation.h>
#import "VIPERProtocols.h"
@interface VIPERInteractor : NSObject <<API key>, <API key>>
// Properties
@property (nonatomic, weak) id <<API key>> presenter;
@property (nonatomic, strong) id <<API key>> dataManager;
@end |
<?php
namespace Symfony\Tests\Component\HttpKernel\HttpCache;
use Symfony\Component\HttpKernel\HttpKernel;
use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Controller\<API key>;
use Symfony... |
Meteor.npmRequire = function (moduleName) {
var module = Npm.require(moduleName);
return module;
};
Meteor.require = function (moduleName) {
console.warn('Meteor.require is deprecated. Please use Meteor.npmRequire instead!');
return Meteor.npmRequire(moduleName);
}; |
/**
* @constructor
* @extends {WebInspector.<API key>}
* @implements {WebInspector.TargetManager.Observer}
*/
WebInspector.<API key> = function()
{
WebInspector.<API key>.call(this, WebInspector.UIString("Async Operation Breakpoints"));
this.bodyElement.classList.add("async-operations");
this.emptyEleme... |
// Redirect all the existing URLs with fragment identifiers in to the new section
;(function () {
'use strict'
var getNewRouteFor = function (fragment) {
var baseURL = window.location.protocol + '//' + window.location.host
var newRoutes = {
'#guide-layout': '/layout',
'#layout-spacing': '/layout... |
#pragma once
#include "UEPyModule.h"
PyObject *<API key>(ue_PyUObject *, PyObject *);
PyObject *<API key>(ue_PyUObject *, PyObject *);
PyObject *<API key>(ue_PyUObject *, PyObject *);
PyObject *<API key>(ue_PyUObject *, PyObject *);
PyObject *<API key>(ue_PyUObject *, PyObject *);
PyObject *<API key>(ue_PyUObject *, Py... |
'use strict'
const constants = require('../constants')
const recursorUtils = require('../recursorUtils')
const object = require('./object')
const SHALLOW_EQUAL = constants.SHALLOW_EQUAL
const UNEQUAL = constants.UNEQUAL
function describe (props) {
return new DescribedSetValue(Object.assign({
size: props.value.siz... |
#include <stdio.h>
#include <stdlib.h>
int main()
{
int i, space, rows, hashtag=0,counttop=0,base,counthash;
scanf("%d",&rows);
base = (1 + (rows - 1) * 2)-4;
counttop= rows-2;
if (counttop%2==0)
{ counthash = (base+1)*(counttop/2);}
else
{counthash= (base-1)*((counttop-1)/2)+bas... |
package com.gdxjam.utils;
import com.badlogic.ashley.core.Entity;
import com.badlogic.ashley.core.Family;
import com.badlogic.ashley.core.PooledEngine;
import com.badlogic.ashley.utils.ImmutableArray;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.ai.msg.MessageManager;
import com.gdxjam.ai.state.TelegramMessage;... |
var fs = require('fs')
var path = require('path')
var spawn = require('child_process').spawn
var exe = process.argv[0]
var cwd = process.cwd()
for (var dep in process.versions) {
console.log(' %s@%s', dep, process.versions[dep])
}
console.log('')
runScripts(fs.readdirSync(__dirname))
function runScripts (fileNames) ... |
HTML_OUTPUTS = {
'simple': (
b'<!DOCTYPE html><html xmlns="http:
b'<div id="impress"><div class="step step-level-1" step="0" '
b'data-rotate-x="0" data-rotate-y="0" data-rotate-z="0" '
b'data-scale="1" data-x="0" data-y="0" data-z="0"><h1 '
b'id="simple-presentation">Simple P... |
package application;
import java.io.IOException;
import java.util.Stack;
import application.logic.BoardClassic;
import javafx.application.Application;
import javafx.stage.Stage;
import javafx.scene.Group;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.layout.BorderP... |
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
// in all copies or ... |
#!/bin/sh
tar xf ${PKG_NAME}-*.tar.* |
'use strict'
const constants = require('./constants')
const describe = require('./describe')
const lineBuilder = require('./lineBuilder')
const recursorUtils = require('./recursorUtils')
const shouldCompareDeep = require('./shouldCompareDeep')
const symbolProperties = require('./symbolProperties')
const themeUtils = re... |
var helper = require('../lib');
var request = helper.getRequest();
describe('<API key>', function(){
before(function (done) {
helper.drakov.run({sourceFiles: 'test/example/md/<API key>.md'}, done);
});
after(function (done) {
helper.drakov.stop(done);
});
describe('/api/sababa/:itemi... |
require "helper"
class TestDrop < JekyllUnitTest
context "a document drop" do
setup do
@site = fixture_site({
"collections" => ["methods"],
})
@site.process
@document = @site.collections["methods"].docs.detect do |d|
d.relative_path == "_methods/configuration.md"
end
... |
import { Component, ViewChild, ElementRef } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html'
})
export class AppComponent {
@ViewChild('HorizontalDiv') HorizontalDiv: ElementRef;
@ViewChild('VerticalDiv') VerticalDiv: ElementRef;
<API key>(event: any): voi... |
{% extends "layout.html" %}
{% block page_title %}
Apprenticeships
{% endblock %}
{% block content %}
<style>
.financial-nav a, .nav-payments a{
{% include "includes/nav-on-state-css.html" %}
}
</style>
<main id="content" role="main">
{% include "includes/phase_banner_alpha.html" %}
{% include "includes/bread... |
'use strict';
module.exports = {
succeed: (res) => {},
fail: (e) => {}
}; |
namespace System.Web.Mvc.Test {
using System;
using System.Web.Routing;
using System.Web.TestUtil;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
[TestClass]
public class RedirectResultTest {
private static string _baseUrl = "http:
[TestMethod]
public ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenNLP.Tools.Trees
{
<summary>
A class for tree normalization. The default one does no normalization.
Other tree normalizers will change various node labels, or perhaps the
who... |
package com.iluwatar.tolerantreader;
import java.io.IOException;
/**
*
* Tolerant Reader is an integration pattern that helps creating robust communication systems. The
* idea is to be as tolerant as possible when reading data from another service. This way, when the
* communication schema changes, the readers must... |
import { getAbsolutePath } from '../helpers';
import initContext from './initContext';
import <API key> from './helpers/<API key>';
/**
* Builds the Roc configuration object without running the cli.
*/
export default function buildContext(dirPath, projectConfigPath, validate = true) {
// Build the complete config... |
package com.microsoft.azure.management.appservice.v2018_02_01;
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.management.appservice.v2018_02_01.implementation.<API key>;
import com.microsoft.azure.arm.model.Indexable;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azur... |
module Doorkeeper
module Generators
class ViewsGenerator < ::Rails::Generators::Base
source_root File.expand_path('../../../../app/views/doorkeeper', __FILE__)
desc 'Copies default Doorkeeper views to your application.'
def manifest
directory 'applications', 'app/views/doorkeeper/applica... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Matrix Admin</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/<API key>.min.css" />
<link rel="stylesheet" href="css/matrix-styl... |
<?php
namespace Symfony\Component\Security\Guard\Firewall;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\Security\Guard\Guard<API key>;
use Symfony\Component\Security\Guard\<API key>;
use Symfon... |
local name = 1
local children = 2
local function ancestry(which, node)
if which == node[name] then return { node } end
for _, child in ipairs(node[children] or {}) do
local _ancestry = ancestry(which, child)
if _ancestry then
table.insert(_ancestry, 1, node)
return _ancestry
end
end
end
lo... |
using System;
using JetBrains.Annotations;
using UnitsNet.Units;
// ReSharper disable once CheckNamespace
namespace UnitsNet
{
// Windows Runtime Component has constraints on public types: https://msdn.microsoft.com/en-us/library/br230301.aspx#Declaring types in Windows Runtime Components
// Public structures c... |
function <API key>(eventobject) {
return <API key>.call(this);
} |
@namespace liberator url("http://vimperator.org/namespaces/liberator");
[liberator|highlight~=HintImage],
[liberator|highlight~=Hint] {
z-index: 5000;
position: absolute !important;
}
[liberator|highlight~=Search] {
display: inline !important;
}
/* Applied only to completion buffer and MOW */
@-moz-document... |
/**
* @requires OpenLayers/Control.js
*/
/**
* Class: OpenLayers.Control.MousePosition
* The MousePosition control displays geographic coordinates of the mouse
* pointer, as it is moved about the map.
*
* Inherits from:
* - <OpenLayers.Control>
*/
OpenLayers.Control.MGRSMousePosition = OpenLayers.Class(OpenLa... |
package com.microsoft.azure.management.recoveryservices.backup.v2017_07_01;
import org.joda.time.DateTime;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Additional information on backup engine.
*/
public class <API key> {
/**
* Database name of backup engine.
*/
@JsonProperty(value = "... |
#string-mask
A string formatter and validator based on masks.
## Installation ##
With npm
javascript
npm install --save string-mask
With bower
javascript
bower install --save string-mask
## Special mask's characters ##
Character | Description
|
`0` | Any numbers
`9` | Any numbers (Optional)
`#` | Any numbers (recursive... |
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
import { build } from '<API key>';
import { inlineSetup } from '../../helpers/utility-methods';
module('FixtureConverter', function(hooks) {
setupTest(hooks);
inlineSetup(hooks, '-rest');
test("#<API key> with custom serializer keyForA... |
// <auto-generated/>
#nullable disable
using System.Collections.Generic;
using Azure.Core;
namespace Azure.ResourceManager.Network.Models
{
<summary> Result of the request to list P2SVpnGateways. It contains a list of P2SVpnGateways and a URL nextLink to get the next set of results. </summary>
public partial cl... |
declare module '*.html' {
const value: string;
export default value;
} |
module Evercookie
# adds additional things to rails engine
module Rails
# adds additional things to rails engine
class Engine < ::Rails::Engine
# adds ec.js to be precompiled
initializer "evercookie precompile hook" do |app|
app.config.assets.precompile << /ec\.js/
end
# regi... |
<?php
namespace Maverick\Console\Command\Build\Step;
use <API key>;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use org\bovigo\vfs\vfsStream;
use RuntimeException;
class <API key> extends <API key>
{
public ... |
package peco
import (
"fmt"
"os"
"strings"
"time"
"github.com/nsf/termbox-go"
"github.com/peco/peco/keyseq"
)
// Keymap holds all the key sequence to action map
type Keymap struct {
Config map[string]string
Action map[string][]string // custom actions
Keyseq *keyseq.Keyseq
}
// NewKe... |
package com.microsoft.azure.management.recoveryservices.backup.v2017_07_01;
import java.util.Collection;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.microsoft.rest.<API key>;
/**
* Defines values for JobStatus.
*/
public final class JobStatus extends <API key><JobStatus> {
/** Static value Inv... |
require 'test_helper'
class Admin::<API key> < ActionDispatch::IntegrationTest
setup do
@group = create(:group)
end
test 'should get index' do
get admin_groups_url
assert_response :success
end
test 'should get new' do
get new_admin_group_url
assert_response :success
end
test 'should cr... |
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
[role="button"] {
cursor: pointer;
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal... |
import electron from "electron";
import { actions } from "common/actions";
import { Store } from "common/types";
import IntlMessageFormat from "intl-messageformat";
import env from "common/env";
import { _ } from "renderer/t";
import { t } from "common/format/t";
const emptyObj: any = {};
export function <API key>(
w... |
// This file was generated based on 'C:\ProgramData\Uno\Packages\Fuse.Controls\0.18.8\$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Animations.IResize.h>
#include <Fuse.Controls.Shape.h>
#include <Fuse.IActualPlacement.h>
#include <Fuse.Navigation.INavigationPanel... |
@extends(config('seneschal.layout'))
{{-- Web site Title --}}
@section('title', 'View Group')
{{-- Content --}}
@section('content')
<div class="row">
<div class="twelve columns">
<h4>{{ $group['name'] }} Group</h4>
</div>
</div>
<div class="row">
<div class="six columns">
<strong>Permissions... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<meta>
<!-- Stylesheets -->
<link href="../web.css" type="text/css" rel="stylesheet"></link>
<link href="../pygmentize.css" type="text/css" rel="stylesheet"></link>
<title>VLFeat - Documentation - C API</title>
<link rel="stylesheet" type="text/css" href="../doxyge... |
package themidibus;
import javax.sound.midi.MidiMessage;
/**
* A <API key> can be notified of incomming MIDI messages in MidiMessage form, usually by a MidiBus object which it is connected to. Typically it would analyse and react to incomming MIDI messages in some useful way.
*
* @version 008
* @author Severin Smit... |
(function() {
var CommandUpsideDown, Icommand,
extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; ... |
#ifndef <API key>
#ifndef <API key>
#define <API key>
namespace j2cpp { namespace android { namespace os { class Handler; } } }
namespace j2cpp { namespace android { namespace media { namespace JetPlayer_ { class OnJetEventListener; } } } }
namespace j2cpp { namespace android { namespace content { namespace res { class... |
#ifndef QTDOCKSITE_H
#define QTDOCKSITE_H
#include "QtFlexManager.h"
class DockSiteImpl;
class QT_FLEX_API DockSite : public QWidget
{
Q_OBJECT
Q_PROPERTY(bool active READ isActive)
Q_PROPERTY(Flex::ViewMode viewMode READ viewMode)
public:
DockSite(DockWidget* widget = nullptr, QSize baseSize = QSize(0,... |
<?php
namespace HWI\Bundle\OAuthBundle\Tests\OAuth\ResourceOwner;
use HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\<API key>;
use Symfony\Component\HttpFoundation\Request;
class GenericO<API key> extends \<API key>
{
/**
* @var <API key>
*/
protected $resourceOwner;
protected $resourceOwnerName;
... |
import React from 'react';
import SparklinesLine from './SparklinesLine';
import SparklinesBars from './SparklinesBars';
import SparklinesSpots from './SparklinesSpots';
import <API key> from './<API key>';
import <API key> from './<API key>';
import DataProcessor from './DataProcessor';
class Sparklines extends React.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.