text
stringlengths
7
995k
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.batch.models; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; /** Defin...
/* * 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...
/* * 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...
/** * A channel that is always on and always immediately acknowledges changes */ package com.simperium.test; import com.simperium.client.Bucket; import com.simperium.client.Change; import com.simperium.client.Ghost; import com.simperium.client.RemoteChange; import com.simperium.client.RemoteChangeInvalidException; i...
package com.atguigu.gulimall.product.feign; import com.atguigu.common.to.SkuReductionTo; import com.atguigu.common.to.SpuBoundTo; import com.atguigu.common.utils.R; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.an...
package org.apache.spark.examples.ml; public class SummarizerExample { static public void main (java.lang.String[] args) { throw new RuntimeException(); } }
package com.zhijie.zmall.admin.service; import java.util.List; import com.zhijie.zmall.commons.util.validate.RegularUtil; import org.apache.commons.collections4.CollectionUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.tra...
package org.yx.core.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.HttpURLConnection; import java.net.URL; import java.util.Map; /** * 向指定 URL 发送POST方法的请求 * * @return 远程资源的响应结果 */ public class HttpUtil { /**...
/* * Copyright (c) Facebook, Inc. and 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 applic...
/* * Copyright 2015 Brent Douglas and other contributors * as indicated by the @authors tag. 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.or...
package net.yozo.core.util; import net.yozo.services.front.account.bean.Account; import org.apache.commons.lang.time.*; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class DateTimeUtil { public static void main(String[] args) throws Exception { // SimpleDateFo...
package com.tyust.admin.web; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotatio...
package com.korybyrne.hlml.lilyrendering; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; public class LilypondHandler { // public static final String[] NOTE_NAMES = { // "C0", "Cis0", "D0", "Dis0", "E0", "F0", "Fis0", "G0",...
package seedu.divelog.model.dive.exceptions; /** * Signals that there are two dives with overlapping time slots */ public class SimultaneousDiveException extends Exception { }
package volcano.summer.client.modules.misc; import volcano.summer.base.manager.event.Event; import volcano.summer.base.manager.module.Module; public class ItemPhysic extends Module { public ItemPhysic() { super("ItemPhysic", 0, Category.MISC); } @Override public void onEnable() { } @Override public void o...
/* * Copyright 2013-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package co.edu.uniandes.kadda.galeriaarte.logic; import co.edu.uniandes.kadda.galeriaarte.ejb.ArtistaLogic; import co.edu.uniandes.kad...
package info.semsamot.introlayout; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
/******************************************************************************* * * Copyright 2018 Impetus Infotech. * * * * 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://ww...
/* GROOVE: GRaphs for Object Oriented VErification * Copyright 2003--2011 University of Twente * * 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...
/* * 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 drizzs.magicnmonsters; import drizzs.magicnmonsters.capability.IMagicPower; import drizzs.magicnmonsters.capability.MagicPower; import net.minecraft.nbt.CompoundNBT; import net.minecraft.nbt.INBT; import net.minecraft.util.Direction; import net.minecraftforge.common.capabilities.Capability; import net.minecra...
package facerecog; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * This class forks frame_generator.py python process and provides interface for retrieving frames * from specified source (video or camera). */ public class FrameGenerator { private BufferedReade...
package com.denofprogramming.service.audit; public class CounterImpl implements Counter { private int count; public void increase() { count++; } public int getCount() { return count; } }
/* * This file is part of LanternServer, licensed under the MIT License (MIT). * * Copyright (c) LanternPowered <https://www.lanternpowered.org> * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a c...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.acidmanic.cicdassistant.repositoryinfo.gitlab; import com.acidmanic.repositoryinfo.Commit; /** * * @author diego */ pu...
/* * Copyright 2019-2020 wzb * * 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...
/* * Copyright (C) 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 ...
package com.ooooo.activiti.api.dto.resp; import lombok.Data; /** * @author leizhijie * @since 1.0.0 */ @Data public class EndProcessResult { }
package com.haumea.gitanalyzer.gitlab; import org.gitlab4j.api.models.Note; public class CommentWrapper { private String url; private String title; private Note note; private Boolean isSameAuthor; public CommentWrapper(String url, String title, Note note, Boolean isSameAuthor) { this.url...
package uk.gov.hmcts.cmc.claimstore.services.ccd.callbacks.caseworker; import com.google.common.collect.ImmutableMap; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.junit.MockitoJUnitRunner; import uk.gov.hmcts.cmc.ccd.domain.CCDCase; import...
/* * 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...
/* * Copyright 2014 Ghent University, Bayer CropScience. * * 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 com.mjiayou.trebundle; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Androi...
package com.github.exabrial.formbinding.impl; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNull; import java.math.BigDecimal; import org.junit.jupiter.api.Test; import com.github.exabrial.formbinding.test.model.ComplexObject; import com.github.exa...
/** * 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 org.vaadin.example; import org.junit.Assert; import org.junit.Test; import org.openqa.selenium.WebElement; import com.vaadin.flow.component.button.testbench.ButtonElement; import com.vaadin.flow.component.notification.testbench.NotificationElement; import com.vaadin.flow.theme.lumo.Lumo; public class MainVie...
package com.aurora.phone.fragment; import android.content.Context; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullab...
package com.github.xiaomatech.crud.intellij.plugin.ui; import com.intellij.ui.ListSpeedSearch; import com.intellij.ui.SpeedSearchComparator; import com.intellij.ui.components.JBList; import javax.swing.*; import java.awt.*; /** * @author xiaomatech */ public class CrudList extends JBList { private DefaultListM...
package com.kuqi.mall.security.core.aop; import com.kuqi.mall.security.core.entity.LoginUser; import com.kuqi.mall.security.core.utils.LoginUserUtils; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.ArrayUtils; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.Signature; import org...
/* * Copyright 2019 Red Hat, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at * http://www.eclipse.o...
package vproxy.dns; public interface ResolveListener { void onResolve(Cache cache); void onRemove(Cache cache); }
package com.nativapps.arpia.database.entity; import java.io.Serializable; import java.util.Calendar; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; impor...
package org.openmainframeproject.cobolcheck; import org.openmainframeproject.cobolcheck.features.interpreter.InterpreterController; import org.openmainframeproject.cobolcheck.features.testSuiteParser.TestSuiteParserController; import org.openmainframeproject.cobolcheck.features.writer.CobolWriter; import org.openmainf...
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017, Red Hat Inc. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Pu...
package actions; import fileio.ActionInputData; import fileio.Input; import fileio.SerialInputData; import fileio.Writer; import org.json.simple.JSONArray; import sortingstategies.SortingStrategyFactory; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; public class Q...
package com.codetaylor.mc.pyrotech.modules.tech.machine.recipe; import com.codetaylor.mc.athenaeum.util.RecipeHelper; import com.codetaylor.mc.pyrotech.modules.tech.machine.ModuleTechMachine; import com.codetaylor.mc.pyrotech.modules.tech.machine.ModuleTechMachineConfig; import com.codetaylor.mc.pyrotech.modules.tech....
package nextstep.subway.exception; public class LineNotFoundException extends BadRequestException{ public static final String MESSAGE = "존재하지 않는 노선입니다. lineId = "; public LineNotFoundException(Long id) { super(MESSAGE + id); } }
package org.squiddev.plethora.gameplay.modules.glasses.objects.object2d; public interface MultiPointResizable2D extends MultiPoint2D { int MAX_SIZE = 255; void removePoint(int idx); void addPoint(int idx, Point2D point); }
package org.basex.query.expr.ft; import static org.basex.query.QueryText.*; import org.basex.query.*; import org.basex.query.util.ft.*; import org.basex.query.var.*; import org.basex.util.*; import org.basex.util.ft.*; import org.basex.util.hash.*; import org.basex.util.list.*; /** * FTScope expression. * * @auth...
package com.sixtyfour.elements.commands; import com.sixtyfour.elements.Type; import com.sixtyfour.elements.functions.Function; import com.sixtyfour.elements.functions.FunctionList; import com.sixtyfour.parser.Operator; import com.sixtyfour.parser.Parser; import com.sixtyfour.parser.Term; import com.sixtyfour.plugins.P...
/* * 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 (C) 2013 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 ...
package jerryartist.com.aikidodojofinder; import android.app.Activity; import android.os.Bundle; import android.app.ListFragment; import android.view.View; import android.widget.ArrayAdapter; import android.widget.ListView; import jerryartist.com.aikidodojofinder.dummy.DummyContent; /** * A list fragment represent...
package syntheagecco.openehr.sdk.model.generated.geccoserologischerbefundcomposition; import com.nedap.archie.rm.archetyped.FeederAudit; import com.nedap.archie.rm.datastructures.Cluster; import com.nedap.archie.rm.generic.Participation; import com.nedap.archie.rm.generic.PartyIdentified; import com.nedap.archie.rm.ge...
/******************************************************************************* * Copyright 2016 Tim Hurman * * 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.o...
package org.ejbca.core.protocol.ws.jaxws; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; @XmlRootElement(name = "editUserResponse", namespace = "http://ws.protocol.core.ejbca.o...
/*************************************************************************** * Copyright 2018 Kieker Project (http://kieker-monitoring.net) * * 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 a...
package org.stonlexx.packetwrapper.api.packet.server; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.utility.MinecraftReflection; import com.comphenix.protocol.wrappers.AutoWrapper; import com.comphenix.protocol.wrappers.BukkitConverters; import com.comphenix.protocol.wrappers.EnumWrappers; im...
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.ag; import nachos.machine.*; import nachos.security.*; import nachos.threads.*; import java.util.Hashtable; import java.util.StringTokenizer; /** * The default autograder. Loads the kernel, and then tests it using * <tt>Kernel.selfTest()</tt>. */ p...
import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class StringMatrixRotation { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String[] line = scanner.nextLine().split("[()]"); int degrees = Integer.parseInt(line[1]) % 360...
package de.terrarier.netlistening.api.event; import de.terrarier.netlistening.Connection; import org.jetbrains.annotations.NotNull; /** * This event gets called after a connection was established. * * @since 1.0 * @author Terrarier2111 */ public final class ConnectionPostInitEvent extends ConnectionEvent { ...
package ch.wisv.payments.util; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import java.time.LocalDateTime; import java.util.LinkedHashMap; public class ResponseEntityBuilder { public static ResponseEntity<?> createRespo...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6 // 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.09.11 at 03:17:5...
package net.minecraft.client.resources; import com.google.common.collect.Lists; import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.PrintStream; import java.util.ArrayList; import java.util.Iterator; import java.util.List; i...
/* * 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 (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET * (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije * informacijske družbe in elektronsko poslovanje (SETCCE), INSTIT...
package projectiles; import mobs.Mob; import models.DriverModel; import towers.Tower; import utilities.Position; import utilities.Vector; import views.DriverView; import java.awt.*; import java.util.ArrayList; /** * creates a projectile that emits fire from * its point of origion * * @author Scorpion */ public...
/*-------------------------------------------------------------------------- * Copyright 2008 Taro L. Saito * * 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.apach...
package com.tasd.auth.model; public class ApiResponse<T> { private int status; private String message; private Object result; public ApiResponse(int status, String message, Object result) { this.status = status; this.message = message; this.result = result; } public i...
/* * Copyright 2017-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Copyright 2013 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package ru.job4j.comparators; /** * Class simple user. * * @since 12/08/2017 * @version 1 */ public class User implements Comparable<User>{ private String name; private int age; /** * Constructor. * @param name name * @param age age */ public User(String name, int age) { ...
package com.example.rxjavademo.model; public class ReposModule { /*{ "id": 106628867, "node_id": "MDEwOlJlcG9zaXRvcnkxMDY2Mjg4Njc=", "name": "discourse_docker", "full_name": "1/discourse_docker", "private": false, "owner": { "...
package com.kamenov.martin.a3dobjects.engine.models.game_objects; import android.graphics.Paint; import com.kamenov.martin.a3dobjects.engine.models.game_objects.contracts.DeepPoint; import com.kamenov.martin.a3dobjects.engine.models.game_objects.contracts.Object3D; import java.util.ArrayList; /** * Created by Mart...
// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.trading.api; import java.io.Serializable; import com.leansoft.nano.annotation.*; import java.util.List; /** * * This type is deprecated as the <b>GetProduct*</b> calls are no longer available. * * */ public class CharacteristicTy...
package webmagic.service; import java.util.List; import webmagic.dao.LicaiSimuDAO; import webmagic.model.LicaiSimuInfo; public class LicaiSimuServiceImpl implements LicaiSimuService { private LicaiSimuDAO licaiSimuDAO; public LicaiSimuDAO getLicaiSimuDAO() { return licaiSimuDAO; } public void setLicai...
/* * Copyright (c) 2001, 2021, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/* * 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 (C) 2011 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.arend.ext; import org.arend.ext.concrete.pattern.ConcreteNumberPattern; import org.arend.ext.concrete.pattern.ConcretePattern; import org.arend.ext.concrete.expr.ConcreteExpression; import org.arend.ext.core.expr.CoreExpression; import org.arend.ext.typechecking.ContextData; import org.arend.ext.typechecki...
/* * Copyright 1999-2020 Alibaba Group Holding 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 applica...
/* * 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 ...
/* * Copyright 2000-2015 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 2009-2013 by The Regents of the University of California * 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 from * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
package org.diverproject.scarlet.stream; import lombok.Data; import lombok.experimental.Accessors; import java.lang.reflect.Field; import java.util.function.Consumer; import java.util.function.Supplier; @Data @Accessors(chain = true) public class StreamField { private boolean made; private boolean equals; private...
package com.example.crm.dto.request; import java.util.List; import javax.validation.constraints.Email; import javax.validation.constraints.NotBlank; import com.example.crm.entity.Address; import com.example.crm.entity.CustomerType; public class UpdateCustomerRequest { @NotBlank private String fullname; @Email p...
/* 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...
/* * Copyright 2017-present Open Networking 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 applicabl...
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * ****************************************************************************** * * Copyright (c) 2019 RuneLitePlus * * Redistributions and modifications of this software are permitted as long as this notice remains in its original unmodified state at the top of this file. * * If there are any questions co...
package mage.cards.r; import java.util.UUID; import mage.abilities.common.DealtDamageAttachedTriggeredAbility; import mage.abilities.dynamicvalue.common.NumericSetToEffectValues; import mage.abilities.effects.Effect; import mage.abilities.effects.common.AttachEffect; import mage.abilities.effects.common.LoseLifeTarget...
/** * 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...
/* * Copyright (C) 2006 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 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 tv.porst.splib.gui.tree; import java.awt.Component; import javax.swing.JTree; import javax.swing.tree.DefaultTreeCellRenderer; import javax.swing.tree.TreeModel; /** * Renderer used to display icons in tree nodes. */ class CustomTreeCellRenderer extends DefaultTreeCellRenderer { @Override public Compone...
/* * Copyright 2000-2003 Oracle, Inc. This software was developed in conjunction with the National Cancer Institute, and so to the extent government employees are co-authors, any rights in such works shall be subject to Title 17 of the United States Code, section 105. * Redistribution and use in source and binary fo...
/* * Copyright (c) 2008-2021, 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 ...
/* 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...