text stringlengths 7 995k |
|---|
package com.example.hp.placementoffice;
import android.app.ProgressDialog;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ListView;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpC... |
package com.hccake.ballcat.notify.model.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.time.LocalDateTime;
/**
* 用户公告表
*
* @author hccake 2020-12-25 08:04:53
*/
@Data
@ApiModel(value = "用户公告分页VO")
public class UserAnnouncementPageVO {
... |
/*
* 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 wang.conge.springdemo.dto;
/**
* 错误状态枚举
* @author conge.wang
*
* 2015年7月31日
*/
public enum CommonError {
/**通用状态*/
OK(200,"OK"),
PARAM_ERROR(4000,"参数格式错误"),
SIGN_ERROR(4001,"SIGN ERR"),
TOKEN_ERROR(4002,"TOKEN ERR"),
SYS_ERROR(5000,"一个神奇的错误"),
;
/** code状态值 */
private int code;... |
/*
* 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 The Gravitee team (http://gravitee.io)
*
* 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 requ... |
package com.nodream.xskj.module.main.inqusisition.model;
import com.nodream.xskj.module.main.information.model.PatientBean;
import com.nodream.xskj.module.main.work.model.LocationBean;
public class OrderBean {
private String orderId;
private String stationName;
private String stationAddress;
private P... |
package course.labs.graphicslab;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.media.AudioManager;
import android.media.SoundPool;
import android.os.Bundle... |
package org.usfirst.frc.team6360.robot.commandGroups;
import org.usfirst.frc.team6360.robot.RobotMap;
import org.usfirst.frc.team6360.robot.commands.Auto_Drivetrain_ArcadeDrive;
import org.usfirst.frc.team6360.robot.commands.Auto_Drivetrain_Turing;
import org.usfirst.frc.team6360.robot.commands.Auto_ElevatorControl_co... |
package controller;
import javafx.application.Platform;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.collections.transformation.FilteredList;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Node;
import jav... |
/*
* 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.sj.verb.trilateral.augmented.modifier.vocalizer.lafif.connected.active;
import java.util.*;
import org.sj.verb.trilateral.Substitution.*;
import org.sj.verb.trilateral.augmented.modifier.*;
import org.sj.verb.trilateral.augmented.MazeedConjugationResult;
import org.sj.verb.trilateral.augmented.*;
pub... |
package org.apereo.cas.monitor.config;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.monitor.HazelcastMonitor;
import org.apereo.cas.monitor.Monitor;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.context.propert... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/datacatalog/v1beta1/policytagmanager.proto
package com.google.cloud.datacatalog.v1beta1;
/**
* <pre>
* Request message for
* [CreatePolicyTag][google.cloud.datacatalog.v1beta1.PolicyTagManager.CreatePolicyTag].
* </pre>
*
* Prot... |
/*
*******************************************************************************
* Copyright (C) 2004-2015, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package com.ibm.icu.impl;
import java.io.I... |
package redstonetweaks.packet.types;
import net.minecraft.client.MinecraftClient;
import net.minecraft.network.PacketByteBuf;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.network.ServerPlayerEntity;
import redstonetweaks.interfaces.mixin.RTIMinecraftClient;
public class DoWorldTicksPacket ... |
/*
* Copyright 2017 The Closure Compiler 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... |
package com.example.yjw.OkHttp3Utils;
/**
* Created by kimhillzhang on 2018-01-15.
*/
public class sys_group {
public String ID;
public String Code;
public String groupname ;
public String parentid ;
public String remark;
public String groupmaster;
/// <summary>
/// 级数
/// </summ... |
package xyz.e3ndr.consolidate.exception;
/**
* The Class CommandNameException.
*/
public class CommandNameException extends Exception {
private static final long serialVersionUID = -5013886469988806824L;
} |
/*
*
* Copyright (c) 2020 NESP Technology Corporation. All rights reserved.
*
* This program is not free software; you can't redistribute it and/or modify it
* without the permit of team manager.
*
* Unless required by applicable law or agreed to in writing.
*
* If you have any questions or if you f... |
package com.esen;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RenderCode {
private String header = "\n" +
"<html>\n" +
" <head>\n" +
" <style type=\"text/css\"... |
// Copyright 2017 The Bazel Authors. 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 appl... |
package com.github.maheshyaddanapudi.quartz.scheduler.APICallsScheduler.dto.response.buffer;
import com.github.maheshyaddanapudi.quartz.scheduler.APICallsScheduler.dto.response.ScheduleOAuth2DetailsComponent;
import lombok.*;
import java.util.Date;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Getter
@Setter
public ... |
package com.viready.eyas;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
@SpringBootApplication(scanBasePackages = {"com.viready.eyas"})
... |
package com.ervin.part2.java8;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Stream;
import org.junit.Test;
/*
* 一、 Stream 的操作步骤
*
* 1. 创建 Stream
*
* 2. 中间操作
*
* 3. 终止操作
*/
public class TestStreamAPI1 {
List<Employee> emps = Arrays.asList(
new Em... |
//==============================================================================
// This software is part of the Open Standard for Unattended Sensors (OSUS)
// reference implementation (OSUS-R).
//
// To the extent possible under law, the author(s) have dedicated all copyright
// and related and neighboring rights to t... |
package cloud.agileframework.spring.util;
import cloud.agileframework.common.constant.Constant;
import cloud.agileframework.common.util.clazz.TypeReference;
import cloud.agileframework.common.util.json.JSONUtil;
import cloud.agileframework.common.util.object.ObjectUtil;
import com.alibaba.fastjson.JSON;
import com.goo... |
package ca.uhn.fhir.jpa.dao.r4;
import ca.uhn.fhir.interceptor.api.HookParams;
import ca.uhn.fhir.interceptor.api.IInterceptorBroadcaster;
import ca.uhn.fhir.interceptor.api.Pointcut;
import ca.uhn.fhir.jpa.api.config.DaoConfig;
import ca.uhn.fhir.jpa.model.entity.ModelConfig;
import ca.uhn.fhir.jpa.model.entity.Resou... |
// Copyright 2016 The Bazel Authors. 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 appl... |
// Copyright 2016 Twitter. 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... |
/*
* 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... |
// Generated by OABuilder
package com.oreillyauto.remodel.model.oa.propertypath;
import com.oreillyauto.remodel.model.oa.*;
public class QueryInfoPP {
private static QuerySortPPx querySorts;
private static QueryTablePPx queryTables;
private static RepositoryPPx repository;
public static Query... |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2022 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 the License at
*
* http://www.apache.org/licenses/LICE... |
package com.lt.sisyphus.rpc.registry;
import lombok.extern.slf4j.Slf4j;
import java.util.HashMap;
import java.util.Map;
@Slf4j
public class RegistryManager {
private static volatile RegistryManager RPC_REGISTRY_MANAGER = new RegistryManager();
private static Map<String, RpcRegistryConsumerService> registr... |
package javax.servlet;
import jakarta.servlet.ServletRequestProxy;
import jakarta.servlet.ServletResponseProxy;
public class FilterChainProxy implements FilterChain {
public final jakarta.servlet.FilterChain impl;
public FilterChainProxy(jakarta.servlet.FilterChain impl) { this.impl = impl; }
@lombok.SneakyThrow... |
package com.smartthings.sdk.smartapp.core;
import com.smartthings.sdk.smartapp.core.internal.DefaultSmartApp;
import com.smartthings.sdk.smartapp.core.models.*;
import java.util.function.Consumer;
public interface SmartApp {
ExecutionResponse execute(ExecutionRequest request);
static SmartApp of(Consumer<S... |
package com.sequenceiq.cloudbreak.reactor.api.event.cluster;
import com.sequenceiq.cloudbreak.reactor.api.event.resource.AbstractClusterScaleRequest;
public class AmbariRepairSingleMasterStartResult extends AbstractClusterScaleRequest {
public AmbariRepairSingleMasterStartResult(Long stackId, String hostGroup... |
/**
* Gonçalo Candeias Amaro 17440 - Queen
*/
package pt.ipbeja.estig.chess.model.pieces;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import pt.ipbeja.estig.chess.model.Model;
import pt.ipbeja.estig.chess.model.Position;
import java.util.ArrayList;
import java.util.List;
/**
* The type ... |
/*
* Copyright (c) 2020 Baidu.com, 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 applica... |
/**
* Most of the code in the Qalingo project is copyrighted Hoteia and licensed
* under the Apache License Version 2.0 (release version 0.8.0)
* http://www.apache.org/licenses/LICENSE-2.0
*
* Copyright (c) Hoteia, 2012-2014
* http://www.hoteia.com - http://twitter.com/hoteia - contact@h... |
package ru.stqa.krug.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.NoAlertPresentException;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import java.io.File;
public class HelperBase {
protected WebDriver wd;
public HelperBase(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 ... |
/*
* Copyright 2017-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package com.wangshanhai.guard.config;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* 口令复杂度检测配置
*/
@Builder
@Data
@NoArgsConstructor
@AllArgsConstructor
@ConfigurationPrope... |
package ar.edu.itba.paw.webapp.rest;
import javax.inject.Inject;
import javax.validation.Valid;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaT... |
/*
* Copyright (c) 2008-2018, 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 org.openecomp.mso.client.has.entities;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import c... |
/*
* 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 B.V. under one or more contributor
* license agreements. See the NOTICE file distr... |
package eu.w4.ps.genActor.excel;
import java.io.File;
import java.util.Properties;
import eu.w4.ps.genActor.cli.CliException;
import eu.w4.ps.genActor.cli.CliParameter;
import eu.w4.ps.genActor.cli.CliParser;
import eu.w4.ps.genActor.cli.CliPrinter;
import eu.w4.ps.genActor.excel.GenerateActors;
import eu.w4.ps.genAc... |
/******************************************************************************
* Compilation: javac QuickX.java
* Execution: java QuickX < input.txt
* Dependencies: StdOut.java StdIn.java
* Data files: https://algs4.cs.princeton.edu/23quicksort/tiny.txt
* https://algs4.cs.princeton.edu/23... |
package com.coolweather.android.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by king on 2017/5/30.
*/
public class Forecast {
public String date;
@SerializedName("tmp")
public Temperature temperature;
@SerializedName("cond")
public More more;
public class Temper... |
package cn.wizzer.iot.mqtt.server.store.starter;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.nutz.boot.annotation.PropDoc;
import org.nutz.ioc.impl.PropertiesProxy;
import org.nutz.ioc.loader.annotation.Inject;
import org.nutz.ioc.loader.annotation.IocBean;
import java.util.Properties;
/**
* ... |
package org.apache.spark.api.python;
public class PythonUtils {
/** Get the PYTHONPATH for PySpark, either from SPARK_HOME, if it is set, or from our JAR */
static public java.lang.String sparkPythonPath () { throw new RuntimeException(); }
/** Merge PYTHONPATHS with the appropriate separator. Ignores blank st... |
package com.cusey.advanced.accumulator;
import com.cusey.rdd.commons.Utils;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.apache.spark.SparkConf;
import org.apache.spark.SparkContext;
import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.api.java.JavaSparkContext;
import org.apa... |
/*
* Copyright (c) 2012 Les Hazlewood
*
* 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 agree... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.analytics.synapse.artifacts.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.annotation.JsonFlatten;
import com.fasterxml.... |
package com.x.common.core.application.component;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import com.x.base.core.gson.XGsonBuilder;
import com.x.base.core.utils.collection.ListTools;
import io.github.lukehutch.fastclasspathscanner.FastClasspathScanner;
public class CompileAll {
public s... |
package com.boluozhai.snowflake.rest.path;
public class PathPattern {
private final PathPatternPart[] parts;
private PathPattern(PathPatternPart[] init) {
this.parts = init;
}
public PathPatternPart[] getParts() {
return parts;
}
public static PathPattern parse(String s) {
PathPatternPart[] pps = PathP... |
package com.newcab.backend_application.dataaccessobject;
import com.newcab.backend_application.domainobject.CarDO;
import org.springframework.data.repository.CrudRepository;
public interface CarRepository extends CrudRepository<CarDO, Long> {
} |
/*
* Copyright (C) 2014-2020 Arpit Khurana <arpitkh96@gmail.com>, Vishal Nehra <vishalmeham2@gmail.com>,
* Emmanuel Messulam<emmanuelbendavid@gmail.com>, Raymond Lai <airwave209gt at gmail.com> and Contributors.
*
* This file is part of Amaze File Manager.
*
* Amaze File Manager is free software: you can redistri... |
/*
* 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 ... |
/*
* MIT License
*
* Copyright (c) 2017 Distributed clocks
*
* 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, cop... |
/*
* iur-ade-citygml4j - i-Urban Revitalization ADE module for citygml4j
* https://github.com/citygml4j/iur-ade-citygml4j
*
* iur-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2021 Virtual City Systems
* https://vc.systems/
*
* Licensed under the Apache License, Version 2.0 (the "License");... |
package com.example.android.sunshine;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
public class... |
package org.ovirt.engine.core.common.action;
import org.ovirt.engine.core.compat.*;
public class VmPoolParametersBase extends VdcActionParametersBase implements java.io.Serializable {
private static final long serialVersionUID = -4244908570752388901L;
private NGuid _vmPoolId;
public VmPoolParametersBase(... |
/**
* 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.search.implementation;
import java.util.List;
im... |
package com.gemsrobotics.commands;
import com.gemsrobotics.commands.any.Wait;
import com.gemsrobotics.subsystems.manipulator.Manipulator;
import edu.wpi.first.wpilibj.command.CommandGroup;
import static com.gemsrobotics.util.command.Commands.commandOf;
public class PickupSequence extends CommandGroup {
public Picku... |
/*
* Copyright 2019 liaochong
*
* 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... |
/*
* Copyright (c) 2019-2021 GeyserMC. http://geysermc.org
*
* 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,... |
package kodlamaio.hrms.entities.concretes;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
@Data
@Entity
@NoArgsConstructor
@AllArgsConstructor
@Table(name = "candidate_schools")
public class CandidateSchool {
@Id
... |
package com.github.lassana.releases.net.model;
import com.google.gson.annotations.SerializedName;
/**
* @author lassana
* @since 1/10/14
*/
public class Tag {
@SerializedName("name")
private final String mName;
@SerializedName("zipball_url")
private final String mZipballUrl;
@SerializedName("t... |
package com.bsa.boot.util;
import org.springframework.stereotype.Component;
/**
* @author professorik
* @created 22/06/2021 - 09:12
* @project boot
*/
@Component
public class User {
/**
* @param id
* @return true if id has characters in
* square brackets or id is empty or
* comprises white... |
package org.snail.rocket.trigger.support;
import org.snail.rocket.common.model.Column;
import org.snail.rocket.common.model.Condition;
import org.apache.commons.collections.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.ArrayList;
import java.util.List;
import java.util.Map... |
/*******************************************************************************
* Copyright 2016 Internet2
*
* 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/... |
/**
* <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 gov.noaa.pmel.tmap.las.client.laswidget;
import gov.noaa.pmel.tmap.las.client.ui.AutoCloseMenuBar;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.Command;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.MenuBar;
import com.google.gwt.user.... |
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * 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 was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.01.... |
package com.drajer.ecrapp.service;
import com.drajer.ecrapp.model.Eicr;
import com.drajer.ecrapp.model.ReportabilityResponse;
public interface EicrRRService {
Eicr saveOrUpdate(Eicr eicr);
Eicr getEicrById(Integer id);
ReportabilityResponse saveOrUpdate(ReportabilityResponse rr);
ReportabilityResponse getR... |
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.app.bulkedit;
import static junit.framework.TestCase.assertTrue;
import java.io.Fi... |
package org.aksw.dcat_suite.transform.api;
import org.aksw.dcat.jena.domain.api.DcatDistribution;
public interface DcatDistributionTransform {
public DcatDistribution transform(DcatDistribution sourceDcatDistribution);
} |
package com.example.demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration;
import org.springf... |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.hundsun.ares.studio.cres.extend.cresextend.impl;
import com.hundsun.ares.studio.cres.extend.cresextend.CresProjectExtendProperty;
import com.hundsun.ares.studio.cres.extend.cresextend.CresextendPackage;
import com.hundsun.ares.studio.cres.extend.cresextend.... |
/*
* 06/21/2015
*
* This library is distributed under a modified BSD license. See the included
* LICENSE file for details.
*/
package org.fife.ui.rsyntaxtextarea.modes;
import javax.swing.text.Segment;
import org.fife.ui.rsyntaxtextarea.Token;
import org.fife.ui.rsyntaxtextarea.TokenMaker;
import org.fife.ui.rs... |
package io.opensphere.core.util.function;
import java.util.function.Function;
/**
* A function that returns a constant value regardless of input.
*
* @param <T> the type of the input to the function
* @param <R> the type of the result of the function
*/
public class ConstantFunction<T, R> implements Function<T, ... |
/**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.security;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.authc... |
/*
* Copyright (c) 2018.
* Development Lead: Cryptenet Ltd.
* Developer Credit:
* Alamgir Hossain,
* Md. Rezwanur Rahman Khan,
* Ashif Mujtoba
* This project is under Apache License 2.0
*/
package com.cryptenet.thanatos.dtmweb.mvp_base;
import android.app.Activity;
import android.os.Bundle;... |
package mage.cards.p;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.common.DiesSourceTriggeredAbility;
import mage.abilities.effects.common.CreateTokenEffect;
import mage.abilities.keyword.ReachAbility;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
impor... |
package me.grishka.houseclub.fragments;
import android.app.Activity;
import android.content.res.Configuration;
import android.graphics.Bitmap;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
im... |
/*
* 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.timestamp.calculator;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
public class AboutActivity extends Activity
{
@... |
package com.blueskykong.lottor.core.service.message;
import com.blueskykong.lottor.common.entity.TransactionMsg;
import com.blueskykong.lottor.common.enums.NettyMessageActionEnum;
import com.blueskykong.lottor.common.enums.TransactionStatusEnum;
import com.blueskykong.lottor.common.netty.bean.LottorRequest;
import com... |
package org.eazyportal.plugin.release.jenkins.action;
import com.google.inject.Inject;
import hudson.Extension;
import hudson.model.InvisibleAction;
import org.eazyportal.plugin.release.core.action.FinalizeReleaseVersionAction;
import org.eazyportal.plugin.release.jenkins.ReleaseStepConfig;
import java.io.Serializabl... |
// Copyright (c) 2018, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.ir.callgraph;
import static org.hamcrest.CoreMatchers.containsString;
import... |
package com.toparchy.push.core;
import java.util.Calendar;
import android.app.Notification;
import android.app.NotificationManager;
import android.content.Context;
import android.support.v4.app.NotificationCompat;
import android.util.Log;
import com.toparchy.push.entity.GenericMessage;
import com.toparchy.push.entity... |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... |
/* Copyright 2020 The TensorFlow Authors. 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 or 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 ... |
// --------------------------------------------------------------------------------
// 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:/... |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.