text
stringlengths
3
1.05M
import threading from tornado.ioloop import IOLoop from dockyard.const import ExpStatus import logging class __GlobalVar: __INSTANCE = None __DATA = {} __INITIATED = False __LOCK = threading.Lock() MID = "_id" MDEL...
module DrawDoc(drawDoc,toDrawing) where import FudDraw import PrettyDoc import PrettyEnv import MUtils import PfeBrowserColors drawDoc = toDrawing . runEnv defaultMode toDrawing = conv . trim where conv d = case d of Empty -> blankD 0 Char c -> g c Text s -> g s Attr t d -> fgD (defaultColor t) (conv ...
namespace System.Text.RegularExpressions { using System.Collections; using System.Diagnostics; using System.Globalization; internal sealed class RegexInterpreter : RegexRunner { internal int runoperator; internal int [] runcodes; internal int runcodepos; interna...
class SkBitmap; namespace gfx { class Rect; } // namespace gfx namespace color_utils { struct HSL; // This class exposes the sampling method to the caller, which allows // stubbing out for things like unit tests. Might be useful to pass more // arguments into the GetSample method in the future (such as which // cl...
from django.conf import settings from django.core.mail import EmailMultiAlternatives from django.template import loader from django.utils.timezone import now as timezone_now from django.template.exceptions import TemplateDoesNotExist from zerver.models import UserProfile, ScheduledEmail, get_user_profile_by_id, \ E...
ALTER TABLE person RENAME TO employee;
<?php final class PhabricatorConfigListController extends PhabricatorConfigController { public function handleRequest(AphrontRequest $request) { $viewer = $request->getViewer(); $nav = $this->buildSideNavView(); $nav->selectFilter('/'); $groups = PhabricatorApplicationConfigOptions::loadAll(); ...
namespace ImageGallery.Data { using System; using System.Data.Entity; using System.Linq; using ImageGallery.Data.Common.Models; using ImageGallery.Data.Models; using Microsoft.AspNet.Identity.EntityFramework; public class ImageGalleryDbContext : IdentityDbContext<User> { publ...
#include "CCActionFrame.h" #include "CCActionEaseEx.h" NS_CC_EXT_BEGIN ActionFrame::ActionFrame() : m_frameType(0) , m_frameIndex(0) , m_fTime(0.0f) , m_easingType(FrameEase_Linear) { } ActionFrame::~ActionFrame() { } void ActionFrame::setFrameIndex(int index) { m_frameIndex = index; }...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2013 Unicode, Inc. CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html --> <ldml> <identity> ...
#ifndef QIBUSTYPES_H #define QIBUSTYPES_H #include <qvector.h> #include <qevent.h> #include <QDBusArgument> #include <QTextCharFormat> QT_BEGIN_NAMESPACE class QIBusSerializable { public: QIBusSerializable(); virtual ~QIBusSerializable(); QString name; QHash<QString, QDBusArgument> attachments; };...
using SpaceSim.Common.Contracts.Commands; using SpaceSim.Spacecrafts; namespace SpaceSim.Commands { class PostCommand : CommandBase { private string _message; public PostCommand(Post post) : base(post.StartTime, post.Duration) { _message = post.Mess...
""" An example of Multiclass to Binary Reduction with One Vs Rest, using Logistic Regression as the base classifier. Run with: bin/spark-submit examples/src/main/python/ml/one_vs_rest_example.py """ from __future__ import print_function # $example on$ from pyspark.ml.classification import LogisticRegression, OneVsRe...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) : typeof define === 'function' && define.amd ? define(['jquery'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery)); })(this, (function (...
{{+bindTo:partials.standard_nacl_article}} <section id="tutorial"> <span id="devguide-tutorial-index"></span><h1 id="tutorial"><span id="devguide-tutorial-index"></span>Tutorial</h1> <p>This section contains a multi-part tutorial that explains how to get started developing applications with Native Client.</p> <ul clas...
using System; using System.Collections.Generic; #if !(PORTABLE || PORTABLE40 || NET35 || NET20 || WINDOWS_PHONE || SILVERLIGHT) using System.Numerics; #endif using System.Reflection; using System.Collections; using System.Globalization; using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters; ...
<?php namespace Concrete\Core\Permission\Access; use Concrete\Core\Permission\Duration as PermissionDuration; use Database; use Concrete\Core\Permission\Key\PageKey as PagePermissionKey; use Concrete\Core\Permission\Access\Entity\Entity as PermissionAccessEntity; class AddSubpagePageAccess extends PageAccess { pu...
/** * ControlJob.cpp * * This file was auto-generated from WSDL * by the Apache Axis2/C version: SNAPSHOT Built on : Mar 10, 2008 (08:35:52 GMT+00:00) */ #include "AviaryJob_ControlJob.h" #ifdef __GNUC__ # if __GNUC__...
#ifndef THIRD_PARTY_TENSORFLOW_PYTHON_FRAMEWORK_CPP_SHAPE_INFERENCE_H_ #define THIRD_PARTY_TENSORFLOW_PYTHON_FRAMEWORK_CPP_SHAPE_INFERENCE_H_ // Must be included first #include "tensorflow/python/lib/core/numpy.h" #include <vector> #include "tensorflow/c/tf_status_helper.h" #include "tensorflow/core/platform/types....
<?xml version="1.0" encoding="UTF-8" ?> <routes xmlns="http://symfony.com/schema/routing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> <import resource="Symfony\Component\Rout...
package org.jkiss.dbeaver.ui.views.qm; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionException; import org.eclipse.ui.handlers.HandlerUtil; import org.jkiss.dbeaver.ui.UIUtils; public class QueryManagerClearHandle...
import time import gevent.pool import gevent.queue import gevent.event import gevent.local import gevent.coros from .exceptions import * class HeartBeatOnChannel(object): def __init__(self, channel, freq=5, passive=False): self._channel = channel self._heartbeat_freq = freq self._input_q...
package com.jetbrains.python.psi; import com.google.common.collect.Iterators; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiReference; import com.intellij.psi.util.QualifiedName; import com.intellij.util.containers.Convertor; import com.jetbrains.python.PyNames; import com.jetbrains.python.psi.types.T...
namespace json_schema_compiler { namespace test_util { std::unique_ptr<base::Value> ReadJson(const base::StringPiece& json) { int error_code; std::string error_msg; std::unique_ptr<base::Value> result(base::JSONReader::ReadAndReturnError( json, base::JSON_ALLOW_TRAILING_COMMAS, &error_code, &error_msg)); ...
namespace glm { /// @addtogroup gtx_verbose_operator /// @{ //! Addition of two values //! From GLM_GTX_verbose_operator extension. template <typename genTypeT, typename genTypeU> genTypeT add(genTypeT const & a, genTypeU const & b); //! Substration of two values //! From GLM_GTX_verbose_operator extension. ...
let router = require('express').Router() let logger = require('../../../framework/logger/Logger') let resDispatcher = require('../../dispatchers/response') router.get('/', (req, res) => { let user = req.session.user if (user) { req.session.user = null logger(`用户 ${user.username} 已登出`) } ...
nonrigidICP =========== Fork of the Matlab Central package [nonrigidICP by Manu](http://www.mathworks.com/matlabcentral/fileexchange/41396-nonrigidicp). I've modified the code so its a bit easier to run, added some exception handling when rigidICP encounters Infs or NaNs, added comments (though not always useful one...
<!--- 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, Version 2.0 (the "Licens...
package apitesting import ( "fmt" "mime" "os" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" runtimeserializer "k8s.io/apimachinery/pkg/runtime/serializer" "k8s.io/apimachinery/pkg/runtime/serializer/recognizer" ) var ( testCodecMediaType string testStorageCodecMediaType...
/* AnythingSlider v1.6.1 Original by Chris Coyier: http://css-tricks.com Get the latest version: https://github.com/ProLoser/AnythingSlider To use the navigationFormatter function, you must have a function that accepts two paramaters, and returns a string of HTML text. index = integer index (1 based); panel = ...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="da"> <context> <name>ATBCoin-core</name> <message> <source>The %s developers</source> <translation type="unfinished">Udviklerne af %s</translation> </message> <message> <source>(1 = keep tx meta data...
<?php // This class was automatically generated by a giiant build task // You should not change it manually as it will be overwritten on next build namespace app\models\base; use Yii; /** * This is the base-model class for table "status". * * @property integer $id * @property string $name * * @property \app\mo...
"use strict"; var test = require("tape"); var truncate = require("./"); var browserTruncate = require("./browser"); function isHighSurrogate(codePoint) { return codePoint >= 0xd800 && codePoint <= 0xdbff; } function repeat(string, times) { return new Array(times + 1).join(string); } function assertLengths(t, st...
// Copyright 2019 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 "chrome/browser/ui/views/desktop_capture/desktop_media_tab_list.h" #include "base/memory/raw_ptr.h" #include "base/numerics/safe_conversions.h" ...
GLOBAL._ = require('../../lib/lodash'); /*global env:true */ var env = GLOBAL.env = {}; var toBoolean = function(str) { return _(str).toBoolean().value(); }; env.VERBOSE = toBoolean(process.env.VERBOSE); env.BASE_TIME_UNIT = _(process.env.BASE_TIME_UNIT || 500).toNumber().value(); env.TIMEOUT = _(process.env.TIME...
/*! Flickity v1.0.1 http://flickity.metafizzy.co ---------------------------------------------- */ .flickity-enabled { position: relative; } .flickity-enabled:focus { outline: none; } .flickity-viewport { overflow: hidden; position: relative; height: 100%; } .flickity-slider { position: absolute; width:...
/**! * AngularJS file upload/drop directive and service with progress and abort * FileAPI Flash shim for old browsers not supporting FormData * @author Danial <danial.farid@gmail.com> * @version 6.2.0 */ (function () { /** @namespace FileAPI.noContentTimeout */ function patchXHR(fnName, newFn) { window...
namespace chromeos { // Simulates a URL fetch by posting a delayed task. This fetch expects to be // canceled, and fails the test if it is not class ExpectCanceledFetcher : public URLFetcher { public: ExpectCanceledFetcher(bool success, const GURL& url, const std::st...
// 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. //============================================================ // // Class: COMIsolatedStorage // // Purpose: Native...
#ifndef SVGLDICT_H_ #define SVGLDICT_H_ #include FT_INTERNAL_SERVICE_H FT_BEGIN_HEADER /* * A service used to retrieve glyph names, as well as to find the index of * a given glyph name in a font. * */ #define FT_SERVICE_ID_GLYPH_DICT "glyph-dict" typedef FT_Error (*FT_GlyphDict_GetNameFunc...
'use strict'; var LayoutPropTypes = require('LayoutPropTypes'); var ReactPropTypes = require('ReactPropTypes'); var TransformPropTypes = require('TransformPropTypes'); /** * Warning: Some of these properties may not be supported in all releases. */ var ViewStylePropTypes = { ...LayoutPropTypes, ...TransformPro...
namespace xrtl { namespace gfx { namespace es3 { ES3ComputePipeline::ES3ComputePipeline(ES3ObjectLifetimeQueue* queue, ref_ptr<PipelineLayout> pipeline_layout, ref_ptr<ShaderModule> shader_module, absl:...
from django.conf import settings from django.http import HttpRequest import re from typing import Optional from zerver.models import Realm, UserProfile def get_subdomain(request: HttpRequest) -> str: # The HTTP spec allows, but doesn't require, a client to omit the # port in the `Host` header if it's "the de...
<?php /** * Created by PhpStorm. * User: dmitriysinichkin * Date: 22.05.14 * Time: 3:26 */ namespace Realtor\DictionaryBundle\Exceptions; class AdvertisingSourceException extends DictionaryException { }
define({ "_widgetLabel": "Analiza", "executeAnalysisTip": "Kliknij narzędzie analizy, aby uruchomić analizę", "noToolTip": "Nie skonfigurowano narzędzia analizy!", "jobSubmitted": "przesłane.", "jobCancelled": "Anulowano.", "jobFailed": "Niepowodzenie", "jobSuccess": "Powodzenie.", "executing": "Wykonyw...
<html> <head> <title>DotNetNuke</title> <link rel="stylesheet" type="text/css" href="Documents.css"> </head> <body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" marginwidth="0" marginheight="0"> <img src="logo.gif" border="0"> <h1>Configuring SQL Server 2000 for DotNetNuke</h1> <...
#ifndef _PDF417_H_ #define _PDF417_H_ /* PDF417 specific decode state */ typedef struct pdf417_decoder_s { unsigned direction : 1; /* scan direction: 0=fwd/space, 1=rev/bar */ unsigned element : 3; /* element offset 0-7 */ int character : 12; /* character position in symbol */ unsign...
<div class="mc-datagrid-cotar-test" ms-class="{{name}}"> {{renderHeader()|html}} <table class="data-table"> <thead ms-class="mc-hide:isInit"> <tr> <th ms-repeat="tableConfig" ms-class="col-{{$index}}" ms-class-1="active: field===el.dataId" ms-class-2="trend: trend===1" ...
@interface CCRenderState(){ @public BOOL _immutable; CCBlendMode *_blendMode; CCShader *_shader; NSDictionary *_shaderUniforms; } /// Remove unused render states from the internal cache. /// This is might be made public in the future. +(void)flushCache; -(void)transitionRenderer:(CCRenderer *)renderer FromStat...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> <title>SimpleTableInfo.DataAdapter Property</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Doc-O-Matic" /> <meta http-equiv="Content-Style-Type" content="text/css" /> ...
{% extends "admin/base.html" %} {% load i18n %} {% block title %}{{ title|escape }} | {% trans 'example.com admin' %}{% endblock %} {% block branding %} <h1 id="site-name">{% trans 'example.com administration' %}</h1> {% endblock %} {% block nav-global %} {% if user.is_authenticated and user.is_staff %} <a href=...
.gitgraph-tooltip { position: absolute; margin-top: -15px; margin-left: 25px; padding: 10px; border-radius: 5px; background: #EEE; color: #333; text-align: center; font-size: 14px; line-height: 20px; } .gitgraph-tooltip:after { position: absolute; top: 10px; left: -18px; width: 0; height:...
<?xml version="1.0" encoding="utf-8"?> <section xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="zend.db.statement"><info><title>Zend_Db_Statement</title></info> <para> En plus des méthodes telles que <methodname>fetchAll()</methodname> et <methodname>insert()</methodname> documenté...
layout: feature published: true title: Extensible abstract: Since Substance exposes content as data, extensibility is a natural implication. We are at an early stage still, and we'll provide you with detailed instruction on how to extend the system soon. But here's what you will be able to do. prose_link: http://pros...
package org.apache.camel.processor.aggregator; import org.apache.camel.AggregationStrategy; import org.apache.camel.ContextTestSupport; import org.apache.camel.Exchange; import org.apache.camel.ExtendedExchange; import org.apache.camel.builder.DeadLetterChannelBuilder; import org.apache.camel.builder.RouteBuilder; im...
<?php namespace AppAdmin\ProductBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class DefaultControllerTest extends WebTestCase { public function testIndex() { $client = static::createClient(); $crawler = $client->request('GET', '/hello/Fabien'); $this-...
#ifndef TF_GLOBAL_CFG_H_ #define TF_GLOBAL_CFG_H_ #include "tf_core.h" #include "stack.h" /** * The global cfg module provides processing of global cfg types. */ /* struct tf; */ /* Internal type not available to user * but available internally within Truflow */ enum tf_global_config_internal_type { TF_GLOBA...
package compute // 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 // // Unl...
package docker import "net/http" func cancelable(client *http.Client, req *http.Request) func() { return func() { if rc, ok := client.Transport.(interface { CancelRequest(*http.Request) }); ok { rc.CancelRequest(req) } } }
;(function () { // closure for web browsers if (typeof module === 'object' && module.exports) { module.exports = LRUCache } else { // just set the global for non-node platforms. this.LRUCache = LRUCache } function hOP (obj, key) { return Object.prototype.hasOwnProperty.call(obj, key) } function naiveLength (...
/*******************************************************************************************/ /* The MIT License (MIT) */ /* */ /* Copyright (c) 2014 - Marina High Sc...
// MooTools: the javascript framework. // Load this file's selection again by visiting: http://mootools.net/more/71390dc162bcab5c8d1047abc823fdf5 // Or build this file again with packager using: packager build More/Class.Binds More/Object.Extras More/Element.Measure More/Element.Shortcuts More/Fx.Reveal More/Drag More...
YUI.add('graphics', function (Y, NAME) { /** * * <p>The `Graphics` module provides a JavaScript API for creating shapes in a variety of formats across * a <a href="http://developer.yahoo.com/yui/articles/gbs">browser test baseline</a>. * Based on device and browser capabilities, `Graphics` leverages <a href="http:...
package org.wso2.carbon.event.core.internal.delivery.jms; import org.apache.axiom.om.OMElement; import org.apache.axis2.AxisFault; import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.context.ServiceContext; import org.apache.axis2.transport.http.HTTPConstants; import org.wso2.carbon.event.c...
/** * Flexible Carousel * @module Ink.UI.Carousel_1 * @version 1 */ Ink.createModule('Ink.UI.Carousel', '1', ['Ink.UI.Common_1', 'Ink.Dom.Event_1', 'Ink.Dom.Css_1', 'Ink.Dom.Element_1', 'Ink.UI.Pagination_1', 'Ink.Dom.Browser_1', 'Ink.Dom.Selector_1'], function(Common, InkEvent, Css, InkElement, Pagination...
/** * @file * NetBIOS name service responder */ /** * @defgroup netbiosns NETBIOS responder * @ingroup apps * * This is an example implementation of a NetBIOS name server. * It responds to name queries for a configurable name. * Name resolving is not supported. * * Note that the device doesn't broadcast it'...
.submit input { background-color: #f46e35; border-color: #f46e35; border-radius: 0; color: #ffffff; font-weight: 600; font-size: 18px; line-height: 1.33; padding: 8px 34px; } .submit input { -moz-user-select: none; background-image: none; border: 2px solid transparent; border-radius: 0; cursor: point...
package org.apache.ignite.testframework.junits; import java.lang.reflect.InvocationTargetException; import java.util.function.BiConsumer; import org.apache.ignite.IgniteLogger; import org.junit.internal.AssumptionViolatedException; /** */ @FunctionalInterface interface GridAbstractTestWithAssumption { /** */ ...
<div><!-- TODO 誰か訳して --> Controls how Jenkins permits launching via JNLP. <dl> <dt><b> Launch only from Computer detail. Require Login if security enabled. </b></dt> <dd> <em>This is the default and normal setting.</em> In this mode, Jenkins provides ...
package org.kuali.rice.krad.workflow; import org.apache.commons.lang.StringUtils; import org.kuali.rice.core.api.exception.RiceIllegalArgumentException; import org.kuali.rice.core.api.uif.RemotableAttributeError; import org.kuali.rice.core.api.uif.RemotableAttributeField; import org.kuali.rice.core.api.uif.Rem...
<html> <head> <title>Top Processes</title> <link rel="stylesheet" type="text/css" href="pythia.css"/> <link rel="shortcut icon" href="pythia32.gif"/> </head> <body> <h2>Top Processes</h2> Different ways to produce top quarks, singly or in pairs. <p/><code>flag&nbsp; </code><strong> Top:all &nbsp;</strong> (<code>d...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mod-red: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
package util import ( "fmt" "os" "reflect" "regexp" ) // Takes a list of strings and compiles them into a list of regular expressions func CompileRegexps(regexpStrings []string) ([]*regexp.Regexp, error) { regexps := []*regexp.Regexp{} for _, regexpStr := range regexpStrings { r, err := regexp.Compile(regex...
package edu.towson.cis.cosc603.project2.monopoly; // TODO: Auto-generated Javadoc /** * The Class Card. */ public abstract class Card { /** The type chance. */ public static int TYPE_CHANCE = 1; /** The type cc. */ public static int TYPE_CC = 2; /** * Gets the label. * * @re...
int sporth_mincer(sporth_stack *stack, void *ud) { plumber_data *pd = ud; SPFLOAT out = 0; sp_ftbl * ft = NULL; const char *ftname = NULL; SPFLOAT time = 0; SPFLOAT amp = 0; SPFLOAT pitch = 0; SPFLOAT winsize = 0; sp_mincer *mincer = NULL; switch(pd->mode) { case PLUMBER...
<?php namespace Zend\Cache\Storage\Adapter; use Memcache as MemcacheResource; use Traversable; use Zend\Cache\Exception; use Zend\Stdlib\ArrayUtils; /** * This is a resource manager for memcache */ class MemcacheResourceManager { /** * Registered resources * * @var array */ protected $...
using System.Collections.Generic; using Amazon.S3.Model; using Amazon.Runtime.Internal.Transform; namespace Amazon.S3.Model.Internal.MarshallTransformations { /// <summary> /// AbortIncompleteMultipartUpload Unmarshaller /// </summary> internal class AbortIncompleteMultipartUploadUnmarshaller : ...
import pytest import capybara pytest_plugins = ["capybara.tests.pytest_plugin"] @pytest.fixture(autouse=True) def setup_capybara(): original_default_selector = capybara.default_selector try: capybara.default_selector = "xpath" yield finally: capybara.default_selector = original_...
/* * This is a small ComponentJS plugin which allows one to easily * migrate one or more components from their current parent component * to a new common parent component. */ /* global ComponentJS: false */ /* eslint no-unused-vars: 0 */ /* jshint unused: false */ ComponentJS.plugin("migrate", function (_cs,...
@implementation L4RootLogger - (id) initWithLevel: (L4Level *) aLevel { self = [super initWithName: @"root"]; if( self != nil ) { [self setLevel: aLevel]; } return self; } - (void) setLevel: (L4Level *) aLevel { if( aLevel != nil ) { [super setLevel: aLevel]; } else { [L4LogLog error: @"You have tried to ...
<!doctype html> <title>document.write external script that document.writes external script</title> <script src="../../../../../../resources/testharness.js"></script><script src="../../../../../../resources/testharnessreport.js"></script> <script> var t = async_test(); var order = []; t.step(function() { order.push(1)...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace BitPacker { internal struct TranslationStepContext { public readonly ObjectDetails ObjectDetails; public readonly Expression Subject; ...
<p><a href="http://jekyllrb.com">Jekyll’s</a> roots are in providing a tool for hackers to host their blog. It’s not just hackers using Jekyll today though.</p> <p><img src="/img/blog/whos-using-jekyll/sticker.jpg" alt="Jekyll Sticker" /></p> <p>Large organizations are adopting Jekyll because of its simplicity, scala...
function dummy() {} (function InlinedFunctionTestContext() { var f = function() {}; function g() { var s = 'hey'; dummy(); // Force a deopt point. if (f()) return s; }; %PrepareFunctionForOptimization(g); g(); g(); g(); %OptimizeFunctionOnNextCall(g); f = function() { return true; ...
<?php return [ new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), new Symfony\Bundle\SecurityBundle\SecurityBundle(), new Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AutowiringBundle\AutowiringBundle(), new Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\TestBundle(), ];
require 'spec_helper' require 'support/shared/unit/resource/static_provider_resolution' describe Chef::Resource::RpmPackage, "initialize" do %w{linux aix}.each do |os| static_provider_resolution( resource: Chef::Resource::RpmPackage, provider: Chef::Provider::Package::Rpm, name: :rpm_package, ...
module Azure::Network::Mgmt::V2020_08_01 module Models # # NVA Inbound Security Rule resource. # class InboundSecurityRule < SubResource include MsRestAzure # @return [Array<InboundSecurityRules>] List of allowed rules. attr_accessor :rules # @return [ProvisioningState] The ...
cd cslEditorLib ./configure.sh cd ..
import java.io.*; import java.util.*; import java.math.*; public class Main { public static void main(String[] args) throws IOException { Scanner cin = new Scanner(System.in); int t = cin.nextInt(); while (t-- > 0) { BigDecimal a = cin.nextBigDecimal(); BigDecimal b = cin.nextBigDecimal(); ...
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProp...
/***************************************************************************/ /* */ /* gxvmort0.c */ /* */ /* Tr...
title: "Security Policy" --- # Ember.js Security Policy ## Reporting a Bug We take security very seriously. Thank you for taking the time to responsibly disclose any issues you find. All security bugs in Ember.js or Ember Data should be reported by email to [security@emberjs.com](mailto:security@emberjs.com). This ...
describe('plus', function() { it('should pass', function() { expect(true).toBe(true); }); it('should work', function() { expect(plus(1, 2)).toBe(3); }); });
require 'fog/core/model' require 'fog/hp/models/compute/metadata' module Fog module Compute class HP class Image < Fog::Model identity :id attribute :name attribute :created_at, :aliases => 'created' attribute :updated_at, :aliases => 'updated' attribute :progress...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Bot. Jahrb. Syst. 10:299. 1888 #### Original name null ### Remarks null
define('ace/mode/less', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/less_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/css', 'ace/mode/folding/cstyle'], function(require, exports, module) { var oop = require("../lib/oop"); var TextMode = re...
namespace Azure.Management.Compute.Models { /// <summary> Describes the parameters of a ScaleSet managed disk. </summary> public partial class VirtualMachineScaleSetManagedDiskParameters { /// <summary> Initializes a new instance of VirtualMachineScaleSetManagedDiskParameters. </summary> pub...
<!DOCTYPE HTML> <html> <head> <title>Test that reports are sent to multiple named endpoints</title> <script src='/resources/testharness.js'></script> <script src='/resources/testharnessreport.js'></script> <script src='resources/report-helper.js'></script> </head> <body> <iframe name="report1"></iframe> <...
<div class="w11k-flash-container"> <div class="w11k-flash-element"> <p>Adobe Flash Player required.</p> </div> </div>
<?php namespace TestApp\Model\Table; use Cake\ORM\Table; /** * Article table class * */ class ArticlesTable extends Table { public function initialize(array $config) { $this->belongsTo('authors'); $this->belongsToMany('tags'); $this->hasMany('ArticlesTags'); } /** * ...