text stringlengths 7 995k |
|---|
/*
* Copyright (C) 2010-2101 Alibaba Group Holding Limited.
*
* 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 ... |
package com.github.binarywang.wxpay.bean.applyment.enums;
/**
* 登记证书的类型枚举
*/
public enum CertTypeEnum {
/**
* 事业单位法人证书
*/
CERTIFICATE_TYPE_2388,
/**
* 统一社会信用代码证书
*/
CERTIFICATE_TYPE_2389,
/**
* 有偿服务许可证(军队医院适用)
*/
CERTIFICATE_TYPE_2390,
/**
* 医疗机构执业许可证(军队医院适用)
*/
CERTIFICATE_TY... |
package edu.vanderbilt.chuilian.util;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Created by Killian on 7/18/17.
*/
class TestOneTimeJob implements PriorityRunnable {
private int priority;
private ExecutorService es;
private AtomicInteger counter ... |
/*
* Copyright (c) 2022 AccelByte Inc. All Rights Reserved
* This is licensed software from AccelByte Inc, for limitations
* and restrictions contact your company contract manager.
*
* Code generated. DO NOT EDIT.
*/
package net.accelbyte.sdk.cli.api.social.user_statistic;
import com.fasterxml.jackson.core.type... |
/*
* 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) 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 application;
/*
import org.junit.Test;
import static org.junit.Assert.*;
*/
public class MainSystemTest {
} |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
package com.lzx.musiclib;
import android.Manifest;
import android.app.Application;
import android.text.TextUtils;
import com.lzx.musiclib.example.MusicRequest;
import com.lzx.starrysky.StarrySky;
import com.lzx.starrysky.StarrySkyConfig;
import com.lzx.starrysky.intercept.InterceptorCallback;
import com.lzx.starrysky... |
/*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package com.landray.kmss.sys.organization.webservice.out;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for getOrgGroupCateInfo complex type.
*
* <p>The following schema fragment specifies the expect... |
package com.fxkj.huabei.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* desc : Debug 日志注解
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
pub... |
/*
* This file is part of adventure, licensed under the MIT License.
*
* Copyright (c) 2017-2021 KyoriPowered
*
* 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, inc... |
package net.botelha.fishy.ui;
import static java.awt.KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS;
import static java.awt.KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS;
import static java.awt.event.KeyEvent.VK_TAB;
import java.awt.AWTKeyStroke;
import java.awt.BorderLayout;
import java.awt.event.InputEvent;
import java... |
/*
* 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... |
// 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.jeets.georouter;
import org.apache.camel.builder.RouteBuilder;
import org.jeets.georouter.nodes.GeoBasedRouter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class GeoBasedRoute extends RouteBuilder {
private static final Logger LOG = LoggerFactory.getLogger(GeoBasedRoute.class);
... |
/**
* 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-2021 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... |
import java.util.LinkedList;
import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("l")
@Implements("AbstractWorldMapData")
public abstract cl... |
/*
* 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.knowm.xchange.cryptsy.dto.account;
import java.math.BigDecimal;
import java.text.ParseException;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.knowm.xchange.cryptsy.CryptsyUtils;
/**
* @author Obsessi... |
/*
* 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 ... |
/*
* The MIT License
*
* Copyright 2018 Vivek Kumar <vivek43nit@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 righ... |
package ru.stqa.pft.addressbook.tests;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.boot.MetadataSources;
import org.hibernate.boot.registry.StandardServiceRegistry;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import org.testng.annotations.BeforeClass;
... |
package com.atguigu.gulimall.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 订单配置信息
*
* @author hhf
* @email hhf@gmail.com
* @date 2020-04-01 22:52:50
*/
@Data
... |
/*
* Copyright 2018 Google LLC
*
* 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 copyright
* notice, this list of conditions and the following discl... |
/*******************************************************************************
* Copyright (c) Contributors to the Eclipse 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
*... |
package com.neo4j.model;
import com.neo4j.core.Neo4jDefaults;
import junit.framework.TestCase;
import org.junit.Ignore;
import org.junit.Test;
import org.pentaho.metastore.api.IMetaStore;
import org.pentaho.metastore.persist.MetaStoreFactory;
import org.pentaho.metastore.stores.memory.MemoryMetaStore;
import java.uti... |
/*
* This file is part of ReplayStudio, licensed under the MIT License (MIT).
*
* Copyright (c) 2016 johni0702 <https://github.com/johni0702>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "S... |
/**
* This class is generated by jOOQ
*/
package org.jooq.meta.mysql.mysql.enums;
import javax.annotation.Generated;
import org.jooq.Catalog;
import org.jooq.EnumType;
import org.jooq.Schema;
/**
* This class is generated by jOOQ.
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ versio... |
/**
* Package for test board.
*
* @author apermyakov.
* @version 1.0.
* @since 12.01.2018.
*/
package ru.apermyakov.testtask.board; |
/*
* Copyright 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 applica... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/meta_master.proto
package alluxio.grpc;
public final class MetaMasterProto {
private MetaMasterProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void regi... |
/*
* Vechain Wallet SDK is licensed under the MIT LICENSE, also included in LICENSE file in the repository.
*
* Copyright (c) 2019 VeChain support@vechain.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to de... |
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
*/
package org.lwjgl.demo.glfw;
import org.lwjgl.*;
import org.lwjgl.glfw.GLFW;
import org.lwjgl.glfw.*;
import org.lwjgl.opengl.*;
import org.lwjgl.system.*;
import java.io.*;
import java.nio.*;
import java.util.*;
import s... |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU ... |
/*
* Copyright 2016 JSpare.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 by applicable law or agreed to in w... |
/*
* Copyright 2011 Henry Coles
*
* 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) 2021 The lambda4j authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
import java.util.Scanner;
public class Calcula {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
CalculadoraPilha obj;
String operacao = "";
do {
System.out.println("Insira uma operação");
operacao = scan.nextLine();
... |
/*
* Copyright (c) 2019, Adam <Adam@sigterm.info>
* 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
* li... |
package edu.northeastern.truthtree.enums;
/**
* Represents vote type of story. Upvote or downvote
*/
public enum VoteType {
UPVOTE("Upvote"), DOWNVOTE("Downvote");
String value;
/**
* Sets the value of enum.
*
* @param value in String.
*/
VoteType(String value) {
this.value = value;
}
p... |
package org.springframework.cloud.kubernetes.example;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class App {
} |
/* ************************************************************************
#
# DivConq
#
# http://divconq.com/
#
# Copyright:
# Copyright 2014 eTimeline, LLC. All rights reserved.
#
# License:
# See the license.txt file in the project's top-level directory for details.
#
# Authors:
# * Andy White
#
*****... |
package pl.zankowski.iextrading4j.client.rest.request.options;
import org.junit.Test;
import pl.zankowski.iextrading4j.api.options.Option;
import pl.zankowski.iextrading4j.client.rest.manager.MethodType;
import pl.zankowski.iextrading4j.client.rest.manager.RestRequest;
import javax.ws.rs.core.GenericType;
import java... |
package net.cobblers.irt;
import java.util.ArrayList;
import java.util.List;
public class IRTCustomCategoryList {
private List<customCategory> categoryList;
public IRTCustomCategoryList() {
categoryList = new ArrayList<>();
}
public void addCategory(String categoryName, List<String> literalI... |
package in.apeiro.debateassistant;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.media.MediaPlayer;
import android.os.Bundle;import android... |
package org.yni3.selenium;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
*
* @author yni3
*/
public class SeleniumHelper {
WebDriver driver;
final static int default_timeout = 1;
final static int long_timeout = 10;
int currentTimeOut... |
/*
* Copyright 2015 Adaptris 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... |
/*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.validator.test.internal.xml;
import javax.validation.ConstraintValidator;
impor... |
package com.model;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import javax.persistence.*;
import javax.validation.constraints.Size;
import java.util.Collection;
import java.util.Set;
@Entity
@Table(name = "user")
public class User impl... |
package com.sq.io.calculator.aio.server;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.util.concurrent.CountDownLatch;
public class AsyncServerHandler implements Runnable {
public CountDownLatch latch;
public AsynchronousSe... |
package com.sixtyfour.extensions.x16.commands;
import java.util.ArrayList;
import java.util.List;
import com.sixtyfour.cbmnative.NativeCompiler;
import com.sixtyfour.config.CompilerConfig;
import com.sixtyfour.elements.Type;
import com.sixtyfour.elements.Variable;
import com.sixtyfour.elements.commands.AbstractComman... |
/*
*
* This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
* Authors: Alexander Chingarev, Bruno Lowagie, et al.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License version 3
* as published by th... |
package net.jcom.adventofcode.aoc2021;
import com.google.common.collect.HashBiMap;
import net.jcom.adventofcode.Day;
import java.util.*;
public class Day2021_10 extends Day {
@Override
public String part1Logic() {
var split = Arrays.stream(input.split("\n")).toList();
int totalScore = 0;
... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE129_Improper_Validation_of_Array_Index__random_array_write_no_check_52c.java
Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml
Template File: sources-sinks-52c.tmpl.java
*/
/*
* @description
* CWE: 129 Improper Validation of Array Index
* BadS... |
package devos.jlsl.glsl;
import devos.jlsl.ObfuscationFilter.NonObfuscable;
public abstract class ShaderBase
{
@NonObfuscable
public abstract void main();
} |
import org.junit.Before;
import org.junit.Test;
public class CTest07 {
private Microsystem microsystem;
@Before
public void init() {
this.microsystem = new MicrosystemImpl();
}
@Test(expected = IllegalArgumentException.class)
public void remove_should_throw_exception_with_invalid_id()... |
/*
* 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 br.com.mw.sysimovel.dao;
import br.com.mw.sysimovel.dao.exceptions.NonexistentEntityException;
import br.com.mw.sysimovel.mode... |
package leetik.w80211.protocol.wlan.frame.management.element.subelement.inter;
/**
* Ht informations sub element of HT capabilities element
*
*
* @author Bertrand Martel
*
*/
public interface IHtCapabilityInformation {
public boolean isSupportShortGi20Mhz() ;
public boolean isSupportShortGi40Mhz() ;
p... |
package com.ppang.spring.basic.springin5steps;
import org.springframework.context.annotation.Primary;
import org.springframework.stereotype.Component;
@Primary
@Component
public class BubbleSortAlgorithm implements SortAlgorithm {
public int[] sort(int[] numbers) {
return numbers;
}
} |
/* ###
* IP: GHIDRA
*
* 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 writin... |
package com.planet_ink.coffee_mud.core.collections;
import java.util.Collection;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
import com.planet_ink.coffee_mud.core.interfaces.CMObject;
public class SortedStrSVector<T> extends SVector<T> implements Sear... |
/*
*
* 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"); ... |
/*
* Copyright 2012 GitHub 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 ... |
package edu.put.ma.model.input;
import lombok.Getter;
import org.apache.commons.cli.Options;
import org.apache.commons.io.FilenameUtils;
import org.apache.commons.lang3.StringUtils;
import com.google.common.collect.ImmutableMap;
import edu.put.ma.archiver.ArchiverFactory;
import edu.put.ma.io.FormatType;
public cl... |
/**
* Copyright 2020 Huawei Technologies Co., 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... |
package rabbitmq.inbound;
import javax.enterprise.context.ApplicationScoped;
import org.eclipse.microprofile.reactive.messaging.Incoming;
@ApplicationScoped
public class RabbitMQPriceConsumer {
@Incoming("prices")
public void consume(String price) {
// process your price.
}
} |
package com.cb.platform.yq.api.sign.impl;
import com.cb.platform.yq.api.entity.ApiClientInfoDo;
import com.cb.platform.yq.api.enums.ClientKeyTypeEnum;
import com.cb.platform.yq.api.sign.SignDataService;
import com.cb.platform.yq.api.sign.bean.StampInfo;
import com.cb.platform.yq.base.customsign.entity.Stamp;
import co... |
/*
* Copyright (c) 2022 The Trebol eCommerce Project
*
* 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, ... |
package com.example.animation.PushSever;
import android.app.ActivityManager;
import android.content.Context;
import android.os.Process;
import com.xiaomi.mipush.sdk.MiPushClient;
import com.xiaomi.mistatistic.sdk.MiStatInterface;
import com.xiaomi.mistatistic.sdk.URLStatsRecorder;
import com.xiaomi.mistatistic.sdk.co... |
/*
* Copyright (c) 2018. University of Applied Sciences and Arts Northwestern Switzerland FHNW.
* All rights reserved.
*/
package rocks.process.integration.crm.api.model;
public class Customer {
private Long customerId;
private String type;
private Integer loyaltyPoints;
private String cardNumber;
... |
package ro.msg.learning.shop.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import ro.msg.learning.shop.entities.Order;
import ro.msg.learning.shop.entities.OrderDetail;
import ro.msg.learning.shop.entities.OrderDetailKey;
import java.util... |
/**
* Copyright (C) 2015 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
/*
* ******************************************************************************
* Copyright 2014-2016 Spectra Logic Corporation. 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 i... |
/*
* Copyright 2018 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 app... |
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* ... |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.exoplayer2.drm;
import android.net.Uri;
import android.text.TextUtils;
import com.google.android.exoplayer2.C;
import com.googl... |
package edu.ifes.ci.si.les.scv.services;
import java.util.Collection;
import java.util.NoSuchElementException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.DataIntegrityViolationException;
import org.springframework.stereotype.Service;
import edu.ifes.ci.si.les.scv.mo... |
/*
* 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... |
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.huaweicloud.obs;
import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.ExtendedPropertyConfigurerGetter;
import org.apache.camel.spi.PropertyConfigurerGetter;
import org.apache.camel.spi.... |
/*
* Copyright 2018 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
/*
* 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 tomku;
public class Main {
public static void main(String[] args) {
}
} |
package com.journaldev.restassured;
import static io.restassured.RestAssured.delete;
import static io.restassured.RestAssured.get;
import static io.restassured.RestAssured.given;
import static org.hamcrest.Matchers.hasItems;
import org.hamcrest.Matchers;
import org.testng.annotations.DataProvider;
import org.testng.a... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
/*
* This file was automatically generated by com.microsoft.tfs.core.ws.generator.Generator
* from the /enumeration.vm template.
*/
package ms.tfs.services.classification._03;
import com.mic... |
package org.motechproject.commcare.util;
import org.apache.commons.beanutils.BeanMap;
import org.apache.commons.beanutils.BeanUtils;
import org.motechproject.commcare.domain.CaseXml;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.HashMap;
import java.util.Map;
public class CaseMapper<T> {
... |
package dev.mruniverse.guardianrftb.core.games;
import dev.mruniverse.guardianrftb.core.GuardianRFTB;
public class GameRunnable implements Runnable {
private final GuardianRFTB plugin;
public GameRunnable(GuardianRFTB main) {
plugin = main;
}
public void run() {
for (Game game : plugi... |
package com.secondgroup.service;
import com.github.pagehelper.PageInfo;
import com.secondgroup.bean.Doctor;
import java.util.List;
/**
* @author LindaBlack
* @date 2020/5/27
*/
public interface DoctorService {
List<Doctor> getDoctorList();
void save(Doctor doctor);
Doctor getDoctorDetailById(Integer... |
package guo.ping.ioc.propertieseditor;
import org.springframework.beans.PropertyEditorRegistrar;
import org.springframework.beans.PropertyEditorRegistry;
import org.springframework.beans.propertyeditors.CustomDateEditor;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @description: 注册Spring自带日期的属性编辑... |
package uk.gov.homeoffice.pontus;
/**
* Created by leo on 04/11/2016.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
*... |
package com.nitya.accounter.text.commands.objectlists;
import com.nitya.accounter.text.ITextData;
import com.nitya.accounter.text.ITextResponse;
import com.nitya.accounter.text.commands.CreateOrUpdateCommand;
public class ReceuvePaymentsCommand extends CreateOrUpdateCommand {
@Override
public boolean parse(ITextDa... |
/*
* Copyright (c) 2014, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... |
package stubidp.saml.domain;
import java.time.Instant;
public abstract class IdaMessage {
private String id;
private String issuer;
private Instant issueInstant;
protected IdaMessage() {
}
public IdaMessage(String id, String issuer, Instant issueInstant) {
this.id = id;
this.... |
package org.jboss.resteasy.plugins.spring;
import org.jboss.resteasy.plugins.providers.RegisterBuiltin;
import org.jboss.resteasy.spi.ResteasyProviderFactory;
/**
* @author <a href="mailto:sduskis@gmail.com">Solomon Duskis</a>
* @version $Revision: 1 $
*/
public class ResteasyClientInitializer
{
public Resteas... |
package com.ruoyi.web.controller.system;
import java.util.List;
import java.util.stream.Collectors;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
... |
package com.zhengsr.cusbottomhelper;
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.*;
/**
* Instrumented test, which will execute on an And... |
package com.proximus.pontointeligente.api.security.dto;
public class TokenDto {
private String token;
public TokenDto() {
}
public TokenDto(String token) {
this.token = token;
}
public String getToken() {
return token;
}
public void setToken(String token) {
this.token = token;
}
} |
package com.lsh.gulimall.search.vo;
import com.lsh.gulimall.common.to.es.SkuEsModel;
import lombok.Data;
import java.util.List;
/**
* //TODO
*
* @Author shihe
* @Date 22:49 2021/7/8
* @Description 查询返回结果
**/
@Data
public class SearchResult {
/*商品信息*/
private List<SkuEsModel> products;
/*分页信息*/
private Int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.