text
stringlengths
7
995k
package com.scj.beilu.app.ui.merchant; import android.content.Intent; import android.graphics.Rect; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.recyclerview.widget.RecyclerView; import android.text.Editable; import android.text.TextWatcher; import ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.05....
package com.practice.petclinic.controllers; import com.practice.petclinic.model.Owner; import com.practice.petclinic.model.Pet; import com.practice.petclinic.model.PetType; import com.practice.petclinic.services.OwnerService; import com.practice.petclinic.services.PetService; import com.practice.petclinic.services.Pet...
package org.educoins.core.config; import org.educoins.core.utils.Sha256Hash; import java.io.IOException; import java.io.InputStream; import java.util.Properties; /** * Makes resources/application.properties accessible. * Created by typus on 12/1/15. */ public class AppConfig { public static Properties prop =...
package org.spiderflow.core.executor.function.extension; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import org.spiderflow.annotation.Comment; import org.spiderflow.annotation.Example; import org.spiderflow.core.utils.ExtractUtils; import org.spiderflow.executor.FunctionExtension; import org.spri...
/* * Copyright (C) 2018-2021. Huawei Technologies Co., Ltd. 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 * * U...
package de.codingair.codingapi.tools.time; import de.codingair.codingapi.API; import de.codingair.codingapi.utils.Ticker; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.ReentrantLock; public class TimeMap<K, V> extends HashMap<K, V> implements ...
/* * 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...
/* * Copyright 2016 Max Gregor * * 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 ...
package com.hibo.bas.coderule.nume; /** * <p>标题:</p> * <p>功能: </p> * <p>版权: Copyright © 2015 HIBO</p> * <p>公司: 北京瀚铂科技有限公司</p> * <p>创建日期:2016年4月19日 下午1:57:33</p> * <p>类全名:com.hibo.bas.coderule.nume.CodeRuleNume</p> * 作者:周雷 * 初审:周雷 * 复审:周雷 */ public enum CodeRuleNume { /**年4位*/ YEAR_4, /**年2位*/ YEAR_2, /*...
/* * #%L * Detection Framework (Release) * %% * Copyright (C) 2015 - 2020 Lawrence Livermore National Laboratory (LLNL) * %% * 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 re...
/* * Copyright 2016 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
package slogo.controller.commands; import java.util.List; import slogo.controller.Command; import slogo.controller.GlobalProperties; import slogo.controller.ListCommandHead; import slogo.controller.TurtleController; import slogo.model.Turtle; /** * This class is used when the user types the Ask command into the comm...
/* * Copyright (c) 2017 io.github.randomito contributors. * This program is made available under the terms of the "New BSD License". * SEE MORE: https://opensource.org/licenses/BSD-3-Clause */ package org.randomito.core.creator; import org.randomito.annotation.Random; /** * Data transfer object mapping values fr...
// Copyright 2014 The Bazel 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 appl...
package seedu.contax.logic.commands; import static java.util.Objects.requireNonNull; import java.util.List; import java.util.Optional; import seedu.contax.commons.core.Messages; import seedu.contax.commons.core.index.Index; import seedu.contax.logic.commands.exceptions.CommandException; import seedu.contax.model.Mod...
package org.camunda.bpm.engine.impl.cmd; import static org.camunda.bpm.engine.impl.util.EnsureUtil.ensureNotNull; import java.io.Serializable; import org.camunda.bpm.engine.ProcessEngineException; import org.camunda.bpm.engine.impl.interceptor.Command; import org.camunda.bpm.engine.impl.interceptor.CommandContext; im...
/* * Copyright 2000-2016 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...
/* * Copyright 2015-2020 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...
/* * 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 not ...
package com.coolweather.android.gson; import com.google.gson.annotations.SerializedName; public class Forecast { public String date; @SerializedName("tmp") public Temperature temperature; @SerializedName("cond") public More more; public class Temperature{ public String max; ...
/* * Copyright 2020 Nextworks s.r.l. * * 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...
package com.SPN.model.entiteis; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Temporal; import java...
/* * Copyright 2014-2021 Lukas Krejci * and other 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 License at * * http://www.apache.org/licenses...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v6/resources/ad_group_label.proto package com.google.ads.googleads.v6.resources; /** * <pre> * A relationship between an ad group and a label. * </pre> * * Protobuf type {@code google.ads.googleads.v6.resources.AdGroupLab...
/** * */ package com.contact.contactwebapp.crud.entity; import com.contact.contactwebapp.crud.enums.DBStatusEnum; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; ...
/* Copyright 2017 Zutubi Pty Ltd * * 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...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package com.reactnativecommunity.webview; public final class R { private R() {} public static final class anim { priva...
package de.ropemc.api.wrapper.net.minecraft.command; import de.ropemc.api.wrapper.WrappedClass; @WrappedClass("net.minecraft.command.IAdminCommand") public interface IAdminCommand { void notifyOperators(ICommandSender var0, ICommand var1, int var2, String var3, Object[] var4); }
package Modelo; import Config.Conexion; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; /** * * @author Antony */ public class EmpleadoDAO { Conexion cn = new Conexion(); Connection con...
/* * Copyright (c) 2020, 2021 Microsoft Corporation * * 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 * * SPDX-License-Identifier: Apache-2.0 * * Contributors: * ...
/* * Copyright 2019 Miroslav Pokorny (github.com/mP1) * * 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.springapp.mvc.service; import java.util.ArrayList; /** * Created by Xr on 2016/9/5. * 数据收集接口 */ public interface HotNews { /** * 得到热门数据新闻 * @return */ public ArrayList<String> getHotNews(); }
/* * 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 net.minecraftforge.event.entity.player; import cpw.mods.fml.common.eventhandler.Cancelable; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraftforge.common.MinecraftForge; /** * ArrowLooseEvent is fired when a player stops using a bow.<br> * This event ...
/* * ============================================================================ * GNU Lesser General Public License * ============================================================================ * * BYDAN - Free Java BYDAN library. * Copyright (C) 2008 * * This library is free software; you can redistribute it and/...
package com.zelenev.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(value = HttpStatus.NOT_FOUND) public class TrafficLightDoesNotExistsException extends RuntimeException{ public TrafficLightDoesNotExistsException(String messa...
/* * 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 org.firstinspires.ftc.teamcode.hardware.groups; import com.qualcomm.hardware.modernrobotics.ModernRoboticsI2cGyro; import com.qualcomm.robotcore.hardware.GyroSensor; public class MRGyro { private ModernRoboticsI2cGyro gyroSensor; // Hardware Device Object public MRGyro(ModernRoboticsI2cGyro gyro, bool...
public class GuiErrorScreen { // Failed to decompile, took too long to decompile: net/minecraft/client/gui/GuiErrorScreen }
/************************************************************************************************************************************************* * Copyright (c) 2015, Nordic Semiconductor * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted prov...
/* Copyright 2022 The Kubernetes 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 applicable law or agreed to in writing, softwar...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
/* * * Copyright 2002-2004 The Ant-Contrib 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 ap...
// Copyright (C) 2014 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 applicable ...
/** * 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 The Apache Software Foundation. * * 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...
/* * Copyright 2012-2017 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...
/* * Copyright 2021 DADi590 * * 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...
/** * The MIT License (MIT) * Copyright (c) 2014 David Carver * 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, copy...
/** * 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 m...
/* * 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 vdb.mydb.filestat.tool; import java.io.File; import org.springframework.beans.factory.xml.XmlBeanFactory; import org.springframework.core.io.FileSystemResource; import vdb.metacat.DataSet; import vdb.mydb.VdbManager; import vdb.mydb.filestat.impl.RepositoryManager; import vdb.mydb.filestat.impl.ServerReposit...
/* *AVISO LEGAL © Copyright *Este programa esta protegido por la ley de derechos de autor. *La reproduccion o distribucion ilicita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y seran objeto de todas las sanciones legales que correspondan. *Su conteni...
/* * 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 net.openid.conformance.condition.client; import net.openid.conformance.condition.PreEnvironment; import net.openid.conformance.testmodule.Environment; public class CheckDiscEndpointAuthorizationEndpoint extends AbstractJsonUriIsValidAndHttps { private static final String environmentVariable = "authorization...
package org.virginiaso.file_upload; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.io.UncheckedIOException; import java.nio.charset.StandardCharsets; import java.util.ArrayList; impo...
package de.budschie.bmorph.morph.functionality.configurable; import com.mojang.serialization.Codec; import de.budschie.bmorph.events.CanWalkOnPowderSnowEvent; import de.budschie.bmorph.morph.functionality.AbstractEventAbility; import net.minecraftforge.eventbus.api.Event.Result; import net.minecraftforge.eventbus.api...
package master.logica.entidades; import java.sql.Timestamp; public class GrupoTrabajoRol { private GrupoTrabajo grupo; private Rol rol; private String estadoLogico; private Timestamp fechaRegistro; private Timestamp fechaBaja; private Usuario SessionUsuario; public GrupoTrabajoRol() { ...
/* * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.16.4 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do no...
/* * Copyright (C) 2014 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...
/* * 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 ...
/* * 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 Pravega 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 applicable law or agreed to...
/* * J2DImageManager.java * * Copyright 2017 Caique Jhones * * 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.psjava.ds.array; import org.psjava.ds.PSCollection; @Deprecated public interface PSArray<T> extends PSCollection<T> { T get(int index); }
// *************************************************************************************************************************** // * 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 regardi...
package org.drools.xml.rules; /* * Copyright 2005 JBoss 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 require...
package dev.jshfx.base.jshell; import dev.jshfx.fxmisc.richtext.CompletionItem; import dev.jshfx.jx.tools.Signature; public abstract class SourceCodeCompletionItem extends CompletionItem { private Signature signature; public SourceCodeCompletionItem(Signature signature) { this.signature = signat...
/* ### * IP: GHIDRA * REVIEWED: YES * * 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 ag...
package uk.nhs.careconnect.ri.gatewaylib.provider; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.rest.annotation.*; import ca.uhn.fhir.rest.api.MethodOutcome; import ca.uhn.fhir.rest.param.ReferenceParam; import ca.uhn.fhir.rest.param.TokenOrListParam; import ca.uhn.fhir.rest.param.TokenParam; import ca.u...
/* * 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 com.blah.jacksontest.impl; import akka.cluster.sharding.typed.javadsl.EntityContext; import akka.cluster.sharding.typed.javadsl.EntityTypeKey; import akka.persistence.typed.PersistenceId; import akka.persistence.typed.javadsl.*; import com.lightbend.lagom.javadsl.persistence.AkkaTaggerAdapter; import com.blah....
/*- * ============LICENSE_START======================================================= * ONAP Policy Engine * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ====================================================...
package hello.service; import java.util.Arrays; import java.util.Collection; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework.security.core.use...
package com.example.usermanager.tools; import lombok.Data; /** * [description] * * @author: zhangbo * @date: 2021-07-24 * @time: 09:21 */ @Data public class ResponseBody<T> { private int status; private String message; private T data; public ResponseBody(int status,String message,T data){ ...
package de.uni.bielefeld.sc.hterhors.psink.obie.projects.scio.ontology.interfaces; import de.hterhors.obie.core.ontology.AbstractIndividual; import de.hterhors.obie.core.ontology.IndividualFactory; import de.hterhors.obie.core.ontology.annotations.AssignableSubClasses; import de.hterhors.obie.core.ontology.annotations...
package cn.com.hanyuxiao.component.springboot.admin; import de.codecentric.boot.admin.server.config.EnableAdminServer; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Configuration; import org.springfr...
package rsp.html; import rsp.dom.XmlNs; import rsp.page.PageRenderContext; import java.util.HashMap; import java.util.Map; import java.util.Objects; import static rsp.server.HttpStatusCodes.MOVED_TEMPORARILY_STATUS_CODE; /** * A definition of an HTML document. */ public final class HtmlDocumentDefinition extends ...
package org.apache.solr.cloud; import org.apache.solr.SolrTestCaseJ4; import org.apache.solr.client.solrj.SolrClient; import org.apache.solr.client.solrj.SolrServerException; import org.apache.solr.common.SolrDocument; import org.apache.solr.common.SolrDocumentList; import org.apache.solr.common.params.SolrParams; imp...
/** * Copyright (C) 2015 Red Hat, 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...
package com.home.commonBase.control; import com.home.commonBase.baseData.BasePart; import com.home.commonBase.constlist.scene.UnitLogicMethodType; import com.home.commonBase.scene.base.UnitLogicBase; import com.home.commonBase.tool.ClassMethodMarkTool; import com.home.shine.support.collection.SMap; public class BaseC...
package org.wolkenproject.exceptions; public class UndefClassException extends MochaException { public UndefClassException(String msg) { super(msg); } public UndefClassException(Throwable msg) { super(msg); } }
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package ti.modules.titanium.map; import java.io.IOException; import java.util.Ar...
/* * Copyright (C) 2015-2019 Fabrice Bouyé * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD license. See the LICENSE file for details. */ package api.web.gw2.jsonp.v2.items; import api.web.gw2.mapping.core.EnumValue; import api.web.gw2.mapping.v2.items.ItemGi...
/* * Copyright 2019 Aiven Oy * Copyright 2018 Confluent 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 ap...
package example.repository; import example.model.Book; import example.model.Author; import io.micrometer.core.instrument.Counter; import io.micrometer.core.instrument.MeterRegistry; import org.junit.jupiter.api.*; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Au...
package com.frameworkium.integration.theinternet.pages; import com.frameworkium.lite.ui.annotations.Visible; import com.frameworkium.lite.ui.pages.BasePage; import io.restassured.RestAssured; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import java.util.List; import java.util.stre...
package com.inmensia.greeter.api.controller; import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get; import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.*; import org.junit...
// Copyright 2018 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 ...
package com.magicaldreams.annualpassport; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.entity.Entity; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.player.PlayerEvent; import org.bukkit.inventory.Inventory; import ...
package org.sergei.cargo.rest.dto.mappers; import org.sergei.cargo.jpa.model.CargoTransferBooking; import org.sergei.cargo.rest.dto.response.CargoTransferBookingResponseDTO; import org.sergei.cargo.rest.dto.response.FacetFieldsDTO; import org.sergei.cargo.utils.IMapper; import org.springframework.beans.factory.annotat...
package MyPokemon; import Move.*; import ru.ifmo.se.pokemon.*; public class Torchic extends Pokemon { public Torchic (String name, int level) { super(name, level); setStats(45, 60, 40, 70, 50, 45); setType(Type.FIRE); StoneEdge skill1 = new StoneEdge(); AerialAce skill2 = ...
/* * 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 u...
/* * Copyright (c) 2002-2014, Mairie de Paris * 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 * and the...
/* * Copyright 2013 Rackspace * * 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 2019 Ortis (ortis@ortis.io) * * 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 o...
package org.cloudbus.cloudsim.util; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UncheckedIOException; import java.nio.file.Files; import java.nio.file.Paths; import java.util.LinkedList; import java.util.List; import jav...
/* * Copyright (c) 2018 Gomint team * * This code is licensed under the BSD license found in the * LICENSE file in the root directory of this source tree. */ package io.gomint.inventory.item; import io.gomint.GoMint; /** * @author geNAZt * @version 1.0 * @stability 3 */ public interface ItemBamboo extends I...
/* * Copyright (c) 2017 LinkedIn Corp. * * 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...