text
stringlengths
7
1.01M
package org.apache.ibatis.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * This annotation can be used when a @Select method is using a * ResultH...
package org.hildan.livedoc.core.readers.javadoc; import java.lang.reflect.Method; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Optional; import org.hildan.livedoc.core.model.doc.ApiDoc; import org.hildan.livedoc.core.model.doc.ApiOperationDoc; import org.hildan.li...
/* * Copyright 2017 Daniel Nilsson * * 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 w...
package ltd.newbee.mall.service; import ltd.newbee.mall.common.DefaultAddressStatusEnum; import ltd.newbee.mall.entity.AddressManagement; import java.util.List; /** * Created by zhanghenan on 2020/6/13. */ public interface AddressManagementService { int saveAddressManagement(AddressManagement addressManagemen...
package kr.ac.hs.selab.notice.infrastructure; import kr.ac.hs.selab.notice.domain.NoticeComment; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; import java.util.Optional; public interfa...
package net.minecraft.world.gen.feature; import java.util.Random; import net.minecraft.init.Blocks; import net.minecraft.world.World; public class WorldGenDesertWells extends WorldGenerator { private static final String __OBFID = "CL_00000407"; public boolean generate(World p_76484_1_, Random p_76484_2_, int p_764...
package com.supervisor.xe; import java.io.IOException; import java.time.format.DateTimeFormatter; import java.util.List; import com.supervisor.sdk.time.PeriodicityUnit; import org.cactoos.iterable.Joined; import org.cactoos.iterable.Mapped; import org.takes.rs.xe.XeSource; import org.takes.rs.xe.XeWrap; import org.xe...
/* * Copyright 2016-present Open Networking Laboratory * * 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 appli...
package me.chanjar.weixin.mp.api.impl; /** * <pre> * 默认接口实现类,使用apache httpclient实现 * Created by Binary Wang on 2017-5-27. * </pre> * * @author <a href="https://github.com/binarywang">Binary Wang</a> */ public class WxMpServiceImpl extends WxMpServiceApacheHttpClientImpl { }
package com.numberone.project.system.areawater.controller; import java.util.List; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframe...
package antlr; /* ANTLR Translator Generator * Project led by Terence Parr at http://www.cs.usfca.edu * Software rights: http://www.antlr.org/license.html * * $Id: //depot/code/org.antlr/release/antlr-2.7.6/antlr/TreeParserSharedInputState.java#1 $ */ /** This object contains the data associated with an * inpu...
package com.twu.biblioteca.Console.Menu.MenuEntries; import com.twu.biblioteca.Checkable.CheckableItem; import com.twu.biblioteca.Printer.PrintableEntry; import com.twu.biblioteca.Printer.PrinterFormat; import java.io.PrintStream; import java.util.ArrayList; import java.util.HashMap; import java.util.Scanner; import ...
package com.padcmyanmar.sfc.network; import com.google.gson.Gson; import com.padcmyanmar.sfc.events.RestApiEvents; import com.padcmyanmar.sfc.network.reponses.GetNewsResponse; import org.greenrobot.eventbus.EventBus; import java.util.concurrent.TimeUnit; import okhttp3.OkHttpClient; import retrofit2.Call; import re...
package edu.incense.android.session; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.content.Context; import android.util.Log; import edu.incense.android.InCenseApplication; import edu.incense.a...
/** * Copyright (C) 2013-2014 EaseMob Technologies. 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 requi...
/* ***************************************************************************** * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
// ---------------------------------------------------------------------- // <copyright file="Base64.java" company="Expensify"> // (c) Copyright Expensify. http://www.expensify.com // This source is subject to the Microsoft Public License (Ms-PL) // Please see license.txt on https://github.com/Expensify/Win...
package com.idlefish.flutterboost.containers; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.PixelFormat; import android.os.Build; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.a...
/* * Copyright 2017 peter. * * 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 agree...
/* * The MIT License (MIT) * * Copyright (c) Despector <https://despector.voxelgenesis.com> * Copyright (c) contributors * * 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 rest...
/* * This file was automatically generated by EvoSuite * Wed Dec 16 16:15:49 GMT 2015 */ package org.jsecurity.authc; import static org.junit.Assert.*; import org.junit.Test; import java.net.Inet4Address; import java.net.InetAddress; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParam...
package io.split.android.client.validators; import com.google.common.base.Strings; /** * Validates an instance of Key class. */ public class KeyValidatorImpl implements KeyValidator { private final int MAX_MATCHING_KEY_LENGTH = ValidationConfig.getInstance().getMaximumKeyLength(); private final int MAX_BUC...
/* * 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 t...
package proholz.xsdparser; /** * States the exact number of length to a given type, either a {@link String}, a {@link List}, or another measurable type. * The value is defined as an {@link Integer}. */ public class XsdLength extends XsdIntegerRestrictions { public static final String XSD_TAG = "xsd:length"; pub...
package com.tencent.cos.xml.model.bucket; import com.tencent.cos.xml.common.ClientErrorCode; import com.tencent.cos.xml.exception.CosXmlClientException; import com.tencent.cos.xml.exception.CosXmlServiceException; import com.tencent.cos.xml.model.CosXmlResult; import com.tencent.cos.xml.model.tag.Tagging; import com.t...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.storage.internal.avro.implementation.schema; import com.azure.storage.internal.avro.implementation.AvroConstants; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.da...
package com.enhinck.db.excel; import com.monitorjbl.xlsx.StreamingReader; import lombok.Data; import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections.map.HashedMap; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet; import org.apa...
package de.adorsys.opba.protocol.xs2a.tests.e2e.sandbox; import de.adorsys.opba.protocol.api.common.Approach; import de.adorsys.opba.protocol.xs2a.tests.e2e.JGivenConfig; import de.adorsys.opba.protocol.xs2a.tests.e2e.sandbox.servers.SandboxServers; import de.adorsys.opba.protocol.xs2a.tests.e2e.sandbox.servers.WebDri...
package thaumcraft.api.research.theorycraft; import net.minecraft.init.Blocks; public class AidBookshelf implements ITheorycraftAid { @Override public Object getAidObject() { return Blocks.BOOKSHELF; } @Override public Class<TheorycraftCard>[] getCards() { return new Class[] {CardBalance.class, CardNotati...
/* * Copyright 2002-2017 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
/* * JBoss, Home of Professional Open Source. * Copyright 2016 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
/* * Copyright (C) 2010 The Android Open Source Project * * 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...
package org.bgp4j.net.events.open; import org.bgp4j.net.EChannelDirection; public class UnacceptableHoldTimerNotificationEvent extends OpenNotificationEvent { public UnacceptableHoldTimerNotificationEvent(EChannelDirection direction) { super(direction); } }
package top.codecrab.gulimall.order.service; import com.baomidou.mybatisplus.extension.service.IService; import top.codecrab.common.utils.PageUtils; import top.codecrab.gulimall.order.entity.OrderEntity; import java.util.Map; /** * 订单 * * @author codecrab * @date 2021-05-28 22:46:28 */ public interface OrderSer...
/* * Copyright 2016-2021 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...
package org.valkyrienskies.mod.common.physics.collision; import java.util.ArrayList; import java.util.List; import javax.annotation.Nullable; import lombok.Value; import net.minecraft.block.Block; import net.minecraft.block.BlockSlime; import net.minecraft.block.SoundType; import net.minecraft.block.material.Material;...
/* * Copyright 2015 Stanley Shyiko * * 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 i...
package org.tomeeboot.cdi; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Gabriel Francisco - gabfssilva@gmail.com */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) public @...
package io.vertx.tp.plugin.cache.hit; import io.vertx.core.json.JsonObject; import java.util.TreeMap; import java.util.concurrent.ConcurrentMap; /** * @author <a href="http://www.origin-x.cn">Lang</a> * Split data for SINGLE/MULTI */ public interface L1Algorithm { String FIELD_DATA = "data"; String FIELD_...
package org.yes.cart.bulkimport.xml.internal; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for entityImportModeType. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> * &lt;simpleType name=...
package me.deadlight.ezchestshop.Data.SQLite; import me.deadlight.ezchestshop.EzChestShop; import me.deadlight.ezchestshop.Utils.Objects.EzShop; import me.deadlight.ezchestshop.Utils.Objects.ShopSettings; import me.deadlight.ezchestshop.Utils.Utils; import org.bukkit.Location; import java.sql.Connection; import java....
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc. * * 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 restriction, including without limitation the rights ...
/* * Copyright (C) 2020 The Android Open Source Project * * 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...
/* * Copyright (c) 2008-2019, Hazelcast, 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 ...
package org.refactoringminer.rm1; import gr.uom.java.xmi.UMLModel; import gr.uom.java.xmi.UMLModelASTReader; import gr.uom.java.xmi.diff.MoveSourceFolderRefactoring; import gr.uom.java.xmi.diff.MovedClassToAnotherSourceFolder; import gr.uom.java.xmi.diff.RenamePattern; import gr.uom.java.xmi.diff.StringDistance...
/* * Xero OAuth 2 Identity Service API * These endpoints are related to managing authentication tokens and identity for Xero API * * The version of the OpenAPI document: 2.10.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi...
package com.example.thanatos.weather.gson; import com.google.gson.annotations.SerializedName; public class Now { @SerializedName("tmp") public String temperature; @SerializedName("cond") public More more; public class More { @SerializedName("txt") public String info; } }
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/LI...
/* * 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 ...
package applications.bolts.udf.comm; import brisk.components.operators.base.filterBolt; import brisk.execution.ExecutionGraph; import model.cdr.CallDetailRecord; import org.slf4j.Logger; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import static constants.VoIPSTREAMConstants.Component; im...
package module588packageJava0; import java.lang.Integer; public class Foo749 { Integer int0; Integer int1; public void foo0() { new module588packageJava0.Foo748().foo6(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
package com.sovannarith.mixer.service; public class MixerService { }
/* * JBoss, Home of Professional Open Source * Copyright 2006, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. * See the copyright.txt in the distribution for a * full listing of individual contributors. * This copyrighted material is made available to anyone wishing to ...
/** * Autogenerated by Thrift Compiler (0.12.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.dubbo.samples.rpc.nativethrift.api; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"}) @javax.annotation.Generated(value = "Autogenerated b...
import java.util.LinkedList; import java.util.Iterator; import java.util.Map; import java.util.HashMap; public class Patch{ private String nom; private LinkedList<ModuleAbstract> listeModules; private LinkedList<Connexion> listeConnexions; private Map<String, ModuleAbstract> dicoNomModule; public Patch(Stri...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.azure.sdk.iot.service.jobs; import com.microsoft.azure.sdk.iot.service.ProxyOptions; import lombok.Builder; import lombok.Getter; /** * Configurable options for all job client operations */ @Builde...
/* * Copyright (c) 2015-2022, Patricia Maraver * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
package com.nhl.dflib; import com.nhl.dflib.Series; import com.nhl.dflib.series.IntArraySeries; import com.nhl.dflib.unit.SeriesAsserts; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; // mirrors Series_ConcatTest public class IntSeries_ConcatTest { @Test public void tes...
/* * ==================================================================== * 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 ...
package kodlamaio_game_crm.Concrete; import java.util.List; import Utils.Utils; import Utils.Constants.Messages; import kodlamaio_game_crm.Abstract.SaleService; import kodlamaio_game_crm.Entities.Sale; public class SaleManager implements SaleService { @Override public void add(Sale sale) { Utils.MessageBox(sal...
/** * 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...
package edu.fiuba.algo3.modelo; import edu.fiuba.algo3.modelo.bloques.Bloque; import edu.fiuba.algo3.modelo.bloques.BloqueMovimiento; import edu.fiuba.algo3.modelo.bloques.BloqueRepeticion; import edu.fiuba.algo3.modelo.excepciones.NumeroVecesInvalidoException; import edu.fiuba.algo3.modelo.tablero.Dibujo; import edu....
package dkstatus; import dkstatus.requests.IUpdateRequest; import dkstatus.world.World; import java.io.EOFException; import java.net.NoRouteToHostException; import java.net.UnknownHostException; import java.util.TimerTask; import java.util.logging.Level; import java.util.logging.Logger; import org.apache.http.client....
/* * Copyright 2017 Luke Sosnicki * * 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...
package systems.reformcloud.reformcloud2.executor.node.network.packet.in.cluster; import com.google.gson.reflect.TypeToken; import systems.reformcloud.reformcloud2.executor.api.common.groups.ProcessGroup; import systems.reformcloud.reformcloud2.executor.api.common.network.NetworkUtil; import systems.reformcloud.reform...
/* * Jython Database Specification API 2.0 * * * Copyright (c) 2001 brian zimmer <bzimmer@ziclix.com> * */ package com.ziclix.python.sql; import org.python.core.Py; import org.python.core.PyInteger; import org.python.core.PyList; import org.python.core.PyObject; import org.python.core.PyString; import java.sql....
package com.github.yusufcanb.micromamba4j; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.IOUtils; import org.apache.commons.io.filefilter.DirectoryFileFilter; import java.io.File; import java.io.FileFilter; import java.io.IO...
// Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.dnnl; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.dnnl.global.dnnl.*; /** Inner product weights...
/* Copyright 2006 by Sean Luke Licensed under the Academic Free License version 3.0 See the file "LICENSE" for more information */ package ec.gp; import ec.*; import ec.util.*; import java.io.*; /* * ADF.java * * Created: Mon Oct 25 18:42:09 1999 * By: Sean Luke */ /** * An ADF is a GPNode which imple...
package io.github.Leonardo0013YT.UltraCTW.managers; import io.github.Leonardo0013YT.UltraCTW.UltraCTW; import io.github.Leonardo0013YT.UltraCTW.cosmetics.wineffects.*; import io.github.Leonardo0013YT.UltraCTW.game.GameFlag; import io.github.Leonardo0013YT.UltraCTW.interfaces.CTWPlayer; import io.github.Leonardo0013YT....
/* * 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")...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
package br.org.arquitetura.model.business; import java.io.Serializable; import java.util.List; import javax.inject.Inject; import br.org.arquitetura.excecao.EntidadeJaExisteExcecao; import br.org.arquitetura.excecao.EntidadeNaoEncontradaExcecao; import br.org.arquitetura.model.persistence.dao.IDao; /** * Classe ab...
/* Copyright 2016-2018 Jan Henzel, Patrick Jauernig, Dennis Werner 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 ...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.component; import java.net.URI; import java.util.Map.Entry; import org.fudgemsg.FudgeField; import org.fudgemsg.FudgeMsg; import org.fudgemsg.MutableFudgeMsg;...
package com.turn_based_game.view.cli; import java.io.InputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.util.Scanner; public class Menu { // Instance Variables private PrintWriter out; private Scanner in; // Constructor public Menu(InputStream input, OutputStream o...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * 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 restriction, including without limitation the rights * to use, cop...
/* * Copyright (C) 2015, 程序亦非猿 * * 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 ...
/* * Copyright 2018-2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * SDAccountRecoveryRetrieveOutputModelServiceDomainRetrieveAct...
/* * Token Requestor ID API * An API that allows On-behalf of Token Requestors such as Payment Service Providers to bulk request TRIDs for their merchants. * * OpenAPI spec version: 1.0.0 * Contact: apisupport@mastercard.com * * NOTE: This class is auto generated by the swagger code generator program. * https:/...
package io.gomint.inventory.item; import io.gomint.GoMint; /** * @author geNAZt * @version 1.0 */ public interface ItemPumpkinStem extends ItemStack { /** * Create a new item stack with given class and amount * * @param amount which is used for the creation */ static ItemPumpkinStem cr...
// Copyright: Peter Sanders. All rights reserved. // Date: 2017-10-11 package me.psanders.graph.path; import me.psanders.graph.Graph; public class HCycleFinder { private Graph<String, Long> graph; private OptimizationStrategy strategy; public HCycleFinder(Graph<String, Long> graph, OptimizationStrategy strat...
package org.ovirt.engine.ui.uicommonweb.models.datacenters; import org.ovirt.engine.core.common.businessentities.StoragePool; import org.ovirt.engine.core.common.businessentities.network.NetworkQoS; import org.ovirt.engine.core.common.queries.ConfigurationValues; import org.ovirt.engine.core.compat.Guid; import org.ov...
package com.sphenon.basics.operations.classes; /**************************************************************************** Copyright 2001-2018 Sphenon GmbH 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 o...
package com.apoem.mmxx.eventtracking.interfaces.dto.agent; import com.apoem.mmxx.eventtracking.BaseConstants; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.Pattern; /** * <p>Project: Event Tracking </p> * <p>Nam...
package com.stylefeng.guns.rest.alipay.service; import com.alipay.api.response.MonitorHeartbeatSynResponse; import com.stylefeng.guns.rest.alipay.model.builder.AlipayHeartbeatSynRequestBuilder; /** * Created by liuyangkly on 15/10/22. */ public interface AlipayMonitorService { // 交易保障接口 https://openhome.alipay...
package com.example.jooff.shuyi; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public voi...
package net.codeoftheday.uaa.util; import org.apache.commons.lang3.RandomStringUtils; public final class CodeGeneratorUtils { private CodeGeneratorUtils() { } public static String generateActivationCode() { return RandomStringUtils.randomAlphanumeric(16); } public static String generatePasswordResetCode() {...
/* * 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 ...
package edu.mssm.pharm.maayanlab.Harmonizome.util; import java.util.Comparator; import edu.mssm.pharm.maayanlab.Harmonizome.model.Download; public class DownloadComparator implements Comparator<Download> { @Override public int compare(Download d1, Download d2) { return d1.getDownloadType().getOrderi...
/* * (C) Copyright 2018 Nuxeo (http://nuxeo.com/) and others. * * 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 b...
package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.Servo; import org.firstinspires.ftc.teamcode.lib.AutoController; import org.firstinspires.ftc.teamcode.lib.Configurator...
package org.codehaus.jackson.map.deser; import java.util.concurrent.atomic.*; import org.codehaus.jackson.map.ObjectMapper; public class TestSimpleAtomicTypes extends org.codehaus.jackson.map.BaseMapTest { public void testAtomicBoolean() throws Exception { ObjectMapper mapper = new ObjectMapper()...
package cz.cuni.mff.perestroika.perestroika_problem_25_3_0_3_0_2_1; import cz.cuni.mff.jpddl.PDDLDeadEnd; import cz.cuni.mff.perestroika.domain.Domain; import cz.cuni.mff.perestroika.domain.State; import cz.cuni.mff.perestroika.problem.PerestroikaProblem; import cz.cuni.mff.perestroika.problem1.DeadEnd; public final ...
/* Copyright (C) 2013-2015 The Open University SPDX-FileCopyrightText: 2013-2015 The Open University SPDX-License-Identifier: Apache-2.0 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...
package com.ethan.cache.config; import com.ethan.context.utils.InstanceUtils; import org.springframework.cache.CacheManager; import org.springframework.cache.interceptor.KeyGenerator; import org.springframework.cache.interceptor.SimpleKeyGenerator; import org.springframework.context.annotation.Bean; import org.springf...