text stringlengths 3 1.05M |
|---|
<?xml version="1.0" ?>
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters>
<parameter key="monolog.logger.cl... |
<?php
/**
* XML-RPC system.* methods
*
* @category Zend
* @package Zend_XmlRpc
* @subpackage Server
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_XmlRpc_Server_System
{
/... |
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>Date cell type - Handsontable</title>
<!--
Loading Handsontable
-->
<link data-jsfiddle="common" rel="stylesheet" media="screen" href="../dist/handsontable.full.css">
<script data-jsfiddle="common" src="../dist/handsontable.full.js"></script>
... |
<?php
namespace DCarbone\PHPFHIRGenerated\DSTU2\PHPFHIRTests\FHIRElement;
use PHPUnit\Framework\TestCase;
use DCarbone\PHPFHIRGenerated\DSTU2\FHIRElement\FHIRHTTPVerb;
/**
* Class FHIRHTTPVerbTest
* @package \DCarbone\PHPFHIRGenerated\DSTU2\PHPFHIRTests\FHIRElement
*/
class FHIRHTTPVerbTest extends TestCase
{
... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports VbObjectDisplay = Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay.ObjectDis... |
module Sprockets
class Error < StandardError; end
class ArgumentError < Error; end
class ContentTypeMismatch < Error; end
class NotImplementedError < Error; end
class NotFound < Error; end
class ConversionError < NotFound; end
class FileNotFound ... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ :
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0... |
cask :v1 => 'clion' do
version '1.1.1'
sha256 'f763c2bb6d6c6036fb7a165b9b15d40174709cf0e69682e63ffad3d28e120c26'
url "https://download.jetbrains.com/cpp/CLion-#{version}.dmg"
name 'CLion'
homepage 'https://www.jetbrains.com/clion'
license :commercial
app 'CLion.app'
zap :delete => [
... |
package nopackage
import (
"testing"
)
func TestNoPackage(t *testing.T) {
//should compile
_ = (&M{}).Marshal
}
|
package gov.nih.nci.cabig.caaers.domain;
import static gov.nih.nci.cabig.ctms.domain.CodedEnumHelper.getByClassAndCode;
import static gov.nih.nci.cabig.ctms.domain.CodedEnumHelper.register;
import static gov.nih.nci.cabig.ctms.domain.CodedEnumHelper.toStringHelper;
import static gov.nih.nci.cabig.ctms.domain.En... |
from pyspark.pandas.missing import unsupported_function
def _unsupported_function(method_name, deprecated=False, reason=""):
return unsupported_function(
class_name="pd", method_name=method_name, deprecated=deprecated, reason=reason
)
class MissingPandasLikeGeneralFunctions:
# NOTE: Please updat... |
package org.springframework.boot.web.client;
import java.util.Collections;
import java.util.Set;
import com.squareup.okhttp.OkHttpClient;
import org.apache.http.client.config.RequestConfig;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.mo... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx... |
#ifndef MBED_CMSIS_NVIC_H
#define MBED_CMSIS_NVIC_H
#define NVIC_NUM_VECTORS (16 + 41) // CORE + MCU Peripherals
#define NVIC_USER_IRQ_OFFSET 16
#include "cmsis.h"
#ifdef __cplusplus
extern "C" {
#endif
void NVIC_SetVector(IRQn_Type IRQn, uint32_t vector);
uint32_t NVIC_GetVector(IRQn_Type IRQn);
#ifdef ... |
package update
import (
"context"
"fmt"
"os"
"path/filepath"
"strings"
"github.com/pkg/errors"
osm "github.com/omniscale/go-osm"
"github.com/omniscale/go-osm/parser/diff"
diffstate "github.com/omniscale/go-osm/state"
"github.com/omniscale/imposm3/cache"
"github.com/omniscale/imposm3/config"
"github.com/o... |
from django.db import models
class NotInstalledModel(models.Model):
class Meta:
app_label = 'not_installed'
class RelatedModel(models.Model):
class Meta:
app_label = 'not_installed'
not_installed = models.ForeignKey(NotInstalledModel, models.CASCADE)
class M2MRelatedModel(models.Mod... |
#import "RCTUIManager.h"
#import <objc/message.h>
#import <AVFoundation/AVFoundation.h>
#import "Layout.h"
#import "RCTAnimationType.h"
#import "RCTAssert.h"
#import "RCTBridge.h"
#import "RCTConvert.h"
#import "RCTLog.h"
#import "RCTRootView.h"
#import "RCTScrollableProtocol.h"
#import "RCTShadowView.h"
#import "... |
To build Google Test and your tests that use it, you need to tell your build
system where to find its headers and source files. The exact way to do it
depends on which build system you use, and is usually straightforward.
### Build with CMake
Google Test comes with a CMake build script (
[CMakeLists.txt](https://gith... |
package other.kafka
import java.io.{File, FileOutputStream, PrintWriter}
import javax.imageio.ImageIO
import kafka.admin.ReassignPartitionsCommand
import kafka.admin.ReassignPartitionsCommand.Throttle
import org.apache.kafka.common.TopicPartition
import kafka.server.{KafkaConfig, KafkaServer, QuotaType}
import kafk... |
Send a Whatsapp from command line using python and AndroidViewClient with a connected device.
The contact number needs to be in your contact list already, if not, you can code the exception :)
Dependency:
AndroidViewClient: https://github.com/dtmilano/AndroidViewClient
Use:
python send.py DEVICE_ID PHONE_NUMBER "TEX... |
using J2N.Collections.Generic.Extensions;
using Lucene.Net.Diagnostics;
using Lucene.Net.Search;
using Lucene.Net.Util;
using System.Collections;
using System.Collections.Generic;
using JCG = J2N.Collections.Generic;
using QueryAndLimit = Lucene.Net.Index.BufferedUpdatesStream.QueryAndLimit;
namespace Lucene.Net.Inde... |
<?php
/**
* Smarty Internal Plugin Resource Stream
*
* Implements the streams as resource for Smarty template
*
* @package Smarty
* @subpackage TemplateResources
* @author Uwe Tews
*/
/**
* Smarty Internal Plugin Resource Stream
*/
class Smarty_Internal_Resource_Stream {
public function __construct(... |
using System.ComponentModel.Composition.Primitives;
using System.Diagnostics;
using System.Globalization;
namespace System.ComponentModel.Composition
{
/// <summary>
/// Represents an error that occurs during composition.
/// </summary>
[DebuggerTypeProxy(typeof(CompositionErrorDebuggerProxy))]
... |
#include "e1000_api.h"
static s32 e1000_validate_mdi_setting_generic(struct e1000_hw *hw);
static void e1000_set_lan_id_multi_port_pcie(struct e1000_hw *hw);
static void e1000_config_collision_dist_generic(struct e1000_hw *hw);
static void e1000_rar_set_generic(struct e1000_hw *hw, u8 *addr, u32 index);
/**
* e10... |
Team Alpha's code
|
"""Tool specific version checking to identify out of date dependencies.
This provides infrastructure to check version strings against installed
tools, enabling re-installation if a version doesn't match. This is a
lightweight way to avoid out of date dependencies.
"""
from distutils.version import LooseVersion
from c... |
namespace MoreLinq
{
using System;
using System.Collections.Generic;
static partial class MoreEnumerable
{
/// <summary>
/// Returns the minimal elements of the given sequence, based on
/// the given projection.
/// </summary>
/// <remarks>
/// This overl... |
<?php
/**
* WordPress API for creating bbcode-like tags or what WordPress calls
* "shortcodes". The tag and attribute parsing or regular expression code is
* based on the Textpattern tag parser.
*
* A few examples are below:
*
* [shortcode /]
* [shortcode foo="bar" baz="bing" /]
* [shortcode foo="bar"]content[... |
<?xml version="1.0" encoding="UTF-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="operational-considerations-multi-site">
<?dbhtml stop-chunking?>
<title>Operational considerations</title>
... |
(function() {
tinymce.create('tinymce.plugins.wpLink', {
/**
* Initializes the plugin, this will be executed after the plugin has been created.
* This call is done before the editor instance has finished it's initialization so use the onInit event
* of the editor instance to intercept that event.
*... |
#include "test/core/end2end/end2end_tests.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/sync.h>
#include <grpc/support/thd.h>
#include <grpc... |
module Azure::NetApp::Mgmt::V2020_09_01
module Models
#
# Result of the request to list Cloud Volume operations. It contains a list
# of operations and a URL link to get the next set of results.
#
class OperationListResult
include MsRestAzure
# @return [Array<Operation>] List of Stor... |
from distutils.core import setup
setup(name='btcspendfrom',
version='1.0',
description='Command-line utility for bitcoin "coin control"',
author='Gavin Andresen',
author_email='gavin@bitcoinfoundation.org',
requires=['jsonrpc'],
scripts=['spendfrom.py'],
)
|
package com.google.security.zynamics.reil.algorithms.mono.valuetracking.elements;
import java.math.BigInteger;
import java.util.HashSet;
import java.util.Set;
import com.google.common.base.Preconditions;
public class Addition implements IValueElement {
private final IValueElement m_lhs;
private final IValueEle... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Change SYSTEM "http://ij.itk.org/itkfaq/ITKMigration.dtd">
<!--**
**
** BoundaryConditionChanges.xml
**
** >>>>>>>>>>>>>>>>>>>>>>>>>>>>
** THIS FILE HAS BEEN AUTOMATICALLY GENERATED. EDIT IT BEFORE COMMITING
** <<<<<<<<<<<<<<<<<<<<<<<<<<<
**
** Please, make sure this fi... |
//=================================================================================================
//=================================================================================================
//*************************************************************************************************
// Includes
//***... |
module.exports = function(RED) {
function LogstashInputPuppet_facterNode(config) {
RED.nodes.createNode(this, config);
var node = this;
this.on("close", function() {
});
}
RED.nodes.registerType("ls-in-puppet_facter", LogstashInputPuppet_facterNode);
};
|
<?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2013, The Android Open Source Project
**
** 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/... |
// AVConstants.h
// Copyright 2013 AVOS, Inc. All rights reserved.
#import <Foundation/Foundation.h>
@class AVObject;
@class AVUser;
@class AVFile;
//! Project version number for AVOSCloud.
FOUNDATION_EXPORT double AVOSCloudVersionNumber;
//! Project version string for AVOSCloud.
FOUNDATION_EXPORT const unsigned cha... |
package gui
// Blockchain related information for the GUI
import (
"fmt"
"net/http"
"strconv"
"github.com/spolabs/spo/src/cipher"
"github.com/spolabs/spo/src/coin"
wh "github.com/spolabs/spo/src/util/http"
"github.com/spolabs/spo/src/visor" //http,json helpers
"github.com/spolabs/spo/src/daemon"
)
const la... |
require 'lights/config'
require 'lights/bulblist'
require 'lights/grouplist'
require 'lights/scenelist'
require 'lights/rulelist'
require 'lights/schedulelist'
require 'lights/sensorlist'
require 'lights/hobject'
class Datastore < HObject
attr_reader :lights, :groups, :config, :rules,
:scenes, :sched... |
package containernode_test
import (
"github.com/onsi/ginkgo/internal/leafnodes"
"math/rand"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/onsi/ginkgo/internal/codelocation"
. "github.com/onsi/ginkgo/internal/containernode"
"github.com/onsi/ginkgo/types"
)
var _ = Describe("Container Node"... |
package com.example.coolweather.db;
import org.litepal.crud.DataSupport;
/**
* Created by Administrator on 2017/1/19.
*/
public class County extends DataSupport {
private int id;
private String countyName;
private String weatherId;
private int cityId;
public int getId() {
return id;
... |
var path = require('path')
var fs = require('graceful-fs')
var mkdir = require('../mkdirs')
function createFile (file, callback) {
function makeFile () {
fs.writeFile(file, '', function (err) {
if (err) return callback(err)
callback()
})
}
fs.exists(file, function (fileExists) {
if (file... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysi... |
function test()
{
if (document.location.hash === '#part1') {
testPart1();
} else if (document.location.hash === '#part2') {
testPart2();
} else if (document.location.hash === '#part3') {
testPart3();
} else {
result('fail - unexpected hash');
}
}
function testPart1()
{
// Prepare the databa... |
package apimanagement
// Copyright (c) Microsoft and contributors. 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
//
... |
<div class="sidebar-box">
<h3 class="sidebar-title">Tags</h3>
<div class="sidebar-tags">
<ul>
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
{% assign tag_words = site_tags | split:',' | sort... |
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
#include "metaTypes.h"
#ifndef ITKMetaIO_METAELLIPSE_H
#define ITKMetaIO_METAELLIPSE_H
#include "metaUtils.h"
#include "metaObject.h"
#include <list>
/*! MetaEllipse (.h and .cpp)
*
* Description:
* Reads and Writes MetaEllipseFiles.
*
* \author Julien Jomier
*
* \date May 22, 2002
*
* Depends on:
... |
"""Implements ThreadPoolExecutor."""
from __future__ import with_statement
import atexit
import threading
import weakref
import sys
from . import _base
try:
import queue
except ImportError:
import Queue as queue
__author__ = 'Brian Quinlan (brian@sweetapp.com)'
# Workers are created as daemon threads. This... |
package com.google.common.collect;
import com.google.common.annotations.GwtIncompatible;
import javax.annotation.Nullable;
/**
* Skeletal implementation of {@link ImmutableSortedSet#descendingSet()}.
*
* @author Louis Wasserman
*/
class DescendingImmutableSortedSet<E> extends ImmutableSortedSet<E> {
private ... |
/**
* @license Highmaps JS v1.1.0 (2015-02-16)
*
* (c) 2014 Highsoft AS
* Authors: Jon Arild Nygard / Oystein Moseng
*
* License: www.highcharts.com/license
*/
/*global HighchartsAdapter */
(function (H) {
var seriesTypes = H.seriesTypes,
merge = H.merge,
extendClass = H.extendClass,
defaultOptions = H.g... |
package org.jetbrains.plugins.groovy.lang.parser.parsing.statements.expressions;
import com.intellij.lang.PsiBuilder;
import org.jetbrains.plugins.groovy.GroovyBundle;
import org.jetbrains.plugins.groovy.lang.lexer.GroovyTokenTypes;
import org.jetbrains.plugins.groovy.lang.parser.GroovyElementTypes;
import org.jetbr... |
require 'fog/openstack/models/collection'
require 'fog/openstack/models/network/lb_vip'
module Fog
module Network
class OpenStack
class LbVips < Fog::OpenStack::Collection
attribute :filters
model Fog::Network::OpenStack::LbVip
def initialize(attributes)
self.filters ||=... |
<?php
namespace Pagekit\Auth\Tests\Fixtures;
use Pagekit\Auth\UserInterface;
class User implements UserInterface
{
protected $id = '12345';
protected $username = 'username';
protected $password = 'password';
protected $authenticated;
public function getId() {
return $this->id;
}
... |
"use strict";
exports["default"] = function (strings, raw) {
strings.raw = raw;
return strings;
};
exports.__esModule = true; |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="<?php echo base_url()?>assets/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="<?php echo base_url()?>assets/font/css/font-awesome.css" rel="stylesheet">
<lin... |
interface Foo {
int ABC = 1;
}
interface Bar extends Foo {
boolean ABC = 2;
}
class FooImpl implements Foo {}
class BarImpl extends FooImpl implements Bar {
{
boolean a = Bar.ABC;<caret>
}
} |
goog.provide('goog.net.jsloaderTest');
goog.setTestOnly('goog.net.jsloaderTest');
goog.require('goog.array');
goog.require('goog.dom');
goog.require('goog.net.jsloader');
goog.require('goog.net.jsloader.ErrorCode');
goog.require('goog.testing.AsyncTestCase');
goog.require('goog.testing.jsunit');
// Initialize the Asy... |
#include "StdAfx.h"
#ifndef WIN_IMPL_BASE_HPP
#define WIN_IMPL_BASE_HPP
namespace DuiLib
{
enum UILIB_RESOURCETYPE
{
UILIB_FILE=1, // À´×Ô´ÅÅÌÎļþ
UILIB_ZIP, // À´×Ô´ÅÅÌzipѹËõ°ü
UILIB_RESOURCE, // À´×Ô×ÊÔ´
UILIB_ZIPRESOURCE, // À´×Ô×ÊÔ´µÄzipѹËõ°ü
};
class UILIB_API WindowImplBase
: public ... |
package ast
import (
"fmt"
"github.com/kedebug/LispEx/scope"
"github.com/kedebug/LispEx/value"
)
type Pair struct {
First Node
Second Node
}
var NilPair = NewEmptyPair()
type EmptyPair struct {
}
func NewEmptyPair() *EmptyPair {
return &EmptyPair{}
}
func (self *EmptyPair) Eval(s *scope.Scope) value.... |
html.cke_copyformatting_active {
min-height: 100%;
}
/* There is no cursor in CUR format for IE/Edge as that browser
does not support custom cursor in [contenteditable] area.
Ticket for this issue:
https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-using-css ... |
This is the directory that all Services go. Creating a Service is
simple:
```ruby
class Service::MyService < Service
def receive_push
end
end
```
Inside the method, you can access the configuration data in a hash named
`data`, and the payload data in a Hash named `payload`.
Note: A service can respond to more t... |
HoTT Book in Lean
=================
This file lists which sections of the [HoTT book](http://homotopytypetheory.org/book/) have been covered in the Lean [HoTT library](hott.md).
Summary
-------
The rows indicate the chapters, the columns the sections.
* `+`: completely formalized
* `¼`, `½` or `¾`: partly formalize... |
@interface DatabaseSectionInserter() {
dispatch_source_t _timer;
Database* _database;
}
@end
@implementation DatabaseSectionInserter
- (instancetype) initWithInterval:(float) seconds {
if(self = [super init]) {
_database = [Database sharedDatabase];
[self initThread:seco... |
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build ignore
// Build this command explicitly: go build gotype.go
/*
The gotype command, like the front-end of a Go compiler, parses and
type-checks a sin... |
<!doctype html>
<meta charset=utf-8>
<title>CSSAnimation.animationName</title>
<link rel="help"
href="https://drafts.csswg.org/css-animations-2/#dom-cssanimation-animationname">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/testcommo... |
package io.github.hcoona.concurrent;
import com.sun.jna.Native;
import com.sun.jna.platform.win32.Kernel32;
import com.sun.jna.platform.win32.WinBase;
import com.sun.jna.win32.W32APIOptions;
/**
* Interface definitions for <code>kernel32.dll</code>.
* Includes additional functions to Mutex
*/
interface Kernel32Ext... |
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/jiffies.h>
#include <linux/random.h>
#include <linux/init.h>
#include <linux/utsname.h>
#include <linux/in.h>
#include <linux/if.h>
#include <linux/inet.h>
#include <linux/inetdevice.h>
#include <linux/netdevice.h>
#include <... |
if [ $# -ne 1 ];
then
echo "USAGE: $0 config/zookeeper.properties"
exit 1
fi
if readlink -f "$0" > /dev/null 2>&1
then
SERVER_BIN=`readlink -f "$0"`
else
SERVER_BIN="$0"
fi
BIN_HOME=`dirname ${SERVER_BIN}`
JAFKA_HOME=`dirname ${BIN_HOME}`
export JAFKA_HOME
. ${BIN_HOME}/env.sh
java org.apach... |
<?php
namespace Symfony\Component\DomCrawler;
use Symfony\Component\DomCrawler\Field\FormField;
/**
* This is an internal class that must not be used directly.
*/
class FormFieldRegistry
{
private $fields = array();
private $base;
/**
* Adds a field to the registry.
*
* @param FormFi... |
class ThemeServiceAuraX11 : public ThemeService {
public:
ThemeServiceAuraX11();
~ThemeServiceAuraX11() override;
// Overridden from ThemeService:
bool ShouldInitWithSystemTheme() const override;
void UseSystemTheme() override;
bool IsSystemThemeDistinctFromDefaultTheme() const override;
bool UsingDefau... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache Lic... |
import React from 'react';
var GlobalStore = {
state: {
channels: [],
currentChannel: '',
messages: []
},
loadChannels: function() {
$.ajax({
url: '/api/channel/',
dataType: 'json',
cache: false,
success: function(data) {
GlobalStore.state.channels = data;
... |
using System;
using System.Drawing;
using System.Reflection;
using System.Windows.Forms;
namespace IronAHK.Scripting
{
partial class Script
{
public static void CreateTrayMenu()
{
if (Environment.OSVersion.Platform != PlatformID.Win32NT)
return;
var men... |
import React from 'react'
import {connect} from 'react-redux'
import { Grid, Row, Col } from 'react-bootstrap'
import styles from './playlist.scss'
import Navbar from 'components/Navbar'
import Sidebar from 'components/Sidebar'
import { Header, TrackList } from './components'
import {actions as audioActions} from 'red... |
#ifndef HALIDE_MODULUS_REMAINDER_H
#define HALIDE_MODULUS_REMAINDER_H
/** \file
* Routines for statically determining what expressions are divisible by.
*/
#include "Scope.h"
namespace Halide {
namespace Internal {
/** The result of modulus_remainder analysis */
struct ModulusRemainder {
ModulusRemainder() : ... |
package server
import (
// "fmt"
"io"
xio "github.com/gocircuit/circuit/kit/x/io"
"github.com/gocircuit/circuit/use/circuit"
"github.com/gocircuit/circuit/use/errors"
)
func init() {
circuit.RegisterValue(XServer{})
}
// XServer…
type XServer struct {
*server
}
func (x XServer) Profile(name string) (circuit... |
<?php
namespace FOS\UserBundle\Document;
use FOS\UserBundle\Model\Group as BaseGroup;
abstract class Group extends BaseGroup
{
}
|
var utils = require('../lib/utils');
describe('utils', function(){
// TODO
})
|
/* This header file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditi... |
/*
Project: angular-gantt v1.0.0-rc8 - Gantt chart component for AngularJS
Authors: Marco Schweighauser, Rémi Alvergnat
License: MIT
Homepage: http://www.angular-gantt.com
Github: https://github.com/angular-gantt/angular-gantt.git
*/
(function(){
'use strict';
angular.module('gantt', ['gantt.templates', 'angula... |
YUI.add('axis-time-base', function (Y, NAME) {
/**
* Provides functionality for the handling of time axis data for a chart.
*
* @module charts
* @submodule axis-time-base
*/
var Y_Lang = Y.Lang;
/**
* TimeImpl contains logic for time data. TimeImpl is used by the following classes:
* <ul>
* <li>{{#crossL... |
package codeine.api;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import codeine.jsons.collectors.CollectorExecutionInfo;
import codeine.jsons.peer_status.PeerStatusJsonV2;
import codeine.model.Constants;
import codeine.utils.StringUtils;
import com.google.common.collect.Lists;
import com... |
@javax.xml.bind.annotation.XmlSchema(namespace = KimApiConstants.Namespaces.KIM_NAMESPACE_2_0, elementFormDefault = XmlNsForm.QUALIFIED)
package org.kuali.rice.kim.api.identity.affiliation;
import javax.xml.bind.annotation.XmlNsForm;
import org.kuali.rice.kim.api.KimApiConstants;
|
<div id="chartContainer">
<script src="/lib/d3.v3.min.js"></script>
<script src="/dist/dimple.{version}.js"></script>
<script type="text/javascript">
var svg = dimple.newSvg("#chartContainer", 590, 400);
d3.tsv("/data/example_data.tsv", function (data) {
data = dimple.filterData(data, "Owner", ["Ape... |
Kubernetes creates Docker containers from images stored in Docker registries. It does not currently track and store any information about images; it merely pulls and stores them locally on a minion as part of the pod creation process.
Adding information related to images - image repositories, the images themselves, ta... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.Linq;
namespace Microsoft.CodeAnalysis
{
public static class An... |
from io import BytesIO
from math import ceil
from typing import List, Optional
from PIL import Image
from archives.archivefilebase import ArchiveFileBase
from extractors.extractedinfo import ExtractedInfo
from extractors.extractorbase import ExtractorBase
from doom.doomimage import DoomImage
from doom.palette import ... |
<html>
<head>
<title>DOM tests -- CSS2 interface</title>
</head>
<body>
<!-- All the HTML elements below this line are used by the tests -->
<div id='a' style='border-bottom-style: solid'>
Red solid bottom border of default width
</div>
<div id='b' style='border-bottom-style: solid; border-bottom-color: green'>
Sol... |
@interface PopOverContentView : UIView
@end
|
class OptionsModel;
namespace interfaces {
class Node;
} // namespace interfaces
QT_BEGIN_NAMESPACE
class QApplication;
class QByteArray;
class QLocalServer;
class QUrl;
QT_END_NAMESPACE
class PaymentServer : public QObject
{
Q_OBJECT
public:
// Parse URIs on command line
// Returns false on error
s... |
/**
* Benchmarks for HTTP and HTTP/2 Headers.
*/
package io.netty.microbench.headers;
|
package org.sakaiproject.signup.restful;
import java.util.List;
/**
* <p>
* This class holds the information of sign-up site. It's a wrapper class for
* RESTful case.
* </p>
*/
public class SignupSiteItem {
private String title;
private String siteId;
private List<SignupGroupItem> signupGroupItems;
pub... |
require 'requirement'
class FortranDependency < Requirement
fatal true
default_formula 'gcc'
env { ENV.fortran }
satisfy :build_env => false do
(ENV['FC'] || which('gfortran')) ? true : false
end
end
|
cassandra_home=`dirname $0`/..
# The directory where Cassandra's configs live (required)
CASSANDRA_CONF=$cassandra_home/test/conf
# This can be the path to a jar file, or a directory containing the
# compiled classes. NOTE: This isn't needed by the startup script,
# it's just used here in constructing the classpath.... |
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses... |
SELECT USER()
|
/* eslint-disable-next-line no-redeclare */
/* global hasOwn, toString */
/**
* Assert whether a value is a plain object or not.
*
* @memberof OO
* @param {any} obj
* @return {boolean}
*/
OO.isPlainObject = function ( obj ) {
// Optimise for common case where internal [[Class]] property is not "Object"
if ( !o... |