answer
stringlengths
15
1.25M
package com.taobao.zeus.broadcast.alarm; import java.net.InetAddress; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.<API key>; import javax.mail....
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <!-- template designed by Marco Von Ballmoos --> <title></title> <link rel="stylesheet" href="media/stylesheet.css" /> </head> ...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_111) on Thu Aug 18 01:51:14 UTC 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.hadoop.registry.client.impl (Apache Hadoop Main 2.7.3 API)</title> <meta name="date" c...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http: <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" > <title>Silicon Valley 2013 - Proposal</title> <meta name="author" content="Andrew Hay" > <link rel="alternate" type="application/rss+xml" title="devopsdays RSS Feed"...
// Account.h // CardFlightLibrary #import <Foundation/Foundation.h> @interface CFTAccount : NSObject @property (nonatomic, strong) NSString *apiToken; @property (nonatomic, strong) NSString *accountToken; /** * Create the account object with the api token and account token * @param apiToken The API Token associated...
<?php namespace ctala\transaccion\classes; /** * Description of Helper * * @author ctala */ class Helper { public static function redirect($url, $variables) { foreach ($variables as $key => $value) { $args_array[] = '<input type="hidden" name="' . $key . '" value="' . $value . '" />'; ...
package org.zstack.sdk.zwatch.monitorgroup.api; import org.zstack.sdk.zwatch.monitorgroup.entity.<API key>; public class <API key> { public <API key> inventory; public void setInventory(<API key> inventory) { this.inventory = inventory; } public <API key> getInventory() { return this.inv...
foam.CLASS({ package: 'foam.nanos.jetty', name: '<API key>', documentation: 'model of org.eclipse.jetty.server.ThreadPool', properties: [ { name: 'minThreads', class: 'Int', value: 8 }, { name: 'maxThreads', class: 'Int', value: 200 }, { name: 'idleT...
package org.hoteia.qalingo.core.service.pojo; import java.util.List; import java.util.Set; import org.dozer.Mapper; import org.hoteia.qalingo.core.domain.Customer; import org.hoteia.qalingo.core.domain.CustomerMarketArea; import org.hoteia.qalingo.core.domain.CustomerWishlist; import org.hoteia.qalingo.core.domain.Mark...
<?php abstract class OC_Archive{ /** * open any of the supported archive types * @param string $path * @return OC_Archive|void */ public static function open($path) { $ext=substr($path, strrpos($path, '.')); switch($ext) { case '.zip': return new O...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:37 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.security.<API key> (Hadoop 1.0.1 API) </TITLE> <META NAME="date" CONTENT="2012-02-14"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../st...
# Parser Error Handler Parser Error Handler validation is enabled by calling [IParser#<API key>(IParserErrorHandler)](/hapi-fhir/apidocs/hapi-fhir-base/ca/uhn/fhir/parser/IParser.html#<API key>(ca.uhn.fhir.parser.IParserErrorHandler)) on either the FhirContext or on individual parser instances. This method takes an [IP...
package nak.liblinear; import static nak.liblinear.Linear.info; /** * Trust Region Newton Method optimization */ class Tron { private final Function fun_obj; private final double eps; private final int max_iter; public Tron( final Function fun_obj ) { this(fun_obj, 0.1); } publi...
package geotrellis.test.multiband.cassandra import geotrellis.config.Dataset import geotrellis.raster.MultibandTile import geotrellis.spark._ import geotrellis.spark.io._ import geotrellis.test.CassandraTest import geotrellis.test.multiband.load.HadoopLoad import geotrellis.vector.ProjectedExtent import org.apache.spar...
<!-- BEGIN MUNGE: UNVERSIONED_WARNING --> <!-- END MUNGE: UNVERSIONED_WARNING --> # Kubernetes Multi-AZ Clusters ## (previously nicknamed "Ubernetes-Lite") ## Introduction Full Cluster Federation will offer sophisticated federation between multiple kubernetes clusters, offering true high-availability, multiple provider...
// file at the top-level directory of this distribution and at // option. This file may not be copied, modified, or distributed // except according to those terms. use core::prelude::*; use io::prelude::*; use os::unix::prelude::*; use ffi::{self, CString, OsString, AsOsStr, OsStr}; use io::{self, Error, Seek, SeekFrom...
<?php use yii\helpers\Html; use yii\widgets\ActiveForm; /** * @var yii\base\View $this * @var app\modules\workflow\models\WorkflowForm $model * @var yii\widgets\ActiveForm $form */ ?> <div class="workflow-search"> <?php $form = ActiveForm::begin(array('method' => 'get')); ?> <?= $form->field($model, 'id...
/* * @description Prace s binarnim vyheldavacim stromem * @author Marek Salat - xsalat00 * @projekt IFJ11 * @date */ #ifndef <API key> #define <API key> #include <string.h> #include <stdlib.h> #include <stdio.h> #define INS_OK 1 // vlozeno v poradku #define INS_NODE_EXIST 0 // prvek se z...
#include "third_party/googletest/src/googletest/include/gtest/gtest.h" #include "./av1_rtcd.h" #include "test/acm_random.h" #include "test/clear_system_state.h" #include "test/<API key>.h" #include "test/util.h" #include "av1/common/enums.h" namespace { using std::tr1::tuple; using libaom_test::ACMRandom; typedef void ...
package net.imagej.ops.create.img; import net.imagej.ops.Ops; import net.imagej.ops.special.chain.UFViaUFSameIO; import net.imagej.ops.special.function.Functions; import net.imagej.ops.special.function.UnaryFunctionOp; import net.imglib2.Interval; import net.imglib2.img.Img; import net.imglib2.type.numeric.real.DoubleT...
# <API key>: true require "unpack_strategy" shared_examples "UnpackStrategy::detect" do it "is correctly detected" do expect(UnpackStrategy.detect(path)).to be_a described_class end end shared_examples "#extract" do |children: []| specify "#extract" do mktmpdir do |unpack_dir| described_class.new(pa...
// Programmer: Craig Stuart Sapp <craig@ccrma.stanford.edu> // Last Modified: Sat Aug 25 19:47:08 PDT 2018 // Filename: tool-trillspell.cpp // Syntax: C++11; humlib // vim: syntax=cpp ts=3 noexpandtab nowrap // Description: Interface for trill tool, which assigns intervals to // ...
package api_test import ( "testing" "github.com/remind101/empire/pkg/heroku" ) func <API key>(t *testing.T) { c, s := NewTestClient(t) defer s.Close() mustDeploy(t, c, DefaultImage) q := 2 f := <API key>(t, c, "acme-inc", []heroku.<API key>{ { Process: "web", ...
#include "vu2.h" #include "vu_priv.h" // VuStandardFilter VuStandardFilter::VuStandardFilter(VuFlagBits mask, VU_TRI_STATE localSession) : VuFilter() { localSession_ = localSession; idmask_.breakdown_ = mask; } VuStandardFilter::VuStandardFilter(ushort mask, VU_TRI_STATE localSession) : VuFilter() { localSe...
class Openrct2 < Formula desc "Open source re-implementation of RollerCoaster Tycoon 2" homepage "https://openrct2.io/" url "https://github.com/OpenRCT2/OpenRCT2.git", :tag => "v0.2.4", :revision => "<SHA1-like>" head "https://github.com/OpenRCT2/OpenRCT2.git", :branch => "develop" bottle do ...
class JbossForge < Formula desc "Tools to help set up and configure a project" homepage "https://forge.jboss.org/" url "https://downloads.jboss.org/forge/releases/3.9.0.Final/<API key>.9.0.Final-offline.zip" version "3.9.0.Final" sha256 "<SHA256-like>" bottle :unneeded depends_on :java => "1.8+" def ins...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Shared Memory Logging and Statistics &mdash; Varnish version 3.0.3 documentation</title> <link rel="stylesheet" href="../_static/de...
#pragma once #include <stddef.h> #if defined (__cplusplus) extern "C" { #endif /** * @brief Encodes 'inputSize' bytes from 'source' into 'dest'. * If 'inputSize' is not divisible by 4 with no remainder, 'source' is padded. * Destination buffer must be already allocated. Use <API key>() to * eva...
#include "stdafx.h" #include "com4j.h" void error( JNIEnv* env, const char* file, int line, HRESULT hr, const char* msg ... ) { // format the message va_list va; va_start(va,msg); int len = _vscprintf(msg,va); char* w = reinterpret_cast<char*>(alloca(len+1)); // +1 for '\0' vsprintf(w,msg,va); ...
{% extends "base.html" %} {% load filters %} {% block title %}{{project_name}}: {{record.label}}{% endblock %} {% block css %} <link href="/static/css/dataTables.bootstrap.css" rel="stylesheet"> {% endblock %} {% block navbar %} <li><a href="..">{{project_name}}</a></li> <li><a href="/{{proj...
#ifndef <API key> #define <API key> #include "Definition.h" #include "DefinitionVisitor.h" namespace rxml { struct <API key> : public Definition { void accept(DefinitionVisitor &visitor) const { visitor.visit(*this); } AUID elementType; unsigned int elementCount; }; }...
from PyQt4 import QtGui, QtCore, QtSvg from PyQt4.QtCore import QMimeData from PyQt4.QtGui import QGraphicsScene, QGraphicsView, QWidget, QApplication from Orange.data.io import FileFormat class ImgFormat(FileFormat): @staticmethod def _get_buffer(size, filename): raise NotImplementedError @staticme...
#ifndef HTMLOListElement_h #define HTMLOListElement_h #include "HTMLElement.h" namespace WebCore { class HTMLOListElement : public HTMLElement { public: static PassRefPtr<HTMLOListElement> create(Document*); static PassRefPtr<HTMLOListElement> create(const QualifiedName&, Document*); int start() const { ret...
cask "inso" do version "2.4.1" sha256 "<SHA256-like>" url "https://github.com/Kong/insomnia/releases/download/lib%40#{version}/inso-macos-#{version}.zip", verified: "github.com/Kong/insomnia/" name "inso" desc "CLI HTTP and GraphQL Client" homepage "https://insomnia.rest/products/inso" livecheck do ...
class Timidity < Formula desc "Software synthesizer" homepage "http://timidity.sourceforge.net/" url "https://downloads.sourceforge.net/project/timidity/TiMidity++/TiMidity++-2.14.0/TiMidity++-2.14.0.tar.bz2" sha256 "<SHA256-like>" bottle do sha256 "<SHA256-like>" => :el_capitan sha256 "<SHA256-like>"...
class HapiFhirCli < Formula desc "Command-line interface for the HAPI FHIR library" homepage "https://hapifhir.io/hapi-fhir/docs/tools/hapi_fhir_cli.html" url "https://github.com/jamesagnew/hapi-fhir/releases/download/v5.3.0/hapi-fhir-5.3.0-cli.zip" sha256 "<SHA256-like>" license "Apache-2.0" livecheck do ...
require File.expand_path("../../language/php", __FILE__) class PhpPlantumlwriter < Formula include Language::PHP::Composer desc "Create UML diagrams from your PHP source" homepage "https://github.com/davidfuhr/php-plantumlwriter" url "https://github.com/davidfuhr/php-plantumlwriter/archive/1.6.0.tar.gz" sha25...
#include <sys/time.h> #include <time.h> #include "warnp.h" #include "monoclock.h" /** * monoclock_get(tv): * Store the current time in ${tv}. If CLOCK_MONOTONIC is available, use * that clock; otherwise, use gettimeofday(2). */ int monoclock_get(struct timeval * tv) { #ifdef CLOCK_MONOTONIC struct timespec tp;...
class Yaz < Formula desc "Toolkit for Z39.50/SRW/SRU clients/servers" homepage "https: url "http://ftp.indexdata.dk/pub/yaz/yaz-5.15.1.tar.gz" sha256 "<SHA256-like>" revision 1 bottle do cellar :any sha256 "<SHA256-like>" => :el_capitan sha256 "<SHA256-like>" => :yosemite sha256 "<SHA256-lik...
'use strict'; var React = require('react'); var ReactNative = require('react-native'); var { Text, TextInput, View, StyleSheet, } = ReactNative; var TextEventsExample = React.createClass({ getInitialState: function() { return { curText: '<No Event>', prevText: '<No Event>', prev2Text: '<...
<?php /** * TOP API: taobao.tmc.user.get request * * @author auto create * @since 1.0, 2015.12.04 */ class TmcUserGetRequest { /** * TmcUsertopic **/ private $fields; private $nick; /** * tbUIC:; icbu: icbu **/ private $userPlatform; private $apiParas = array(); publ...
# Linux Eclipse Dev Eclipse can be used on Linux (and probably Windows and Mac) as an IDE for developing Chromium. It's unpolished, but here's what works: * Editing code works well (especially if you're used to it or Visual Studio). * Navigating around the code works well. There are multiple ways to do this (F3...
#ifndef <API key> #define <API key> #include <map> #include <memory> #include <string> #include <utility> #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/strings/string_piece.h" #include "base/sys_byteorder.h" #include "net/base/net_export.h" #include "net/spdy/hpack/hpack_decoder.h...
from django.contrib.auth.decorators import login_required from django.core.urlresolvers import reverse from django.utils.decorators import method_decorator from django.views import generic from regressiontests.generic_views.models import Artist, Author, Book, Page from regressiontests.generic_views.forms import AuthorF...
#include <utility> #include "base/bind.h" #include "base/macros.h" #include "base/memory/ptr_util.h" #include "base/message_loop/message_loop.h" #include "base/run_loop.h" #include "remoting/base/constants.h" #include "remoting/protocol/fake_session.h" #include "remoting/protocol/fake_video_renderer.h" #include "remoti...
<html> <head> <script src="../../../http/tests/inspector/inspector-test.js"></script> <script src="../../../http/tests/inspector/debugger-test.js"></script> <script> var a = 1; function testFunction() { var a = 2; debugger; } var test = function() { InspectorTest.startDebuggerTest(step1); function step1...
"""A connection adapter that tries to use the best polling method for the platform pika is running on. """ import os import logging import socket import select import errno import time from operator import itemgetter from collections import defaultdict import threading import pika.compat from pika.compat import dictkey...
#include <map> #include <memory> #include "webrtc/sdk/android/src/jni/<API key>.h" #include "webrtc/sdk/android/src/jni/jni_helpers.h" #include "webrtc/system_wrappers/include/metrics.h" #include "webrtc/system_wrappers/include/metrics_default.h" // Enables collection of native histograms and creating them. namespace w...
{% extends 'djangopypi/base.html' %} {% block title %}Manage {{ package.name }}{% endblock %} {% block body %} <h1>Manage {{ package.name }}</h1> <div> <form action="" method="post"> {% csrf_token %} {{ form.as_p }} <input type="submit" value="Submit"> </form> </div> {% endblock %}
// modification, are permitted provided that the following conditions are // met: // the distribution. // * Neither the name of John Haddon nor the names of // any other contributors to this software may be used to endorse or // promote products derived from this software without specific pr...
#include "libtorrent/udp_socket.hpp" #include "libtorrent/connection_queue.hpp" #include "libtorrent/escape_string.hpp" #include <stdlib.h> #include <boost/bind.hpp> #include <boost/array.hpp> #if BOOST_VERSION < 103500 #include <asio/read.hpp> #else #include <boost/asio/read.hpp> #endif using namespace libtorrent; udp...
package VCP::DB_File::sdbm; =head1 NAME VCP::DB_File::sdbm - Subclass providing SDBM_File storage =head1 SYNOPSIS use VCP::DB_File; VCP::DB_File->new; =head1 DESCRIPTION To write your own DB_File filetype, copy this file and alter it. Then ask us to add an option to the .vcp file parsing to enable it. =over =f...
#ifndef LINKER_H_ #define LINKER_H_ #include <elf.h> #define ANDROID_ARM_LINKER 1 #define SOINFO_NAME_LEN 128 struct link_map { uintptr_t l_addr; char * l_name; uintptr_t l_ld; struct link_map * l_next; struct link_map * l_prev; }; struct soinfo { const char name[SOINFO_NAME_LEN]; Elf32_Phdr...
Specifies a list of libraries and projects to link against. lua links { "references" } Parameters `references` is a list of library and project names. When linking against another project in the same workspace, specify the project name here, rather than the library name. Premake will figure out the correct library to l...
<!DOCTYPE html> <html> <head> <title>Flatty - Flat Administration Template</title> <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> <meta content='text/html;charset=utf-8' http-equiv='content-type'> <meta content='Flat administration template for Tw...
package org.hisp.dhis.system.filter; import com.google.common.collect.Sets; import org.hisp.dhis.common.ValueType; import org.hisp.dhis.commons.filter.Filter; import org.hisp.dhis.dataelement.DataElement; import java.util.Set; /** * @author Lars Helge Overland */ public class <API key> implements Filter<DataEleme...
#ifndef <API key> #define <API key> #include <map> #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/memory/singleton.h" #include "components/keyed_service/content/<API key>.h" class Profile; namespace base { class SequencedTaskRunner; } namespace content { class BrowserContext; } namespa...
#include "content/browser/mojo/<API key>.h" #include <stdint.h> #include <utility> #include "base/bind.h" #include "content/browser/mojo/mojo_shell_context.h" namespace content { const char kBrowserMojoAppUrl[] = "system:content_browser"; namespace { void OnGotInstanceID(shell::mojom::ConnectResult result, ...
# encoding: utf-8 require_relative './job' module CartoDB module Importer2 class FormatLinter CHARACTER_LIMIT = 1000 def self.supported?(extension) extension == '.kml' end # INFO: importer_config not used but needed for compatibility with other normalizers def initialize(file...
from __future__ import division, absolute_import, print_function import sys if sys.version_info[0] >= 3: from io import StringIO else: from io import StringIO import compiler import inspect import textwrap import tokenize from .compiler_unparse import unparse class Comment(object): """ A comment block. ...
package org.bridj; import static org.bridj.Pointer.allocate; import static org.bridj.Pointer.allocateArray; import java.util.AbstractList; import java.util.Collection; import java.util.RandomAccess; import org.bridj.Pointer.ListType; /** * TODO : smart rewrite by chunks for removeAll and retainAll ! * * @author ocha...
// MCOMessageHeader+Private.h // mailcore2 #ifndef <API key> #define <API key> #ifdef __cplusplus namespace mailcore { class MessageHeader; } @interface MCOMessageHeader (Private) - (id) <API key>:(mailcore::MessageHeader *)header; + (MCOAddress *) <API key>:(mailcore::MessageHeader *)header; @end #endif #endif
#if 0 #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); /* * Actual wprintf innards. * * Avoid making gratuitous changes to this source file; it should be kept * as close...
from django.conf.urls.defaults import patterns, url urlpatterns = patterns( 'popcorn_gallery.users.views', url(r'^edit/$', 'edit', name='users_edit'), url(r'^delete/$', 'delete_profile', name='users_delete'), url(r'^(?P<username>[\w-]+)/$', 'profile', name='users_profile'), )
#ifndef <API key> #define <API key> #include "core/CSSPropertyNames.h" #include "core/CSSValueKeywords.h" #include "platform/graphics/Color.h" #include "platform/heap/Handle.h" #include "wtf/Allocator.h" #include "wtf/Forward.h" namespace blink { class CSSValue; class CSSParserFastPaths { STATIC_ONLY(CSSParserFastP...
package org.lwjgl.util.lz4; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.Checks.*; import static org.lwjgl.system.MemoryUtil.*; import static org.lwjgl.util.lz4.LZ4HC.<API key>; /** * <h3>Layout</h3> * * <pre><code> * union LZ4_streamHC_...
import copy from django import forms from django.db import models from django.core.exceptions import ValidationError, <API key> from django.db.models.fields.subclassing import Creator from djangae.forms.fields import ListFormField from django.utils.text import capfirst class _FakeModel(object): """ An object of...
from __future__ import absolute_import from datetime import datetime from django.utils import timezone from django.core.urlresolvers import reverse from sentry.models import ( ProcessingIssue, EventError, RawEvent, <API key> ) from sentry.testutils import APITestCase class <API key>(APITestCase): def test_simpl...
#include "base/basictypes.h" #include "chrome/browser/sync/<API key>.h" #include "chrome/test/live_sync/<API key>.h" class <API key> : public LiveThemesSyncTest { public: <API key>() : LiveThemesSyncTest(SINGLE_CLIENT) {} virtual ~<API key>() {} private: <API key>(<API key>); }; // TODO(akalin): Add tests for m...
#ifndef <API key> #define <API key> #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" #include "chrome/browser/download/<API key>.h" #include "chrome/browser/ui/gtk/menu_gtk.h" class DownloadItemGtk; class DownloadItemModel; class <API key> : public <API key>, ...
$.ajax({ url: './data/population.json', success: function (data) { var max = -Infinity; data = data.map(function (item) { max = Math.max(item[2], max); return { geoCoord: item.slice(0, 2), value: item[2] } }); da...
#ifndef Element_h #define Element_h #include "core/CSSPropertyNames.h" #include "core/CoreExport.h" #include "core/HTMLNames.h" #include "core/css/CSSPrimitiveValue.h" #include "core/css/CSSSelector.h" #include "core/dom/AXObjectCache.h" #include "core/dom/Attribute.h" #include "core/dom/ContainerNode.h" #include "core...
#include <stdexcept> #include "mitkTestingMacros.h" #include <mitkITKImageImport.h> #include <<API key>.h> #define TestImageType(type, dim) \ MITK_TEST_CONDITION(typeid(type) == typeid(TPixel) && dim == VDimension, ...
#include "config.h" #include <stdlib.h> #include "alMain.h" #include "alu.h" #include "alFilter.h" #include "alThunk.h" #include "alError.h" static void InitFilterParams(ALfilter *filter, ALenum type); AL_API ALvoid AL_APIENTRY alGenFilters(ALsizei n, ALuint *filters) { ALCcontext *Context; ALsizei cur = 0; ...
# Enthought library imports. from tvtk.tools.tvtk_doc import TVTKFilterChooser, TVTK_FILTERS # Local imports. from mayavi.filters.filter_base import FilterBase from mayavi.core.common import <API key>, error from mayavi.core.pipeline_info import PipelineInfo # `UserDefined` class. class UserDefined(FilterBase): """...
<!doctype html> <title>ProgressEvent constructor</title> <script src=../../../../resources/testharness.js></script> <script src=../../../../resources/testharnessreport.js></script> <div id=log></div> <script> test(function() { var ev = new ProgressEvent("test") assert_equals(ev.type, "test") assert_equals(ev.targ...
# Contributing Contributions to Respect\Validation are always welcome. You make our lives easier by sending us your contributions through [GitHub pull requests](http://help.github.com/pull-requests). Pull requests for bug fixes must be based on the current stable branch whereas pull requests for new features must be ba...
/* PIED DE PAGE*/ #nom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ*/ height: 25px; /*la hauteur du champ input*/ width: 100%; /* la largeur du champ input*/ } #prenom_ input[type="text"] { /*le input ou le textarea*/ background-color: #fffffa; /*la couleur du champ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <META HTTP-EQUIV="Refresh" CONTENT="0;URL=Home.action"> </head> <body> <p>Loading ...</p> </body> </html>
// texture_format_util: // Contains helper functions for <API key> #include "libANGLE/renderer/d3d/d3d11/texture_format_util.h" #include "libANGLE/renderer/d3d/d3d11/formatutils11.h" #include "libANGLE/renderer/d3d/loadimage.h" #include "libANGLE/renderer/d3d/loadimage_etc.h" namespace rx { namespace d3d11 { namespac...
#include "atlas_misc.h" #include "camm_strat1.h" void ATL_USET(int len, const SCALAR alpha, TYPE *X, const int incX) { NO_INLINE; #ifndef SREAL len+=len; #endif #ifdef DCPLX len+=len; #endif #define VERS 3 #define N Mjoin(set_,VERS) #ifndef BITS #define BITS 4 #endif #ifndef CL #define CL 24 #endif #ifdef SREAL #...
![wordmark](static/images/wordmark.png) Free peer-to-peer file transfers in your browser Cooked up by [Alex Kern](http: [![XKCD 949](http: ## Overview FilePizza enables fast and private peer-to-peer file transfers in your web browser. By using [WebRTC](http: A hosted instance of FilePizza is available at [file.pizza](h...
// <API key>.h // mailcore2 #ifndef <API key> #define <API key> #include <MailCore/MCIMAPOperation.h> #ifdef __cplusplus namespace mailcore { class <API key> : public IMAPOperation { public: <API key>(); virtual ~<API key>(); // Result. virtual HashMap * namespaces(); publi...
#include "ui/events/platform/x11/<API key>.h" #include <X11/extensions/XInput.h> #include <X11/extensions/XInput2.h> #include <cmath> #include <set> #include <string> #include <vector> #include "base/command_line.h" #include "base/files/file_enumerator.h" #include "base/logging.h" #include "base/process/launch.h" #incl...
<?php /** * ALIPAY API: alipay.pass.instance.update request * * @author auto create * @since 1.0, 2015-07-23 11:37:35 */ class <API key> { private $bizContent; private $apiParas = array(); private $terminalType; private $terminalInfo; private $prodCode; private $apiVersion="1.0"; privat...
#ifndef GRAPHCLASS #define GRAPHCLASS #include <deque> class GraphControlPane; enum GRAPH_UNITS { UNIT_PIXELS, UNIT_ARCSEC, }; // accumulator for trend line calculation struct TrendLineAccum { double sum_y; double sum_xy; double sum_y2; }; struct S_HISTORY { wxLongLong_t timestamp; double dx...
# coding=utf-8 from __future__ import absolute_import from .base import * DATABASES = { "default": { "ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:", }, }
#include "ios/chrome/browser/search_engines/<API key>.h" #include "base/bind.h" #include "base/callback.h" #include "base/no_destructor.h" #include "components/keyed_service/core/service_access_type.h" #include "components/keyed_service/ios/<API key>.h" #include "components/search_engines/<API key>.h" #include "compone...
#!/bin/bash -ex # Buildbot annotator script for the main waterfall. Tester only. BB_DIR="$(dirname $0)" BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)" . "$BB_DIR/buildbot_functions.sh" # SHERIFF: if you need to quickly turn the main waterfall android bots # green (preventing tree closures), uncomment the next line (and ...
#include "base/threading/platform_thread.h" #include <errno.h> #include <sched.h> #include <stddef.h> #include "base/lazy_instance.h" #include "base/logging.h" #include "base/threading/<API key>.h" #include "base/threading/<API key>.h" #if 0 #include "base/tracked_objects.h" #endif #include "build/build_config.h" #if !...
/* Based on * SUBROUTINE DGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) SUBROUTINE ZGBTF2( M, N, KL, KU, AB, LDAB, IPIV, INFO ) * * -- LAPACK routine (version 3.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver a...
# - Try to find the CHECK libraries # Once done this will define # CHECK_FOUND - system has check # CHECK_INCLUDE_DIR - the check include directory # CHECK_LIBRARIES - check library # This configuration file for finding libcheck is originally from # the opensync project. The originally was downloaded from here: #...
<?php error_reporting(E_ALL); trait THello { public abstract function hello(); } class TraitsTest { use THello; public function hello() { echo 'Hello'; } } $test = new TraitsTest(); $test->hello(); ?>
// modification, are permitted provided that the following conditions are met: // and/or other materials provided with the distribution. // * Neither the name of ARM Limited nor the names of its contributors may be // used to endorse or promote products derived from this software without // ANY EXPRESS OR IMP...
package org.broadinstitute.hellbender.tools.spark.pathseq; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Output; import htsjdk.samtools.SAMSequenceRecord; import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.<API key>; import org...
#include "chrome/browser/banners/<API key>.h" #include "content/public/browser/render_frame_host.h" #include "content/public/browser/web_contents.h" namespace banners { const char <API key>[] = "renderer has requested the banner prompt be cancelled"; const char kManifestEmpty[] = "manifest could not be fetched,...
layout: data_model title: <API key> this_version: 1.1.1 <div class="alert alert-danger bs-alert-old-docs"> <strong>Heads up!</strong> These docs are for STIX 1.1.1, which is not the latest version (1.2). <a href="/data-model/1.2/cybox/<API key>">View the latest!</a> </div> <div class="row"> <div class="col-md-10"> ...
using Microsoft.Extensions.DependencyInjection; namespace OrchardCore.Liquid { public static class <API key> { public static IServiceCollection AddLiquidFilter<T>(this IServiceCollection services, string name) where T : class, ILiquidFilter { services.Configure<LiquidOptions>(options...
package org.chromium.content.browser.input; import android.os.SystemClock; import android.text.Editable; import android.text.InputType; import android.text.Selection; import android.text.TextUtils; import android.view.KeyCharacterMap; import android.view.KeyEvent; import android.view.View; import android.view.inputmeth...
#ifndef DUEL6_VERTEX_H #define DUEL6_VERTEX_H #include "Type.h" namespace Duel6 { class Vertex { public: enum Flag { None = 0, Flow = 1 }; public: Float32 x; Float32 y; Float32 z; Float32 u; Float32 v; private: Uint3...