text stringlengths 3 1.05M |
|---|
package jenkins.model.queue;
import hudson.model.TaskListener;
import hudson.model.queue.CauseOfBlockage;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import org.apache.commons.lang.StringUtils;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
/**... |
/*-------------------------------------------------------------------------
*
* postgres_ext.h
*
* This file contains declarations of things that are visible everywhere
* in PostgreSQL *and* are visible to clients of frontend interface libraries.
* For example, the Oid type is part of the API of libpq and othe... |
/*
Astral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
(function($) {
var settings = {
// Speed to resize panel.
resizeSpeed: 600,
// Speed to fade in/out.
fadeSpeed: 300,
// Size factor.
sizeFactor: 11.5,
// Minimum ... |
<header>Tabele adresów ODBIORCÓW</header>
<center><tt>recipient_canonical_maps</tt></center>
<hr>
Ten parametr okre¶la fakultatywne tabele przepisywania adresów dla adresów
ODBIORCÓW na "kopercie" i w nag³ówkach. <p>
Domy¶lnie, nie jest wykonywane ¿adne przepisywanie adresów dotycz±ce jedynie
adre... |
'use strict';
var isObject = require('es5-ext/object/is-object')
, isPromise = require('./is-promise')
, deferred = require('./deferred')
, nextTick = require('next-tick')
, getPrototypeOf = Object.getPrototypeOf;
module.exports = function self(value) {
var then, done, def, resolve, reject;
if (!value) ... |
Puppet::Type.type(:firewall).provide :ip6tables, :parent => :iptables, :source => :iptables do
@doc = "Ip6tables type provider"
has_feature :iptables
has_feature :connection_limiting
has_feature :hop_limiting
has_feature :rate_limiting
has_feature :recent_limiting
has_feature :snat
has_feature :dnat
... |
<!doctype html>
<html lang="lv">
<head
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# profile: http://ogp.me/ns/profile#"
itemscope itemtype="http://schema.org/WebSite"
>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Google ... |
(function (factory) {
if (typeof define === 'function' && define.amd) { define(['backbone'], factory);
} else if (typeof exports === 'object') { factory(require('backbone'));
} else { factory(Backbone); }
}(function (Backbone) {
// Cached regex to match an opening '<' of an HTML tag, possibly left-padded
// w... |
package org.apache.camel;
import java.net.URL;
import javax.activation.DataHandler;
import javax.activation.URLDataSource;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import junit.framework.TestCase;
import org.apache.camel.impl.DefaultAttachment;
import org.apache.camel.impl.DefaultCamelContext;
imp... |
package org.springframework.social.google.api.calendar.impl;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import java.io.IOException;
import j... |
<?php
namespace spec\Sylius\Bundle\CoreBundle\EventListener;
use PhpSpec\ObjectBehavior;
use Sylius\Component\Core\Model\ImageInterface;
use Sylius\Component\Core\Model\ProductInterface;
use Sylius\Component\Core\Model\ProductVariantInterface;
use Sylius\Component\Core\Model\Taxon;
use Sylius\Component\Core\Uploade... |
package com.iluwatar;
public class Stormbringer extends SoulEatingMagicWeaponImp {
@Override
public void wieldImp() {
System.out.println("wielding Stormbringer");
}
@Override
public void swingImp() {
System.out.println("swinging Stormbringer");
}
@Override
public void unwieldImp() {
Sy... |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>lifecycle-participant-reactor-dependency-injection</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>module-a</module>
<module>module-b</module>
</modules>
</project>
|
#import "AAPLCustomSearchBarViewController.h"
@interface AAPLCustomSearchBarViewController()<UISearchBarDelegate>
@property (nonatomic, weak) IBOutlet UISearchBar *searchBar;
@end
#pragma mark -
@implementation AAPLCustomSearchBarViewController
- (void)viewDidLoad {
[super viewDidLoad];
[self configur... |
<!doctype html>
<title>CodeMirror: Vim bindings demo</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../doc/docs.css">
<link rel="stylesheet" href="../lib/codemirror.css">
<link rel="stylesheet" href="../addon/dialog/dialog.css">
<script src="../lib/codemirror.js"></script>
<script src="../addon/dialog/dia... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GraphicsBubbleXML</string>
<string name="bubble_desc">Bubble</string>
</resources>
|
<?php
/* Generic exception class
*/
if(!class_exists('OAuthException',false)){
class OAuthException extends Exception {
// pass
}
}
if(!class_exists('OAuthConsumer',false)){
class OAuthConsumer {
public $key;
public $secret;
function __construct($key, $secret, $callback_url=NULL) {
$this->key = $key... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<meta name="collection" content="api">
<!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:27:00 PDT 2004 -->
<TITLE>
InsetsUIResource (Java 2 Platform SE 5.0)
</TITLE>
<META NAME... |
package libnetwork
import "github.com/docker/libnetwork/drivers/ipvlan"
func additionalDrivers() []initializer {
return []initializer{
{ipvlan.Init, "ipvlan"},
}
}
|
<?php
namespace Magento\Framework\App\PageCache;
/**
* Class Version
*
*/
class Version
{
/**
* Name of cookie that holds private content version
*/
const COOKIE_NAME = 'private_content_version';
/**
* Ten years cookie period
*/
const COOKIE_PERIOD = 315360000;
/**
* ... |
//
// Copyright (c) Microsoft. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... |
using System;
namespace Telerik.UI.Xaml.Controls.Grid
{
/// <summary>
/// Defines the possible modes of the built-in User (through column header Tap) sort functionality of a <see cref="RadDataGrid"/> component.
/// </summary>
public enum DataGridUserSortMode
{
/// <summary>
/// The... |
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Umbraco.Core.Models.Membership;
using Umbraco.Core.Persistence.DatabaseModelDefinitions;
using Umbraco.Core.Persistence.Querying;
namespace Umbraco.Core.Persistence.Repositories
{
public interface IUserRepository : IReadWriteQuer... |
* mypart: file for the sensor itself. PDF of the schematic and image of the layout also included.
* connector: adapter for the .5mm FPC to .1" header pins.
* old\_board\_flipped: file for testing placement of photodiode.
* old\_board\_right: file for testing placement of photodiode.
* analog\_digital\_regs: helper... |
var api = require('./index');
var global = (function () { return this; }());
global.ExifParser = api; |
package org.elasticsearch.xpack.eql.parser;
import org.elasticsearch.common.SuppressForbidden;
import org.elasticsearch.common.collect.Tuple;
import org.elasticsearch.test.ESTestCase;
import org.elasticsearch.xpack.ql.tree.Source;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream... |
import defineProperty from "./defineProperty";
export default function _objectSpread(target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i] != null ? arguments[i] : {};
var ownKeys = Object.keys(source);
if (typeof Object.getOwnPropertySymbols === 'function') {
ownKeys = o... |
(function($) {
var toggleHTML = '<div id="toctitle"><h2>Contents</h2> <span class="toctoggle">[<a id="toctogglelink" class="internal" href="#">hide</a>]</span></div>';
var tocContainerHTML = '<div id="toc-container"><table class="toc" id="toc"><tbody><tr><td>%1<ul>%2</ul></td></tr></tbody></table></div>';
... |
#ifndef BOOST_FUSION_VIEW_FILTER_VIEW_DETAIL_DEREF_DATA_IMPL_HPP
#define BOOST_FUSION_VIEW_FILTER_VIEW_DETAIL_DEREF_DATA_IMPL_HPP
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/iterator/deref_data.hpp>
namespace boost { namespace fusion { namespace extension
{
template <typename>
struct d... |
(function($window, L, d3, ClipperLib) {
"use strict";
/**
* @method freeDraw
* @param options {Object}
* @return {window.L.FreeDraw}
*/
L.freeDraw = function freeDraw(options) {
return new L.FreeDraw(options);
};
L.FreeDraw = L.FeatureGroup.extend({
/**
... |
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/usb.h>
#define DRIVER_AUTHOR "Greg Kroah-Hartman, greg@kroah.com"
#define DRIVER_DESC "USB LED Driver"
enum led_type {
DELCOM_VISUAL_SIGNAL_INDICATOR,
DREAM_CHEEKY_WEBMAIL_NOTIFIER,
};
/* table o... |
package config
import (
"fmt"
"sort"
"strings"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
componentbaseconfig "k8s.io/component-base/config"
)
// KubeProxyIPTablesConfiguration contains iptables-related configuration
// details for the Kubernetes proxy server.
type KubeProxyIPTablesConfiguration struct {
... |
\begin{figure}[H]
\centering
\includegraphics[width=6in]{figs/run_2/run_2_comparison}
\caption{Theoretical vortex profile fits to experimental data at $z/c$=5.37, $V_{free}$=16.88, station 1.}
\label{fig:run_2_comparison}
\end{figure}
|
namespace v8 {
namespace internal {
void TickCounter::DoTick() {
++ticks_;
// Magical number to detect performance bugs or compiler divergence.
// Selected as being roughly 10x of what's needed frequently.
constexpr size_t kMaxTicks = 100000000;
USE(kMaxTicks);
DCHECK_LT(ticks_, kMaxTicks);
}
} // namesp... |
Training examples with __reproducible__ and meaningful performance.
## Getting Started:
+ [An illustrative mnist example with explanation of the framework](mnist-convnet.py)
+ The same mnist example using [tf-slim](mnist-tfslim.py), [Keras](mnist-keras.py), and [with weights visualizations](mnist-visualizations.py)
+ ... |
// Type definitions for Purl 2.3.1
// Project: https://github.com/allmarkedup/purl
// Definitions by: Daniel Ferreira Monteiro Alves <https://github.com/danfma>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="purl.d.ts" />
interfa... |
<?php
namespace Symfony\Component\Yaml;
use Symfony\Component\Yaml\Exception\ParseException;
use Symfony\Component\Yaml\Exception\DumpException;
/**
* Inline implements a YAML parser/dumper for the YAML inline syntax.
*
* @author Fabien Potencier <fabien@symfony.com>
*/
class Inline
{
const REGEX_QUOTED_ST... |
#ifndef REGEX_COMPARISON_HPP
#define REGEX_COMPARISON_HPP
#include <string>
#include <list>
#include <boost/limits.hpp>
//
// globals:
//
extern bool time_boost;
extern bool time_localised_boost;
extern bool time_greta;
extern bool time_safe_greta;
extern bool time_posix;
extern bool time_pcre;
... |
#region LGPL License
#endregion LGPL License
#region SVN Version Information
// <file>
// <license see="http://axiom3d.net/wiki/index.php/license.txt"/>
// <id value="$Id: MeshManager.cs 2940 2012-01-05 12:25:58Z borrillis $"/>
// </file>
#endregion SVN Version Information
#region Namespace Declarations
... |
package com.intellij.debugger.engine;
import com.intellij.debugger.DebuggerBundle;
import com.intellij.debugger.DebuggerManager;
import com.intellij.debugger.SourcePosition;
import com.intellij.debugger.engine.evaluation.EvaluateException;
import com.intellij.debugger.engine.evaluation.EvaluateExceptionUtil;
import c... |
'use strict';
var $ = global.jQuery = global.$ = require('jquery');
require('bootstrap');
var Backbone = require('backbone');
Backbone.$ = $;
var Router = require('./router.jsx');
/**
* DOM ready
*/
$(document).ready(function () {
new Router();
Backbone.history.start();
}); |
Improve performance of large datasets
=====================================
If your database table contains thousands of records, the database queries generated
by SonataAdmin may become very slow. Here are tips how to improve the performance of your admin.
Change default Pager to SimplePager
-----------------------... |
/*
============
Compiler.cpp
============
Smalltalk compiler.
*/
///////////////////////
#include "stdafx.h"
#include "Compiler.h"
#include "..\Compiler_i.h"
// Disable warnings about using SEH
#pragma warning ( disable : 4509 )
#include <crtdbg.h>
#define CHECKREFERENCES
#ifdef _DEBUG
static int compilationTrace... |
#region License
//
// Copyright (c) 2013, Kooboo team
//
// Licensed under the BSD License
// See the file LICENSE.txt for details.
//
#endregion
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Kooboo.CMS.Content.Models;
using Kooboo.CMS.Content.Persistence;
using Kooboo.... |
namespace mace{
typedef void (commit_executor)(uint64_t); ///< non-class function for commit
class CommitWrapper {
public:
virtual void commitCallBack(uint64_t)=0;
protected:
virtual ~CommitWrapper() {};
};
template <class Class> class SpecificCommitWrapper : public CommitWrapper
{
pr... |
package org.apache.cassandra.streaming;
import java.net.InetAddress;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import javax.management.ListenerNotFoundException;
import javax.management.MBeanNotificationInfo;
import javax.management.NotificationFilter;
import javax.management.NotificationLis... |
require File.join(File.expand_path(File.dirname(__FILE__)), *%w{ .. lib git_hooks })
require GitHooks.shared_path('git_hooks/git_tools')
require GitHooks.shared_path('git_hooks/git_utils')
require GitHooks.shared_path('git_hooks/sass_lint')
statuses, files = GitHooks::GitUtils.git_statuses_and_files(/(.+(?:\.(?:sass|s... |
local HardShrink, parent = torch.class('nn.HardShrink', 'nn.Module')
function HardShrink:__init(lam)
parent.__init(self)
self.lambda = lam or 0.5
end
function HardShrink:updateOutput(input)
input.THNN.HardShrink_updateOutput(
input:cdata(),
self.output:cdata(),
self.lambda
)
return se... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Study.WebServices
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
... |
require('thenify-all').withCallback(
require('child_process'),
exports, [
'exec',
'execFile',
]
)
|
#ifndef QGTK2THEME_H
#define QGTK2THEME_H
#include <private/qgenericunixthemes_p.h>
QT_BEGIN_NAMESPACE
class QGtk2Theme : public QGnomeTheme
{
public:
QGtk2Theme();
QVariant themeHint(ThemeHint hint) const;
bool usePlatformNativeDialog(DialogType type) const;
QPlatformDialogHelper *createPlatform... |
To release SparkR as a package to CRAN, we would use the `devtools` package. Please work with the
`dev@spark.apache.org` community and R package maintainer on this.
### Release
First, check that the `Version:` field in the `pkg/DESCRIPTION` file is updated. Also, check for stale files not under source control.
Note ... |
// this file contains factories with no other dependencies
package util
import (
"errors"
"flag"
"fmt"
"io"
"os"
"path/filepath"
"regexp"
"strings"
"time"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/r... |
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Date parser test — 1000<=x<=9999 and January<=y<=December and 1000<=z<=9999 — 1977 december 1965</title>
<script src="../date_test.js"></script>
<p>Failed (Script did not run)</p>
<script>
test_date_invalid("1977 december 1965", "Inval... |
package org.elasticsearch.index.engine;
import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.index.shard.ShardId;
import java.io.IOException;
/**
*
*/
public class EngineException extends ElasticsearchException {
public EngineExcept... |
This file lists people who (should) have access to read security reports
made via the cert-manager vulnerability reporting process.
If you think you've found a security issue in cert-manager, don't reach
out to any of these people individually - follow the details in
SECURITY.md and report your vulnerability via e-mai... |
// Copyright 2019 The Oppia Authors. All Rights Reserved.
//
// 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... |
package com.intellij.codeInsight.daemon;
import com.intellij.codeInsight.intention.IntentionAction;
import com.intellij.psi.PsiElement;
import org.jetbrains.annotations.NotNull;
/**
* @author yole
*/
public interface IdeValidationHost extends Validator.ValidationHost {
void addMessageWithFixes(PsiElement context... |
struct A {
void operator delete(void*);
};
namespace NS {
void operator delete(void *); // expected-error {{'operator delete' cannot be declared inside a namespace}}
}
static void operator delete(void *); // expected-error {{'operator delete' cannot be declared static in global scope}}
|
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
;(function (undefined) {
var objectTypes = {
'boolean': false,
'function': true,
'object': true,
'number': false,
'string': false,
'undefined': false
};
... |
var gulp = require('gulp');
var runSequence = require('run-sequence');
var changed = require('gulp-changed');
var plumber = require('gulp-plumber');
var to5 = require('gulp-babel');
var sourcemaps = require('gulp-sourcemaps');
var paths = require('../paths');
var compilerOptions = require('../babel-options');
var assig... |
==================================
Quantum Harmonic Oscillator in 3-D
==================================
.. automodule:: sympy.physics.sho
:members:
|
#include "soa/service/http_endpoint.h"
#include "jml/arch/cmp_xchg.h"
#include "jml/arch/atomic_ops.h"
#include "jml/utils/parse_context.h"
#include "jml/utils/string_functions.h"
#include "jml/utils/exc_assert.h"
#include <fstream>
#include <boost/make_shared.hpp>
using namespace std;
using namespace ML;
namespa... |
''' Could do one ping based on your customized request
'''
import json
import commons
import argparse
systems_helper = commons.get_system_helper()
environs_helper = commons.get_environ_helper()
deploys_helper = commons.get_deploy_helper()
agents_helper = commons.get_agent_helper()
def main():
parser = argparse.A... |
from __future__ import division, print_function, unicode_literals
__doc__ = """
Deletes stray points (single node paths) in selected glyphs. Careful: a stray point can be used as a quick hack to disable automatic alignment.
"""
def process(thisLayer):
strayPoints = 0
for i in range(len(thisLayer.paths))[::-1]:
thi... |
;(function (define) {
'use strict';
define(['jquery'], function ($) {
var $scrollTo = $.scrollTo = function( target, duration, settings ) {
return $(window).scrollTo( target, duration, settings );
};
$scrollTo.defaults = {
axis:'xy',
duration: 0,
limit:true
};
// Returns the element that ne... |
package com.intellij.internal.statistic.fileTypes;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.fileTypes.FileType;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
public interface FileTypeStatisticProvider {
@NotNull @NonNls
String getPluginId();
bo... |
/*!
* Qoopido.js library v3.2.7, 2014-5-19
* https://github.com/dlueth/qoopido.js
* (c) 2014 Dirk Lueth
* Dual licensed under MIT and GPL
*/
!function(e){var t=[];document.querySelectorAll||t.push("../document/queryselectorall"),window.qoopido.register("polyfill/elements/matches",e,t)}(function(){"use strict";if(!Elem... |
package com.intellij.cvsSupport2.cvsBrowser;
import com.intellij.openapi.vfs.VirtualFile;
import javax.swing.*;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.MutableTreeNode;
import javax.swing.tree.TreeNode;
import java.io.File;
import java.util.Collections;
import java.util.Comparator;
im... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example21-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.3/angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="docsTransclusionExample">
<div ng-contr... |
module.exports = function(grunt) {
'use strict';
var path = require('path');
var fs = require('fs');
var chalk = require('chalk');
var crypto = require('crypto');
grunt.registerMultiTask('copy', 'Copy files.', function() {
var options = this.options({
encoding: grunt.file.defaultEncoding,
... |
package w32
import (
"fmt"
"syscall"
"unsafe"
)
// DEFINED IN THE DWM API BUT NOT IMPLEMENTED BY MS:
// DwmAttachMilContent
// DwmDetachMilContent
// DwmEnableComposition
// DwmGetGraphicsStreamClient
// DwmGetGraphicsStreamTransformHint
var (
moddwmapi = syscall.NewLazyDLL("dwmapi.dll")
procDwmDefWindowProc ... |
layout: page
title: Wind Foundation Award Ceremony
date: 2016-05-24
author: Noah Humphrey
tags: weekly links, java
status: published
summary: Nam in scelerisque turpis. Sed eu dapibus.
banner: images/banner/meeting-01.jpg
booking:
startDate: 06/25/2016
endDate: 06/29/2016
ctyhocn: PGLMPHX
groupCode: WFAC
publis... |
package org.springframework.test.web.servlet.htmlunit;
import com.gargoylesoftware.htmlunit.WebClient;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcConfigurer;
import org.springframework.util.Assert;
import org.springframework.web.context.WebApplicati... |
package hudson.cli;
import static org.junit.Assert.assertEquals;
import hudson.remoting.FastPipedInputStream;
import hudson.remoting.FastPipedOutputStream;
import org.junit.Before;
import org.junit.Test;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import java.io.IOException;
/**
* @autho... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-zify: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.m... |
package com.intellij.ui.viewModel.extraction;
import com.intellij.util.messages.Topic;
import org.jetbrains.annotations.NotNull;
public interface ToolWindowViewModelListener {
@Topic.ProjectLevel
Topic<ToolWindowViewModelListener> TOPIC = Topic.create("com.intellij.toolWindowListener", ToolWindowViewModelListener... |
{{+partials.standard_apps_article article:intros.themes}}
|
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faConciergeBell: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const lig... |
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals,
* QuantConnect Visual Studio Plugin
*/
/**********************************************************
* USING NAMESPACES
**********************************************************/
using System;
using System.Collections.Generic;
using ZedGraph;
nam... |
// Can't use strict with arguments.callee
//"use strict";
//
// Setup
// Initiates the construction of the library
var hello = function(name){
return hello.use(name);
};
hello.utils = {
//
// Extend the first object with the properties and methods of the second
extend : function(r /*, a[, b[, ...]] */){
/... |
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func FanotifyInit(flags uint, event_f_flags uint) (fd int, err error) {
r0, _, e1 := Syscall(SYS_FANOTIFY_INIT, uintptr(flags), uintptr(event_f_flags), 0)
fd = int(r0)
if e1 != 0 {
... |
/*
* "checkboxradio" plugin
*/
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Consistent styling for checkboxes/radio buttons.
//>>label: Checkboxes & Radio Buttons
//>>group: Forms
//>>css.structure: ../css/structure/jquery.mobile.forms.checkboxradio.css
//>>css.theme: ../css/themes/de... |
package commands
import (
"github.com/github/hub/Godeps/_workspace/src/github.com/bmizerany/assert"
"github.com/github/hub/github"
"testing"
)
func TestTransformSubmoduleArgs(t *testing.T) {
github.CreateTestConfigs("jingweno", "123")
args := NewArgs([]string{"submodule", "add", "jingweno/gh", "vendor/gh"})
tr... |
package v1beta1
import (
"testing"
"k8s.io/api/core/v1"
extensions "k8s.io/api/extensions/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/client-go/tools/cache"
)
func TestDaemonSetLister(t *testing.T) {
store := cache.NewI... |
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-de... |
inline double abs (double) { return 0.0; }
inline short abs (short) { return 0; }
#line 2 "c-inline.C"
extern "C" {
inline int abs (int) { return 0; } // causes segfault -
}
|
package org.apache.camel.component.aws.ddb;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.amazonaws.services.dynamodbv2.model.AttributeValue;
import com.amazonaws.services.dynamodbv2.model.ComparisonOperator;
import com.amazonaws.services.dynamodbv2.model.... |
#ifndef _SDL_config_h
#define _SDL_config_h
#include "SDL_platform.h"
/**
* \file SDL_config.h
*
* SDL_config.h for any platform that doesn't build using the configure system.
*/
/* Add any platform that doesn't build using the configure system. */
#if defined(__WIN32__)
#include "SDL_config_windows.h"
#eli... |
define([
'jquery',
'underscore',
'backbone',
//'views/sidebar/SidebarView',
'models/user/UserModel',
'collections/users/UsersCollection',
'views/users/UsersListView',
'text!templates/users/usersTemplate.html',
'backbone.forms',
//'backbone.forms.list'
'jquery.ui'
], function($, _, Backbone, /*Side... |
<html lang="en">
<head>
<title>File Format - GNU gprof</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU gprof">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Details.html#Details" title="Details... |
<!DOCTYPE html>
<html>
<head>
<script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.3.1"></script>
<script src="https://unpkg.com/@jspsych/plugin-preload@1.1.2"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.2"></script>
<script s... |
<?php
App::uses('Model', 'Model');
App::uses('AppModel', 'Model');
App::uses('Postgres', 'Model/Datasource/Database');
require_once dirname(dirname(dirname(__FILE__))) . DS . 'models.php';
/**
* DboPostgresTestDb class
*
* @package Cake.Test.Case.Model.Datasource.Database
*/
class DboPostgresTestDb extend... |
IRC
===
IRC is tiny IRC client library. For an example application, see the examples_
directory.
* how to use irc: rfc1459_ and rfc2812_
* API documentation_
.. _examples: https://github.com/husio/go-irc/tree/master/examples
.. _rfc1459: http://tools.ietf.org/html/rfc1459
.. _rfc2812: https://tools.ietf.org/html/r... |
package org.apache.camel.component.netty4.codec;
import java.util.List;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.bytes.ByteArrayEncoder;
/**
* We need to derive from the original encoder because we need to
* call the encode method directly which is protected in the original
* ... |
package com.palantir.atlasdb.rocksdb;
import java.io.IOException;
import java.util.concurrent.atomic.AtomicReference;
import org.rocksdb.NativeLibraryLoader;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.Strings;
import com.google.common.base.Throwables;
public class RocksD... |
<!doctype html>
<title>CodeMirror: Close-Tag Demo</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../doc/docs.css">
<link rel="stylesheet" href="../lib/codemirror.css">
<script src="../lib/codemirror.js"></script>
<script src="../addon/edit/closetag.js"></script>
<script src="../addon/fold/xml-fold.js"></s... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="NullableNotNullManager">
<option name="myDefaultNullable" value="android.support.annotation.Nullable" />
<option name="myDefaultNotNull" value... |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... |
#include "extensions/filters/network/dubbo_proxy/dubbo_protocol_impl.h"
#include "envoy/registry/registry.h"
#include "common/common/assert.h"
#include "extensions/filters/network/dubbo_proxy/message_impl.h"
#include "extensions/filters/network/dubbo_proxy/serializer_impl.h"
namespace Envoy {
namespace Extensions {... |