text stringlengths 3 1.05M |
|---|
package com.amee.restlet;
import org.apache.commons.lang3.StringUtils;
import org.apache.xerces.dom.DocumentImpl;
import org.json.JSONException;
import org.json.JSONObject;
import org.restlet.Application;
import org.restlet.data.*;
import org.restlet.ext.json.JsonRepresentation;
import org.restlet.resource.DomRepresen... |
package com.ait.toolkit.sencha.touch.client.events.tabitem;
import com.ait.toolkit.sencha.touch.client.ui.TabItem;
import com.google.gwt.event.shared.EventHandler;
import com.google.gwt.event.shared.GwtEvent;
public class TabItemChangeEvent extends GwtEvent<TabItemChangeEvent.Handler> {
public static final Type... |
print "hi"
print "Like bad Windows newlines?"
|
.oo-ui-icon-article {
background-image: url("themes/mediawiki/images/icons/article-rtl.png");
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/article-rtl.svg");
background-image: linear-gradient(transparent, transparent), /* @embed */ url(... |
id: graphql-further-reading
title: Further Reading
layout: docs
category: GraphQL
permalink: docs/graphql-further-reading.html
indent: true
next: api-reference-relay
---
This concludes the overview of the GraphQL Relay Specifications. For the
detailed requirements of a Relay-compliant GraphQL server, a more formal
des... |
/**
* @ngdoc directive
* @name kml-layer
* @requires Attr2Options
* @description
* renders Kml layer on a map
* Requires: map directive
* Restrict To: Element
*
* @param {Url} url url of the kml layer
* @param {KmlLayerOptions} KmlLayerOptions
* (https://developers.google.com/maps/documentation/j... |
package net.floodlightcontroller.core.internal;
import java.io.IOException;
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.uti... |
#pragma once
#include <aws/memorydb/MemoryDB_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/memorydb/model/ClusterConfiguration.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace ... |
namespace CloudOnce.Internal.Utils
{
using System;
using System.Linq;
using System.Reflection;
using UnityEngine;
using UnityEngine.SocialPlatforms;
/// <summary>
/// Unity Editor implementation of <see cref="IAchievementUtils"/>
/// </summary>
public class EditorAchievementUtils : ... |
// +build !ignore_autogenerated
// Code generated by conversion-gen. DO NOT EDIT.
package v1
import (
unsafe "unsafe"
v1 "k8s.io/api/certificates/v1"
corev1 "k8s.io/api/core/v1"
conversion "k8s.io/apimachinery/pkg/conversion"
runtime "k8s.io/apimachinery/pkg/runtime"
certificates "k8s.io/kubernetes/pkg/apis... |
'use strict';
var Command = require('../models/command');
var SilentError = require('silent-error');
var Promise = require('../ext/promise');
module.exports = Command.extend({
name: 'uninstall:npm',
description: 'Npm package uninstall are now managed by the user.',
works: 'insideProject',
skipHelp: tr... |
package org.apache.hadoop.mapreduce.v2.app;
import static org.junit.Assert.assertEquals;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterator;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.mapred.TaskCompletionEvent;
import org.apache.hadoop.mapreduce.Counters;
imp... |
if [ -d ./vendor/citation-style-language/$1 ]
then
cd ./vendor/citation-style-language/$1
git pull origin master
else
git clone --branch=master https://github.com/citation-style-language/$1.git vendor/citation-style-language/$1
fi |
<style>
[ng-cloak] { display: none; }
</style>
<div ng-app="largetableBenchmark" ng-cloak>
<div ng-controller="DataController">
<div class="container-fluid">
<p>
Large table rendered with AngularJS
</p>
<div>none: <input type="radio" ng-model="benchmarkType" value="none"></div>
<div... |
<?php
/**
* Smarty Internal Plugin CompileBase
*
* @package Smarty
* @subpackage Compiler
* @author Uwe Tews
*/
/**
* This class does extend all internal compile plugins
*
* @package Smarty
* @subpackage Compiler
*/
abstract class Smarty_Internal_CompileBase
{
/**
* Array of names of required attri... |
#include <linux/list.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <linux/srcu.h>
#include <linux/rculist.h>
#include <linux/wait.h>
#include <linux/fsnotify_backend.h>
#include "fsnotify.h"
#include <linux/atomic.h>
/*
* Final freeing of a group
*/
void fsnotify_final_destroy_group(struct fsnotif... |
package org.apache.camel.component.cxf.jaxrs;
import java.io.BufferedWriter;
import java.io.OutputStreamWriter;
import javax.ws.rs.core.Response;
import org.apache.camel.Exchange;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.cxf.CXFTestSupport;
import org.apache.camel.component.mo... |
var fs = require('fs')
module.exports = function(path,blockSize,cb){
fs.stat(path,function(err,stat){
if(err) return cb(err);
fs.open(path,'r',function(err,fd){
if(err) return cb(err);
cb(false,module.exports.fromFD(fd,stat.size,blockSize),fd,stat);
})
})
}
module.exports.fromFD = function... |
<?php
namespace Symfony\Component\CssSelector\Exception;
/**
* ParseException is thrown when a CSS selector syntax is not valid.
*
* This component is a port of the Python cssselect library,
* which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
*
* @author Jean-François Simon <jeanfr... |
// 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.
#include <map>
#include <queue>
#include <string>
#include "base/bind.h"
#include "base/callback.h"
#include "base/logging.h"
#include "base/memory/s... |
define(function(require, exports, module) {
exports.isDark = true;
exports.cssClass = "ace--monokai-easy-for-retina";
exports.cssText = require("../requirejs/text!./MonokaiEasyForRetina.css");
var dom = require("../lib/dom");
dom.importCssString(exports.cssText, exports.cssClass);
});
|
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'
}
DOCUMENTATION = r'''
---
module: vmware_vmkernel_facts
short_description: Gathers VMKernel facts about an ESXi host
des... |
#region License
// Copyright (c) 2007 James Newton-King
//
// Permission is hereby granted, free of charge, to any person
// obtaining a copy of this software and associated documentation
// files (the "Software"), to deal in the Software without
// restriction, including without limitation the rights to use,
// copy,... |
"use strict";
var server = require('index');
var should = require('should');
var path = require('path');
var FormData = require('form-data');
var Fs = require('fs');
var Path = require('path');
var Stream = require('stream');
var constants = require('src/config/constants.js');
describe('Package routes', function(){
... |
#ifndef ALIPHOSCLUSTERSELECTIONLOGBACKTASK_CXX
#define ALIPHOSCLUSTERSELECTIONLOGBACKTASK_CXX
class AliPHOSEventSelection;
// Analysis Task for selecting PHOS clusters for other analysis, with Logback.
// Allows to access clusters of past events. The clusters of said events are
// stored in per-event arrays, and th... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/**
* PDO SQLite Database Adapter Class
*
* Note: _DB is an extender class that the app controller
* creates dynamically based on whether the query builder
* class is being used or not.
*
* @package CodeIgniter
* @subpackage Drivers
* @ca... |
package org.apache.cassandra.concurrent;
import java.util.Map;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.ThreadLocalRandom;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.ato... |
require 'cafe_blog/core'
|
#include <sys/types.h>
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <iterator>
#include <limits>
#include <string>
#include <type_traits>
#include <vector>
#include <gtest/gtest.h>
#include "tensorflow/lite/kernels/internal/common.h"
#include "tensorflow/lite/kernels/internal/... |
from vtk import *
csv_source = vtkDelimitedTextReader()
csv_source.SetFieldDelimiterCharacters(",")
csv_source.SetHaveHeaders(True)
csv_source.SetDetectNumericColumns(True)
csv_source.SetFileName("authors.csv")
graph = vtkTableToGraph()
graph.AddInputConnection(csv_source.GetOutputPort())
graph.AddLinkVertex("Author"... |
package main
type DummyBackendQueue struct {
readChan chan []byte
}
func NewDummyBackendQueue() BackendQueue {
return &DummyBackendQueue{readChan: make(chan []byte)}
}
func (d *DummyBackendQueue) Put([]byte) error {
return nil
}
func (d *DummyBackendQueue) ReadChan() chan []byte {
return d.readChan
}
func (d *... |
@class NSMutableArray;
@protocol WATemplateMsgManagerExt <NSObject>
@optional
- (void)onTemplateMsgMgrInfoChanged;
- (void)banListStatusChanged:(NSMutableArray *)arg1;
@end
|
'use strict';
angular.module('tour.values', []).
// List of modules with description and lessons in it.
value('tableOfContents', [{
'id': 'mechanics',
'title': 'Using the tour',
'description': '<p>Welcome to a tour of the <a href="http://golang.org">Go programming language</a>. The tour covers the most i... |
<?php
namespace Symfony\Component\Intl\Data\Bundle\Writer;
/**
* Writes resource bundle files.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @internal
*/
interface BundleWriterInterface
{
/**
* Writes data to a resource bundle.
*
* @param string $path The path to the resource bu... |
package com.thoughtworks.go.plugin.infra;
import com.thoughtworks.go.plugin.api.GoPluginApiMarker;
import com.thoughtworks.go.plugin.infra.plugininfo.GoPluginDescriptor;
import com.thoughtworks.go.plugin.infra.plugininfo.PluginRegistry;
import com.thoughtworks.go.plugin.infra.service.DefaultPluginHealthService;
impo... |
This file is used to list changes made in each version of the yum cookbook.
## v3.10.0 (2016-02-04)
- Add a new sensitive attribute to the repository resource so prevent writing the diff of the config to Chef output / logs
- Update testing dependencies and remove the Guardfile / Guard dependencies
## v3.9.0 (2016-01-... |
#include "src/core/lib/security/credentials/fake/fake_credentials.h"
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/iomgr/executor.h"
#include "src/core/lib/support/string.... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v5.0.6
* @link http://www.ag-grid.com/
* @license MIT
*/
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : ... |
package com.google.common.primitives;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkElementIndex;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkPositionIndexes;
impo... |
<!DOCTYPE html>
<!--
Copyright (c) 2013 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following di... |
\chapter{Introduction}
Mongrel2 is a web server. HTTP requests come in, HTTP responses go out.
Request, response. There is nothing revolutionary or extravagant in what
Mongrel2 does with a browser, apart from supporting fancy asynchronous socket
protocols. To the browser, Mongrel2 is just this nice web server that ... |
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org... |
module Rails
module Generator
# Manifest captures the actions a generator performs. Instantiate
# a manifest with an optional target object, hammer it with actions,
# then replay or rewind on the object of your choice.
#
# Example:
# manifest = Manifest.new { |m|
# m.make_directory... |
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="AM-Test">
<parameter name="useDefaultListeners" value="false"/>
<listeners>
<listener class-name="org.wso2.carbon.automation.engine.testlisteners.TestExecutionListener"/>
<listener class-name="org.wso2.carbon.automation.en... |
package org.apache.ibatis.domain.misc.generics;
public abstract class GenericAbstract<K> {
public abstract K getId();
}
|
<!DOCTYPE html>
<html>
<body onload=runTest(); id=targetDiv style="position: relative; width: 50px; height: 50px; cursor: Pointer">Some overflowing text. This test passes if the renderer doesn't crash
<script>
function runTest() {
// Test for crash
var clientRect = document.getElementById('targetDiv').... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace MiniTrello.Api.Models
{
public class RemoveOrganizationModel
{
public long Id { get; set; }
}
} |
require "notiffany/notifier/base"
module Notiffany
class Notifier
# System notifications using the
# [growl](https://github.com/visionmedia/growl) gem.
#
# This gem is available for OS X and sends system notifications to
# [Growl](http://growl.info) through the
# [GrowlNotify](http://growl.in... |
<div id="activities-table-group" class="slide-panel-group">
<div id="activities-root" class="table-scroll-wrapper slide-panel" width="569">
</div>
</div>
<div> </div>
<div id="activity-details">
</div>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>ASP.NET Boilerplate</title>
<link type="text/css" rel="stylesheet" h... |
/*
* AppConstants
* These are the variables that determine what our central data store (reducer.js)
* changes in our state. When you add a new action, you have to add a new constant here
*
* Follow this format:
* export const YOUR_ACTION_CONSTANT = 'YOUR_ACTION_CONSTANT';
*/
/* App Constants */
export const SEN... |
package flagutil
import (
"errors"
"fmt"
"net"
"strings"
)
// IPv4Flag parses a string into a net.IP after asserting that it
// is an IPv4 address. This type implements the flag.Value interface.
type IPv4Flag struct {
val net.IP
}
func (f *IPv4Flag) IP() net.IP {
return f.val
}
func (f *IPv4Flag) Set(v string... |
/**
*
*/
;
(function ($, window, document, undefined) {
var pluginName = "releasedWfProcessPropsPanel";
var defaults = {
id: "",
parent: "",
entity: "",
topparent: "",
tabid: "",
currowner: "",
};
var PropsPanel = function (element, options) {
... |
// Copyright 2012 Jesse van den Kieboom. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Package flags provides an extensive command line option parser.
The flags package is similar in functionality to the go built-in flag package
but prov... |
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef STM32L4xx_HAL_HASH_EX_H
#define STM32L4xx_HAL_HASH_EX_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32l4xx_hal_def.h"
/** @addtogroup ST... |
import java.util.List;
class T6985719g {
interface A<X> { void f(List<X> ls); }
interface B extends A<String> { void f(List<Integer> ls); }
}
|
<?xml version="1.0" encoding="UTF-8"?>
<module>
<inherits name="com.google.gwt.logging.LoggingDisabled"/>
<source path=''>
<include name='SimpleConsoleLogHandler.java'/>
<include name='SimpleFormatter.java'/>
<include name='SimpleDevModeLogHandler.java'/>
<include name='ExceptionUtil.java'/>
<i... |
@interface FirstViewController ()
@property (weak, nonatomic) IBOutlet UIView *layerView;
@property(nonatomic,strong)CALayer *colorLayer;
@end
@implementation FirstViewController
- (void)viewDidLoad {
[super viewDidLoad];
//create sublayer
self.colorLayer = [CALayer layer];
self.colorLayer.frame... |
<?php
namespace Symfony\Component\Form\Tests\Extension\Core\Type;
use Symfony\Component\Form\ChoiceList\View\ChoiceGroupView;
use Symfony\Component\Form\ChoiceList\View\ChoiceView;
use Symfony\Component\Form\Extension\Core\ChoiceList\ObjectChoiceList;
class ChoiceTypeTest extends \Symfony\Component\Form\Test\TypeT... |
package org.ray.api.test;
import java.nio.ByteBuffer;
import java.util.Arrays;
import javax.xml.bind.DatatypeConverter;
import org.ray.api.id.ObjectId;
import org.ray.api.id.TaskId;
import org.ray.api.id.UniqueId;
import org.ray.runtime.util.IdUtil;
import org.testng.Assert;
import org.testng.annotations.Test;
publi... |
"format register";
System.register("angular2/src/http/interfaces", [], true, function(require, exports, module) {
var global = System.global,
__define = global.define;
global.define = undefined;
var ConnectionBackend = (function() {
function ConnectionBackend() {}
return ConnectionBackend;
})();
... |
#import "TiAppiOSProxy.h"
#import "TiUtils.h"
#import "TiApp.h"
#ifdef USE_TI_APPIOS
#import "TiAppiOSBackgroundServiceProxy.h"
#import "TiAppiOSLocalNotificationProxy.h"
@implementation TiAppiOSProxy
-(void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
RELEASE_TO_NIL(backgroundServices);... |
<?php
namespace Zend\Http\Header;
/**
* @throws Exception\InvalidArgumentException
* @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
*/
class ContentEncoding implements HeaderInterface
{
/**
* @var string
*/
protected $value;
public static function fromS... |
exports.foo = 42;
exports.bar = function (hook_name, args, cb) {
return cb(["FOOOO"]);
} |
#if DEBUG
namespace ASC.Core.Common.Tests
{
using System;
using System.Configuration;
using ASC.Core.Billing;
using ASC.Core.Data;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[TestClass]
public class TariffServiceTest
{
private readonly ITariffService t... |
namespace llvm {
class MachineFunction;
class HexagonInstrInfo;
class HexagonRegisterInfo;
class HexagonTargetLowering;
class HexagonDAGToDAGISel : public SelectionDAGISel {
const HexagonSubtarget *HST;
const HexagonInstrInfo *HII;
const HexagonRegisterInfo *HRI;
public:
explicit HexagonDAGToDAGISel(HexagonTar... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - canvas texture</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
margin: 0px;
background-color: #050505;
color: #fff... |
using System.Linq;
using System.Threading.Tasks;
using Abp.Application.Services;
using Abp.Application.Services.Dto;
using Abp.Authorization;
using Abp.Domain.Repositories;
using Abp.Extensions;
using Abp.IdentityFramework;
using Abp.Linq.Extensions;
using Abp.MultiTenancy;
using Abp.Runtime.Security;
using Hotel.Auth... |
require 'formula'
class Libopennet < Formula
homepage 'http://www.rkeene.org/oss/libopennet'
url 'http://www.rkeene.org/files/oss/libopennet/libopennet-0.9.9.tar.gz'
sha1 'd15c698498401ec6036646eaf19914117d6f5c56'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
... |
package pkgaction
type ServiceAction int
const (
Restart ServiceAction = iota
Start
Stop
)
var serviceActions = []string{
"restart",
"start",
"stop",
}
func (s ServiceAction) String() string {
if int(s) >= 0 && int(s) < len(serviceActions) {
return serviceActions[s]
}
return ""
}
type PackageAction int... |
// Generated source
package org.jetbrains.wip.protocol.page;
/**
* Capture page screenshot.
*/
public final class CaptureScreenshot extends org.jetbrains.wip.protocol.WipRequest implements org.jetbrains.jsonProtocol.RequestWithResponse<org.jetbrains.wip.protocol.page.CaptureScreenshotResult, org.jetbrains.wip.protoc... |
if (!gCounter) {
// We write it this way so if the script gets loaded twice,
// gCounter remains dirty.
var gCounter = 0;
}
function FindProxyForURL(url, host) {
return "PROXY sideffect_" + gCounter++;
}
|
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<!-- ============================================================= -->
<!-- Configure a TLS (SSL) Context Factory -->
<!-- This configuration must be used in conjunction ... |
package org.wso2.carbon.registry.resource.beans;
import java.util.Date;
import java.util.Calendar;
public class VersionPath {
private String completeVersionPath;
private String activeResourcePath;
private long versionNumber;
private String updater;
private Calendar updatedOn;
public St... |
(function() {
'use strict';
describe('Launch Instance Metadata Step', function() {
describe('metadata tree', function() {
var $scope, $element, model;
beforeEach(module('templates'));
beforeEach(module('horizon.dashboard.project.workflow.launch-instance'));
beforeEach(inject(functio... |
module Spree
ProductsController.class_eval do
def google_merchant
@products = Product.active
end
end
end
|
package com.thoughtworks.go.domain;
import com.thoughtworks.go.config.materials.PackageMaterial;
import com.thoughtworks.go.config.materials.SubprocessExecutionContext;
import com.thoughtworks.go.config.materials.dependency.DependencyMaterial;
import com.thoughtworks.go.domain.materials.*;
import com.thoughtworks.go.... |
using content::BrowserThread;
namespace chromeos {
// OAuthLoginManager.
// static.
OAuthLoginManager* OAuthLoginManager::Create(
OAuthLoginManager::Delegate* delegate) {
return new OAuth2LoginManager(delegate);
}
void OAuthLoginManager::CompleteAuthentication() {
delegate_->OnCompletedAuthentication(user_p... |
#include <sys/time.h>
#import <Foundation/Foundation.h>
#import "ccTypes.h"
enum {
//! Default tag
kCCActionTagInvalid = -1,
};
/**
CCAction is an abstract base class for all actions. Actions animate nodes by manipulating node properties over time
such as position, rotation, scale and opacity.
For more info... |
package com.opengamma.analytics.financial.credit.isdastandardmodel;
import static com.opengamma.analytics.financial.credit.isdastandardmodel.ISDACompliantScheduleGenerator.getIntegrationNodesAsDates;
import static com.opengamma.analytics.financial.credit.isdastandardmodel.ISDACompliantScheduleGenerator.truncateList;
... |
#ifndef SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_COMMANDS_PERFORM_INTERACTION_RESPONSE_H_
#define SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_COMMANDS_PERFORM_INTERACTION_RESPONSE_H_
#include "application_manager/commands/command_response_impl.h"
#include "utils/macro.h"
nam... |
cask 'gnucash' do
version '3.3-1'
sha256 'c1d97818e9f34e5113d030b4d9a850a297cb2d2ffb871e7cb9b80d5cf3ff2336'
# github.com/Gnucash/gnucash was verified as official when first introduced to the cask
url "https://github.com/Gnucash/gnucash/releases/download/#{version.major_minor_patch}/Gnucash-Intel-#{version}.dmg... |
namespace DemoProject {
public partial class Site_Mobile {
/// <summary>
/// HeadContent control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remar... |
// 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 Microsoft.CodeAnalysis.Text;
namespace Roslyn.Utilities
{
internal partial class BKTree
{
pr... |
<?php
namespace Eceon\MVC\Model\Form\Validator;
use Eceon\MVC\Model\Form;
class Required extends Form\AbstractValidator
{
/**
* @var string
*/
protected $strErrorMessage = 'Dit veld is verplicht';
/**
* Validates the data.
... |
import { combineReducers } from 'redux';
import { routerReducer as routing } from 'react-router-redux';
import counter from './counter';
import mtgApp from './mtg';
const rootReducer = combineReducers({
counter,
mtgApp,
routing
});
export default rootReducer;
|
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Arthonia gattefossei Maheu & Werner
### Remarks
null |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obta... |
namespace gfx {
class ImageSkia;
class Rect;
}
namespace ui {
class NativeTheme;
class OSExchangeData;
}
namespace views {
class InputMethod;
class TooltipManager;
namespace internal {
////////////////////////////////////////////////////////////////////////////////
// NativeWidgetPrivate interface
//
// A NativeWid... |
package testing
import (
"context"
"fmt"
"k8s.io/apimachinery/pkg/runtime"
clientgotesting "k8s.io/client-go/testing"
"knative.dev/pkg/apis"
)
// InduceFailure is used in conjunction with TableTest's WithReactors field.
// Tests that want to induce a failure in a row of a TableTest would add:
// WithReacto... |
bosh-website
============
[bosh homepage](http://bosh.cloudfoundry.org)
this site is developed with spring boot. all html and web assets go in the `public` folder.
prereqs
=======
<a href="http://projects.spring.io/spring-boot/docs/README.html">get the spring boot cli</a>
development instructions
=================... |
#include "AsyncHermesRuntime.h"
#include <functional>
#include <stdexcept>
#include <thread>
#include <glog/logging.h>
namespace facebook {
namespace hermes {
namespace inspector {
namespace chrome {
namespace detail = facebook::hermes::inspector::detail;
AsyncHermesRuntime::AsyncHermesRuntime(bool veryLazy)
... |
<?php
namespace Aws\Handler\GuzzleV5;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Event\EndEvent;
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Message\ResponseInterface as GuzzleResponse;
use GuzzleHttp\Promise;
use Guzzle... |
import os
import os.path
import xml.etree.ElementTree as ET
import unittest
import json
import re
import lipsum
import logging
from statik.project import StatikProject
from statik.generator import generate
from statik.utils import strip_el_text
from statik.errors import MissingTemplateError, SafetyViolationError
lo... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>chinese: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... |
package com.vaadin.tests.themes.valo;
import com.vaadin.navigator.View;
import com.vaadin.navigator.ViewChangeListener.ViewChangeEvent;
import com.vaadin.shared.ui.colorpicker.Color;
import com.vaadin.ui.AbstractColorPicker.PopupStyle;
import com.vaadin.ui.ColorPicker;
import com.vaadin.ui.HorizontalLayout;
import co... |
/**
@module ember
@submodule ember-templates
*/
import { readViewFactory } from 'ember-views/streams/utils';
import EmberView from 'ember-views/views/view';
import ViewNodeManager from 'ember-htmlbars/node-managers/view-node-manager';
/**
`{{view}}` inserts a new instance of an `Ember.View` into a template passing ... |
package nom.bdezonia.zorbage.type.integer.int2;
import java.lang.Integer;
import java.math.BigDecimal;
import java.math.BigInteger;
import nom.bdezonia.zorbage.algebra.*;
import nom.bdezonia.zorbage.sampling.IntegerIndex;
import nom.bdezonia.zorbage.storage.coder.BitCoder;
import nom.bdezonia.zorbage.storage.coder.B... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- General -->
<string name="app_name">Camera Color Picker</string>
<string name="contact_us_email" translatable="false">tvbarthel@gmail.com</string>
<string name="contact_us_uri" translatable="false">mailto:%1$s?subject=%2$s</string>
<string nam... |
obj-$(CONFIG_PINCTRL_BAYTRAIL) += pinctrl-baytrail.o
obj-$(CONFIG_PINCTRL_CHERRYVIEW) += pinctrl-cherryview.o
obj-$(CONFIG_PINCTRL_INTEL) += pinctrl-intel.o
obj-$(CONFIG_PINCTRL_SUNRISEPOINT) += pinctrl-sunrisepoint.o
|