text
stringlengths
7
1.01M
package com.cq; import cn.hutool.core.collection.CollectionUtil; import cn.hutool.core.util.StrUtil; import cn.hutool.json.JSONArray; import cn.hutool.json.JSONUtil; import com.cq.service.EthWalletService; import com.cq.task.*; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springf...
package tech.ufun.ranger.system.entity; import java.util.Date; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import lombok.Data; /** * 字典数据表(SysDictData)实体类 * * @author zhanglei * @since 2020-03-12 1...
package edu.hm.chat.persistence.model; import javax.persistence.*; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import java.util.List; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; @Entity @Table(name = "user_accou...
// 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...
/* * DBeaver - Universal Database Manager * Copyright (C) 2016-2016 Karl Griesser (fullref@gmail.com) * Copyright (C) 2010-2020 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...
package com.adventofcode; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import java.io.BufferedReader; import java.io.FileReader; import java.nio.charset.Charset; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the t...
/** * Autogenerated by Thrift Compiler (0.9.3) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package alluxio.thrift; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; import org.apache.th...
package com.juhyang.memo.post; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web....
package ee.ut.bpmn.utils; import hub.top.petrinet.PetriNet; import java.io.File; import java.io.IOException; import java.util.HashSet; import java.util.Set; import org.deckfour.xes.model.XLog; import org.deckfour.xes.model.XTrace; import org.jbpt.utils.IOUtils; import org.jdom.Element; import org.jdom.JDOMException;...
/* * 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 ...
/* * 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) 2014, RWTH Aachen University. * For a list of contributors see the AUTHORS file at the top-level directory * of this distribution. * * 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 ...
package com.knight.wanandroid.library_network.config; import com.knight.wanandroid.library_network.data.BodyType; import com.knight.wanandroid.library_network.data.CacheMode; /** * @author created by knight * @organize wanandroid * @Date 2020/12/25 17:30 * @descript:请求服务配置 */ public interface IRequestServer exte...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.containers.containerregistry.implementation.models; import com.azure.core.annotation.Fluent; import com.fasterxml.jackson.annotation.JsonAnyGett...
package org.mage.test.cards.mana; import mage.constants.PhaseStep; import mage.constants.Zone; import org.junit.Test; import org.mage.test.serverside.base.CardTestPlayerBase; /** * Added this test class to test issue #5880. * https://github.com/magefree/mage/issues/5880 * * Chandra's Embercat's effect could not b...
package daniele.state; import it.unibo.ai.didattica.competition.tablut.domain.State; public class ExtendedState extends State{ public void setPawn(int row, int column,Pawn p) { this.board[row][column] = 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 ...
/* * 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 ...
/* * Copyright (C) 2014-2022 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
/** * 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.compute.v2017_12_01.implementation; import java....
package org.jabref.logic.layout.format; import org.jabref.logic.layout.LayoutFormatter; import org.jabref.model.entry.AuthorList; /** * <ul> * <li>Names are given as first name, von and last name.</li> * <li>First names will not be abbreviated.</li> * <li>Individual authors separated by comma.</li> * <li>There i...
package com.sample; import com.sample.data.Data; import com.sample.data.Patient; import com.vaadin.data.Binder; import com.vaadin.data.converter.StringToFloatConverter; import com.vaadin.ui.*; import java.lang.reflect.Field; import java.util.LinkedHashMap; import java.util.Map; import static com.sample.DataDay.*; im...
/* * Copyright 2009 Inspire-Software.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 * * Unless required by appl...
package com.atguigu.gmall.sms.dao; import com.atguigu.gmall.sms.entity.SkuLadderEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 商品阶梯价格 * * @author nyf828 * @email niuyangfan@outlook.com * @date 2020-03-25 13:05:16 */ @Mapper public interface Sk...
/** * 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.operationsmanagement.v2015_11_01_preview.imple...
/* Copyright (c) 2017 Ahome' Innovation Technologies. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless r...
package by.degree.learn.disinfector.impl; import by.degree.learn.disinfector.infrastructure.Announce; import by.degree.learn.disinfector.model.Disinfector; import by.degree.learn.disinfector.model.Enforcer; import by.degree.learn.disinfector.model.Room; import by.degree.learn.nano.framework.Inject; import by.degree.le...
package com.monkeyframework.boot.tomcat; import java.net.URL; import org.apache.catalina.Executor; import org.apache.catalina.startup.Tomcat; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @author cruise.xu * */ public class EmbeddedTomcat { private static Logger logger = LoggerFactory.getLogger(...
package com.google.impactdashboard.configuration; /** A class to hold the column names in the Recommendations Table. */ public class RecommendationsSchema { /** The name of the column holding the project id. */ public static final String RECOMMENDATIONS_PROJECT_ID_COLUMN = "ProjectId"; /** The name of the colum...
/* * * 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 condit...
/* * Copyright 2010-2021 James Pether Sörling * * 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 com.ss.editor.ui.controller.filter.property.control; import static com.ss.editor.ui.controller.filter.property.control.FilterPropertyControl.newChangeHandler; import com.jme3.math.Vector3f; import com.ss.editor.model.undo.editor.SceneChangeConsumer; import com.ss.editor.ui.controller.property.AbstractProperty...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mozilla.javascript; ...
package com.example.first.ui; import android.content.DialogInterface; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ProgressBar; import com.example.first.R; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcom...
// Copyright 2017 Google 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 by applicable law...
package com.springbootpoc.springbootservices; import java.io.IOException; import java.util.Dictionary; import java.util.Hashtable; import javax.servlet.ServletException; import com.springbootpoc.springbootservices.jersey.JerseyApplication; import com.springbootpoc.springbootservices.springboot.Application; import o...
public class Gerente extends Funcionario { private int senha; @Override public double getBonificacao() { return super.getBonificacao() + super.getSalario(); } public void setSenha(int senha) { this.senha = senha; } public boolean autentica(int senha) { if (this.senha == senha) { return true; ...
/* * Copyright 2013-2018 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) <2013>, California Institute of Technology ("Caltech"). * U.S. Government sponsorship acknowledged. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are...
/** * Copyright 2019 ForgeRock AS. * * 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, ...
/* GENERATED SOURCE. DO NOT MODIFY. */ // © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html#License /* ******************************************************************************* * Copyright (C) 1996-2011, International Business Machines Corporation and ...
/* * The MIT License * * Copyright (c) 2018-2022, qinglangtech Ltd * * 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...
package joist.domain.orm.queries; import joist.util.Join; import org.junit.Assert; import org.junit.Test; public class WhereTest { @Test public void testAnd() { Where w1 = new Where("a = ?", 1); Where w2 = new Where("b = ?", 2); Assert.assertEquals(Join.lines(// "a = ?", " AND b = ?"), w...
package cn.com.sise.ca.castore.services; import android.content.ComponentName; import android.content.ServiceConnection; import android.os.IBinder; import java.util.LinkedList; import java.util.Queue; import cn.com.sise.ca.castore.server.ServerAction; public class ServerActionServiceConnection implements ServiceCon...
package com.builtbroken.stonebucket; import com.builtbroken.mc.fluids.api.reg.BucketMaterialRegistryEvent; import com.builtbroken.mc.fluids.bucket.BucketMaterialHandler; import net.minecraft.init.Blocks; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.IRecipe; im...
package ${packageName}; import java.net.URISyntaxException; import org.junit.jupiter.api.DynamicContainer; import org.junit.jupiter.api.TestFactory; import de.tum.in.test.api.BlacklistPath; import de.tum.in.test.api.PathType; import de.tum.in.test.api.StrictTimeout; import de.tum.in.test.api.WhitelistPath; import de...
package net.minecraft.util; import com.google.common.base.Predicate; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.item.EntityArmorStand; import net.minecraft.entity.player.Player; import net.minecraft.inventory.I...
/* * #%L * Wisdom-Framework * %% * Copyright (C) 2013 - 2014 Wisdom Framework * %% * 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...
package com.neo.caption.ocr.service.impl; import com.neo.caption.ocr.pojo.AppHolder; import com.neo.caption.ocr.service.StageService; import javafx.scene.Node; import javafx.stage.Stage; import javafx.stage.Window; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import java.util.Optio...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.sync.ui; import android.support.test.InstrumentationRegistry; import android.widget.CheckedTextView; import android.w...
package net.whg.we.ui.font; public interface TextSelection { int selStart(); int selOrigin(); int selEnd(); boolean hasSelection(); void clearSelection(); void setSelection(int start, int origin, int end); }
// Template Source: BaseEntityRequest.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------...
/* * This file is part of Industrial Foregoing. * * Copyright 2019, Buuz135 * * 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 righ...
package eu.doppel_helix.jna.tlb.excel1; import com.sun.jna.platform.win32.COM.util.annotation.ComInterface; import com.sun.jna.platform.win32.COM.util.annotation.ComMethod; import com.sun.jna.platform.win32.COM.util.annotation.ComProperty; import com.sun.jna.platform.win32.COM.util.IDispatch; import com.sun.jna.platf...
/* * 3D City Database - The Open Source CityGML Database * http://www.3dcitydb.org/ * * Copyright 2013 - 2019 * Chair of Geoinformatics * Technical University of Munich, Germany * https://www.gis.bgu.tum.de/ * * The 3D City Database is jointly developed with the following * cooperation partners: * * virtual...
package com.stylefeng.guns.rest; public class Singleton { private volatile static Singleton uniqueInstance; private Singleton(){ } public static Singleton getUniqueInstance(){ if (uniqueInstance == null) { synchronized (Singleton.class) { if (uniqueInstance == nul...
package chylex.hee.game.integration; @FunctionalInterface public interface IIntegrationHandler{ void integrate() throws Throwable; }
package utils; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class CalendarJoinCodeIdQuery implements CalendarIdQuery { private static String CID_COLUMN = "ID"; private static String JOIN_CODE_COLUMN = "JOIN_CODE"; private String joinCode; private int ci...
package com.yash.logger; import androidx.appcompat.app.AppCompatActivity; import android.app.AlertDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import com.yash.logging.LogHelper; import com.yash.logging.LogViewerActivity; import com.yash.logging.R; import com.yash.l...
/******************************************************************************* * Copyright (c) 1991, 2021 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
/* * 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 ma...
/* * 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.taibai.common.data.cache; import java.nio.charset.StandardCharsets; import java.time.Duration; import java.util.Collections; import java.util.Optional; import java.util.concurrent.TimeUnit; import java.util.function.Consumer; import java.util.function.Function; import org.springframework.dao.PessimisticL...
/* * 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.lechuga.jdbc; import java.math.BigDecimal; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; public class ResultSetUtils { public static <T extends Enum<T>> T getEnum(final Class<T> enumClass, final ResultSet rs) throws SQLException { final String...
/* * Copyright 2007-2021, CIIC Guanaitong, Co., Ltd. * All rights reserved. */ package com.ciicgat.grus.boot.autoconfigure.redis; import com.ciicgat.grus.boot.autoconfigure.core.GrusCoreContextInitializer; import com.ciicgat.sdk.redis.RedisExecutor; import com.ciicgat.sdk.redis.RedisService; import com.ciicgat.sdk...
package com.Hospital.Core_Classes; public class Patient extends PersonalDetails{ private String Covid,Admitted,Service,Time; //Constructor for Patient class------------------------------------------------------------------------------------- public Patient(String id, String name, String cnic, String phone,...
/* * 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.sequenceiq.datalake.service.sdx.database; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.mockito.Mockito.verify; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.Exten...
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either vers...
/* */ package com.hundsun.network.gates.genshan.web.validator; /* */ /* */ import com.hundsun.network.gates.genshan.biz.domain.baseset.SystemServicechargeSpecial; /* */ import com.hundsun.network.gates.genshan.biz.domain.project.ProjectType; /* */ import com.hundsun.network.gates.genshan.biz.domain....
/* * 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.img.load; import android.graphics.drawable.Drawable; import android.widget.ImageView; /*********** * * @Author rape flower * @Date 2016-09-19 16:27 * @Describe 加载图片参数对象封装 * <p> * LoaderParameter.Builder builder = LoaderParameter.newBuilder(); * builder.setUrl(""); * builder.setPlaceHolde...
package com.example.plugintest.manymethods.i.a; public class A5 { public static void a0(String msg) { System.out.println("msg=" + msg + 0); } public static void a1(String msg) { System.out.println("msg=" + msg + 1); } public static void a2(String msg) { System.out.println("msg=" + msg + 2); } public st...
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
package com.oracle.jsonloader.command.mongodbbsontoajdosonloading; import com.oracle.jsonloader.util.BlockingQueueCallback; import oracle.jdbc.internal.OracleConnection; import oracle.soda.OracleCollection; import oracle.soda.OracleDatabase; import oracle.soda.OracleDocument; import oracle.soda.rdbms.OracleRDBMSClient...
package org.hisp.dhis.webapi.documentation.controller; /* * Copyright (c) 2004-2016, University of Oslo * 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...
// Targeted by JavaCPP version 1.5.8-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.depthai; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; import s...
/* * 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 ...
// FullScreenPackage.java package com.ex_nihilo; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.ArrayList; import java.util.Collections; import java.util...
/* * 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 © 2022 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...
/* * * * * Copyright (c) 2014 Antoine Jullien * * * * 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 com.javarush.task.task04.task0415; /* Правило треугольника */ import java.io.*; public class Solution { public static void main(String[] args) throws Exception { //напишите тут ваш код BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); int a = Integer....
package com.epam.jdi.light.elements.interfaces.base; public interface JDIElement extends INamed { }
package seed.domain; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; import org.bson.types.ObjectId; import org.hibernate.validator.constraints.NotEmpty; import org.springframework.data.annotation.Id; import org.springframework.da...
package org.springboot.samples.test_embedded.model; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.io.Serializable; @Data @AllArgsConstructor @NoArgsConstructor @Entity @Table(name="location") public class Location implements Serializabl...
package rero.gui.dialogs; import rero.gui.dck.DMain; public class IgnoreDialog extends DMain { public String getTitle() { return "Ignore Setup"; } public String getDescription() { return "Ignore Mask Setup"; } public void setupDialog() { addBlankSpace(); addBlankSpace(); addLabel("The following nick/...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package tccrouter.diamante.extension.command; import tccrouter.diamante.core.command.Command; import tccrouter.diamante.core.graph.Edge; import tccrouter.diamante.core.graph.Graph; import tccrouter.diamante.core.graph.GraphComponent; import tccrouter.diamante.extension.graph.property.InteractiveProperty; publ...
package br.com.zupacademy.joao.mercadolivre.controller.dto.request; import br.com.zupacademy.joao.mercadolivre.model.Categoria; import br.com.zupacademy.joao.mercadolivre.validator.existvalues.categoria.ExistSuperCategoriaValue; import br.com.zupacademy.joao.mercadolivre.validator.uniquevalue.generico.UniqueValue; imp...
package org.infinispan.persistence.rocksdb.configuration; import static org.infinispan.configuration.parsing.ParseUtils.ignoreAttribute; import static org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationParser.NAMESPACE; import javax.xml.stream.XMLStreamConstants; import javax.xml.stream.XMLStre...
/********************************************************************************* * * * The MIT License (MIT) * * ...
package com.prowidesoftware.swift.model.mx; import com.prowidesoftware.swift.model.mx.dic.*; import com.prowidesoftware.swift.model.mx.AbstractMX; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annot...
package com.example.medical; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import com.example.medical.adapter.subadapter; import com.smarteist.autoimageslider.IndicatorView.animation.type.IndicatorAnimationType; import com.smarteist.autoimageslider.SliderAnimations; import com.smarteist....
package ru.ajana.admin.jpa.entities; import java.io.Serializable; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.JoinTable; import javax....
package tech.aistar.day18.homework; import java.util.Date; /** * @author: Merlin * @time: 2020/8/19 17:13 */ public class Student { Integer id; String name; Integer no; Date birthday; Address address; public Student(Integer id, String name, Integer no, Date birthday, Address address) { ...
package com.composum.sling.platform.staging.versions; import com.composum.sling.core.filter.ResourceFilter; import com.composum.sling.core.util.CoreConstants; import com.composum.sling.platform.staging.*; import com.composum.sling.platform.staging.impl.SiblingOrderUpdateStrategy; import org.apache.sling.api.resource.P...
/* * (C) Copyright IBM Corp. 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 applicable law or agreed to in w...