text
stringlengths
3
1.05M
go run spec/gen.go < spec/amqp0-9-1.stripped.extended.xml | gofmt > spec091.go
// Copyright 2009 Google Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and ...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>id_select (OpenID::Server::CheckIDRequest)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-88...
package com.amazon.dtasdk.v3.messages; import com.amazon.dtasdk.serializer.JacksonSerializer; import com.amazon.dtasdk.serializer.SerializationException; import com.amazon.dtasdk.v3.serialization.messages.GetUserIdSerializableRequest; import com.amazon.dtasdk.base.InstantAccessOperationValue; import org.junit.Test; ...
package ru.stqa.pft.addressbook.tests; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.GroupData; import ru.stqa.pft.addressbook.model.Groups; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat; impo...
/* Dropdowns /* ---------------------------------------------------------- */ .dropdown { position: relative; z-index: 1000; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; float: left; margin: 2px 0 0; padding: 10px; min-width...
/* Blob.js * A Blob implementation. * 2014-05-31 * * By Eli Grey, http://eligrey.com * By Devin Samarin, https://github.com/eboyjr * License: X11/MIT * See https://github.com/eligrey/Blob.js/blob/master/LICENSE.md */ /*global self, unescape */ /*jslint bitwise: true, regexp: true, confusion: true, es5: true...
package ipv4_test import ( "net" "runtime" "testing" "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/ipv4" "golang.org/x/net/internal/nettest" ) var packetConnMulticastSocketOptionTests = []struct { net, proto, addr string grp, src net.Addr }{ {"udp4", "", "224.0.0.0:0", &net.UDPAddr{...
// File: nordic-ble.js // Load dependent library EasyBLE. evothings.loadScript('libs/evothings/easyble/easyble.js'); /** * @namespace * @description <p>Functions for communicating with a Nordic BLE device.</p> * <p>It is safe practise to call function {@link evothings.scriptsLoaded} * to ensure dependent...
// Rewriting of high-level (not purely syntactic) BUILD constructs. package build import ( "path" "regexp" "sort" "strings" "github.com/bazelbuild/buildtools/tables" ) // For debugging: flag to disable certain rewrites. var DisableRewrites []string // disabled reports whether the named rewrite is disabled. f...
Layout: post Title: New Year Resolution --- Based on the date of this resolution, i guess the first on the list should be eliminating procrastination. 2016 was not the easiest year for me. 2016 was a year that has 365 days and each day has 24 hours. Every moments, something was happening somewhere, i guess. Of cour...
require 'faker/version' AUTHOR = 'Benjamin Curtis' # can also be an array of Authors EMAIL = "benjamin.curtis@gmail.com" DESCRIPTION = "A port of Perl's Data::Faker - Generates fake names, phone numbers, etc." GEM_NAME = 'faker' # what ppl will type to install your gem RUBYFORGE_PROJECT = 'faker' # The unix name for ...
<?php class pakePearTask { public static function import_default_tasks() { pake_desc('create a PEAR package'); pake_task('pakePearTask::pear'); } public static function run_pear($task, $args) { $results = pake_sh('pear package'); if ($task->is_verbose()) { echo $results; } ...
nodeunit(1) -- simple node.js unit testing tool =============================================== ## SYNOPSIS nodeunit [options] <file-or-directory> [<file-or-directory> ...] ## DESCRIPTION Nodeunit is a simple unit testing tool based on the node.js assert module. * Simple to use * Just export the tests from a m...
<?xml version="1.0" encoding="utf-8"?> <DigitalSignageConfig> <!--audio does not require duration attribute. It will be played back in a loop end to end--> <Audio> </Audio> <Display> <!--Video does not require duration attribute. It will be played back in a loop end to end--> <file path="Assets\IoTVisio...
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; const Module = require("./Module"); const OriginalSource = require("webpack-sources").OriginalSource; const RawSource = require("webpack-sources").RawSource; const WebpackMissingModule = require("...
UNIX_BlockStatisticsServiceProvider::UNIX_BlockStatisticsServiceProvider() { } UNIX_BlockStatisticsServiceProvider::~UNIX_BlockStatisticsServiceProvider() { } CIMInstance UNIX_BlockStatisticsServiceProvider::constructInstance( const CIMName &className, const CIMNamespaceName &nameSpace, const UNIX_BlockStatisticsS...
package org.springframework.boot.autoconfigure.cache; import org.springframework.boot.autoconfigure.condition.ConditionMessage; import org.springframework.boot.autoconfigure.condition.ConditionOutcome; import org.springframework.boot.autoconfigure.condition.SpringBootCondition; import org.springframework.boot.contex...
namespace importer { Importer* CreateImporterByType(ImporterType type) { switch (type) { #if defined(OS_WIN) case MS_IE: return new IEImporter(); #endif case BOOKMARKS_HTML: case FIREFOX2: return new Firefox2Importer(); case FIREFOX3: return new Firefox3Importer(); case GOOGLE_T...
Meteor.startup(function() { if(!!Settings.get('kadiraAppId') && !!Settings.get('kadiraAppSecret')){ Kadira.connect(Settings.get('kadiraAppId'), Settings.get('kadiraAppSecret')); } });
namespace Nancy.Demo.ModelBinding.Models { using System; public class Customer { public int Id { get; set; } public string Name { get; set; } public DateTime RenewalDate { get; set; } } }
set -o errexit set -o nounset set -o pipefail KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. source "${KUBE_ROOT}/hack/lib/init.sh" # The api version in which objects are currently stored in etcd. KUBE_OLD_API_VERSION=${KUBE_OLD_API_VERSION:-"v1beta1"} # The api version in which our etcd objects should be converted to. # T...
/* bio_asn1.c */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ /* ==================================================================== * Copyright (c) 2006 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
namespace Kvasir { //DMA channel multiplexor namespace DmamuxChcfg0{ ///<Channel Configuration register using Addr = Register::Address<0x40021000,0xffffff00,0x00000000,unsigned char>; ///DMA Channel Source (Slot) constexpr Register::FieldLocation<Addr,Register::maskFromRange(5,0),Register...
package com.google.common.cache; import com.google.common.annotations.GwtIncompatible; import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableMap; import java.util.concurrent.ExecutionException; /** * A cache which forwards all its method calls to another cache. Subclasses should ov...
var soundManager = null; function SoundManager(smURL,smID) { this.flashVersion = 8; // version of flash to require, either 8 or 9. Some API features require Flash 9. this.debugMode = true; // enable debugging output (div#soundmanager-debug, OR console if available + configured) th...
Title: Goodbye Visual Studio Published: 01/05/2020 Tags: - C# - Visual Studio --- # Goodbye Visual Studio I have decided that I will switch full-time from Visual Studio to Visual Studio Code as my primary IDE. VSCode has everything that I need and supports many more languages. I am also like the extension library...
{% extends "layout.html" %} {% block content %} Welcome to your new Silex Application! {% endblock %}
define([ "dojo/_base/declare", "dojo/_base/sniff", "dojo/dom-class" ], function(declare, has, domClass){ return declare('dojox.grid._ViewManager', null, { // summary: // A collection of grid views. Owned by grid and used internally for managing grid views. // description: // Grid creates views automatically b...
package org.elasticsearch.index.analysis; import java.io.IOException; import java.util.HashMap; import java.util.Map; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.BaseTokenStreamTestCase; import org.apache.lucene.analysis.MockTokenizer; import org.apache.lucene.analysis.TokenFilter;...
package overtjaguar.powerconverters.rpmodule.proxy; import overtjaguar.powerconverters.rpmodule.RPModule; import net.minecraftforge.client.MinecraftForgeClient; public class ClientProxy extends CommonProxy { @Override public void load() { } @Override public void registerRenderInformation()...
package com.jetbrains.python.inspections; import com.intellij.codeInspection.LocalInspectionToolSession; import com.intellij.codeInspection.ProblemsHolder; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElementVisitor; import com.jetbrains.python.PyBundle; import com.jetbrains.python.inspections.quickfi...
static Application *application; AdvancedItemSource advanced_source; TBGenericStringItemSource name_source; TBGenericStringItemSource popup_menu_source; #ifdef TB_SUPPORT_CONSTEXPR void const_expr_test() { // Some code here just to see if the compiler really did // implement constexpr (and not just ignored it) //...
package com.amazonaws.services.sqs.model.transform; import java.util.Map; import java.util.Map.Entry; import javax.xml.stream.events.XMLEvent; import com.amazonaws.services.sqs.model.*; import com.amazonaws.transform.Unmarshaller; import com.amazonaws.transform.MapEntry; import com.amazonaws.transform.StaxUnmarsha...
package org.team1515.morscout.adapter; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import org.team1515.morscout.R; import org.team1515.morscout.entity.Team; import java.util.Array...
module M2 { export var X = 1; } export = M2 // @Filename: foo.d.ts declare module M1 { export var Y:number; } export = M1 // @Filename: consumer.ts import x = require('./foo'); x.X // .ts should be picked
package main import ( "context" cloudtasks "cloud.google.com/go/cloudtasks/apiv2" iampb "google.golang.org/genproto/googleapis/iam/v1" ) func main() { ctx := context.Background() // This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications t...
package elastic import ( "encoding/json" "fmt" "net/url" "strings" "gopkg.in/olivere/elastic.v3/uritemplates" ) // CountService is a convenient service for determining the // number of documents in an index. Use SearchService with // a SearchType of count for counting with queries etc. type CountService struct ...
class AliEveMomentumVectors { public: AliEveMomentumVectors(); ~AliEveMomentumVectors(){} private: AliEveMomentumVectors(const AliEveMomentumVectors&); AliEveMomentumVectors& operator=(const AliEveMomentumVectors&); }; #endif
package objectmeta import ( "testing" "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" restclient "k8s.io/client-go/rest" "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/api/v1" "k8s.io/kubernetes/pkg/client/clientset_generated/clientset" "k8s.io/kubernetes/test/integra...
YUI.add('dd-gestures', function (Y, NAME) { /** * This module is the conditional loaded `dd` module to support gesture events * in the event that `dd` is loaded onto a device that support touch based events. * * This module is loaded and over rides 2 key methods on `DD.Drag` and `DD.DDM` to * ...
package com.intellij.openapi.cvsIntegration; import com.intellij.openapi.diagnostic.Logger; import org.jetbrains.annotations.NotNull; /** * author: lesya */ public class CvsRepository { private final String myMethod; private final String myUser; private final String myHost; private final String myRepositor...
since: 2.4.0 category: Map Building signatures: - - dataType: float name: level description: ~ default: ~ - dataType: bz_MaterialInfo* name: material description: ~ default: ~ returns: dataType: bool description: ~ --- This function needs a description....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> com.googlecode.htmlcompressor.taglib Class Hierarchy (HTML Compressor and Minifier 1.5.2 API) </TITLE> ...
<div class="modal-right-heading"> <h1>Site Owner Responsibilities</h1> </div> <div class="modal-right-body"> <p> It is the responsibility of site owners to manage site user permissions to ensure that the information and data they create and have in their care is protected from unauthorized disclosure,...
<STYLE TYPE-"type/css"> <!-- BODY {background: #FFFFFF} H1 {color: #000000; text-align: center; text-transform: capitalize;} TH {background: #CCCCFF;} TR.odd {background: #FFFFFF;} TR.even {background: #EEEEFF;} --> </STYLE>
var $util = {}; $util.cleanInfo = function(tree) { var r = []; tree = tree.slice(1); tree.forEach(function(e) { r.push(Array.isArray(e) ? $util.cleanInfo(e) : e); }); return r; }; $util.treeToString = function(tree, level) { var spaces = $util.dummySpaces(level), level = leve...
<?xml version="1.0" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:project="http://www.example.com/schema/project"> <parameters> <parameter key="project.parameter.foo">BAR</parameter> </parameters> <services> <service id="project.service.foo" class="BAR" ...
""" This is the Django template system. How it works: The Lexer.tokenize() function converts a template string (i.e., a string containing markup with custom template tags) to tokens, which can be either plain text (TOKEN_TEXT), variables (TOKEN_VAR) or block statements (TOKEN_BLOCK). The Parser() class takes a list ...
/***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * ...
package com.intellij.openapi.roots.ui.configuration.artifacts.nodes; import com.intellij.openapi.roots.ui.configuration.artifacts.ComplexElementSubstitutionParameters; import com.intellij.openapi.roots.ui.configuration.artifacts.LayoutTree; import com.intellij.packaging.elements.ComplexPackagingElement; import com.in...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2009-2012 the original author or authors. 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.apa...
<?php namespace Eadesigndev\Checkoutaddressfields\Helper; use Magento\Framework\App\Helper\AbstractHelper; use Magento\Framework\App\Helper\Context; use Magento\Framework\DataObject\Copy\Config as CopyConfig; /** * Class Fields used to read the field set file to generate * the fields across the system * @package...
/* apps/verify.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commer...
'use strict'; // Tars main-module init // It is a global var require('./tars/tars'); const gulp = tars.packages.gulp; // Require system and user's tasks // You can add your own tasks. // All your tasks have to be in tars/user-tasks folder tars.helpers.tarsFsHelper .getTasks() .forEach(file => require(file)()...
import sys from direct.showbase import DirectObject class FrameRate(DirectObject.DirectObject): """Toggles displaying the framerate with F12.""" def __init__(self,manager,xml): self.state = False def toggle(self): self.state = not self.state base.setFrameRateMeter(self.state) def start(...
using System; using System.Collections.Generic; using System.Linq; using EloBuddy; using EloBuddy.SDK; namespace BRSelector.Model { internal class Points { private static List<Targets.Heroes> _getHeroeses; static Points() { try { _getHeroeses = ...
describe('stacked map', function() { var stackedMap; beforeEach(module('ui.bootstrap.modal')); beforeEach(inject(function ($$stackedMap) { stackedMap = $$stackedMap.createNew(); })); it('should add and remove objects by key', function() { stackedMap.add('foo', 'foo_value'); expect(stackedMap.len...
<?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 Li...
BookmarkTabHelperDelegate::~BookmarkTabHelperDelegate() { }
template<int N> struct A; template<> struct A<1>; template<int N> constexpr void f(); template<> constexpr void f<1>(); template<int N> extern int v; template<> extern int v<1>;
package ai.decision; public class StatePropTotalMayhem extends StateProp { { this.propGoToOtherBase = 0; this.propGoToMyBase = 0.3/(1 - this.propGoToOtherBase); this.propGoToRandomSquareInZone = 0.1/ (( 1- this.propGoToOtherBase) * (1 -this.propGoToMyBase)); this.propGoToRandomSquare = 0/ (( 1-...
'------------------------------------------------------------------------------ ' <generado automáticamente> ' Este código fue generado por una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se vuelve a generar el código. ' </generado automática...
'use strict'; function UserModeling() { console.warn('WARNING! The User Modeling has been replaced by Personality Insights.'); console.warn('See https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/personality-insights.html'); throw Error('Service deprecated'); } module.exports = UserModeling;
<?php namespace Respect\Validation\Exceptions; interface ExceptionInterface { }
VERSION=v7 all: build kubernetes-cassandra.jar: ../java/* ../java/src/io/k8s/cassandra/*.java cd ../java && mvn package mv ../java/target/kubernetes-cassandra*.jar kubernetes-cassandra.jar cd ../java && mvn clean build: kubernetes-cassandra.jar docker build -t gcr.io/google_containers/cassandra:${VERSION} . pus...
using System.Collections.Generic; using System.Text.Json; using Azure.Core; using Azure.ResourceManager; namespace Azure.ResourceManager.Network.Models { public partial class ApplicationGatewaySslPredefinedPolicy : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) ...
<!DOCTYPE html> <html style="width:100%;height:100%;overflow:hidden;"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Dojo Repeat Selection Test</title> <style type="text/css"> @import "../../../dijit/themes/dijit.css"; @import "../../../dijit/themes/claro/document.css"; @im...
<!DOCTYPE html> <html lang="en"> <head> <!-- Use correct character set. --> <meta charset="utf-8"> <!-- Tell IE to use the latest, best version. --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Make the application on mobile take up the full browser screen and disable user scaling. -->...
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedMod...
<?php namespace Zend\Mail\Storage; use ArrayAccess; use Countable; use SeekableIterator; abstract class AbstractStorage implements ArrayAccess, Countable, SeekableIterator { /** * class capabilities with default values * @var array */ protected $has = array('uniqueid' => true, ...
// 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. /*============================================================================ ** ** Source: test1.c ** ** Purpose:...
<!DOCTYPE html> <html> <body> <p>This test verifies that WebKit does not erroneously clone nodes hierarchy when copying text with background color. "Hello" should be blue and has yellow background but you should not see red border.</p> <p>To manually this test, copy "Hello" and paste it on the black box below.</p> <di...
package com.intel.analytics.bigdl.ppml.fl.utils import com.intel.analytics.bigdl.dllib.utils.Engine import com.intel.analytics.bigdl.ppml.fl.FLClient import org.apache.spark.SparkConf import org.apache.spark.sql.SparkSession /** * [[FlContextForTest]] is for test only, an instance of this could behave the same wit...
/*! Crocodoc Viewer - v0.5.5 | (c) 2014 Box */ var Crocodoc = (function ($) { /*global Crocodoc:true*/ /** * The one global object for Crocodoc JavaScript. * @namespace */ var Crocodoc = (function () { 'use strict'; var components = {}, utilities = {}; /** * Find circular dependencies ...
title: First Bad Version - 第一个坏版本 date: 2016-05-19 20:44:47 categories: - 算法 tags: - java - 算法 - LeetCode <!--updated: 2016-05-19 21:40:47--> --- ### First Bad Version - 第一个坏版本 **Description**: You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your ...
.. Copyright (c) 2007-2019 UShareSoft, All rights reserved .. _stack-config: config ====== Within a ``stack``, the ``config`` sub-section describes boot scripts to be added to the template and executed as part of the boot sequence of an instance. The definition of a ``config`` section when using YAML is: .. code-b...
namespace ots { bool ots_prep_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { Buffer table(data, length); OpenTypePREP *prep = new OpenTypePREP; file->prep = prep; if (length >= 128 * 1024u) { return OTS_FAILURE_MSG("table length %ld > 120K", length); // almost all prep tables are less t...
> see https://aka.ms/autorest This is the AutoRest configuration file for devops. ## Getting Started To build the SDKs for My API, simply install AutoRest via `npm` (`npm install -g autorest`) and then run: > `autorest readme.md` To see additional help and options, run: > `autorest --help` For other options on i...
using Octokit.Reactive; using System.Threading.Tasks; using System.Reactive.Linq; namespace Octokit.Tests.Integration.Helpers { internal static class ObservableGithubClientExtensions { internal static async Task<RepositoryContext> CreateRepositoryContext(this IObservableGitHubClient client, string rep...
@interface DVTDiffCharacterDataSource : DVTDiffDataSource { } + (void)initialize; - (long long)numberOfDiffTokensInDiffDescriptor:(id)arg1; - (struct _DVTDiffToken)diffTokenInDiffDescriptor:(id)arg1 atIndex:(long long)arg2; @end
package com.google.samples.apps.iosched.ui; import com.google.samples.apps.iosched.R; import android.content.Intent; import android.os.Bundle; import android.app.Fragment; /** * A {@link BaseActivity} that simply contains a single fragment. The intent used to invoke this * activity is forwarded to the fragment a...
define(function() { Q.module('WebGLBatch'); });
"""This module contains Google Cloud Bigtable operators.""" import enum from typing import TYPE_CHECKING, Dict, Iterable, List, Optional, Sequence, Union import google.api_core.exceptions from google.cloud.bigtable.column_family import GarbageCollectionRule from google.cloud.bigtable_admin_v2 import enums from airflo...
package org.elasticsearch.action; import org.elasticsearch.action.admin.indices.alias.Alias; import org.elasticsearch.action.admin.indices.analyze.AnalyzeAction; import org.elasticsearch.action.admin.indices.analyze.AnalyzeRequest; import org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction; im...
import sys import os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('..')) # -- General conf...
import absFloor from '../utils/abs-floor'; export function bubble () { var milliseconds = this._milliseconds; var days = this._days; var months = this._months; var data = this._data; var seconds, minutes, hours, years = 0; // The following code bubbles up values, see the ...
require_relative '../../../kitchen/data/spec_helper' describe jenkins_user('sethvargo') do it { should be_a_jenkins_user } end describe jenkins_user('schisamo') do it { should be_a_jenkins_user } it { should have_full_name('Seth Chisamore') } it { should have_email('schisamo@getchef.com') } it { should have...
/* crypto/ec/ec.h */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ /** * \file crypto/ec/ec.h Include file for the OpenSSL EC functions * \author Originally written by Bodo Moeller for the OpenSSL project */ /* ==================================================================== * Copyright ...
Base Classes and Mixins ======================= mysqlstmt.stmt module --------------------- .. automodule:: mysqlstmt.stmt :members: :undoc-members: :inherited-members: :special-members: :exclude-members: __delattr__,__format__,__getattribute__,__hash__,__reduce__,__reduce_ex__,__repr__,__setattr_...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // 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 restrictio...
import static Util2.AIOInner; public class Util2 { public static class AIOInner {} } class Test { AIO<caret> }
--- layout: article title: "Animaciones entre vistas" description: "Aprenda a colocar animaciones entre dos vistas en sus aplicaciones." introduction: "Muchas veces querrá llevar a los usuarios de una vista a la otra dentro de su aplicación, ya sea de una vista de lista a una vista de detalles, o mostrar una barra late...
<?php /** * @since Class available since Release 2.0.0 * @covers PHPUnit_Framework_TestCase */ class Framework_TestListenerTest extends PHPUnit_Framework_TestCase implements PHPUnit_Framework_TestListener { protected $endCount; protected $errorCount; protected $failureCount; protected $war...
<?php final class PhabricatorCountdownView extends AphrontView { private $countdown; public function setCountdown(PhabricatorCountdown $countdown) { $this->countdown = $countdown; return $this; } public function render() { $countdown = $this->countdown; require_celerity_resource('phabricator...
package org.bouncycastle.pqc.jcajce.provider.hqc; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.security.PrivateKey; import org.bouncycastle.asn1.ASN1Set; import org.bouncycastle.asn1.pkcs.PrivateKeyInfo; import org.bouncycastle.pqc.crypto.hqc.HQCPrivateK...
"""Support for Dark Sky weather service.""" from __future__ import annotations from dataclasses import dataclass, field from datetime import timedelta import logging from typing import Literal, NamedTuple import forecastio from requests.exceptions import ConnectionError as ConnectError, HTTPError, Timeout import volu...
package com.asakusafw.info.operator; /** * Represents granularity of input. * @since 0.9.2 */ public enum InputGranularity { /** * The input handles each record from the upstream. */ RECORD, /** * The input handles each group from the upstream. */ GROUP, /** * The in...
require "delegate" require "validators/date_validator" require "validators/safe_html_validator" class EmploymentTribunalDecisionValidator < SimpleDelegator include ActiveModel::Validations validates :title, presence: true validates :summary, presence: true validates :body, presence: true, safe_html: true v...
ACCEPTED #### According to Index Fungorum #### Published in G. bot. ital. 18: 65 (1886) #### Original name Polyporus oleae Panizzi ### Remarks null