code
stringlengths
4
1.01M
language
stringclasses
2 values
package com.turlir.abakgists.allgists.view.listing; import androidx.recyclerview.widget.RecyclerView; import android.view.View; abstract class ModelViewHolder<T> extends RecyclerView.ViewHolder { ModelViewHolder(View itemView) { super(itemView); } abstract void bind(T model); }
Java
package com.zuoqing.demo.entity; /** * http 请求返回的最外层对象 */ public class Result<T> { private Integer code; private String msg; private T data; public Integer getCode() { return code; } public void setCode(Integer code) { this.code = code; } public String getMsg() {...
Java
/* * 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 * "License"); you ma...
Java
@* * Copyright 2021 HM Revenue & Customs * * 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 law or a...
Java
/* * Copyright (c) 2013 EMBL - European Bioinformatics Institute * 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 applica...
Java
package utils import java.io.{BufferedReader, File, InputStreamReader} import scala.io.Source /** * Created by yujieshui on 2016/8/30. */ object NextLine { type NextLine = () => String def fromSystemIn(): NextLine = { val bi = new BufferedReader(new InputStreamReader(System.in)) () => bi.readLine(...
Java
/* * Copyright to 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.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
Java
package com.eric.drools_demo; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public App...
Java
// ----------------------------------------------------------------------------- // Copyright 2011-2012 Patrick Näf (herzbube@herzbube.ch) // // 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 ...
Java
package com.cognitionis.nlp_files; import java.io.*; import java.util.regex.*; /** * * @author Héctor Llorens * @since 2011 */ public class TreebankFile extends NLPFile { public TreebankFile(String filename) { super(filename); } @Override public Boolean isWellFormatted() { i...
Java
package com.kashukov.convert; /** * Convert short to any primitive data type */ public class Short { /** * Convert short to boolean * * @param input short * @return boolean */ public static boolean shortToBoolean(short input) { return input != 0; } /** * Convert...
Java
<?php /** * PluginOp2CommunityEventMember form. * * @package opMTViewerPlugin * @subpackage form * @author Kimura Youichi <kim.upsilon@gmail.com> */ abstract class PluginOp2CommunityEventMemberForm extends BaseOp2CommunityEventMemberForm { }
Java
package be.dnsbelgium.rdap.sample.parser; import be.dnsbelgium.rdap.sample.dto.Contact; import be.dnsbelgium.rdap.sample.dto.DnsSecKey; import be.dnsbelgium.rdap.sample.dto.SimpleContact; public enum WhoisKeyBlock { MAIN(), DOMAIN(), REGISTRAR(), REGISTRANT(), ADMIN(Contact.class), TECH(Contact.class), ...
Java
package com.github.hadoop.maven.plugin; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStream; import java.util.jar.Attributes; import java.util.jar.JarEntry; import java.util.jar.JarOutputS...
Java
package dbtarzan.gui.table import scalafx.scene.control.{TableView, TableColumn} import scala.util.Random import scalafx.Includes._ import dbtarzan.gui.util.JFXUtil import dbtarzan.db._ object TableColumnsFitter { /* a logistic (sigmoid) function, almost linear, returns max 50 */ def logistic(x : Double) : ...
Java
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
Java
package com.ilad.teamwork; import org.openqa.selenium.WebElement; import io.appium.java_client.android.AndroidDriver; public class TabsMenu extends AbstractTeamWork { public TabsMenu(AndroidDriver<WebElement> driver) { super(driver); } public AllProjectsPage goToProjects() { driver.findElementByXPath("//an...
Java
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media...
Java
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP # # 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 law...
Java
// Copyright 2021 Google LLC // // 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 law or agreed to in writi...
Java
package vnetpeering import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2019-11-01/network" "github.com/giantswarm/microerror" "github.com/giantswarm/operatorkit/v4/pkg/controller/context/reconciliationcanceledcontext" "github.com/giantswarm/to" "github.com/giantswarm/azure-opera...
Java
package org.ovirt.engine.ui.uicommonweb.models.vms; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.ovirt.engine.core.common.businessentities.DiskImage; import org.ovirt.engine.core.common.businessentities.DiskImageBase; impor...
Java
using System.Reflection; using System.Resources; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated ...
Java
# Accelerator backends It's pretty straightforward to describe a `Tensor` calculation, but when and how that calculation is performed will depend on which backend is used for the `Tensor`s and when the results are needed on the host CPU. Behind the scenes, operations on `Tensor`s are dispatched to accelerators like ...
Java
using System.Reflection; using System.Runtime.InteropServices; using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Wpf.Mvvm.Tes...
Java
package com.pengrad.telegrambot.request; import com.pengrad.telegrambot.response.BaseResponse; /** * Mirco Ianese * 07 December 2021 */ public class UnbanChatSenderChat extends BaseRequest<UnbanChatSenderChat, BaseResponse> { public UnbanChatSenderChat(Object chatId, long sender_chat_id) { super(BaseR...
Java
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; namespace DevZH.UI { [StructLayout(LayoutKind.Sequential)] public struct InitOptions { public UIntPtr Size; } }
Java
/** * @author: Alberto Cerqueira * @email: alberto.cerqueira1990@gmail.com */ jQuery.controller = function() { var controllerClass = function() { this.init = (function(){ $("#gravar").click(function(){ _self.gravar(); return false; }); }); this.gravar = (function() { $("#manterEntidade")...
Java
/* * Copyright (c) 2017-2018. 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.apache.org/licenses/LICENSE-2.0 * * Unless required by...
Java
# # 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 law or agreed to in writing, software # distributed under...
Java
<div class='row row-pad'> <div class='col-sm-2 col-md-2 col-lg-2 text-center'> <h5>Quick Menu</h5> </div> <div class='col-sm-8 col-md-8 col-lg-8 text-center'> <h5>Videos</h5> </div> <div class='col-sm-2 col-md-2 col-lg-2 text-center'> <h5>Following</h5> </div> </div> <div class='row row-pad'> <div class=...
Java
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
Java
/* * Copyright 2008-2010 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.apache.org/licenses/LICENSE-2.0 * * Unless requir...
Java
/* * Copyright 2013-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
Java
<?php /** * Budget delivery methods. * @package Google_Api_Ads_AdWords_v201605 * @subpackage v201605 */ class BudgetBudgetDeliveryMethod { const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201605"; const XSI_TYPE = "Budget.BudgetDeliveryMethod"; /** * Gets the namesapce of t...
Java
/* * Copyright (C) 2016 CaMnter yuanyu.camnter@gmail.com * * 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 ap...
Java
# Install script for directory: /home/york/Program/MachineLearning/nn/two_spiral/src # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT ...
Java
--- layout: base title: 'Statistics of Definite in UD_French' udver: '2' --- ## Treebank Statistics: UD_French: Features: `Definite` This feature is universal. It occurs with 2 different values: `Def`, `Ind`. 53514 tokens (13%) have a non-empty value of `Definite`. 29 types (0%) occur at least once with a non-empty...
Java
--- layout: postag title: 'INTJ' shortdef: 'interjection' --- ### Definition An interjection is a word that is used most often as an exclamation or part of an exclamation. It typically expresses an emotional reaction, is not syntactically related to other accompanying expressions, and may include a combination of sou...
Java
# Plesioneuron translucens Holttum SPECIES #### Status ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
Java
#include <iostream> #include <fstream> #include "disassembly/flowgraph.hpp" #include "disassembly/functionfeaturegenerator.hpp" #include "searchbackend/functionsimhashfeaturedump.hpp" // Writes a DOT file for a given graphlet. void WriteFeatureDictionaryEntry(uint64_t hashA, uint64_t hashB, const Flowgraph& graphle...
Java
/******************************************************************************* * Copyright 2007-2013 See AUTHORS file. * * 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:/...
Java
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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 law or agre...
Java
.footer__text { font-family: Nunito, sans-serif; font-size: 20px; color: black; font-weight: 900; line-height: 60px; padding: 0px 00px; margin: 0px; text-align: center; } .footer__text-right { text-align: center; } @media only screen and (min-width: 320px) { .footer__text { ...
Java
package io.ray.streaming.runtime.core.processor; import io.ray.streaming.message.Record; import io.ray.streaming.operator.SourceOperator; /** * The processor for the stream sources, containing a SourceOperator. * * @param <T> The type of source data. */ public class SourceProcessor<T> extends StreamProcessor<Reco...
Java
<div class="row"> <div class="col-md-12 no-padding"> <div class="col-lg-4 col-md-12"> <?php $this->renderPartial('pod/description',array( "project" => $project, "tags" => $tags, "countries" => $countries,"isAdmin"=> $admin)); ?> </div> <div class ="col-lg-4 col-md-12"> <?php $this->renderPartial('.....
Java
<!DOCTYPE html> <html lang="en"> <head> <title>Home</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> <span>Time:</span> <ul> <li>From controller: ${time}</li> <li>From Beetl</li> </ul> <span>Message: ${message}</span> <span>submit: ${submit}</span> </body> </h...
Java
/** * Copyright 2012-2015 Niall Gallagher * * 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 law or a...
Java
/* * Copyright (c) 2010-2013 Evolveum * * 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 la...
Java
# frozen_string_literal: true require 'rails_helper' RSpec.describe Manifest, type: :model do let(:monograph) do create(:public_monograph) do |m| m.ordered_members << file_set m.save! m end end let(:file_set) do create(:public_file_set) do |f| f.original_file = original_file ...
Java
/* Copyright 2018 The TensorFlow 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 required by applicable law or a...
Java
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2012 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
Java
package com.qinyadan.monitor.network.util; import java.util.Map; import com.qinyadan.monitor.network.control.ControlMessageDecoder; import com.qinyadan.monitor.network.control.ControlMessageEncoder; import com.qinyadan.monitor.network.control.ProtocolException; public final class ControlMessageEncodingUtils ...
Java
<h2>Ask a question:</h2> <div class="question-form"> <mat-form-field> <mat-label>Your question:</mat-label> <textarea maxlength="280" style="height: 120px;" required matInput #q (keydown.control.enter)="addQuestion(q)" (keydown.command.enter)="addQuestion(q)" ></t...
Java
var Alloy = require("alloy"), _ = Alloy._, Backbone = Alloy.Backbone; Alloy.Globals.steps = 0; Alloy.Globals.capacity = 0; Alloy.Globals.basketImage = ""; Alloy.Globals.fruitCount = 0; Alloy.createController("index");
Java
/** * <copyright> * </copyright> * * $Id$ */ package de.hub.specificmodels.tests.testsourcemodel.impl; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.eclipse.emf.ecore.impl.EPackageImpl; impo...
Java
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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 law or agre...
Java
// Generated from /POI/java/org/apache/poi/hssf/usermodel/HSSFName.java #pragma once #include <fwd-POI.hpp> #include <java/lang/fwd-POI.hpp> #include <org/apache/poi/hssf/record/fwd-POI.hpp> #include <org/apache/poi/hssf/usermodel/fwd-POI.hpp> #include <org/apache/poi/ss/formula/ptg/fwd-POI.hpp> #include <java/lang/O...
Java
Ext.namespace("Ext.haode"); Ext.haode.Control = function(args){ Ext.apply(this, args); this.init(); }; Ext.haode.Control.prototype = { userName : '', version : '', app_name : '', copyright : '', viewport : null, cn : 1, init : function() { this.viewport = this.getViewp...
Java
<?php namespace App\Presenters; use Nette; class ContactPresenter extends Nette\Application\UI\Presenter { }
Java
/** * Copyright 2002-2016 xiaoyuepeng * * 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 law or agr...
Java
<?php namespace Test\Controllers; use Test\Models\EmailConfirmations; use Test\Models\ResetPasswords; /** * UserControlController * Provides help to users to confirm their passwords or reset them */ class UserControlController extends ControllerBase { public function initialize() { if ($this->ses...
Java
/** * 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 * "License"); you...
Java
"""Custom Exception Classes for Phylotyper Module """ class PhylotyperError(Exception): """Basic exception for errors raised by Phylotyper modules""" def __init__(self, subtype, msg=None): if msg is None: msg = "An error occured for subtype {}".format(subtype) super(PhylotyperError...
Java
<span class="boolfield"> <i class="{{ type.color }} {{ type.icon }}" aria-hidden="true"></i> {{ bool }} </span>
Java
% Date Picker ## About A Date Picker is a control used for selecting a date. ## API Reference [moon.DatePicker]($api/#/kind/moon.DatePicker) ## Behavior When closed, the first title line should inform the user of the picker's function. The second line of text shows the currently selected value. When the picker...
Java
maintainer "Belly, Inc." maintainer_email "sysops@bellycard.com" license "Apache v2.0" description "Installs/Configures Google Go" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "1.0.0" # Operating systems supported %w{ debian ubuntu }.each do |os| suppo...
Java
# Copyright 2019 Google LLC # # 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 law or agreed to in writing, ...
Java
<?php $curdir = dirname(__FILE__); require_once($curdir.'/Db.php'); class LoanStatus extends Db { protected static $table_name = "loanstatus"; protected static $db_fields = array("id", "name", "description"); public function findById($id){ $result = $this->getrec(self::$table_name, "id=".$id, ""); return !emp...
Java
<?php /** * DBDelTree action message. * * PHP Version 5 * * @category PHPAMI * @package Message * @subpackage Action * @author Jaime Ziga <jaime.ziga@gmail.com> * @license http://github.com/Adrian0350/PHP-AMI/ Apache License 2.0 * @version SVN: $Id$ * @link http://github.com/Adrian0350/P...
Java
/* ~ Copyright (c) 2014 George Norman. ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ -------------------------------------------------------------- ~ Renders <css-lab-about> tags - sharable among all projects. ~ ----------------------------...
Java
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>快查网-chrome插件</title> <script type="text/javascript" src="../js/jquery.js" charset="utf-8"></script> <script type="text/javascript" src="../js/benchmark.js" charset="utf-8"></script> <script type="t...
Java
--- result: pass --- Webpack preserves live bindings in modules. This remains true in cases where source modules are intentionally duplicated across bundles, since only a single _instance_ of each module is ever created.
Java
package me.soulmachine; import org.jruby.embed.ScriptingContainer; import java.util.List; import javax.script.ScriptEngine; import javax.script.ScriptEngineFactory; import javax.script.ScriptEngineManager; import javax.script.ScriptException; /** * A simple JRuby example to execute Python scripts from Java. */ f...
Java
package com.arthurb.iterator.dinermergergery; import java.util.Iterator; /** * Created by Blackwood on 07.03.2016 18:16. */ public class DinerMenu implements Menu { static final int MAX_ITEMS = 6; int numberOfItems = 0; MenuItem[] menuItems; public DinerMenu() { menuItems = new MenuItem[MA...
Java
/* eslint-disable local/html-template */ const documentModes = require('./document-modes'); const {AmpState, ampStateKey} = require('./amphtml-helpers'); const {html, joinFragments} = require('./html'); const jsModes = [ { value: 'default', description: `Unminified AMP JavaScript is served from the local ser...
Java
package org.apache.helix.controller.rebalancer.waged.model; /* * 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 u...
Java
select "${session_uuid}"
Java
//**************************************************************************/ // Copyright (c) 1998-2006 Autodesk, Inc. // All rights reserved. // // These coded instructions, statements, and computer programs contain // unpublished proprietary information written by Autodesk, Inc., and are // protected by Federal cop...
Java
/** * * Web Starter Kit * Copyright 2014 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 * ...
Java
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga')...
Java
/** * Copyright 2017 Shusheng Shao <iblackangel@163.com> * * 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 appl...
Java
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
Java
#!/bin/bash -e # # Copyright 2014 The Kythe 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 required ...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>ClickCloud | Rapid deployment</title> <link rel="stylesheet" type="text/css" href="static/styles/font-awesome.css" /> <!--[if IE ...
Java
package event import ( "time" "github.com/go-kit/kit/log" ) type logService struct { logger log.Logger next Service } // LogServiceMiddleware given a Logger wraps the next Service with logging capabilities. func LogServiceMiddleware(logger log.Logger, store string) ServiceMiddleware { return func(next Servic...
Java
# Hieracium peterfii Nyár. & Zahn SPECIES #### Status ACCEPTED #### According to Euro+Med Plantbase #### Published in null #### Original name null ### Remarks null
Java
<template name="home_footer"> <footer> <section class="container"> <div class="blk-card-bg blk-card text-center"> <div class="client-logos"> <ul class="thumb-list"> <li> <img src="https://d2jxbtsa1l6d79.cloudfront.net/assets/web/6.3.3/i...
Java
/* * 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 "License"); you may ...
Java
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
Java
/* * Copyright (c) 2006-2007 Sun Microsystems, Inc. All rights reserved. * * The Sun Project JXTA(TM) Software License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code m...
Java
import Observable from '../Observable'; import mergeStatic from './merge-static'; export default function merge<R>(...observables: (Observable<any>|number)[]): Observable<R> { observables.unshift(this); return mergeStatic.apply(this, observables); }
Java
package com.sissi.protocol.message; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlValue; import com.sissi.io.read.Metadata; /** * @author kim 2014年1月28日 */ @Metadata(uri = Message.XMLNS, localName = Thread.NAME) @XmlRootElement p...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Fri Feb 01 09:13:22 EST 2013 --> <title>Uses of Class org.drip.analytics.holset.IEPHoliday</title> <meta name="date" content=...
Java
# kauri
Java
#import <Cocoa/Cocoa.h> FOUNDATION_EXPORT double SwiftHTTPVersionNumber; FOUNDATION_EXPORT const unsigned char SwiftHTTPVersionString[];
Java
--- layout: default title: CAS - Password Management category: Password Management --- # Password Management If authentication fails due to a rejected password policy, CAS is able to intercept that request and allow the user to update the account password in place. The password management features of CAS are rather m...
Java
package instance import ( "io/ioutil" "os" "testing" "github.com/scaleway/scaleway-cli/internal/core" ) func Test_UserDataGet(t *testing.T) { t.Run("Get an existing key", core.Test(&core.TestConfig{ BeforeFunc: core.BeforeFuncCombine( createServer("Server"), core.ExecBeforeCmd("scw instance user-data se...
Java
# wardtrack A web application to track and visualise questionnaire data.
Java
using ArangoDB.Client.Data; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ArangoDB.Client { public class BaseResultAnalyzer { IArangoDatabase db; public BaseResultAnalyzer(IArangoDatabase db) { ...
Java