text stringlengths 3 1.05M |
|---|
@interface BVNonARCSingleton : NSObject
@property ( nonatomic, retain) NSString *tempProperty;
+ (BVNonARCSingleton *)sharedInstance;
@end
|
@interface DismissingAnimator : NSObject <UIViewControllerAnimatedTransitioning>
@end
|
module Linguist
class Shebang
# Public: Use shebang to detect language of the blob.
#
# blob - An object that quacks like a blob.
#
# Examples
#
# Shebang.call(FileBlob.new("path/to/file"))
#
# Returns an Array with one Language if the blob has a shebang with a vali... |
package io.cattle.platform.inator.wrapper;
import io.cattle.platform.core.constants.CommonStatesConstants;
import io.cattle.platform.core.constants.HealthcheckConstants;
import io.cattle.platform.core.constants.HostConstants;
import io.cattle.platform.core.constants.InstanceConstants;
import io.cattle.platform.core.co... |
+++
date = "2016-05-02T13:00:35-05:00"
title = "propose"
type = "event"
+++
{{< cfp_dates >}}
<hr>
There are three ways to propose a session:
<ol>
<li><strong><em>A proposal for a talk/panel</em></strong> during the conference part : these are 30 minute slots that will have the full attention of all attendees, as ... |
/**
* This is an experimental Highcharts module that draws long data series on a canvas
* in order to increase performance of the initial load time and tooltip responsiveness.
*
* Compatible with HTML5 canvas compatible browsers (not IE < 9).
*
* Author: Torstein Honsi
*
*
* Development plan
* - Column range... |
<?php defined('SYSPATH') OR die('No direct script access.');
class Request_Client_Recursion_Exception extends Kohana_Request_Client_Recursion_Exception {}
|
namespace Tf
{
inline void threadFence()
{
atomic_thread_fence(std::memory_order_seq_cst);
}
}
template <class T>
class TAtomicPtr
{
public:
TAtomicPtr(T *value = nullptr);
TAtomicPtr(const TAtomicPtr<T> &other);
~TAtomicPtr() {}
operator T*() const;
T *load(bool *mark = nullp... |
<?xml version="1.0"?>
<!--
* Copyright (c) 2012-2015, jcabi.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice,... |
import { ProxyCapabilities, ProxyInputOptions, ProxyType } from './types'
export default function ParseProxy(
type: ProxyType,
options?: ProxyInputOptions
): ProxyCapabilities {
if (type === 'direct' || type === 'system') {
return {
proxyType: type,
}
} else if (type === 'pac') {
if (!options... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
' VB has a difference from C# in that CodeModelEvents are not fired for a
' CodeElement unless it's Children are accessed. This is intended to be a
' performan... |
package org.apache.camel.converter.aries;
import java.util.Map;
import com.google.gson.Gson;
import org.hyperledger.aries.api.credentials.CredentialAttributes;
import org.hyperledger.aries.api.credentials.CredentialPreview;
import org.hyperledger.aries.api.issue_credential_v1.V1CredentialFreeOfferRequest;
import org... |
cordova.define("cordova-plugin-battery-status.battery", function(require, exports, module) {
/**
* This class contains information about the current battery status.
* @constructor
*/
var cordova = require('cordova'),
exec = require('cordova/exec');
function handlers() {
return battery.channels.batterystatus... |
The tests takes as fixture the following situation (which is constructed partially)
For tests that do not need to check the incremental construction.
P1
A1DefinedInP1>>methodDefinedInP1
B1DefinedInP1
A2DefinedInP2>>methodDefinedInP1 (was *P2)
P2
A2DefinedInP2>>methodDefinedInP2
B2DefinedInB2
P3
A3Defined... |
import { NgModule } from '@angular/core';
import { RaiseDirective } from './raise.directive';
@NgModule({
declarations: [
RaiseDirective,
],
exports: [
RaiseDirective,
],
})
export class RaiseModule {
}
|
<?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... |
wymeditor_filebrowser = function(wym, wdw) {
// the URL to the Django filebrowser, depends on your URLconf
var fb_url = '/admin/filebrowser/';
var dlg = jQuery(wdw.document.body);
if (dlg.hasClass('wym_dialog_image')) {
// this is an image dialog
dlg.find('.wym_src').css('width', '200px').attr('... |
<!DOCTYPE html>
<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
div {
border: 5px solid maroon;
-webkit-column-count: 2;
margin: 1em 0;
}
h2 {
-webkit-column-span: all;
background-color: #eeeeee;
color: black;
}
</style>
<div>
<junk>
<h2>PASS if n... |
#ifdef INCLUDE_GTEST_TESTS
#include "CppUTestExt/GMock.h"
#include "CppUTest/TestHarness.h"
#include "CppUTest/TestOutput.h"
#include "CppUTest/TestRegistry.h"
#include "CppUTest/TestTestingFixture.h"
TEST_GROUP(GMock)
{
TestTestingFixture *fixture;
void setup()
{
fixture = new TestTestingFixtu... |
"""Volume drivers for libvirt."""
from oslo_config import cfg
from oslo_log import log as logging
import six
from nova import exception
from nova.i18n import _LE
from nova.i18n import _LW
from nova.virt.libvirt import config as vconfig
import nova.virt.libvirt.driver
from nova.virt.libvirt import host
from nova.virt.... |
<template name="afBootstrapUrl_bootstrap3">
<input type="text" value="{{this.value}}" {{this.atts}}/>
</template> |
describe('Ionic nav-view', function() {
beforeEach(module('ionic'));
var compile, scope;
beforeEach(inject(function($compile, $rootScope) {
compile = $compile;
scope = $rootScope.$new();
}));
it('should publish a controller', function() {
var view = angular.element('<ion-nav-view></ion-nav-view>... |
package com.example.contactplusgroup.views;
import com.mityung.contactdirectory.R;
import com.example.contactplusgroup.utils.Utils;
import com.nineoldandroids.view.ViewHelper;
import android.app.Dialog;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.grap... |
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.components.runtime;
import com.google.appi... |
'use strict';
var clearRequire = require('clear-require');
var eslint = require('eslint');
var fixture = '\'use strict\';\nvar yx = false;\nvar x = true;\n\nif (x) {\n console.log(yx);\n}\n';
var isPlainObj = require('is-plain-obj');
var tempWrite = require('temp-write');
var test = require('... |
#ifndef NEETHI_ENGINE_H
#define NEETHI_ENGINE_H
/*neethis_engine.c contains all the useful functions
* for dealing with a neethi_policy object
*/
/**
* @file neethi_engine.h
* @contains neethi_policy creation logic.
*/
#include <axis2_defines.h>
#include <axutil_env.h>
#include <neethi_includes.h>
#incl... |
<?php
require_once 'helper/rst_dummy_directives.php';
/**
* Test suite for class.
*
* @package Document
* @subpackage Tests
*/
class ezcDocumentRstXhtmlVisitorTests extends ezcTestCase
{
protected static $testDocuments = null;
public static function suite()
{
return new PHPUnit_Framework_T... |
<?php
/**
* Socket Based FTP implementation
*
* @package PemFTP
* @subpackage Socket
* @since 2.5
*
* @version 1.0
* @copyright Alexey Dotsenko
* @author Alexey Dotsenko
* @link http://www.phpclasses.org/browse/package/1743.html Site
* @license LGPL License http://www.opensource.org/licenses/lgpl-license.h... |
package com.siyeh.ig.maturity;
import com.intellij.codeInspection.InspectionProfileEntry;
import com.siyeh.ig.LightInspectionTestCase;
import org.jetbrains.annotations.Nullable;
/**
* @author Bas Leijdekkers
*/
public class SuppressionAnnotationInspectionTest extends LightInspectionTestCase {
public void testSu... |
package org.apache.hadoop.yarn.server.resourcemanager.blacklist;
import java.util.ArrayList;
import org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest;
/**
* A {@link BlacklistManager} that returns no blacklists.
*/
public class DisabledBlacklistManager implements BlacklistManager {
private static fi... |
package uk.co.jemos.podam.api;
import java.lang.annotation.Annotation;
import java.util.List;
import java.util.Map;
/**
* Parent for map-related arguments POJO
*
* @author Marco Tedone
*
*/
public abstract class AbstractMapArguments {
/** The name of map attribute in enclosing POJO */
private String attribu... |
RSpec::Matchers.define :disallow_request do
match do |middleware|
alert = middleware.env['rack.session'].to_hash
.dig('flash', 'flashes', 'alert')
alert&.include?('You cannot perform write operations')
end
end
RSpec::Matchers.define :disallow_request_in_json do
match do |response|
json_respons... |
import { FlowRouter } from 'meteor/kadira:flow-router';
import { BlazeLayout } from 'meteor/kadira:blaze-layout';
import { FlowRouterTitle } from 'meteor/ostrio:flow-router-title';
// Homepage
FlowRouter.route('/', {
name: 'home',
title: 'Homepage',
action() {
BlazeLayout.render('default', { main: 'homePage'... |
#import <AVFoundation/AVFoundation.h>
#import <Foundation/Foundation.h>
#import "RTCMacros.h"
NS_ASSUME_NONNULL_BEGIN
extern NSString *const kRTCAudioSessionErrorDomain;
/** Method that requires lock was called without lock. */
extern NSInteger const kRTCAudioSessionErrorLockRequired;
/** Unknown configuration err... |
'use strict';
// angular.module('core').controller('HeaderController', ['$scope', 'Authentication', 'Menus',
// function($scope, Authentication, Menus) {
// $scope.authentication = Authentication;
// $scope.isCollapsed = false;
// $scope.menu = Menus.getMenu('topbar');
// $scope.toggleCollapsibleMenu = funct... |
namespace {
// The component supports only one scheme for simplicity.
const char* non_port_non_domain_wildcard_scheme = NULL;
std::string GetDefaultPort(const std::string& scheme) {
if (scheme == url::kHttpScheme)
return "80";
if (scheme == url::kHttpsScheme)
return "443";
return std::string();
}
// Re... |
// Printing of syntax trees.
package build
import (
"bytes"
"fmt"
"strings"
)
// Format returns the formatted form of the given BUILD file.
func Format(f *File) []byte {
pr := &printer{}
pr.file(f)
return pr.Bytes()
}
// FormatString returns the string form of the given expression.
func FormatString(x Expr) ... |
FROM balenalib/beaglebone-green-alpine:3.13-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(dirname "$(... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| Hooks
| -------------------------------------------------------------------------
| This file lets you define "hooks" to extend CI without hacking the core
| fi... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
define([
'../Core/Credit',
'../Core/decodeGoogleEarthEnterpriseData',
'../Core/defaultValue',
'../Core/defined',
'../Core/defineProperties',
'../Core/DeveloperError',
'../Core/Event',
'../Core/GeographicTilingScheme',
'../Core/GoogleEarthEnterprise... |
class Outer {
static class Inner {
String str;
String getStr() {
return this.str;
}
}
} |
var getNestedVisitor = require('./nested-visitor');
module.exports = function (less, uniqueMap) {
var NestedVisitor = getNestedVisitor(less);
function RemoveDuplicateVisitor() {
this._visitor = new less.visitors.Visitor(this);
}
RemoveDuplicateVisitor.prototype = new NestedVisitor();
Remo... |
using Orchard.ContentManagement.Records;
namespace Orchard.Taxonomies.Models {
/// <summary>
/// Represents a Term of a Taxonomy
/// </summary>
public class TermPartRecord : ContentPartRecord {
public virtual int TaxonomyId { get; set; }
public virtual string Path { get; set; }
... |
using content::BrowserThread;
namespace {
const char kNotSupportedError[] =
"Native speech synthesis not supported on this platform.";
struct SPDChromeVoice {
std::string name;
std::string module;
};
} // namespace
class TtsPlatformImplLinux : public TtsPlatformImpl {
public:
virtual bool PlatformImplA... |
#region License
//
// Copyright (c) 2007-2009, Sean Chambers <schambers80@gmail.com>
// Copyright (c) 2012, Daniel Lee
//
// 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://ww... |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.hfad.starbuzz.DrinkCategoryActivity">
<item android:id="@+id/action_settings" android:title="@string/action_settings"
... |
using Microsoft.Xna.Framework.Media;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GoMusic.Models
{
public class FakeSong
{
public string Name
{
get;
set;
}
public string Ar... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("01.... |
require File.expand_path('../application', __FILE__)
# Initialize the Rails application.
Splashbox::Application.initialize!
|
/* */
'use strict';
Object.defineProperty(exports, "__esModule", {value: true});
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
var _reactAddonsPureRenderMixin = require('react-addons-pure-render-mixin');
var _reactAddonsPureRenderMixin2 = _interopRequireDefault(_reactAddonsPureRenderMixi... |
#define STATIC_ERLANG_NIF 1
#include "erl_nif.h"
#include "config.h"
#include "sys.h"
#ifdef VALGRIND
# include <valgrind/memcheck.h>
#endif
#define ACCUMULATOR_SIZE (2 << 10)
#define FIND_NIF_RESCHEDULE_SIZE (1 << 20)
/* NIF interface declarations */
static int load(ErlNifEnv *env, void** priv_data, ERL_NIF_TE... |
#import <IDEKit/IDEViewController.h>
#import "DVTTableViewDelegate-Protocol.h"
#import "IDECapsuleViewController-Protocol.h"
#import "IDECapsuleViewDelegate-Protocol.h"
@class DVTTableView, NSArrayController, NSImage, NSMutableArray, NSString;
@interface IDERunOptionsTableViewCapsuleSheetController : IDEViewContro... |
#ifndef FontCustomPlatformDataCairo_h
#define FontCustomPlatformDataCairo_h
#include "FontDescription.h"
#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
#include <cairo.h>
namespace WebCore {
class FontPlatformData;
class SharedBuffer;
struct FontCustomPlatformData {
WTF_MAKE_NONCOPYABLE(FontCustomPlat... |
(function() {
var Bacon, BufferingSource, Bus, CompositeUnsubscribe, ConsumingSource, Desc, Dispatcher, End, Error, Event, EventStream, Exception, Initial, Next, None, Observable, Property, PropertyDispatcher, Some, Source, UpdateBarrier, addPropertyInitValueToStream, assert, assertArray, assertEventStream, assertFun... |
package com.google.common.base;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
/**
* Weak reference with a {@code finalizeReferent()} method which a background thread invokes after
* the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
* Reference... |
ref class BasicTimer
{
private:
LARGE_INTEGER m_frequency;
LARGE_INTEGER m_currentTime;
LARGE_INTEGER m_startTime;
LARGE_INTEGER m_lastTime;
float m_total;
float m_delta;
internal:
BasicTimer();
void Reset();
void Update();
property float Total
{
float get();
}
... |
'use strict';
var DOMProperty = require('./DOMProperty');
var MUST_USE_PROPERTY = DOMProperty.injection.MUST_USE_PROPERTY;
var HAS_BOOLEAN_VALUE = DOMProperty.injection.HAS_BOOLEAN_VALUE;
var HAS_NUMERIC_VALUE = DOMProperty.injection.HAS_NUMERIC_VALUE;
var HAS_POSITIVE_NUMERIC_VALUE = DOMProperty.injection.HAS_POSI... |
package org.culturegraph.mf.morph.collectors;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.culturegraph.mf.morph.Metamorph;
import org.culturegraph.mf.morph.NamedValueSource;
/**
* Corresponds to the <code><collect-literal></code> tag.
*
* @author Markus Micha... |
<?php
namespace tests\presentation\responses\HttpHeadersTrait;
use vsc\presentation\responses\HttpResponseA;
/**
* @covers \vsc\presentation\responses\HttpHeadersTrait::outputContentHeaders()
*/
class outputContentHeaders extends \BaseUnitTest
{
public function testNullInCLI()
{
$o = new HttpResponseA_underTest_... |
package stripe
import (
"time"
)
// Customer encapsulates details about a Customer registered in Stripe.
//
// see https://stripe.com/docs/api#customer_object
type Customer struct {
Id string `json:"id"`
Desc string `json:"description,omitempty"`
Email string `json:"e... |
<?xml version="1.0" encoding="UTF-8"?><ServiceProvider>
<ApplicationName>9.1.10.3-app-selfcontainedtoken-implicit-grant</ApplicationName>
<Description>Service Provider for application 9.1.10.3-app-selfcontainedtoken-implicit-grant</Description>
<InboundAuthenticationConfig>
<InboundAuthenticationRequestConfig... |
<div class="c-block-media cs-3">
<h4>Something will be said</h4>
<blockquote class="l-main">
<div>“A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using... |
// Ramda v0.22.0
// https://github.com/ramda/ramda
// (c) 2013-2016 Scott Sauyet, Michael Hurley, and David Chambers
// Ramda may be freely distributed under the MIT license.
;(function() {
'use strict';
/**
* A special placeholder value used to specify "gaps" within curried functions,
* allowing p... |
import type { RecursivePartial } from "../../../../Types/RecursivePartial";
import type { IShapeValues } from "../../../Interfaces/Particles/Shape/IShapeValues";
import { IParticles } from "../../../Interfaces/Particles/IParticles";
export declare class ShapeBase implements IShapeValues {
close?: boolean;
fill?... |
package com.tq.requisition.domain.model.project;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.UUID;
import com.tq.requisition.domain.share.AggregateRoot;
import com.tq.requisition.exception.DomainException;
/**
* 项目领域模型,聚合根
* @author jjh
*... |
var tree = require("../tree"),
Visitor = require("./visitor");
var CSSVisitorUtils = function(context) {
this._visitor = new Visitor(this);
this._context = context;
};
CSSVisitorUtils.prototype = {
containsSilentNonBlockedChild: function(bodyRules) {
var rule;
if (bodyRules == null) {
... |
<?php
namespace MobileCart\FedexBundle\Api\RateV10\ComplexType;
use MobileCart\FedexBundle\Api\RateV10\SimpleType;
/**
* Information describing email notifications that will be sent in relation to events that
* occur during package movement
*
*
*/
class EMailNotificationDetail extends ComplexTypeAbstract
{
... |
'use strict';
describe('support test results', function() {
var expected, version, testName;
var userAgent = window.navigator.userAgent;
// Support: iOS 8 only
if (/iPhone OS 10_1\d(?:_\d+)? /.test(userAgent)) {
// iOS 8 official simulators have broken user agent (containing something like `iPhone OS 10_1... |
<?php
/**
* Generic_Sniffs_Files_LineEndingsSniff.
*
* Checks that end of line characters are correct.
*
* @category PHP
* @package PHP_CodeSniffer
* @author Greg Sherwood <gsherwood@squiz.net>
* @author Marc McIntyre <mmcintyre@squiz.net>
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
*... |
;(function(window) {
'use strict';
var Waves = Waves || {};
var $$ = document.querySelectorAll.bind(document);
// Find exact position of element
function position(obj) {
var left = 0;
var top = 0;
if (obj.offsetParent) {
do {
left +=... |
<?xml version="1.0" encoding="UTF-8"?>
<project name="MainActivity" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into
Version Control Systems. -->
<property file="local.properties" />
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>
Challenge Evaluation
</title>
<meta name="description" />
<meta name="author" />
<meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=2.0;" />
<link rel="stylesheet" href="https:/... |
#ifndef CMARK_EXPORT_H
#define CMARK_EXPORT_H
#ifdef CMARK_STATIC_DEFINE
# define CMARK_EXPORT
# define CMARK_NO_EXPORT
#else
# ifndef CMARK_EXPORT
# ifdef libcmark_EXPORTS
/* We are building this library */
# define CMARK_EXPORT __attribute__((visibility("default")))
# else
/* We are us... |
package org.apache.pdfbox.pdmodel.graphics.shading;
import org.apache.pdfbox.cos.COSArray;
import org.apache.pdfbox.cos.COSDictionary;
import org.apache.pdfbox.cos.COSName;
/**
* Resources for an axial shading.
*/
public class PDShadingType2 extends PDShading
{
private COSArray coords = null;
pr... |
using System;
using System.Collections.Generic;
using System.Threading;
namespace System.Linq.Parallel
{
internal static class ExceptionAggregator
{
/// <summary>
/// WrapEnumerable.ExceptionAggregator wraps the enumerable with another enumerator that will
/// catch exceptions, and wrap... |
// This is vcl/vcl_cctype.h
#ifndef vcl_cctype_h_
#define vcl_cctype_h_
//:
// \file
// \author fsm
#include "vcl_compiler.h"
#if !VCL_CXX_HAS_HEADER_CCTYPE
# include <ctype.h>
# define vcl_generic_cctype_STD /* */
# include "generic/vcl_cctype.h"
#elif defined(VCL_VC)
// VC doesn't put the cctype in STD
# define v... |
<?php
namespace Symfony\Bundle\SecurityBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\DefinitionDecorator;
use Symfony\Component\DependencyInjection\Alias;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfo... |
. $(dirname ${BASH_SOURCE})/../util.sh
desc "Run some pods under a replication controller"
run "kubectl --namespace=demos run yes-autoscaler-demo \\
--image=busybox \\
--replicas=1 \\
--limits=cpu=100m \\
-o name \\
-- sh -c 'sleep 5; yes > /dev/null'"
WHAT_WAS_RUN="$DEMO_RUN_STDOUT"
desc "Look wh... |
package org.keycloak.testsuite.arquillian.containers;
import org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler;
import org.jboss.arquillian.container.impl.client.container.ContainerLifecycleController;
import org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler;
i... |
<?php
namespace Yaf\Exception\LoadFailed ;
/**
* @link http://www.php.net/manual/en/class.yaf-exception-loadfaild-module.php
*/
class Module extends \Yaf\Exception\LoadFailed {
} |
<?php
namespace Todo9\Application;
use PDO;
use Todo9\Annotation\Db;
/**
* @Db
*/
class Todo implements TodoInterface
{
public $pdo;
public function setPdo(PDO $pdo)
{
$this->pdo = $pdo;
}
public function add($todo)
{
$stmt = $this->pdo->prepare('INSERT INTO TODO (todo) VA... |
using System.Collections.Generic;
using System.Diagnostics;
using System.Dynamic.Utils;
namespace System.Linq.Expressions.Compiler
{
internal static partial class DelegateHelpers
{
/// <summary>
/// Finds a delegate type using the types in the array.
/// We use the cache to avoid copyin... |
<?php
namespace Kanboard\Validator;
use Kanboard\Core\Base;
use SimpleValidator\Validators;
/**
* Base Validator
*
* @package Kanboard\Validator
* @author Frederic Guillot
*/
abstract class BaseValidator extends Base
{
/**
* Execute multiple validators
*
* @access public
* @param arr... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Simple inheritance — Not ready yet</title>
<meta name="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="/css/blog/main.css" />
<link rel="styleshee... |
namespace chromeos {
class MockEnrollmentScreen : public EnrollmentScreen {
public:
MockEnrollmentScreen(ScreenObserver* screen_observer,
EnrollmentScreenActor* actor);
virtual ~MockEnrollmentScreen();
};
class MockEnrollmentScreenActor
: public EnrollmentScreenActor {
public:
MockE... |
package io.tracee.contextlogger.contextprovider.servlet.contextprovider;
import io.tracee.contextlogger.contextprovider.api.Flatten;
import io.tracee.contextlogger.contextprovider.api.Order;
import io.tracee.contextlogger.contextprovider.api.ProfileConfig;
import io.tracee.contextlogger.contextprovider.api.TraceeConte... |
namespace litehtml
{
class el_td : public html_tag
{
public:
el_td(const std::shared_ptr<litehtml::document>& doc);
virtual ~el_td();
virtual void parse_attributes() override;
};
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App label shown within list of installed apps, battery & network usage screens. -->
<string name="app_name">__NAME__</string>
<!-- App label shown on the launcher. -->
<string name="launcher_name">@string/app_name</string>
<!-- App label shown ... |
package org.springframework.boot.autoconfigure.condition;
/**
* Some named search strategies for beans in the bean factory hierarchy.
*
* @author Dave Syer
*/
public enum SearchStrategy {
/**
* Search only the current context.
*/
CURRENT,
/**
* Search all ancestors, but not the current context.
*/
... |
package configchange
import (
"fmt"
"github.com/golang/glog"
kapi "k8s.io/kubernetes/pkg/api"
kerrors "k8s.io/kubernetes/pkg/api/errors"
deployapi "github.com/openshift/origin/pkg/deploy/api"
deployutil "github.com/openshift/origin/pkg/deploy/util"
)
// DeploymentConfigChangeController increments the version... |
package command
import (
"fmt"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/cli"
)
// Set to true when we're testing
var test bool = false
// DefaultDataDir is the default directory for storing local data.
const DefaultDataDir = ".terraform"
// DefaultStateFilename is the default filename us... |
export {MultiMap};
// TODO: Global expose for tests
window.MultiMap = MultiMap;
function MultiMap() {
var map = {
arrayMap: [],
weakMap: new WeakMap()
};
return {
'get': function (key) {
if (canBeAnArrayMapKey(key)) {
return map.arrayMap[key];
} else if (canBeAWeakMapKey(key)) {... |
package org.apache.oozie.util;
import org.apache.hadoop.conf.Configuration;
import org.w3c.dom.DOMException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.w3c.dom.Text;
import org.xml.sax.SAXException;
import org.xml.sax.InputSource;
import ... |
/**
* @author Steven R. Loomis
*/
// for node v4
"use strict";
/**
* @ignore
*/
var utils = require('./utils.js');
// const Consts = require('./consts');
const assert = require('assert');
/**
* Globalization Pipeline individual resource entry accessor
* @prop {String} resourceKey - key for the resource
* @pr... |
<!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 http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Mali OpenCL SDK v1.... |
<?xml version="1.0"?>
<!-- Build file for use with ant -->
<project name="disco" default="" basedir="../">
<description>
simple concatentate and minimise build file for discojs
</description>
<!-- setup package names -->
<property name="r0" value="r0-base" />
<property name="r1" value="r1-core" />
... |
/* **********************************************
Begin prism-core.js
********************************************** */
self = (typeof window !== 'undefined')
? window // if in browser
: (
(typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope)
? self // if in worker
: {} // i... |
function toggleWriteability(id_of_patient, checked) {
document.getElementById(id_of_patient).disabled = checked;
}
// vim: et sw=4 sts=4
|
SET(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
SET(CMAKE_TARGET_LINKED_INFO_FILES
)
# The include file search paths:
SET(CMAKE_C_TARGET_INCLUDE_PATH
"../CppUnitLite"
"."
".."
"../gtsam/3rdparty/CCOLAMD/Include"
"../gtsam... |