text
stringlengths
7
995k
package net.yasri.microservice.bootstrap; import net.yasri.microservice.domain.Bread; import net.yasri.microservice.repositories.BreadRepository; import net.yasri.microservice.web.model.BreadStyleEnum; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component; import java.math...
package validation.leaf.is.of.value.lessthan.zero; final public class Code { public String value() { return "must-be-zero"; } }
/* * Copyright (c) 2005-2019 Substance Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, * ...
package org.apache.spark.sql.execution.datasources.json; public class TextInputJsonDataSource$ extends org.apache.spark.sql.execution.datasources.json.JsonDataSource { /** * Static reference to the singleton instance of this Scala object. */ public static final TextInputJsonDataSource$ MODULE$ = null; publ...
package com.lilithsthrone.game.sex.sexActions.universal.consensual; import java.util.List; import com.lilithsthrone.game.character.GameCharacter; import com.lilithsthrone.game.character.attributes.CorruptionLevel; import com.lilithsthrone.game.character.body.CoverableArea; import com.lilithsthrone.game.character.feti...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE129_Improper_Validation_of_Array_Index__getCookies_Servlet_array_read_no_check_73a.java Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml Template File: sources-sinks-73a.tmpl.java */ /* * @description * CWE: 129 Improper Validation of Array In...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org...
/* * Copyright (C) 2016 Lightbend Inc. <http://www.lightbend.com> */ package com.example.hello.api; import static com.lightbend.lagom.javadsl.api.Service.named; import static com.lightbend.lagom.javadsl.api.Service.pathCall; import akka.Done; import akka.NotUsed; import com.lightbend.lagom.javadsl.api.Descriptor; i...
/* * Copyright 2011-2016 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 "li...
package com.github.niko247; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertTrue; @Ignore("Integration test") public class TelegramSenderTest { //"TELEGRAM_TOKEN" env variables must be set @Test public void send() { //given var telegramSender = new Te...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.daemon.impl.quickfix; import com.intellij.codeInsight.daemon.QuickFixBundle; import com.intellij.codeInsight.daemon.impl.analysis.HighlightFixUt...
/** * 描述:普通mvc包 * <p>创建时间:2018/11/28<br> * * @author 佟盟 * @version 1.0 * @since 1.0 */ package com.agile.mvc;
package com.example.liangwenchao.appdemo.service; import android.app.Notification; import android.app.Service; import android.content.Intent; import android.os.Binder; import android.os.IBinder; import android.support.annotation.Nullable; import android.support.v4.app.NotificationCompat; import android.util.Log; /** ...
/* * 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.xunlei.downloadprovider.xl7; // compiled from: ReportMyPhoneToQRHelper.java public class a$a { public int a; final /* synthetic */ a b; public a$a(a aVar) { this.b = aVar; } }
package com.pillar.product; /** * Created by ian on 9/15/16. */ public class Cola implements Product { private double price; private int quantity; public Cola(double price, int quantity) { this.price = price; this.quantity = quantity; } public double getPrice() { return...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.watcher.rest.action; import org.elasticsearch...
/** * Copyright 2011 Nube Technologies * * 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 ...
/* * Copyright © 2018 Knative Authors (knative-dev@googlegroups.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 req...
/** * Copyright (c) 2016, WSO2.Telco Inc. (http://www.wso2telco.com) All Rights Reserved. * * WSO2.Telco Inc. licences this file to you 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...
package com.aspose.asposecloudpdf.examples.images; import com.aspose.asposecloudpdf.ApiException; import com.aspose.asposecloudpdf.api.PdfApi; import com.aspose.asposecloudpdf.examples.Common; import com.aspose.asposecloudpdf.model.ImagesResponse; public class GetImagesExample { public static void main(String[] arg...
package net.unesc.sextou; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.NavigationView; import android.support.v4.app.Fragmen...
/* * InterphasePropertiesInterface.java * * Created on 13. august 2001, 13:13 */ package neqsim.physicalProperties.interfaceProperties; import neqsim.physicalProperties.interfaceProperties.solidAdsorption.AdsorptionInterface; import neqsim.physicalProperties.interfaceProperties.surfaceTension.SurfaceTensionInterfa...
package com.twu.biblioteca.models; public class Book { private String name; private String author; private String year; private String checked; public Book(String name, String author, String year, String checked) { this.name = name; this.author = author; this.year = year; ...
package com.yourtion.Pattern09; /** * Created by Yourtion on 28/11/2016. */ public interface Calculator { public int Add(int a, int b); public int Subtract(int a, int b); public int Divide(int a, int b); public int Multiply(int a, int b); }
/* FantastleX: A Maze/RPG Hybrid Game Copyleft 2013 Eric Ahnell Any questions should be directed to the author via email at: products@puttysoftware.com */ package com.puttysoftware.fantastlex.creatures.characterfiles; import java.io.File; import com.puttysoftware.commondialogs.CommonDialogs; import com.puttysoftwa...
/* * 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...
package com.punkstudio.struct.reflect; /** * Date:2021/1/15-2:04 PM * * @author Mason */ public class Apple { private int price; public String name; public Double brand; public int getPrice() { return price; } public void setPrice(int price) { System.out.println("price ...
package com.indiana.server.model.bean; import java.io.Serializable; import javax.jdo.annotations.Extension; import javax.jdo.annotations.NotPersistent; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import javax.jdo.annotations.PrimaryKey; import com.google.appengine.datanu...
package cn.internship.dao; import cn.internship.entity.InternshipReport; public interface InternshipReportDao { public void save(InternshipReport internshipReport); public InternshipReport get(String sno); public void update(InternshipReport internshipReport); }
/* * 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 2016 - 2022 Anton Tananaev (anton@traccar.org) * * 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 b...
// ********************************************************************** // // Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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/li...
package com.robertzhang.commonlibs.imageloader; public interface IImageLoaderProvider { void loadImage(com.robertzhang.commonlibs.imageloader.ImageRequest request); }
package eu.bcvsolutions.idm.core.bulk.action.impl.policy; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Description; import org.springframework.stereotype.Component; import eu.bcvsolutions.idm.core.api.bulk.action.AbstractBulkActio...
package module1245packageJava0; import java.lang.Integer; public class Foo7 { Integer int0; Integer int1; public void foo0() { new module1245packageJava0.Foo6().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public voi...
package datawave.webservice.datadictionary; import java.io.IOException; import java.io.OutputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Type; import java.nio.charset.Charset; import java.util.List; import javax.ws.rs.Produces; import javax.ws.rs.WebApplicationException; import javax.ws.r...
package ca.bc.gov.open.ecrc.controller; import ca.bc.gov.open.ecrc.exception.EcrcExceptionConstants; import ca.bc.gov.open.ecrc.exception.EcrcServiceException; import ca.bc.gov.open.ecrc.exception.WebServiceStatusCodes; import ca.bc.gov.open.ecrc.model.RequestCRCShare; import ca.bc.gov.open.ecrc.model.RequestCreateApp...
/* * Copyright 2013~2014 Dan Haywood * * 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...
/* 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 android.support.fragment; public final class R { public static final class attr { public static int coordinatorLayo...
package com.airbnb.lottie.model.content; import android.graphics.PointF; import com.airbnb.lottie.LottieDrawable; import com.airbnb.lottie.animation.content.Content; import com.airbnb.lottie.animation.content.PolystarContent; import com.airbnb.lottie.model.animatable.AnimatableFloatValue; import com.airbnb.lottie.mod...
package org.satochip.client; import static org.satochip.client.Constants.*; import org.satochip.io.APDUResponse; import java.util.Arrays; /** * Parses the result of a SATODIME_GET_STATUS command retrieving application status. */ public class SatodimeKeyslotStatus { private boolean setup_done= false; private...
package com.will.snooker.entity; import com.will.snooker.config.GameConfig; /** * 速度矢量 * * @author qinglian * */ public class Speed { /** * x轴方向的速度 */ private double mVx; /** * y轴方向的速度 */ private double mVy; static Speed nextSpeed; public Speed(double vx, double v...
package io.myweb; import android.app.Service; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.IBinder; import java.lang.ref.WeakReference; public class LocalService<T> extends Service { /** * Weak ref...
package org.bcos.web3j.abi.datatypes.generated; import java.math.BigInteger; import org.bcos.web3j.abi.datatypes.Ufixed; /** * <p>Auto generated code.<br> * <strong>Do not modifiy!</strong><br> * Please use {@link org.bcos.web3j.codegen.AbiTypesGenerator} to update.</p> */ public class Ufixed16x32 extends Ufixed ...
package com.sms.model.course; public class ExamInformationVTO { private String examName ; private int grade ; private int numberofstudentanswers ; public ExamInformationVTO() { } public String getExamName() { return examName; } public void setExamName(String examName) { ...
/* * MIT License * * Copyright (c) 2020-present Cloudogu GmbH and Contributors * * 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 r...
/* * 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.hisp.dhis.common; /* * Copyright (c) 2004-2017, 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 retain the above copyrig...
/* * Copyright 2016 Johan Walles <johan.walles@gmail.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 ap...
package smt_policy; public class SMTMatchOrigin{ }
/** * Complexity.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.sforce.soap._2006._04.metadata; public class Complexity implements java.io.Serializable { private java.lang.String _value_; private static java.util.Hash...
/* * Copyright (C) 2020-21 Application Library Engineering Group * * 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 2006-2012 Amazon Technologies, Inc. or its affiliates. * Amazon, Amazon.com and Carbonado are trademarks or registered trademarks * of Amazon Technologies, Inc. or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
/* * Copyright (c) 2020 MarkLogic Corporation * * 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 [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute * Copyright [2016-2019] EMBL-European Bioinformatics Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
package model; import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; import java.net.URL; import java.util.Set; import javax.imageio.ImageIO; import org.junit.Test; import utils.Location; import utils.Move; import utils.Side; public class RookTest { @Test public void testQueenMoves()...
package org.radarcns.management.repository; import org.radarcns.management.domain.Authority; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import java.util.Optional; /** * Spring Data JPA re...
package com.example.flixster.activities; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityOptionsCompat; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.os.Bundle; import android.util.Log; import android.view.Vi...
/* * Copyright (C) 2017 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...
/* * Copyright 2020 Haulmont. * * 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 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package webhook.teamcity.testing; import webhook.teamcity.settings.WebHookConfig; import webhook.teamcity.testing.model.WebHookExecutionRequest; import webhook.teamcity.testing.model.WebHookTemplateExecutionRequest; public interface WebHookConfigFactory { WebHookConfig build(WebHookExecutionRequest webHookExecution...
package at.ac.uibk.mcsconnect.messagebus.api; import java.util.LinkedList; import java.util.List; public abstract class EventProducer<E> { private List<E> events = new LinkedList<>(); private void publish(E e) { events.add(e); } }
/* * 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 ...
public static BigDecimal powerBig(BigDecimal base, BigDecimal exponent) { BigDecimal ans = new BigDecimal(1.0); BigDecimal k = new BigDecimal(1.0); BigDecimal t = new BigDecimal(-1.0); BigDecimal no = new BigDecimal(0.0); if (exponent != no) { BigDecimal absExponent = exponent.signum() > 0 ...
/* * Copyright 2014-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...
/* * 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 ...
/* * Jexer - Java Text User Interface * * The MIT License (MIT) * * Copyright (C) 2021 Autumn Lamonte * * 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...
package com.youhaoxi.livelink.gateway.common.util; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.stereotype.Component; @Component public class ApplicationContextUtil impleme...
package com.mengyuan.design.principle.openclose; public class JavaCourse implements ICourse { private Integer Id; private String name; private Double price; public JavaCourse(Integer id, String name, Double price) { this.Id = id; this.name = name; this.price = price; } ...
/* * Copyright 2016 vasgat. * * 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 admin; /** * * 项目名称:cars    * 类名称:UserLogin    * 类描述: 注册类 用于注册和登录    * 创建人: 饶蓓雷   * 创建时间:2019-1-20 上午9:03:38    * @version         */ public interface UserLogin { /** * 这是用户登录的功能 * 用户名 username * 密码 password * 返回登录是否成功 */ public abstract boolean Login(String username,String passwor...
/* * 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 ...
/* * 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 sotrc.common; public class SotrcProperties { public static final char CHECKMARK = '\u2713'; public static final String VERIFIED_SUFFIX = " " + CHECKMARK; }
/* * This file is part of "lunisolar-magma". * * (C) Copyright 2014-2019 Lunisolar (http://lunisolar.eu/). * * 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 com.internshipElves.service.impl; import com.internshipElves.dao.UserMapper; import com.internshipElves.entity.User; import com.internshipElves.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class UserServiceIm...
/* * 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 de.bright_side.filesystemfacade.databasefs; import java.sql.Connection; /** * Either dbDriverClassName, dbUrl, dbUserName and dbPassword are needed or a dbConnection object * @author Philip Heyse * */ public class DatabaseFSConfig { private String dbDriverClassName; private String dbUrl; private String...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
package CredibleExam.exam_12_6; import java.util.HashSet; import java.util.Set; /** * @Classname RobotHandOutputTime * @Description TODO * @Date 2020/7/11 19:59 * @Created by Administrator */ public class RobotHandOutputTime { public static void main(String[] args) { String s = "zyxwvutsrqponmlkjihgf...
/* * Copyright ConsenSys AG. * * 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...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.opencensusshim; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.ArgumentMatchers.anyCollection; import static org.mockito.ArgumentMatchers.anyList; import static org.mockit...
/* * Copyright (c) 2008-2015, 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 ...
package com.jd.easyflow.flow.cases.pretty; import java.util.Map; import org.apache.commons.io.IOUtils; import org.junit.Assert; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.jd.easyflow.flow.util.JsonPrettyHelper; import com.jd.easyflow.flow.util.JsonUtil; /** * flow de...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Brian Westrich, Red Hat, Inc., Stephen Connolly, Tom Huybrechts * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to d...
/*- * ---license-start * WHO Digital Documentation Covid Certificate Gateway Service / ddcc-gateway * --- * Copyright (C) 2022 T-Systems International GmbH and all other contributors * --- * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
package foundation.fantom.jitweb3.abi.datatypes.generated; import foundation.fantom.jitweb3.abi.datatypes.Bytes; /** * Auto generated code. * <p><strong>Do not modifiy!</strong> * <p>Please use foundation.fantom.jitweb3.codegen.AbiTypesGenerator in the * <a href="https://github.com/web3j/web3j/tree/master/codege...
package com.alibaba.auto.doc.utils; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import com.alibaba.auto.doc.constants.SpecialCharacter; import com.alibaba.auto.doc.constants.SpringAnnotation; import com.alibaba.auto.doc.constants.SpringAnnotationParam; import com.alibaba.auto.doc.e...
package run.halo.app.utils; import java.io.File; import java.util.Arrays; import java.util.List; import org.apache.commons.lang3.StringUtils; import org.springframework.lang.NonNull; import org.springframework.util.Assert; /** * Filename utilities. * * @author johnniang * @date 3/26/19 */ public class FilenameUt...
package com.emall.service; import com.emall.dao.ShippingMapper; import com.emall.entity.Shipping; import org.springframework.stereotype.Service; import org.springframework.util.StringUtils; import javax.annotation.Resource; import java.util.List; /** * 收货地址业务层 */ @Service public class ShippingService { @Resour...
package org.xpdojo.bank; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatExceptionOfType; import static org.xpdojo.bank.Account.emptyAccou...
// Copyright 2012 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 applicable law o...
/* * 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) 2015-2021, Antonio Gabriel Muñoz Conejo <antoniogmc at gmail dot com> * Distributed under the terms of the MIT License */ package com.github.tonivade.claudb.command; import com.github.tonivade.claudb.DBServerContext; import com.github.tonivade.purefun.data.ImmutableArray; import com.github.toniva...
package ktrwjr.test; public class JUnit3InheritCheck extends JUnit3Check { }