text
stringlengths
3
1.05M
package org.springframework.boot.autoconfigure.data.couchbase; import org.springframework.boot.context.properties.ConfigurationProperties; /** * Configuration properties for Spring Data Couchbase. * * @author Stephane Nicoll * @since 1.4.0 */ @ConfigurationProperties(prefix = "spring.data.couchbase") public cl...
/*! UIkit 2.17.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* ======================================================================== Component: Form advanced Note: Only works in Webkit at the moment ========================================================================== */ /* * 1. Styl...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="./../../helpwin.css"> <title>MATLAB File Help: prtRegressRvm/train</title> </head> <body> <!--Single-page help--> <table border="0" cellspacing="0" width="100%"> ...
// // GTLBigqueryTableCell.m // // ---------------------------------------------------------------------------- // NOTE: This file is generated from Google APIs Discovery Service. // Service: // BigQuery API (bigquery/v2) // Description: // A data platform for customers to create, manage, share and query data. ...
package main import ( "time" "gopkg.in/kataras/iris.v6" "gopkg.in/kataras/iris.v6/adaptors/httprouter" ) var testMarkdownContents = `## Hello Markdown This is a sample of Markdown contents Features -------- All features of Sundown are supported, including: * **Compatibility**. The Markdown v1.0.3 test sui...
<component name="libraryTable"> <library name="Maven: org.apache.commons:commons-exec:1.1"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-exec/1.1/commons-exec-1.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/apache/commons/commons-exec/1.1/...
package com.example.helloworld.db.hibernate; import io.dropwizard.hibernate.AbstractDAO; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import com.example.helloworld.db.WorldDAO; import com.example.helloworld.db.model.World; import com.example.helloworld.resources.Helper; public class WorldH...
// +build linux package empty_dir import ( "fmt" "syscall" "github.com/docker/libcontainer/selinux" "github.com/golang/glog" "k8s.io/kubernetes/pkg/util/mount" ) // Defined by Linux - the type number for tmpfs mounts. const linuxTmpfsMagic = 0x01021994 // realMountDetector implements mountDetector in terms ...
## Build Status | Build branch | master | develop | |-----|-----|-----| | GCC/Clang x64 | [![Build Status](https://travis-ci.org/clMathLibraries/clBLAS.svg?branch=master)](https://travis-ci.org/clMathLibraries/clBLAS/branches) | [![Build Status](https://travis-ci.org/clMathLibraries/clBLAS.svg?branch=develop)](https://...
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateUsersTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('users', function ...
package com.commafeed.backend.service; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import javax.inject.Inject; import javax.inject.Singleton; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; impo...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
describe('ngCordovaMocks', function() { beforeEach(function() { module('ngCordovaMocks'); }); describe('cordovaCamera', function () { var $rootScope = null; var $cordovaCamera = null; var cameraOptions = {}; beforeEach(inject(function (_$cordovaCamera_, _$rootScope_) { $cordovaCamera = _$cordovaCamera...
// Copyright 2013 Square, Inc. package com.example.retrofit; import com.example.retrofit.SimpleService.Contributor; import com.example.retrofit.SimpleService.GitHub; import com.google.common.util.concurrent.ThreadFactoryBuilder; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; impo...
package org.apache.spark.network.protocol; import com.google.common.base.Objects; import io.netty.buffer.ByteBuf; import org.apache.spark.network.buffer.ManagedBuffer; import org.apache.spark.network.buffer.NettyManagedBuffer; /** * A generic RPC which is handled by a remote {@link org.apache.spark.network.server...
package com.github.robozonky.internal.state; import java.time.OffsetDateTime; import java.util.Optional; import java.util.stream.Stream; interface StateReader { /** * Retrieve a timestamp of when this reader was last updated with content. * * @return If present, the timestamp of last update. If...
var path = require('path'); var fs = require('graceful-fs'); var optimist = require('optimist'); var osenv = require('osenv'); var object = require('mout/object'); var string = require('mout/string'); var paths = require('./paths'); var win = process.platform === 'win32'; var home = osenv.home(); function rc(name, de...
package garbagecollector import ( "fmt" "time" "github.com/golang/glog" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pk...
#ifndef WINDOW_H #define WINDOW_H #include <QItemSelection> #include <QMainWindow> #include <QAbstractItemModel> #include <QWidget> #include <QTableView> class MainWindow : public QMainWindow { Q_OBJECT public: MainWindow(QWidget *parent = 0); private slots: void fillSelection(); void clearSelectio...
#include "fsl_flexbus.h" /******************************************************************************* * Prototypes ******************************************************************************/ /*! * @brief Gets the instance from the base address * * @param base FLEXBUS peripheral base address * * @retu...
[#]: collector: (lujun9972) [#]: translator: (MjSeven) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (What happens when you update your DNS?) [#]: via: (https://jvns.ca/blog/how-updating-dns-works/) [#]: author: (Julia Evans https://jvns.ca/) What happens when you update your DNS? ====== I’ve see...
package parallel_support import ( "io" "os" "sync" "github.com/onsi/ginkgo/v2/reporters" "github.com/onsi/ginkgo/v2/types" ) type Void struct{} var voidReceiver *Void = &Void{} var voidSender Void // ServerHandler is an RPC-compatible handler that is shared between the http server and the rpc server. // It ha...
/* * */ package net.community.chest.net.snmp; import java.util.Collection; import java.util.LinkedList; import java.util.Map; /** * <P>Copyright GPLv2</P> * * <P>Class representing a group of entries - usually read from a MIB file</P> * @author Lyor G. * @since May 25, 2009 2:24:28 PM */ public class MIBGroup...
<!-- ~ ============================================================================ ~ ~ Copyright (C) 2006-2018 Talend Inc. - www.talend.com ~ ~ This source code is available under agreement available at ~ https://github.com/Talend/data-prep/blob/master/LICENSE ~ ~ You should have received a copy of...
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 (b.hasOwnProperty(p)) d[p] =...
<html> <head> <title>Docs For Class PHPExcel_Writer_Excel2007_Worksheet</title> <link rel="stylesheet" type="text/css" href="../media/style.css"> </head> <body> <table border="0" cellspacing="0" cellpadding="0" height="48" width="100%"> <tr> <td class="header_top">PHPExcel_Writer_Excel2007</td> </tr> <tr><td...
package com.hazelcast.spi; import com.hazelcast.monitor.LocalInstanceStats; import com.hazelcast.spi.annotation.Beta; import java.util.Map; /** * A service implementating this interface provides local instance statistics. * This interface is in BETA stage and is subject to change in upcoming releases. * * @par...
package org.apache.camel.component.file.remote; import org.apache.camel.Exchange; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.junit.Test; public class FtpProducerReplyStringTest extends FtpServerTestSupport { private String getFtpUrl() { ...
package net.avalara.avatax.rest.client.models; import net.avalara.avatax.rest.client.enums.*; import net.avalara.avatax.rest.client.serializer.JsonSerializer; import java.lang.Override; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; /** * A custom field p...
#ifndef _TNL_VERTEX_H #define _TNL_VERTEX_H #include "main/mtypes.h" #include "t_context.h" /* New mechanism to specify hardware vertices so that tnl can build * and manipulate them directly. */ /* It will probably be necessary to allow drivers to specify new * emit-styles to cover all the wierd and wacky th...
<?php namespace Respect\Validation\Exceptions\SubdivisionCode; use Respect\Validation\Exceptions\SubdivisionCodeException; /** * Exception class for Greenland subdivision code. * * ISO 3166-1 alpha-2: GL */ class GlSubdivisionCodeException extends SubdivisionCodeException { public static $defaultTemplates ...
<?php namespace PicoFeed\Generator; use PicoFeed\Base; use PicoFeed\Parser\Item; /** * File Content Generator * * @package PicoFeed\Generator * @author Frederic Guillot */ class FileContentGenerator extends Base implements ContentGeneratorInterface { private $extensions = array('pdf'); /** * Exec...
Intl Component ============= A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library. The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl PHP extension] [0] instead. Resources --------- *...
import java.io.File import scala.sys.process._ object Test extends App { def prop(key: String) = { val value = System.getProperties.getProperty(key) assert(value != null, key) value } val testClassesDir = prop("partest.output") assert(new File(testClassesDir).exists, testClassesDir) val fullTestC...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.0.4 */ md-input-container.md-THEME_NAME-theme .md-input { color: '{{foreground-1}}'; border-color: '{{foreground-4}}'; text-shadow: '{{foreground-shadow}}'; } md-input-container.md-THEME_NAME-theme .md-input::-webkit-in...
/** * Created by julia on 02.10.2016. */ //This is a easteregg :D var i18nBean = require('../utility/i18nManager'); var t = i18nBean.getT(); var cmd = 'jay'; var execute = function (message) { message.reply(t('eastereggs.jay', {lngs:message.lang})); }; module.exports = {cmd: cmd, accessLevel: 0, exec: execute, ca...
<?php namespace Concrete\Core\Updater\Migrations; /** * Interface that migrations that can be safely re-executed should implement. */ interface RepeatableMigrationInterface { }
local gsub = string.gsub local concat,append = table.concat,table.insert local utils = require 'pl.utils' local bind1,usplit,assert_arg = utils.bind1,utils.split,utils.assert_arg local is_callable = require 'pl.types'.is_callable local unpack = utils.unpack local function lstrip(str) return (str:gsub('^%s+','')) end...
@implementation UIScreen (Extension) + (float)screenWidth { if (UIInterfaceOrientationIsLandscape([UIApplication sharedApplication].statusBarOrientation)) { if ([[UIDevice currentDevice].systemVersion floatValue]>=8.0) { return [UIScreen mainScreen].nativeBounds.size.height/[UIScreen mainScreen...
import { update } from "lodash"; export = update;
YUI.add('dataschema-array', function(Y) { /** * Provides a DataSchema implementation which can be used to work with data * stored in arrays. * * @module dataschema * @submodule dataschema-array */ /** Provides a DataSchema implementation which can be used to work with data stored in arrays. See the `apply` met...
package org.apache.flink.table.sources; import org.apache.flink.table.api.TableSchema; import org.apache.flink.table.types.utils.TypeConversions; /** Tests for {@link CsvTableSource}. */ class CsvTableSourceTest extends TableSourceTestBase { @Override protected TableSource<?> createTableSource(TableSchema ...
id: 5900f3711000cf542c50fe84 challengeType: 5 isHidden: false title: 'Problem 5: Smallest multiple' forumTopicId: 302160 --- ## Description <section id='description'> 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that i...
A comprehensive HTTP client library, ``httplib2`` supports many features left out of other HTTP libraries. **HTTP and HTTPS** HTTPS support is only available if the socket module was compiled with SSL support. **Keep-Alive** Supports HTTP 1.1 Keep-Alive, keeping the socket open and performing multiple requests o...
<?php defined('C5_EXECUTE') or die("Access Denied."); $sh = Loader::helper('concrete/dashboard/sitemap'); if (!$sh->canRead()) { die(t('Access Denied')); } $u = new User(); $form = Loader::helper('form'); Loader::model('attribute/categories/collection'); $selectedAKIDs = array(); $slist = CollectionAttributeKey::g...
#ifndef _THRIFT_TRANSPORT_THTTPSERVER_H_ #define _THRIFT_TRANSPORT_THTTPSERVER_H_ 1 #include <thrift/transport/THttpTransport.h> namespace apache { namespace thrift { namespace transport { class THttpServer : public THttpTransport { public: THttpServer(std::shared_ptr<TTransport> transport); ~THttpServer() ov...
i.flag:not(.icon) { display: inline-block; width: 16px; height: 11px; line-height: 11px; vertical-align: baseline; margin: 0em 0.5em 0em 0em; text-decoration: inherit; speak: none; font-smoothing: antialiased; -webkit-backface-visibility: hidden; backface-visibility: hidden; } i.flag:no...
package org.apache.jackrabbit.oak.security.authorization.composite; import java.security.Principal; import java.util.List; import java.util.Set; import javax.annotation.Nonnull; import javax.jcr.RepositoryException; import javax.jcr.security.AccessControlException; import javax.jcr.security.AccessControlManager; impo...
from __future__ import print_function from google.protobuf import text_format import argparse import re import sys import math caffe_flag = True try: import caffe from caffe.proto import caffe_pb2 except ImportError: caffe_flag = False import caffe_parse.caffe_pb2 def read_proto_solver_file(file_path...
module.exports = require('./forEachRight');
# HeadTitle The HTML `<title>` element is used to provide a title for an HTML document. The `HeadTitle` helper allows you to programmatically create and store the title for later retrieval and output. The `HeadTitle` helper is a concrete implementation of the [Placeholder helper](placeholder.md). It overrides the `to...
#ifndef QPLATFORMOFFSCREENSURFACE_H #define QPLATFORMOFFSCREENSURFACE_H // // W A R N I N G // ------------- // // This file is part of the QPA API and is not meant to be used // in applications. Usage of this API may make your code // source and binary incompatible with future versions of Qt. // #include "qplatf...
defineSuite([ 'Core/CubicRealPolynomial', 'Core/Math' ], function( CubicRealPolynomial, CesiumMath) { 'use strict'; it('discriminant throws without a', function() { expect(function() { CubicRealPolynomial.computeDiscriminant(); }).toThr...
package com.trilead.ssh2.packets; import java.io.IOException; /** * PacketNewKeys. * * @author Christian Plattner, plattner@trilead.com * @version $Id: PacketNewKeys.java,v 1.1 2007/10/15 12:49:55 cplattne Exp $ */ public class PacketNewKeys { byte[] payload; public PacketNewKeys() { } public PacketNewK...
using System.Management.Automation; using Microsoft.SharePoint.Client; using web = Microsoft.SharePoint.Client.Web; using SharePointPnP.PowerShell.CmdletHelpAttributes; using SharePointPnP.PowerShell.Commands.Base.PipeBinds; using System; using SharePointPnP.PowerShell.Commands.Extensions; namespace SharePoin...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Flyweight Documentation - Tutorial - Extending Boost.Flyweight</title> <link rel="stylesheet" href="../style.css" type="text/css"> <link rel="start...
// Copyright 2017 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 by applicable...
CREATE TABLE country (id NVARCHAR(2) NOT NULL, name NVARCHAR(64) NOT NULL, PRIMARY KEY (id)); INSERT INTO [country] ([id], [name]) VALUES ('AF', 'Afghanistan'); INSERT INTO [country] ([id], [name]) VALUES ('AX', 'Ålân'); INSERT INTO [country] ([id], [name]) VALUES ('AL', 'Albanië'); INSERT INTO [country] ([id], [name]...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Dashboard_model extends CI_Model{ var $mssql; public function __construct() { parent::__construct(); if ($this->session->userdata('sess_empresa') == "PJ") { $this->mssql = $this->load->database('mssql_pj', TRUE ); }el...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "qword.h" #include "ia32_insn.h" #include "ia32_opcode_tables.h" #include "ia32_reg.h" #include "ia32_operand.h" #include "ia32_implicit.h" #include "ia32_settings.h" #include "libdis.h" extern ia32_table_desc_t ia32_tables[]; extern ia32_settings_...
[![Build Status](https://travis-ci.org/nDmitry/grunt-autoprefixer.png?branch=master)](https://travis-ci.org/nDmitry/grunt-autoprefixer) [![Dependency Status](https://david-dm.org/nDmitry/grunt-autoprefixer.png)](https://david-dm.org/nDmitry/grunt-autoprefixer) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ip::address_v4::address_v4 (4 of 4 overloads)</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="....
package meta import ( "fmt" "reflect" "github.com/golang/glog" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" metav1alpha1 "k8s.io/apimachinery/pkg/apis/meta/v1alpha1" "k8s.io/apimachinery/pkg/conversion" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/ty...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using MongoSamples; using MongoDB.Bson; using MongoDB.Driver; using MongoDB.Driver.Builders; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace MongoSampleTests { public class MongoSampleTestBase { private...
package org.apache.hedwig.protoextensions; import com.google.protobuf.ByteString; import org.apache.hedwig.protocol.PubSubProtocol.SubscriptionState; public class SubscriptionStateUtils { // For now, to differentiate hub subscribers from local ones, the // subscriberId will be prepended with a hard-coded pr...
<?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 Lice...
namespace Microsoft.Azure.Devices.Client { using Microsoft.Azure.Devices.Client.Exceptions; using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; #if !WINDOWS_UWP using System.Transactions; #endif // AsyncResult starts acquired; Complete rele...
'use strict' var HostedGit = require('../index') var test = require('tap').test test('Bitbucket HTTPS URLs with embedded auth', function (t) { t.is( HostedGit.fromUrl('https://user:pass@bitbucket.org/user/repo.git').toString(), 'git+https://user:pass@bitbucket.org/user/repo.git', 'credentials were includ...
@implementation DataManager - (void)dataParse{ dispatch_async(dispatch_get_global_queue(0, 0), ^{ AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; [manager GET:kNewsURL parameters:nil success:^(AFHTTPRequestOperation * _Nonnull oper...
package gov.opm.scrd.entities.lookup; import gov.opm.scrd.entities.common.NamedEntity; /** * <p> * Represents the named entity specifying the name suffix (E.g., Mr., Ms.,) of the holder of the account. * </p> * * <p> * <strong>Thread Safety: </strong> This class is mutable and not thread safe. * </p> * * @...
@interface DecodeAudioUITests : XCTestCase @end @implementation DecodeAudioUITests - (void)setUp { [super setUp]; // Put setup code here. This method is called before the invocation of each test method in the class. // In UI tests it is usually best to stop immediately when a failure occurs. ...
package scheduler import ( "fmt" "time" "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/wait" utilfeature "k8s.io/apiserver/pkg/util/feature" clientset "k8s.io/client-go/kubernetes" corelisters "k8s.io/client-go/listers/co...
<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf.png" height="170" alt="fzf - a command-line fuzzy finder"> [![travis-ci](https://travis-ci.org/junegunn/fzf.svg?branch=master)](https://travis-ci.org/junegunn/fzf) <a href="http://flattr.com/thing/3115381/junegunnfzf-on-GitHub" target="_blank"><img src="...
package org.brzy.webapp.action.args /** * Document Me.. * * @author Michael Fortin */ class UnfoundParameterException(msg:String) extends RuntimeException(msg)
package fmt import ( "errors" "io" "os" "reflect" "sync" "unicode/utf8" ) // Some constants in the form of bytes, to avoid string overhead. // Needlessly fastidious, I suppose. var ( commaSpaceBytes = []byte(", ") nilAngleBytes = []byte("<nil>") nilParenBytes = []byte("(nil)") nilBytes = []by...
namespace gcm { // Encryptor which simply base64-encodes the plaintext to get the // ciphertext. Obviously, this should be used only for testing. class FakeEncryptor : public Encryptor { public: ~FakeEncryptor() override; bool EncryptString(const std::string& plaintext, std::string* ciphert...
tinyMCE.addI18n('nl.advanced',{ style_select:"Stijlen", font_size:"Tekengrootte", fontdefault:"Lettertype", block:"Opmaak", paragraph:"Alinea", div:"Div", address:"Adres", pre:"Vaste opmaak", h1:"Kop 1", h2:"Kop 2", h3:"Kop 3", h4:"Kop 4", h5:"Kop 5", h6:"Kop 6", blockquote:"Citaat", code:"Code", samp:...
<?php namespace Doctrine\Common\Cache; /** * Interface for cache that can be flushed. * * @link www.doctrine-project.org * @since 1.4 * @author Adirelle <adirelle@gmail.com> */ interface ClearableCache { /** * Deletes all cache entries. * * @return boolean TRUE if the cache entries were s...
package com.amazonaws.services.machinelearning.model; import java.io.Serializable; import com.amazonaws.AmazonWebServiceRequest; /** * */ public class UpdateBatchPredictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable { /** * <p> * The ID assigned to the <code>...
namespace base { class Value; class ListValue; class StringValue; } namespace chromeos { class SystemSettingsProvider : public CrosSettingsProvider, public system::TimezoneSettings::Observer { public: explicit SystemSettingsProvider(const NotifyObserversCallback& notify_cb); virtua...
<?php namespace Illuminate\Foundation\Bootstrap; use Illuminate\Http\Request; use Illuminate\Contracts\Foundation\Application; class SetRequestForConsole { /** * Bootstrap the given application. * * @param \Illuminate\Contracts\Foundation\Application $app * @return void */ public f...
package de.danoeh.antennapod.adapter; import android.content.Context; import android.content.res.TypedArray; import android.view.View; import android.widget.ImageButton; import org.apache.commons.lang3.Validate; import de.danoeh.antennapod.R; import de.danoeh.antennapod.core.feed.FeedItem; import de.danoeh.antennapo...
title: "Générer et héberger un site web statique avec GitHub" date: 2021-06-29 updated: 2021-07-03 tags: [SSG, Cecil, GitHub] image: /images/2021-06-29-generer-et-heberger-un-site-statique-avec-github/share.png image_header: false typora-root-url: ../../static --- [GitHub](https://github.com) fourni l’outillage nécessa...
@FooAnnotation(Foo.<error descr="'BAR' has private access in 'Foo'">BAR</error>) class Foo { private static final String BAR = "bar"; } @interface FooAnnotation { String value(); }
MongoDB KeyValueStore integration Manipulates key/value pairs by incident.
import gitbucket.core.controller._ import gitbucket.core.plugin.PluginRegistry import gitbucket.core.servlet.{AccessTokenAuthenticationFilter, BasicAuthenticationFilter, Database, TransactionFilter} import gitbucket.core.util.Directory import java.util.EnumSet import javax.servlet._ import org.scalatra._ class Scal...
layout: page title: May Edge Holdings Award Ceremony date: 2016-05-24 author: Teresa Houston tags: weekly links, java status: published summary: Fusce pulvinar iaculis sem, facilisis pulvinar. banner: images/banner/people.jpg booking: startDate: 09/25/2016 endDate: 09/29/2016 ctyhocn: DENCOHX groupCode: MEHAC p...
// Copyright 2006 The Closure Library Authors. 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 requ...
<?php namespace Tests\Mock\DataMapper\Mongo; class Mapper extends \Owl\DataMapper\Mongo\Mapper { public function setAttributes(array $attributes) { $options = $this->getOptions(); $options['attributes'] = $attributes; $this->options = $this->normalizeOptions($options); } }
package v1beta1 import ( v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/util/intstr" ) const ( ControllerRevisionHashLabelKey = "controller-revision-hash" StatefulSetRevisionLabel = ControllerRevisionHashLabelKey Stateful...
<?php /** * Display the latest related comments * * Generally used in a sidebar. Does not work with groups currently. * * @uses $vars['subtypes'] Object subtype string or array of subtypes * @uses $vars['owner_guid'] The owner of the content being commented on * @uses $vars['limit'] The number of comments...
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>ConcurrentMergeScheduler.SetSuppressExceptions_ForNUnitTest Method</title> <xml> </xml> <li...
package org.apache.flink.connector.jdbc; import org.apache.derby.jdbc.EmbeddedXADataSource; import javax.sql.XADataSource; /** * DerbyDbMetadata. */ public class DerbyDbMetadata implements DbMetadata { private final String dbName; private final String dbInitUrl; private final String url; public DerbyDbMetad...
<?php use PHPUnit\Framework\TestCase; class PHP_Token_IncludeTest extends TestCase { /** * @var PHP_Token_Stream */ private $ts; protected function setUp() { $this->ts = new PHP_Token_Stream(TEST_FILES_PATH . 'source3.php'); } /** * @covers PHP_Token_Includes::getName...
<?xml version="1.0" encoding="utf-8"?> <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/empty" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:textSize="32sp" > </TextView>
package org.killbill.billing.payment.provider; import com.google.inject.Inject; import com.google.inject.Provider; import org.killbill.billing.osgi.api.OSGIServiceDescriptor; import org.killbill.billing.osgi.api.OSGIServiceRegistration; import org.killbill.billing.payment.plugin.api.PaymentPluginApi; import org.kil...
var keystone = require('../../../../index.js'); var Types = keystone.Field.Types; var Html = new keystone.List('Html', { autokey: { path: 'key', from: 'name', unique: true, }, track: true, }); Html.add({ name: { type: String, initial: true, required: true, index: true, }, fieldA: { type: Types.H...
package org.apache.cassandra.repair.messages; import java.io.IOException; import java.util.UUID; import org.apache.cassandra.io.util.DataInputPlus; import org.apache.cassandra.io.util.DataOutputPlus; import org.apache.cassandra.utils.UUIDSerializer; public class FailSession extends RepairMessage { public final...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //-----------------------------------------...
/*************************************************************************/ /* compression.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...