text stringlengths 7 1.01M |
|---|
/*
* 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 cz.tacr.elza.domain;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.Table;
import org.apache.com... |
/*
* Created on May 17, 2006
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package biomight.body.brain.prosencephalon.telencephalon.temporallobe;
/**
* @author SurferJim
*
* To change the template for this generate... |
package com.discordbot.LocalUtils;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
public class ArrayObjectUtilTest {
@Test
public void convertObjectToList() {
ArrayList<String> data = new ArrayList<>();
data.add("abc");
data.add("de... |
package lokko12.CB4BQ;
import java.lang.reflect.InvocationTargetException;
import betterquesting.commands.BQ_Commands;
import betterquesting.commands.admin.QuestCommandDefaults;
import betterquesting.core.BetterQuesting;
import net.minecraft.block.Block;
import net.minecraft.block.BlockCommandBlock;
import net.minecr... |
/*
* MIT License
*
* Copyright (c) 2018 ARHS Group
*
* 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, modif... |
/*
* 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 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 applic... |
/*
* Copyright (C) 2018 Ferdinand Mütsch
*/
package com.github.n1try.popularmovies.ui;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatAc... |
package tools.gnzlz.database.query.builder.data;
public class DWhere{
boolean not;
Object column;
String operator;
Object value;
public DWhere(Object column, String operator, Object value, boolean not) {
this.column = column;
this.operator = operator;
this.value = value;
this.not = not;
... |
package com.arjunsk.networking.components.socket.clientserver;
import java.io.DataOutputStream;
import java.net.Socket;
public class SocketClient {
public static void main(String[] args) {
try (Socket socket = new Socket("localhost", 6666)) {
DataOutputStream outputStream = new DataOutputStream(socket.ge... |
/**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Nov 28 05:48:39 GMT 2020
*/
package weka.core;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import org... |
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.provision.node.filter;
import com.yahoo.component.Version;
import com.yahoo.vespa.hosted.provision.Node;
import java.util.Objects;
/**
* Filter nodes by their OS vers... |
/**
* 核心常量
*/
package pro.haichuang.framework.base.constant; |
/*
Copyright (c) 2000-2012 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
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 limitat... |
public void test33() throws Throwable {
AdvancedSettings advancedSettings0 = new AdvancedSettings();
advancedSettings0.setMaxThreadsForNioWrite(3324);
assertEquals(3324, advancedSettings0.getMaxThreadsForNioWrite());
}
|
/**
* Copyright (c)2018, Laoyuan.me. All Rights Reserved.
*/
package me.laoyuan.config;
import org.springframework.cloud.client.loadbalancer.LoadBalanced;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTempla... |
/*
* This file was automatically generated by EvoSuite
* Sun Nov 29 14:49:25 GMT 2020
*/
package com.browsersoft.openhre.hl7.impl.regular;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.browsersoft.openhre.hl7.api.config.HL7Field;
import com.... |
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright 2021 Adobe
~
~ 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/li... |
/*
* 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 1999-2015 dangdang.com.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
package us.codecraft.webmagic.pipeline;
import us.codecraft.webmagic.ResultItems;
import us.codecraft.webmagic.Task;
import us.codecraft.webmagic.entity.InfoEntity;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.List;
public c... |
// --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, LLC
//
// 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:/... |
package org.interledger.connector.packetswitch.filters;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyZeroI... |
/*
* Copyright (c) 2018-2020 Karlatemp. All rights reserved.
* @author Karlatemp <karlatemp@vip.qq.com> <https://github.com/Karlatemp>
* @create 2020/08/04 19:29:26
*
* kar-framework/kar-framework.spigot-nms-1_16_1.main/NBTDouble.java
*/
package io.github.karlatemp.karframework.nms.v1_8_R2;
import io.github.kar... |
package org.aj.lists.filter.model.columndata;
public class FilterColumnDataTestParameters {
private final String familyFilterInput;
private final String groupFilterInput;
private final String typeFilterInput;
private final int familyFilterReturnListLength;
private final String familyFilterReturnLis... |
package com.github.jitwxs.addax.core.mock.mocker.implicit;
import com.github.jitwxs.addax.common.bean.MockConfig;
import com.github.jitwxs.addax.core.mock.mocker.BaseMocker;
import com.github.jitwxs.addax.core.mock.mocker.IMocker;
import lombok.AllArgsConstructor;
import java.lang.reflect.*;
import java.util.ArrayLis... |
package com.incognia;
import com.fasterxml.jackson.annotation.JsonProperty;
public enum FeedbackEvent {
@JsonProperty("payment_accepted")
PAYMENT_ACCEPTED,
@JsonProperty("payment_declined")
PAYMENT_DECLINED,
@JsonProperty("payment_declined_by_risk_analysis")
PAYMENT_DECLINED_BY_RISK_ANALYSIS,
@JsonPrope... |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it *
... |
package ru.matevosyan.entity;
import org.springframework.stereotype.Component;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Id;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Column;
/**
* Role entity.
*/
@Com... |
// 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.azure.messaging.eventgrid.systemevents;
import com.azure.core.annotation.Immutable;... |
package ru.stqa.pft.addressbook.testdrive;
public class Program1test {
public static void main(String[] args) {
int x = 1;
while (x < 10) {
if (x > 3) {
System.out.println("большой икс");
}
// return;
}
}
}
|
package com.github.kickshare.db.dao;
import java.io.IOException;
import java.util.List;
import com.github.kickshare.db.dao.common.EnhancedDAO;
import com.github.kickshare.db.jooq.tables.pojos.ProjectDB;
import com.github.kickshare.db.jooq.tables.records.ProjectRecordDB;
import com.github.kickshare.db.query.SearchOpti... |
/***************************************************************************
Copyright (c) 2016, EPAM SYSTEMS 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... |
/*
* 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 de.bauhaus.digital.controller;
import static de.bauhaus.digital.DomainFactory.createSampleProjekt;
import static de.bauhaus.digital.DomainFactory.createSampleProjektBuilder;
import static de.bauhaus.digital.DomainFactory.createSampleTeilnehmer;
import static io.restassured.RestAssured.given;
import static org... |
package com.coviam.internalapp.hrms.designation.controller;
import com.coviam.internalapp.hrms.designation.DesignationAdaptor;
import com.coviam.internalapp.hrms.designation.dto.DesignationDto;
import com.coviam.internalapp.hrms.designation.entity.Designation;
import com.coviam.internalapp.hrms.designation.service.Des... |
/*
* 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>
* </copyright>
*
* $Id$
*/
package orgomg.cwm.analysis.datamining.provider;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.util.ResourceLocator;
import org... |
/*
* #%L
* de.metas.business.rest-api-impl
* %%
* Copyright (C) 2021 metas GmbH
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the
* License, or (at your optio... |
package com.endava.service;
import com.endava.exception.OrderException;
import com.endava.model.ClientOrder;
import com.endava.model.Coffee;
import com.endava.model.Ingredient;
import com.endava.model.Recipe;
import com.endava.repository.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.spri... |
package com.mxn.soul.flowingdrawer.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android... |
package com.lanshiqin.pigeon.server.exception;
import com.lanshiqin.pigeon.server.constant.ResultCodeEnum;
/**
* 业务异常
*
* @author 蓝士钦
*/
public class BusinessException extends RuntimeException {
private Integer resultCode;
public BusinessException(String resultMsg) {
super(resultMsg);
th... |
package softuni.winelovers.data.models.shop;
import softuni.winelovers.data.models.base.BaseEntity;
import softuni.winelovers.data.models.news.Event;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "addresses")
public class Address extends BaseEntity {
@Colum... |
package com.babylonhealth.lit.usbase_java.builders;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.ZonedDateTime;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Optional;
import java.util.UUID;
import java.util.stream.Stream;
import java.u... |
/*******************************************************************************
*
* Pentaho Big Data
*
* Copyright (C) 2002-2014 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License");
* yo... |
package no.mnemonic.act.platform.api.model.v1;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.UUID;
@ApiModel(description = "Represents a Subject inside the system, e.g. a user.")
public class Subject {
@ApiModelProperty(value = "Uniquely identifies the Su... |
package com.sokolov.lang.java.parameter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ListOfParametersFromString implements IListOfParameters {
private final String listOfParams;
public ListOfParametersFromString(String listOfParams) {
this.listOfParam... |
/*
* Copyright 2012-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may not ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package infrastructure;
import labapi.FederationProvider;
import labapi.LabConstants;
import labapi.User;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.By;
import org.openqa.selenium.OutputType;
import... |
package com.wang.httpparam;
import java.lang.annotation.*;
/**
* Created on 2019/6/28.
* Author: bigwang
* Description:返回 MultipartBody.Builder
*/
@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.CLASS)
public @interface Body {
/**
* 方法名称
* @return 名称
*/
String name() def... |
/*
* Licensed to ElasticSearch and Shay Banon 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... |
/*
Copyright 2020 The Kubernetes 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 or agreed to in writing, softwar... |
package edu.servicios.util;
import java.io.UnsupportedEncodingException;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.AddressException;
import javax.mail.internet.InternetAddress;
import ... |
/*
* Copyright 2014 Source Auditor 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 a... |
package test.com.wirelust.personalapi.api;
import javax.inject.Inject;
import javax.ws.rs.core.Response;
import com.wirelust.personalapi.api.providers.GeneralExceptionMapperProvider;
import com.wirelust.personalapi.api.v1.representations.ApiErrorType;
import com.wirelust.personalapi.api.v1.representations.EnumErrorCo... |
package com.Jeka8833.EasyPacketTCP.listener;
import com.Jeka8833.EasyPacketTCP.server.ServerUser;
public interface ServerUserJoinListener {
void userJoin(final ServerUser user);
}
|
/*
* 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... |
package com.sierisimo.introduction.ifelse;
import java.util.Scanner;
/**
* Created by sierisimo on 14/01/16.
*/
public class Solution {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int n = sc.nextInt();
String ans = "";
if (n % 2 == 1) ans = "Weir... |
/*
* 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.eas.window;
import com.eas.core.XElement;
import com.eas.window.events.ActivateEvent;
import com.eas.window.event... |
/*
* Copyright 2002-2016 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... |
/*
* 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.jsoup.nodes;
import org.jsoup.helper.StringUtil;
import org.jsoup.helper.Validate;
import org.jsoup.select.NodeTraversor;
import org.jsoup.select.NodeVisitor;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
... |
/*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may n... |
/**
* Copyright (c) 2008-2016, Massachusetts Institute of Technology (MIT)
* 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 copyri... |
package com.facebook.stetho.inspector.elements;
class Document$1 implements Runnable {
final /* synthetic */ Document this$0;
Document$1(Document this$0) {
this.this$0 = this$0;
}
public void run() {
Document.access$102(this.this$0, new ShadowDocument(Document.access$200(this.this$0).... |
/*=====================================================*/
/* Project Title: Legends: Heroes and Monster */
/* Course Name: GRS CS611 */
/* Semester: Spring '21 */
/* Project Author: Victor Vicente */
/*============================... |
/**
*
* @author Theo Sun
*
*/
package org.fornever.swift.models; |
package wusc.edu.pay.core.limit.util.impl;
import java.util.HashMap;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import wusc.edu.pay.core.limit.util.AmountLimitValidator;
import wusc.edu.pay.facade.limit.enums.LimitTypeEnum;
... |
package com.github.bot.curiosone.core.nlp;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/**
* Represents a Phrase.
* A Phrase is a text that can be splitted in different Tokens.
* A Phrase can be interpreted as a question or an answer.
* Provides methods to create the Phrase and ge... |
package com.cyn.gulimall.coupon.dao;
import com.cyn.gulimall.coupon.entity.CouponHistoryEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 优惠券领取历史记录
*
* @author chenyn
* @email 775608598@qq.com
* @date 2020-05-19 22:22:22
*/
@Mapper
public interfa... |
/*
* Created by qingyou.ren on 2019/03/04.
* Copyright 2015-2019 Sensors 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... |
/*
* Copyright 2019 MovingBlocks
*
* 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) 2005-2010, 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/licenses/LI... |
package org.arquillian.cube.docker.impl.client;
import com.github.dockerjava.api.DockerClient;
import com.github.dockerjava.api.command.InfoCmd;
import com.github.dockerjava.api.model.Info;
import org.arquillian.cube.docker.impl.util.AbstractCliInternetAddressResolver;
import org.arquillian.cube.docker.impl.util.Boot2... |
/*
* 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.springservice.clientone;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ClientoneApplication {
public static void main(String[] args) {
SpringApplication.run(ClientoneApplication.class, args);
... |
/*
* #%L
* de.metas.util.web
* %%
* Copyright (C) 2021 metas GmbH
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later v... |
package org.thoughtcrime.securesms.conversation;
import android.content.Context;
import android.database.ContentObserver;
import androidx.annotation.NonNull;
import androidx.paging.DataSource;
import androidx.paging.PositionalDataSource;
import org.thoughtcrime.securesms.database.DatabaseContentProviders;
import org... |
package com.bookstore.event;
public class CheckReviewEvent {
private final String reviewerEmail;
public CheckReviewEvent(String reviewerEmail) {
this.reviewerEmail = reviewerEmail;
}
public String getReviewerEmail() {
return reviewerEmail;
}
}
|
package com.smatechnologies.msazure.storage.enums;
public enum InformationTask {
containers,
blobs;
}
|
/*******************************************************************************
* Copyright (c) 2011 Kevin Sawicki
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available a... |
/*
* Copyright 2012-2018 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... |
package hu.restumali.gamekeystore.service;
import hu.restumali.gamekeystore.model.CouponEntity;
import hu.restumali.gamekeystore.model.CouponEntityDTO;
import hu.restumali.gamekeystore.repository.CouponRepository;
import lombok.SneakyThrows;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... |
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2014 Eteration A.S.
* 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 ... |
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distribute... |
/*
* Copyright 2016 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 applicable la... |
/*******************************************************************************
* Copyright 2013 Thomas Letsch (contact@thomas-letsch.de)
*
* 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... |
/*
* Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... |
/*
* Copyright 2017 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
/*******************************************************************************
* Copyright -2018 @Emotome
*
* 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... |
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Eclipse Public License, Version 1.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.eclipse.org/org/documents/epl-v10.php
*
* Unless r... |
package org.folio.circulation.domain;
import static org.apache.commons.lang3.StringUtils.EMPTY;
import static org.folio.circulation.domain.RequestFulfilmentPreference.DELIVERY;
import static org.folio.circulation.domain.RequestFulfilmentPreference.HOLD_SHELF;
import static org.folio.circulation.domain.RequestStatus.CL... |
package com.sjet.auracascade.client.particles.pumptransferparticle;
import net.minecraft.client.particle.IAnimatedSprite;
import net.minecraft.client.particle.IParticleRenderType;
import net.minecraft.client.particle.SpriteTexturedParticle;
import net.minecraft.util.math.Vec3d;
import net.minecraft.world.World;
publi... |
package com.ducetech.shiro;
import java.util.List;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.AuthenticationInfo;
import org.apache.shiro.authc.AuthenticationToken;
import org.apache.shiro.authc.SimpleAuthenticationInfo;
import org.apache.shiro.authc.UsernamePasswordT... |
package sz.automat.core.support.scheduler;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import sz.automat.core.exception.BusinessException;
import sz.automat.core.support.scheduler.TaskScheduled.JobType;
i... |
package com.hhl.library;
import android.content.Context;
import android.database.DataSetObserver;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.util.SparseBooleanArray;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListAdapter;
import java.util.ArrayLi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.