text
stringlengths
7
995k
package com.tututu.qa; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.context.annotation.Bean; import org.springfram...
package com.google.api.ads.adwords.jaxws.v201601.express; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /** * * Information about an AdWords Express business. ...
package com.guiying.module.common.http; /** * <p>在Retrofit中接口会导致泛型擦除,所以这里回调使用Class</p> * * @author yangfeihu 2016/12/15 10:27 * @version V1.0.0 * @name OnResultListener */ public class OnResultListener<T> { /** * 请求成功的情况 * * @param result 需要解析的解析类 */ public void onSuccess(T result) {...
package ratismal.drivebackup.plugin.updater; import org.json.JSONArray; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; import ratismal.drivebackup.config.ConfigParser; import ratismal.drivebackup.plugin.DriveBackup; import ratismal.drivebackup.util.Logger; import ratismal.drivebackup.ut...
/**************************************************************** * 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...
/******************************************************************************* * Copyright (c) 1998, 2008 Oracle. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0 * which accompanies...
/**************************************************************************** * Copyright AGAT-Team (2014) * * Contributors: * J.F. Randrianasoa * K. Kurtz * E. Desjardin * N. Passat * * This software is a computer program w...
package me.gcx11.survivalgame.api; /** * Created on 9.4.2017. */ public class Coord { private int x; private int y; /** * Data structure for storing 2D coordinates. * * @param x x position * @param y y position */ public Coord(int x, int y){ this.x = x; this...
/* * 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 ...
package com.david.example.Activity; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import androidx.navigation.fragment.NavHostFragment; import com.david.example.R; publ...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
/* * 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...
package com.example.j7.util7.util2.util1; public class Ut1 { class Foo { public void printHey() { System.out.println("hey"); } } class Foo2 { public void printHey() { System.out.println("hey"); } } class Foo3 { public void printHey() {...
/* * 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 org.contentmine.norma.sections; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; import nu.xom.Element; public class JATSRomanElement extends JATSElement { private static final Logger LOG = LogManager.getLogger(JATSRomanElement.class); public static String TAG = "roman";...
// Source : https://leetcode.com/problems/minimum-height-trees/ // Author : Kris // Date : 2020-10-31 /***************************************************************************************************** * * A tree is an undirected graph in which any two vertices are connected by exactly one path. In other * w...
/** * This file was generator by Fwmf Generated * !!!Do not modify this file!! * * @fwmf.generated 2018-09-26 11:34:22 */ package cn.faury.fwmf.module.service.menu.generate.sqlProvider; import cn.faury.fwmf.module.api.menu.generate.bean.MenuInfoGenerateBean; import org.apache.ibatis.jdbc.SQL; import java.util.M...
/* * #%L * ACS AEM Commons Bundle * %% * Copyright (C) 2017 Adobe * %% * 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...
/* * Activity Sampling - Contract * Copyright (c) 2021 Falko Schumann <falko.schumann@muspellheim.de> */ package de.muspellheim.activitysampling.contract.messages.commands; public sealed interface CommandStatus permits Success, Failure {}
/* * 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 ...
/** * Copyright 2010 - 2020 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 a...
/* * GESSpellBookPage.java * * Created on May 18, 2006, 2:25 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.wms.util.xmltools.gestalt; import com.wms.util.xmltools.gestalt.WMSSpell; import java.util.HashSet; import java.util.Iterator; impor...
/******************************************************************************* * Copyright (c) 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
/*- * ---license-start * keycloak-config-cli * --- * Copyright (C) 2017 - 2021 adorsys GmbH & Co. KG @ https://adorsys.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 * * ...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 小程序包信息推送 * * @author auto create * @since 1.0, 2020-02-13 23:50:12 */ public class AlipayOpenMiniInnerversionSyncModel extends AlipayObject { private static final long serialVersionUID = 75...
/* * Copyright 2012-2020 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...
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.stub; import org.apache.camel.CamelContext; import org.apache.camel.spi.GeneratedPropertyConfigurer; import org.apache.camel.component.vm.VmEndpointConfigurer; /** * Generated by camel build tools - do NOT edit this file...
// CHECKSTYLE:FileLength:OFF /*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed unde...
/*************************************************************/ /* Copyright (C) 2016 OSS Nokalva, Inc. All rights reserved.*/ /*************************************************************/ /* THIS FILE IS PROPRIETARY MATERIAL OF OSS NOKALVA, INC. * AND MAY BE USED ONLY BY DIRECT LICENSEES OF OSS NOKALVA, INC. * T...
package org.user.service.impl; import java.util.List; import org.user.dao.UserDao; import org.user.model.User; import org.user.service.UserService; public class UserServiceImpl implements UserService{ private UserDao userDao; public void setUserDao(UserDao userDao) { this.userDao = userDao; } public List<U...
import java.util.HashMap; import java.util.Map; public class MajorityElement_169 { public int majorityElement(int[] nums) { Map<Integer,Integer> a = new HashMap<>(); for (int tmp : nums){ if (a.containsKey(Integer.valueOf(tmp))){ int s = a.get(Integer.valueOf(tmp)).intVa...
/* Copyright 2006 Jerry Huxtable 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 d...
/* * Copyright (C) 2017-2020 Samuel Audet * * Licensed either under the Apache License, Version 2.0, or (at your option) * under the terms of the GNU General Public License as published by * the Free Software Foundation (subject to the "Classpath" exception), * either version 2, or any later version (collectively...
/* * Copyright 2016 Anna Eggers - Göttingen State and University Library * The work has been developed in the PERICLES Project by Members of the PERICLES Consortium. * This project has received funding from the European Union’s Seventh Framework Programme for research, technological * development and demonstration ...
package com.mmadu.identity.entities.credentials; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.mmadu.identity.providers.credentials.CredentialDataHashMatcher; import com.mmadu.identity.providers.credentials.CredentialDataHashProvider; import com...
/* * 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 ...
/* * Copyright © 2020 Richard de Jong * * 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 applic...
package com.github.shimmerjordan.gateway.filters; import cn.hutool.core.util.StrUtil; import com.github.shimmerjordan.common.basic.cache.loadingcache.LoadingCacheHelper; import com.github.shimmerjordan.gateway.cache.loader.PreviewConfigLoader; import com.github.shimmerjordan.gateway.config.PreviewConfig; import com.gi...
/* * Copyright (c) 2002-2021 Manorrock.com. All Rights Reserved. * * 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 must retain the above copyright notice, * this list ...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.testFramework; import com.intellij.application.options.CodeStyle; import com.intellij.codeInsight.AutoPopupController; import com.intellij.ide.GeneratedSourc...
/* * Copyright [2022] [brick-team] * * 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...
package io.github.matyrobbrt.javanbt.serialization.manager; import java.lang.reflect.Field; import java.lang.reflect.InaccessibleObjectException; import java.lang.reflect.Modifier; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.concurrent.ConcurrentHa...
/* * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package eu.daiad.common.model.favourite; import java.util.UUID; import eu.daiad.common.domain.application.FavouriteEntity; import eu.daiad.common.domain.application.FavouriteGroupEntity; public class FavouriteGroupInfo extends FavouriteInfo { private String groupName; private int size; private String country; ...
/* * Copyright (C) 2013 The Rythm Engine project * Gelin Luo <greenlaw110(at)gmail.com> * * 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 l...
package com.github.munozy.partition.list; import java.util.List; /** * This interface offers to user the function for partitioning a list into a list of sublists. * * @author Yupanqui MUNOZ * * @param <T> the type of elements in this list */ public interface PartitionList<T> { /** * Return a list of sub...
/* * Copyright (c) 2002-2020 Manorrock.com. All Rights Reserved. * * 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 must retain the above copyright notice, * this list of...
package mage.cards.h; import mage.MageInt; import mage.MageObject; import mage.abilities.Ability; import mage.abilities.common.DealsDamageToOpponentTriggeredAbility; import mage.abilities.effects.OneShotEffect; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.constants.CardType; import mage.const...
package com.eldermoraes; import java.time.temporal.ChronoUnit; import javax.ws.rs.GET; import javax.ws.rs.Path; import org.eclipse.microprofile.faulttolerance.CircuitBreaker; import org.eclipse.microprofile.faulttolerance.Fallback; import org.eclipse.microprofile.faulttolerance.Timeout; @Path("/circuit") public cla...
package com.alipay.api.response; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.commerce.educate.scene.photoremote.apply response. * * @author auto create * @since 1.0, 2021-12-08 21:35:38 */ public class AlipayCommerceEducateScenePhotoremoteApplyResponse extends AlipayResponse { private stat...
package dev.marius.map.spigot; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import dev.marius.map.spigot.commands.*; import dev.marius.map.spigot.events.PlayerClickListener; import dev.marius.map.spigot.events.VanishListener; import org.bukkit.plugin.java.JavaPlugin; import org.jetbrains.annotation...
package de.switajski.priebes.flexibleorders.testconfiguration; import org.junit.Before; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.web.FilterChainProxy; import org.springframework.test.context.ContextConfiguration; import org.spri...
/** * * ESUP-Portail MONDOSSIERWEB - Copyright (c) 2020 ESUP-Portail consortium * * * 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...
package module1997_public_tests_more.a; import javax.rmi.ssl.*; import java.awt.datatransfer.*; import java.beans.beancontext.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam...
package cn.zzrfdsn.jedis; import org.junit.Test; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; /** * @Author cloudlandboy * @Date 2019/10/5 上午10:25 * @Since 1.0.0 */ public class JedisTest { @Test public void testJedis() throws Except...
/* * Copyright (C) 2018 Eric Afenyo * * 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 t...
/* * MIT License * * Copyright (c) 2022 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...
package com.iphayao.demo.Customer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import java.util.List; import java.util.Optional; @RestController @RequestMap...
/* * Testerra * * (C) 2020, Eric Kubenka, T-Systems Multimedia Solutions GmbH, Deutsche Telekom AG * * Deutsche Telekom AG and all other contributors / * copyright owners license this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this * file except in compliance with the L...
package com.xtlog.android.zhihudaily.activity; import android.content.Context; import android.content.Intent; import android.support.v4.app.FragmentManager; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.xtlog.android.zhihudaily.R; import...
/* * Copyright (C) 2021 XieChaoJun * * 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...
package com.frackowiak.befit.ipm.pedometer; import android.content.Context; import android.content.Intent; import com.frackowiak.befit.ipm.pedometer.accelerometer.IMotionListener; /** * Created by PFRACKOW on 14.03.2016. */ public class MotionListener implements IMotionListener{ private Context context; ...
/* * MIT License * * Copyright (c) 2021 OroArmor (Eli Orona) * * 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, c...
/* * Copyright (c) 2002-2021 Gargoyle Software 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 * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
package cn.apisium.uniporter; import cn.apisium.uniporter.acme.Authorizer; import cn.apisium.uniporter.router.api.Config; import cn.apisium.uniporter.router.api.Route; import cn.apisium.uniporter.router.api.UniporterHttpHandler; import cn.apisium.uniporter.router.defaults.DefaultStaticHandler; import cn.apisium.unipor...
package graphql.language; import graphql.PublicApi; import graphql.util.TraversalControl; import graphql.util.TraverserContext; import java.io.Serializable; import java.util.List; import java.util.Map; /** * The base interface for virtually all graphql language elements * * NOTE: This class implements {@link jav...
package practice.rowkey; import org.apache.hadoop.hbase.util.Bytes; import java.util.Arrays; /** * Created by nanhuirong on 16-10-7. */ public class RowKeyTest { public static void main(String[] args)throws Exception { RowKeyTest test = new RowKeyTest(); test.testHash(); System.out.pri...
package com.mllweb.model.model; import com.mllweb.model.CallBack; import com.mllweb.model.bean.TabBean; import java.util.ArrayList; import java.util.List; /** * Created by Android on 2016/7/18. */ public class TabModel { public void getTab(CallBack<List<TabBean>> callBack) { List<TabBean> tabs = new Ar...
package com.alipay.api.request; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayMerchantPayforprivilegeMerchantremainingQueryResponse; import com.alipay.api.AlipayObject; /** * ALIPAY API: alipay.merchant.payforprivil...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp 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/LICE...
/* * Copyright (c) 2002-2021 Gargoyle Software 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 * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
// Targeted by JavaCPP version 1.5.6-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.qt.Qt5Widgets; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import org.bytedeco.qt.Qt5Core.*; import static org.bytedeco.qt.gl...
package com.hissage.platfrom; import java.lang.reflect.Field; import java.lang.reflect.Method; import android.content.Context; import com.hissage.util.data.NmsConsts; import com.hissage.util.log.NmsLog; public class NmsMtkSimInfo extends NmsPlatformBase { private static final String TAG = "NmsMtkSimInfo"; ...
/* * Copyright (c) 2011-2016, Data Geekery GmbH (http://www.datageekery.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 * * Un...
package com.yuansfer.pay.aliwx; import android.text.TextUtils; import java.util.Map; /** * @Author Fly * @CreateDate 2019/5/23 14:59 * @Desciption 支付宝支付结果实体 */ public class AliPayResult { private String resultStatus; private String result; private String memo; public AliPayResult(Map<String, St...
package com.elastisys.autoscaler.core.alerter.impl.standard; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; import java.util.Map; import java.util.UUID; import org.junit.Test; import com.elastisys.autoscaler.core.autoscaler.AutoScale...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.controller.api.integration.athenz; import com.yahoo.config.provision.TenantName; import com.yahoo.vespa.athenz.api.AthenzAssertion; import com.yahoo.vespa.athenz.api.AthenzDomain; im...
package module1421_public.a; import javax.lang.model.*; import javax.management.*; import javax.naming.directory.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo...
package org.broad.igv.hic.tools; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.RandomAccessFile; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.broad.i...
/* * Copyright 2010-2021 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ package org.jetbrains.kotlin.asJava.classes; import com.intellij.testFramework.TestDataPath; import org.jetbr...
package com.jobits.dsm.benecia.global.security.exceptions; import com.jobits.dsm.benecia.global.error.exception.GlobalException; public class SecurityStudentNotFoundException extends GlobalException { public static final GlobalException EXCEPTION = new SecurityStudentNotFoundException(); private SecurityStud...
/* * 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 ...
package com.mooding.admin.utils; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeanUtils; import javax.servlet.http.HttpServletRequest; import java.io.UnsupportedEncodingException; import java.lang.reflect.Field; import java.math.BigDecimal; import java.math.BigInteger; import java.net.InetAddres...
package asw.efood.restaurantservice.client.restaurantservice.rest; import asw.efood.restaurantservice.client.domain.*; import asw.efood.restaurantservice.api.rest.*; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import org.springframework.web.reactive.func...
/* * ==================================================================== * 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 com.codepath.apps.restclienttemplate; import android.content.Context; import android.graphics.Color; import android.net.Uri; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; imp...
package com.buykop.console.service; import com.buykop.framework.util.type.ServiceInf; public interface PSysParamService extends ServiceInf{ }
package de.tuberlin.cit.sdn.middleware.flowSwitching.model; import de.tuberlin.cit.sdn.middleware.flowSwitching.alg.YenAlgorithm; import java.util.LinkedList; public class DataFlowBundle { private String sourceSwitchId; private String sinkSwitchId; private LinkedList<DataFlow> dataFlows; // a path ...
/* * 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 ...
package io.leangen.graphql.execution.complexity; import graphql.execution.AbortExecutionException; public class ComplexityLimitExceededException extends AbortExecutionException { private final int complexity; private final int maximumComplexity; ComplexityLimitExceededException(int complexity, int maxim...
package telran.employees.api; import java.util.*; import telran.employees.dto.*; public interface EmployeesService { EmployeesReturnCodes addEmployee(Employee empl); EmployeesReturnCodes removeEmployee(long id); Employee getEmployee(long id); /****************************************************/ Map<String, List<Em...
package com.bizzan.bitrade.entity; import cn.afterturn.easypoi.excel.annotation.Excel; import cn.afterturn.easypoi.excel.annotation.ExcelEntity; import com.bizzan.bitrade.constant.*; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import org.hibernate.annotations.CreationTimestamp; import org...
package com.ultronxr.accountencryption; 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 pub...
package com.example.android.miwok; import android.content.Context; import android.media.AudioManager; import android.media.MediaPlayer; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.A...
/* * ****************************************************************************** * Copyright 2014-2019 Spectra Logic Corporation. 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 i...
package mod.society.common.modules; import net.minecraft.item.Item; import net.minecraftforge.fml.common.registry.GameRegistry; /** * @author Martin "Garth" Zander <garth@new-crusader.de> */ public class ItemBook extends AbstractItem { public ItemBook(String name) { super("book_" + name); ...
module Turma35Aula04 { }
/* * Copyright 2019 Red Hat, Inc. and/or its affiliates. * * 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.juhepay.transaction.config; import org.juhepay.common.cache.Cache; import org.juhepay.transaction.common.util.RedisCache; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.core.StringRedisTemplate; /** * ...
package net.monkey.bot.command.impl; import net.dv8tion.jda.api.Permission; import net.monkey.bot.command.MonkeyCommand; import net.monkey.bot.command.annotation.CommandName; import net.monkey.bot.event.impl.CommandEvent; @CommandName(name = "close") public class CloseCommand extends MonkeyCommand { @Override ...