text
stringlengths
3
1.05M
<?php declare(strict_types=1); namespace Doctrine\ORM\Cache; use Doctrine\ORM\Cache\Persister\CachedPersister; use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\Mapping\ClassMetadata; use Doctrine\ORM\PersistentCollection; use Doctrine\ORM\Query; use Doctrine\ORM\UnitOfWork; /** * Default hydrator cache fo...
#pragma once #include <generatorBase/simpleGenerators/bindingGenerator.h> namespace trik { namespace simple { /// Generator for 'TrikWaitGamepadWheel' block class WaitGamepadWheelGenerator : public generatorBase::simple::BindingGenerator { public: WaitGamepadWheelGenerator(const qrRepo::RepoApi &repo , generat...
'use strict'; goog.provide('Blockly.Msg.tl'); goog.require('Blockly.Msg'); Blockly.Msg.ADD_COMMENT = "Dagdag komento"; Blockly.Msg.AUTH = "Please authorize this app to enable your work to be saved and to allow it to be shared by you."; // untranslated Blockly.Msg.CHANGE_VALUE_TITLE = "pagbago ng value:"; Blockly.Ms...
"use strict"; module R { // At this point, only functions and modules are initialized. assertEquals(undefined, v) assertEquals(undefined, vv) assertEquals(undefined, R.v) assertEquals(undefined, M.v) assertEquals(undefined, MM.v) assertEquals(undefined, F.v) assertEquals(undefined, G.v) assertThrows(...
<?php /** * Manipulate postgresql column definition nodes * * @package DBSteward * @subpackage pgsql8 * @license http://www.opensource.org/licenses/bsd-license.php Simplified BSD License * @author Nicholas J Kiraly <kiraly.nicholas@gmail.com> */ class pgsql8_column extends sql99_column { /** * Pattern for ...
package com.lidroid.xutils.db.sqlite; import android.text.TextUtils; /** * Author: wyouflf * Date: 13-8-10 * Time: 下午2:15 */ public class DbModelSelector { private String[] columnExpressions; private String groupByColumnName; private WhereBuilder having; private Selector selector; private...
define( [ "./core", "./var/document", "./var/rcssNum", "./css/var/cssExpand", "./var/rnotwhite", "./css/var/isHidden", "./css/adjustCSS", "./css/defaultDisplay", "./data/var/dataPriv", "./core/init", "./effects/Tween", "./queue", "./css", "./deferred", "./traversing" ], function( jQuery, document, rcssN...
package org.springframework.boot.autoconfigure.jdbc.metadata; import java.sql.Connection; import java.sql.SQLException; import org.junit.Test; import org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder; import org.springframework.dao.DataAccessException; import org.springframework.jdbc.core.ConnectionCall...
require('../modules/es7.array.includes'); module.exports = require('../modules/$.core').Array;
package org.keycloak.dom.saml.v2.protocol; import org.keycloak.dom.saml.common.CommonStatusDetailType; /** * <p> * Java class for StatusDetailType complex type. * * <p> * The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType name="StatusDetailTy...
package org.nutz.resource; import static org.junit.Assert.*; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.util.Collections; import java.util.Comparator; import java.util.List; import javax.servlet.Servlet; import junit....
package org.elasticsearch.common.util; import org.elasticsearch.common.unit.TimeValue; import org.elasticsearch.test.ESTestCase; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; public class SingleObjectCacheTests extend...
<?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...
<?php /** @see Zend_Feed_Writer_Feed */ require_once 'Zend/Feed/Writer/Feed.php'; /** @see Zend_Version */ require_once 'Zend/Version.php'; /** @see Zend_Feed_Writer_Renderer_RendererInterface */ require_once 'Zend/Feed/Writer/Renderer/RendererInterface.php'; /** @see Zend_Feed_Writer_Renderer_Entry_Rss */ require...
<div class="panel-display omega-grid omega-12-twocol-6-6-stacked" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>> <div class="panel-panel grid-12"> <div class="inside"><?php print $content['top']; ?></div> </div> <div class="panel-panel grid-6 alpha"> <div class="inside"><?php print $content['l...
#include "tensorflow/core/util/env_var.h" #include <stdlib.h> #include "tensorflow/core/lib/core/errors.h" #include "tensorflow/core/lib/strings/numbers.h" #include "tensorflow/core/lib/strings/str_util.h" #include "tensorflow/core/lib/strings/strcat.h" #include "tensorflow/core/platform/logging.h" namespace tenso...
package install import ( "encoding/json" "testing" "k8s.io/kubernetes/pkg/api/latest" "k8s.io/kubernetes/pkg/api/unversioned" "k8s.io/kubernetes/pkg/apis/componentconfig" ) func TestCodec(t *testing.T) { daemonSet := componentconfig.KubeProxyConfiguration{} // We do want to use package latest rather than te...
<?php use Symfony\Component\DependencyInjection\Argument\RewindableGenerator; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Container; use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; use Symfony\Component\DependencyInjection\Except...
package apiversions import ( "time" "github.com/gophercloud/gophercloud" "github.com/gophercloud/gophercloud/pagination" ) // APIVersion represents an API version for the Shared File System service. type APIVersion struct { // ID is the unique identifier of the API version. ID string `json:"id"` // MinVersion...
#pragma interface "textctrl.h" #endif class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase { public: // creation // -------- wxTextCtrl() { Init(); } wxTextCtrl(wxWindow *parent, wxWindowID id, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosit...
/ //#define _DHCP_DEBUG_ /* Retry to processing DHCP */ #define MAX_DHCP_RETRY 2 ///< Maxium retry count #define DHCP_WAIT_TIME 5 ///< Wait Time 10s /* UDP port numbers for DHCP */ #define DHCP_SERVER_PORT 67 ///< DHCP server port number #define DHCP_CLIENT_PORT 68...
package com.jetbrains.python.testing.nosetest; import com.intellij.openapi.project.Project; import com.jetbrains.python.PyBundle; import com.jetbrains.python.testing.AbstractPythonTestRunConfigurationParams; import com.jetbrains.python.testing.PythonTestRunConfigurationForm; import javax.swing.*; import javax.swing....
"use strict"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var fs_1 = require("fs"); var fileResolver_1 = r...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mini-compiler: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
var undef; var slideCSS = ''; var snum = 0; var smax = 1; var incpos = 0; var number = undef; var s5mode = true; var defaultView = 'slideshow'; var controlVis = 'visible'; var isIE = navigator.appName == 'Microsoft Internet Explorer' ? 1 : 0; var isOp = navigator.userAgent.indexOf('Opera') > -1 ? 1 : 0; var isGe = nav...
package test.version.annotations.osgi; import org.osgi.annotation.versioning.ProviderType; @ProviderType public interface AnnotatedProviderInterface { }
#include "webrtc/modules/audio_processing/audio_processing_impl.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "webrtc/config.h" #include "webrtc/modules/audio_processing/test/test_utils.h" #include "webrtc/modules/interface/module_common_types.h" using ::t...
/** * 500 (Server Error) Response * * Usage: * return res.serverError(); * return res.serverError(err); * return res.serverError(err, 'some/specific/error/view'); * * NOTE: * If something throws in a policy or controller, or an internal * error is encountered, Sails will call `res.serverError()` * automatica...
<?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 License, ...
/*! * # Semantic UI 2.2.0 - Visibility * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"; window = (typeof window != 'undefined' && window.Math == Math) ? window : (typeof...
require('../modules/web.queue-microtask'); var path = require('../internals/path'); module.exports = path.queueMicrotask;
<?php require(__DIR__.'/init.php'); htmlHeader(); // create a client instance $client = new Solarium\Client($config); // get a select query instance $query = $client->createSelect(); // apply settings using the API $query->setQuery('*:*'); $query->setStart(2)->setRows(20); $query->setFields(array('id','name','pric...
package org.gwtbootstrap3.extras.summernote.client; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.core.client.ScriptInjector; /** * @author godi */ public class SummernoteEntryPoint implements EntryPoint { @Override public void onModuleLoad() { ScriptInjector.fromString(Summe...
require "abstract_unit" class UrlHelperTest < ActiveSupport::TestCase # In a few cases, the helper proxies to 'controller' # or request. # # In those cases, we'll set up a simple mock attr_accessor :controller, :request cattr_accessor :request_forgery self.request_forgery = false routes = ActionDispa...
using Abp.Domain.Entities; using Abp.Domain.Repositories; namespace Abp.MemoryDb.Repositories { public class MemoryRepository<TEntity> : MemoryRepository<TEntity, int>, IRepository<TEntity> where TEntity : class, IEntity<int> { public MemoryRepository(IMemoryDatabaseProvider databaseProvider) ...
#import <EtoileFoundation/NSInvocation+Etoile.h> #import <EtoileFoundation/Macros.h> #import "ETWindowItem.h" #import "ETController.h" #import "ETEvent.h" #import "ETGeometry.h" #import "ETLayer.h" #import "ETLayoutItem.h" #import "ETLayoutItem+Private.h" #import "ETLayoutItemGroup.h" #import "ETLayoutItemGroup+Priv...
<?php namespace Symfony\Component\PropertyInfo\PropertyInfo\Tests; use Symfony\Component\PropertyInfo\PropertyInfoExtractor; use Symfony\Component\PropertyInfo\Tests\Fixtures\DummyExtractor; use Symfony\Component\PropertyInfo\Tests\Fixtures\NullExtractor; use Symfony\Component\PropertyInfo\Type; /** * @author Kév...
YUI.add('datatable-scroll', function (Y, NAME) { /** Adds the ability to make the table rows scrollable while preserving the header placement. @module datatable-scroll @for DataTable @since 3.5.0 **/ var YLang = Y.Lang, isString = YLang.isString, isNumber = YLang.isNumber, isArray = YLang.isArray, ...
package com.intellij.xdebugger.settings; import com.intellij.openapi.components.PersistentStateComponent; import com.intellij.openapi.extensions.ExtensionPointName; import com.intellij.openapi.options.Configurable; import com.intellij.xdebugger.XDebuggerUtil; import org.jetbrains.annotations.NonNls; import org.jetbra...
/* neatFramework - Chrome App/Ext barebone CSS */ body { /* background-color: #565656; */ /* sublimetext appborder color */ background-color: #3E3D3A; border-top: 1px solid #565656; color: #8a8c7e; font-size: 100%; line-height: 1.25; font-family: 'Lato', 'Avenir Next', Arial, sans-serif; } a { color: #D...
package storage import ( "context" "github.com/onsi/ginkgo/v2" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" clientset "k8s.io/client-go/kubernetes" "k8s.io/kubernetes/test/e2e/framework" e2epod "k8s.io/kubernetes/test/e2e/framework/pod" e2epv "k8s.io/kubernetes/test/e2e/framework/p...
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
LuCI - Lua Configuration Interface Copyright 2012 Manuel Munz <freifunk at somakoma dot de> 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 ]]-- local...
using System; using System.Linq; using Microsoft.Azure; using Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models; namespace Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models { /// <summary> /// The Get view operation response. /// </summary> public partial class CatalogViewGetRespons...
default['yum']['epel']['repositoryid'] = 'epel' case node['platform'] when 'amazon' default['yum']['epel']['description'] = 'Extra Packages for Enterprise Linux 6 - $basearch' default['yum']['epel']['mirrorlist'] = 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' default['yum']['epel']['g...
<?php /** * @see Zend_Service_Amazon_Ec2_Abstract */ require_once 'Zend/Service/Amazon/Ec2/Abstract.php'; /** * An Amazon EC2 interface to create, delete and describe Ec2 KeyPairs. * * @category Zend * @package Zend_Service_Amazon * @subpackage Ec2 * @copyright Copyright (c) 2005-2015 Zend Technologies...
package org.assertj.core.internal.paths; import static org.assertj.core.error.ShouldNotExist.shouldNotExist; import static org.assertj.core.test.TestFailures.wasExpectingAssertionError; import static org.assertj.core.util.FailureMessages.actualIsNull; import static org.mockito.Mockito.verify; import static org.mockit...
desc 'Migration methods.' command 'migration' do |g| g.desc 'For Enterprise Grid workspaces, map local user IDs to global user IDs' g.long_desc %( For Enterprise Grid workspaces, map local user IDs to global user IDs ) g.command 'exchange' do |c| c.flag 'users', desc: 'A comma-separated list of user ids, up t...
package org.kaaproject.kaa.server.admin.client.mvp.view; import com.google.gwt.user.client.ui.HasValue; import com.google.gwt.user.client.ui.ValueListBox; import org.kaaproject.avro.ui.shared.RecordField; import org.kaaproject.kaa.server.admin.shared.schema.SchemaInfoDto; import java.util.Date; public interface S...
define("dgrid/util/has-css3", ["dojo/has"], function(has){ // This module defines feature tests for CSS3 features such as transitions. // The css-transitions, css-transforms, and css-transforms3d has-features // can report either boolean or string: // * false indicates no support // * true indicates prefix-less su...
package io.fabric8.cdi.weld.internal.endpoints; import io.fabric8.annotations.Endpoint; import io.fabric8.annotations.ServiceName; import javax.inject.Inject; import javax.inject.Singleton; import java.net.URL; @Singleton class ServiceInstanceUsingFactoryAndEndpoints { @Inject @Endpoint @ServiceName("...
--- layout: post title: "RabbitMQ在iOS中的应用" subtitle: "RabbitMQ" date: 2018-08-14 15:32:24.000000000 +09:00 author: "一之笔" header-img: "img/home-bg-o.jpg" tags: - iOS技术 - TCP/IP --- 文章原创如需转载,请注明出处"本文首发于[一之笔](https://yizibi.github.io/)"; 引言 > 随着公司业务的需要,原来的推送,不能满足现有的要求,比如,有的公司需要局域网部署平台服务,不能访问外网,意味着,通过自带的 A...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.security.keyvault.keys.cryptography.models; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.Collection; /** * Defines values for E...
@implementation EntryCell //- (void)awakeFromNib { // // Initialization code // // [self.contentView.superview setClipsToBounds:NO]; //} - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } -(void)con...
/** * Sample React Native App * https://github.com/facebook/react-native */ 'use strict'; var React = require('react-native'); var { AppRegistry, StyleSheet, NavigatorIOS, } = React; var IconSetList = require('./IconSetList'); var IconExplorer = React.createClass({ render: function() { return ( ...
#ifndef INCLUDE_git_revwalk_h__ #define INCLUDE_git_revwalk_h__ #include "common.h" #include "types.h" #include "oid.h" /** * @file git2/revwalk.h * @brief Git revision traversal routines * @defgroup git_revwalk Git revision traversal routines * @ingroup Git * @{ */ GIT_BEGIN_DECL /** * Sort the repository c...
package com.frameworkset.commons.pool2; /** * This interface may be implemented by an object pool to enable clients * (primarily those clients that wrap pools to provide pools with extended * features) to provide additional information to the pool relating to object * using allowing more informed decisions and re...
--- title: "Building The Facebook News Feed With Relay" author: josephsavona --- At React.js Conf in January we gave a preview of Relay, a new framework for building data-driven applications in React. In this post, we'll describe the process of creating a Relay application. This post assumes some familiarity with the ...
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
/** * Live-update changed settings in real time in the Customizer preview. */ ( function( $ ) { var style = $( '#twentysixteen-color-scheme-css' ), api = wp.customize; if ( ! style.length ) { style = $( 'head' ).append( '<style type="text/css" id="twentysixteen-color-scheme-css" />' ) .f...
namespace Microsoft.Azure.Management.DataProtection.Models { using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; /// <summary> /// Defines a page in Azure responses. /// </summary> /// <typeparam name="...
class GuidanceGroupsController < ApplicationController after_action :verify_authorized respond_to :html # GET /guidance_groups/1 def admin_show @guidance_group = GuidanceGroup.find(params[:id]) authorize @guidance_group end # GET add new guidance groups def admin_new @guidance_group = Guid...
<?php namespace Zend\Validator; use DateInterval; use DateTime; use DateTimeZone; use Traversable; use Zend\Stdlib\ArrayUtils; class DateStep extends Date { const NOT_STEP = 'dateStepNotStep'; const FORMAT_DEFAULT = DateTime::ISO8601; /** * @var array */ protected $messageTemplates...
 CKEDITOR.plugins.setLang("devtools","en-gb",{title:"Element Information",dialogName:"Dialogue window name",tabName:"Tab name",elementId:"Element ID",elementType:"Element type"});
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2015 Google Inc. 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 ...
using System.Collections.Generic; using System.Reflection; namespace Abp.EntityFramework.Utils { internal class EntityDateTimePropertiesInfo { public List<PropertyInfo> DateTimePropertyInfos { get; set; } public List<string> ComplexTypePropertyPaths { get; set; } public EntityDateTime...
package com.utility.generator.classes.randomstuff.method; import static com.utility.generator.util.Utils.lowerFirstLetter; import static com.utility.generator.util.Utils.upperFirstLetter; import static org.jboss.forge.roaster.model.Visibility.PUBLIC; import java.util.Collections; import java.util.Map; import org.jbo...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><!-- t00121992 final project --> <meta name="generator" content="PSPad editor, www.pspad.com" /> <meta http...
"""WebKit's Python module for interacting with patches.""" import logging import re _log = logging.getLogger(__name__) # FIXME: This is broken. We should compile our regexps up-front # instead of using a custom cache. _regexp_compile_cache = {} # FIXME: This function should be removed. def match(pattern, string):...
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace CodeFighter.Service.Controllers { public class HomeController : Controller { public ActionResult Index() { ViewBag.Title = "Home Page"; return View(); ...
// Program go_example runs the Kythe Go indexer on a single package consisting // of files named on the command line, for use in verifying schema examples. package main import ( "context" "flag" "fmt" "go/build" "io" "io/ioutil" "log" "os" "path/filepath" "kythe.io/kythe/go/extractors/golang" "kythe.io/k...
package com.asakusafw.vocabulary.flow.util; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import java.text.MessageFormat; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.Set; import com.asakusafw.v...
#ifndef CORE_RESAMPLER_LIMITS_H #define CORE_RESAMPLER_LIMITS_H /* Maximum number of samples to pad on the ends of a buffer for resampling. * Note that the padding is symmetric (half at the beginning and half at the * end)! */ constexpr int MaxResamplerPadding{48}; constexpr int MaxResamplerEdge{MaxResamplerPaddin...
static const char *authorize_url = "/authorize"; static const char *login_url = "/login.html"; static const char *ajax_reply_start = "HTTP/1.1 200 OK\r\n" "Cache: no-cache\r\n" "Content-Type: application/x-javascript\r\n" "\r\n"; // Describes single message sent to a chat. If user is empty (0 length), // the m...
<?php declare(strict_types=1); namespace app\components\helpers; use Base32\Base32; use Yii; use app\models\Language; use app\models\User; class AddressUpdatedEmailSender { public static function generateVerifyCode(): string { $random = Base32::encode(random_bytes(5)); return strtolower(su...
package toml import ( "fmt" ) // support function to set positions for tomlValues // NOTE: this is done to allow ctx.lastPosition to indicate the start of any // values returned by the query engines func tomlValueCheck(node interface{}, ctx *queryContext) interface{} { switch castNode := node.(type) { case *tomlVa...
import matplotlib.pyplot as plt import numpy as np Nsteps, Nwalkers = 100, 250 t = np.arange(Nsteps) # an (Nsteps x Nwalkers) array of random walk steps S1 = 0.002 + 0.01*np.random.randn(Nsteps, Nwalkers) S2 = 0.004 + 0.02*np.random.randn(Nsteps, Nwalkers) # an (Nsteps x Nwalkers) array of random walker positions X1...
from temboo.core.choreography import Choreography from temboo.core.choreography import InputSet from temboo.core.choreography import ResultSet from temboo.core.choreography import ChoreographyExecution import json class GetSearchRecordsByPDC(Choreography): def __init__(self, temboo_session): """ ...
"""Some utility functions""" from __future__ import print_function # Authors: Alexandre Gramfort <alexandre.gramfort@telecom-paristech.fr> # # License: BSD (3-clause) import warnings import logging import time from distutils.version import LooseVersion import os import os.path as op from functools import wraps import...
package org.elasticsearch.gradle; import java.io.File; import java.util.function.Supplier; public interface FileSupplier extends Supplier<File> {}
<?php /** * PHPExcel_DocumentSecurity * * @category PHPExcel * @package PHPExcel * @copyright Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) */ class PHPExcel_DocumentSecurity { /** * LockRevision * * @var boolean */ private $_lockRevision; /** * LockStructure * *...
import React from 'react'; import {ButtonGroup as ReactButtonGroup} from 'react-bootstrap'; import {ProjectMonthInboundStatus} from '../models/ProjectMonthModel'; import {EnhanceWithClaim} from '../../enhancers/EnhanceWithClaim'; import {Claim} from '../../users/models/UserModel'; import {t} from '../../utils'; import ...
<?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...
@namespace html url(http://www.w3.org/1999/xhtml); @namespace a url(http://www.example.org/a); @namespace b url(http://www.example.org/b); div.test *:not(*|div) { display : block ; margin-bottom : 1em ; background-color : red } div.test > *:not(*|p):not(*|div) { background-color : lime } div...
prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${exec_prefix}/lib@LIB_SUFFIX@ includedir=${prefix}/include Name: mraa Description: Low Level Skeleton Library for Communication Version: @mraa_VERSION_STRING@ Libs: -L${libdir} -lmraa Cflags: -I${includedir}
Prototype inheritance utility. ## Installation ``` $ component install component/inherit ``` ## Example ```js var inherit = require('inherit'); function Human() {} function Woman() {} inherit(Woman, Human); ``` ## License MIT
using System; using System.Runtime.Serialization; namespace WatiN.Core.Exceptions { /// <summary> /// Thrown if the searched for Browser type can't be found. /// </summary> [Serializable] public class BrowserNotFoundException : WatiNException { public BrowserNotFoundException(string browserType, string cons...
<HTML><HEAD> <TITLE>Review for Late Bloomers (1996)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0116834">Late Bloomers (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+Berar...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2016 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/l...
<?php namespace Illuminate\Support\Contracts; interface ArrayableInterface { /** * Get the instance as an array. * * @return array */ public function toArray(); }
// // YHNetworkActivityIndecatorManager.m // YCZZ // // Created by yahua on 15/11/10. // Copyright © 2015年 com.nd.hy. All rights reserved. // #import "YAHNetworkActivityIndicatorManager.h" #if TARGET_OS_IOS #import <objc/runtime.h> NSString * const YHNetworkingTaskDidResumeNotification = @"com.alamofire.network...
class SandboxTest : public InProcessBrowserTest { protected: SandboxTest() : InProcessBrowserTest() {} virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { command_line->AppendSwitchASCII(switches::kTestSandbox, "security_tests.dll"); } }; // Need a cross-...
<?php namespace Gedmo\Sluggable; use Doctrine\Common\Annotations\AnnotationReader; use Doctrine\ORM\Mapping\Driver\AnnotationDriver; use Doctrine\Common\EventManager; use Doctrine\ORM\Mapping\Driver\DriverChain; use Doctrine\ORM\Mapping\Driver\YamlDriver; use Gedmo\Sortable\SortableListener; use Tool\BaseTestCaseOM; ...
<?php namespace Monolog\Handler; use Monolog\TestCase; use Monolog\Logger; use Monolog\Formatter\LineFormatter; class RavenHandlerTest extends TestCase { public function setUp() { if (!class_exists("Raven_Client")) { $this->markTestSkipped("raven/raven not installed"); } require_once __DIR__ . '/M...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Suppl. Riedgras. 119, t. 30. 1842 #### Original name null ### Remarks null
package com.google.security.zynamics.reil.translators.ppc; import static org.junit.Assert.assertEquals; import com.google.common.collect.Lists; import com.google.security.zynamics.reil.OperandSize; import com.google.security.zynamics.reil.ReilInstruction; import com.google.security.zynamics.reil.TestHelpers; import ...
module Spree class OrderUpdater attr_reader :order delegate :payments, :line_items, :adjustments, :all_adjustments, :shipments, :update_hooks, :quantity, to: :order def initialize(order) @order = order end # This is a multi-purpose method for processing logic related to changes in the Orde...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICU...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2015 Google Inc. ~ ~ 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 ~ ...
// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ===========================...