text
stringlengths
7
995k
/* * Copyright (c) 2011-2014 Pivotal 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
/** * 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 ...
package ulcambridge.foundations.viewer.authentication; import org.springframework.security.core.AuthenticationException; import org.springframework.security.web.AuthenticationEntryPoint; import org.springframework.util.Assert; import org.springframework.util.StreamUtils; import org.springframework.web.filter.GenericFi...
package April2021Leetcode; public class _0876MiddleOfTheLinkedList { static public class ListNode { int val; ListNode next; ListNode() { } ListNode(int val) { this.val = val; } ListNode(int val, ListNode next) { this.val = val; this.next = next; } } public static void main(String[] args...
/** * coverity-common-api * * Copyright (c) 2020 Synopsys, Inc. * * 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 y...
package org.jmisb.api.klv; import java.util.List; import org.slf4j.helpers.MessageFormatter; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import uk.org.lidalia.slf4jext.Level; import uk.org.lidalia.slf4jtest.LoggingEvent; import uk.org.lidalia.slf4jte...
/* * Copyright 2012 Matt Corallo * Copyright 2014 Andreas Schildbach * * 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 req...
package com.atguigu.gmall.sms.controller; import java.util.Arrays; import java.util.Map; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; import com.atguigu.core.bean.Resp; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans...
/* * The MIT License (MIT) * * Copyright (c) 2014-2016 abel533@gmail.com * * 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 ...
package org.hl7.fhir.r4.model.codesystems; /* Copyright (c) 2011+, HL7, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyr...
package dev.morphia.mapping.codec.pojo; import dev.morphia.Datastore; import dev.morphia.EntityInterceptor; import dev.morphia.annotations.EntityListeners; import dev.morphia.annotations.PostLoad; import dev.morphia.annotations.PostPersist; import dev.morphia.annotations.PreLoad; import dev.morphia.annotations.PrePers...
/* * 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 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.ms.silverking.cloud.dht.client; import com.ms.silverking.cloud.dht.common.NamespaceOptionsMode; import com.ms.silverking.cloud.dht.meta.DHTConfiguration; import com.ms.silverking.id.UUIDBase; import com.ms.silverking.util.PropertiesHelper; import java.util.HashMap; import java.util.Map; public class Embe...
package gui.views.game; import gui.Keys; import gui.components.MovableComponent; import java.awt.Color; import java.awt.Graphics; import java.awt.Point; import java.awt.event.ActionEvent; import java.io.File; import java.io.IOException; import java.util.ArrayList; import javax.sound.sampled.*; import javax.swing.*; /...
package proxy.transaction; public interface Command { public void execute(); }
package uk.gov.dwp.queue.triage.core.client; import org.hamcrest.Description; import org.hamcrest.Matcher; import org.hamcrest.TypeSafeMatcher; import org.hamcrest.core.IsAnything; import uk.gov.dwp.queue.triage.id.FailedMessageId; import java.time.Instant; import java.util.Map; import java.util.Optional; import sta...
/* * Copyright 2018 Google, 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 agreed to in...
// ============================================================================ // // Copyright (C) 2006-2015 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
package com.duwanga.mall.coupon.service; import com.baomidou.mybatisplus.extension.service.IService; import com.duwanga.common.utils.PageUtils; import com.duwanga.mall.coupon.entity.HomeAdvEntity; import java.util.Map; /** * 首页轮播广告 * * @author duwanga * @email zzx451263@gmail.com * @date 2021-08-04 21:28:25 */...
package javaFX2chartArea; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public class CartArea extends Application { @Override public void start(Stage stage) throws Exception { Parent root = FXMLLoader.load(...
/* Copyright 2013 Nationale-Nederlanden, 2020 WeAreFrank! 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...
/* * Copyright (c) 2011-2016 Pivotal Software 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 * * Unles...
package com.alipay.api.request; import com.alipay.api.domain.AlipayPayCodecAcodeDecodeUseModel; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayPayCodecAcodeDecodeUseResponse; import com.alipay.api.AlipayObject; /** ...
/* * 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) 2012-2017 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ package org.antlr.v4.runtime; import org.antlr.v4.runtime.misc.Interval; import java.io.IOException; import java.io.In...
/* * 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 2010 Jon S Akhtar (Sylvanaar) * * 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 applicabl...
package com.testdroid.sample.android; import android.app.Activity; import android.os.AsyncTask; import android.os.Bundle; import android.text.InputType; import android.util.Log; import android.view.View; import android.view.WindowManager; import android.view.inputmethod.InputMethodManager; import android.widget.Button...
/* * The MIT License * * Copyright 2018 Kleber de Oliveira Andrade. * * 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...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
package com.ibm.safr.we.model.utilities; /* * Copyright Contributors to the GenevaERS Project. SPDX-License-Identifier: Apache-2.0 (c) Copyright IBM Corporation 2008. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
package it.unimol.tracker; public enum State { ACTIVE, INACTIVE }
package ru.job4j.model; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import ru.job4j.model.car.parts.Carcass; import ru.job4j.model.car.parts.EngineType; import ru.job4j.model.car.parts.Gearbox; import ru.job4j.model.car.parts.Transmission; /** * @author Hincu Andrei (andreih1981@gmail.com)on...
/* The MIT License (MIT) Copyright (c) 2017 Antonella Botte, Giacomo Marciani and Debora Partigianoni 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 with...
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ package com.twilio.rest.preview.sync.service; import com.fasterxml.jackson.databind.ObjectMapper; import com.twilio.Twilio; import com.twilio.converter.DateConverter; import com.twilio.converter.Promote...
/* * 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 strategy.impl; import java.util.List; import java.util.Map; import person.Person; /** * @author DURIEZ Jean-Baptiste et QUINCY Jordane */ public class CycliqueTendanceCasanier extends Cyclique { /** * <p> * {@inheritDoc} * </p> * A CycliqueTendanceCasanier * * <pre> * Example with i = 2 : ...
/* * Copyright 2018 - 2021 Andre601 * * 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, modify, merge, publ...
/* * Copyright (c) 2016, Oracle and/or its affiliates. * * 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 ...
package us.dot.its.jpo.ode.asn1.j2735; /** * Enums and helper methods for the various "Type" messages in the ASN.1 spec */ public class CVTypeHelper { public interface CVType { public int intValue(); public byte byteValue(); public byte[] arrayValue(); } public enum VsmType implements CVType { FUND(1),...
/* * Copyright (C) Red Gate Software Ltd 2010-2021 * * 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...
/* * Copyright 2018 NEM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
package com.ywy.demo.intercepter; import lombok.extern.slf4j.Slf4j; import java.lang.reflect.Method; /** * @author ve * @date 2019/9/29 18:06 */ @Slf4j public class InvProxy2 extends InvProxy { public InvProxy2(Object targetObj) { super(targetObj); } @Override public Object invoke(Object...
// 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.softteco.roadlabpro.fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.util.Log; import android.view.View; import android.webkit.WebChromeClient; import android.webkit.WebSettings; import android.webkit.WebView; import android.webkit.WebViewClient; import com.jo...
/* * Copyright (c) 2013 3 Round Stones Inc., Some 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 requir...
copyright ibm corporation rights reserved program accompanying materials terms eclipse license accompanies distribution http eclipse org legal epl html contributors ibm corporation initial api implementation tests valid noreference field tags enum enum test enum noreference enum field intended referenced clients object...
/* * 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...
package dp.lombok; import java.util.ArrayList; import java.util.List; /** * Builder Pattern of "Lombok" * * Generated with https://riversun.github.io/java-builder/ * */ public class Person { private String name; private Integer age; private String gender; private Integer height; private Str...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.databoxedge.v2019_08_01; import java.util.List; ...
package net.dugged.cutelessmod.mixins; import net.minecraft.block.Block; import net.minecraft.block.BlockMobSpawner; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.item.ItemStack; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World...
/* * Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved. */ package com.maxifier.mxcache.caches; /** * THIS IS GENERATED CLASS! DON'T EDIT IT MANUALLY! * * GENERATED FROM P2PCache.template * * @author Andrey Yakoushin (andrey.yakoushin@maxifier.com) * @author Alexander Kochurov (alexander.kochurov@maxif...
/* * 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 org.lcsim.geometry.compact; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import junit.framework.TestCase; import org.lcsim.geometry.compact.converter.lcdd.Main; import org.lcsim.util.test.TestUtil.TestOutputFile; public class ...
/** * Copyright (c) 2018 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* * Copyright © 2021 Cask Data, 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 agreed t...
package com.xamarin; import android.annotation.NonNull; public class NotNullClass { public void nullFunc (String value) { } @NonNull public void notNullFunc (@NonNull String value) { } public String nullField; @NonNull public String notNullField; }
package com.ibm.nmon.gui; import javax.swing.JTable; import javax.swing.ToolTipManager; import javax.swing.table.TableModel; import com.ibm.nmon.gui.main.NMONVisualizerGui; /** * Defines an {@link NMONVisualizerGui gui} aware table with a common look and feel. */ public class GUITable extends JTable { private...
package it.davidenastri.persistence.service; import it.davidenastri.persistence.entity.Delivery; import it.davidenastri.persistence.projection.RecipientAndPrice; import it.davidenastri.persistence.repository.DeliveryRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.s...
package cz.cvut.fel.ear.libraria.service; import cz.cvut.fel.ear.libraria.environment.Generator; import cz.cvut.fel.ear.libraria.model.Copy; import cz.cvut.fel.ear.libraria.model.Person; import org.junit.Before; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import javax.persist...
package db.model.playerNumber; import org.jetbrains.annotations.NotNull; import java.util.Date; public class PlayerNumber implements PlayerNumberId { @NotNull private final Date dateTime; private final int playerNum; public PlayerNumber(@NotNull Date dateTime, int playerNum) { this.dateTime ...
/****************************************************************************** * Copyright (C) 2019 by the ARA Contributors * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
package edu.cau.hzz; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.an...
package com.lambda.zoos.views; import com.lambda.zoos.models.Zoo; import java.util.ArrayList; public interface CountAnimalsInZoo { String getAnimaltype(); ArrayList<Zoo> getZoos(); }
package br.com.drive.integration; import br.com.drive.entity.Brand; import br.com.drive.entity.Model; import br.com.drive.entity.ModelYear; import br.com.drive.entity.Vehicle; import br.com.drive.model.RestPageImpl; import br.com.drive.model.request.VehicleRequest; import br.com.drive.model.response.VehicleDetailedRes...
package com.stackroute.productssearchservice.controller; import com.stackroute.productssearchservice.domain.Brand; import com.stackroute.productssearchservice.domain.Product; import com.stackroute.productssearchservice.exception.ProductAlreadyExistsException; import com.stackroute.productssearchservice.exception.Produ...
package com.google.android.gms.internal.ads; import android.os.Bundle; import android.os.IInterface; import e.b.b.a.b.a; import java.util.List; public interface ui0 extends IInterface { void E(); dj0 H0(); boolean J0(); hj0 Z0(); void a(j40 j40, String str); void a(j40 j40, String str, St...
// ============================================================================ // // Copyright (C) 2006-2018 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
package net.viperfish.planner.service; public class CreditHourUtilityFunction implements UtilityFunction { private int target; public CreditHourUtilityFunction(int target) { this.target = target; } @Override public double evaluate(Semester semester) { return -1 * Math.abs(semeste...
/* * Copyright 2010-2016 OrientDB LTD (http://orientdb.com) * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless require...
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2004, 2005, 2006, 2007, 2009, 2010, 2013, 2014, 2016 Synacor, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Softw...
/* 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...
/* * Copyright (C) 2020 CMCC, Inc. and others. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
package cc.javajobs.factionsbridge.bridge; import cc.javajobs.factionsbridge.FactionsBridge; import cc.javajobs.factionsbridge.bridge.infrastructure.struct.FactionsAPI; import org.bukkit.Bukkit; import org.bukkit.plugin.Plugin; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; impor...
package serenitylabs.tutorials.demo.login; import net.serenitybdd.screenplay.Actor; import net.serenitybdd.screenplay.Task; import serenitylabs.tutorials.demo.interaction.ClickAllegedElement; public class WaitForWelcomeMessage implements Task { @Override public <T extends Actor> void performAs(T theActor) { ...
package io.ebean.cache; /** * The type of L2 caches. */ public enum ServerCacheType { /** * Bean cache. */ BEAN("_B"), /** * Natural key cache. */ NATURAL_KEY("_N"), /** * Collection Ids for Many properties. */ COLLECTION_IDS("_C"), /** * Query cache. */ QUERY("_Q"); pr...
/* * Copyright (c) 2015 Cloudera, 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 agreed ...
package weblogic.logging; import java.util.logging.Level; import java.util.logging.LogRecord; /** * */ public class WLLogRecord extends LogRecord { private static final long serialVersionUID = -1674273644835603201L; public WLLogRecord(Level level, String msg) { super(level, msg); } publi...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
package com.pkmmte.requestmanager.sample; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.drawable.GradientDrawable; import android.graphics.drawab...
package com.feibiao.common.exception; /** * 业务异常 * * @author ruoyi */ public final class ServiceException extends RuntimeException { private static final long serialVersionUID = 1L; /** * 错误提示 */ private String message; /** * 错误明细,内部调试错误 * * 和 {@link CommonResult#getDeta...
/* * Copyright 2019 NEM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
/* * 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 _uwu.unix.mirix.api.data; /** * @author Unix on 06.10.2019. */ public enum PacketDirection { CLIENTBOUND, SERVERBOUND }
// Copyright 2017 The Nomulus 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 a...
/* * Copyright 2010, 2011 Christopher Pheby * * 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...
/** * Copyright 2011-2019 Asakusa Framework 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 applicable...
/* * Copyright 2000-2009 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/* Copyright 2012 Mattias Jiderhamn 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 mj.netearningscalculator.server.domain; import java.math.BigDecimal; /** * Data model for country. * * @author MJazy * */ public class Country { private String name; private String code; private CountryFinances finances; /** * Country class constructor. */ public Country() { } /** * Coun...
/* * 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 ...
/** * * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and condi...
package org.intermine.api.search; /* * Copyright (C) 2002-2017 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/lesser.h...
/* * Copyright (c) 2017 VMware Inc. All Rights Reserved. * 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 License at * * http://www.apache.org/licenses/L...
package tobleminer.minefight.engine.match.spawning; import java.util.Random; import org.bukkit.Location; import org.bukkit.entity.Projectile; import org.bukkit.util.Vector; import tobleminer.minefight.Main; import tobleminer.minefight.debug.Debugger; import tobleminer.minefight.engine.match.Match; import tobleminer....
package tgtools.web.develop.command; import tgtools.exceptions.APPErrorException; import tgtools.interfaces.IDispose; import tgtools.util.LogHelper; import java.io.Closeable; import java.io.IOException; import java.util.Arrays; import java.util.HashMap; /** * 命令处理器 * @author 田径 * @Title * @Description * @date 1...
package com.example.hai_da_shi_tang2019; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import java.util.List; public class PiAdapter extends ArrayAdapter <Pi>{ privat...
package org.apereo.cas.audit.spi.principal; import org.apereo.cas.services.RegisteredServiceTestUtils; import lombok.val; import org.junit.jupiter.api.Test; import java.util.ArrayList; import static org.junit.jupiter.api.Assertions.*; /** * This is {@link ChainingAuditPrincipalIdProviderTests}. * * @author Misa...
/* * 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 ...