text stringlengths 65 6.05M | lang stringclasses 8
values | type stringclasses 2
values | id stringlengths 64 64 |
|---|---|---|---|
package ggn.home.help.features.services;
import ggn.home.help.web.Web;
import ggn.home.help.web.response.BasicResponse;
import io.reactivex.Observable;
import okhttp3.MultipartBody;
import okhttp3.RequestBody;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Multipart;
import retrofit2.http.POST... | Java | CL | 3a87bff78d8b30063a66e46db92b6a08deecb952e7e43f36deaefe00f98c2a61 |
// license-header java merge-point
//
// Attention: Generated code! Do not modify by hand!
// Generated by: HibernateEntity.vsl in andromda-hibernate-cartridge.
//
package es.pode.adminusuarios.negocio.dominio;
/**
*
*/
public abstract class Rol
implements java.io.Serializable
{
/**
* The... | Java | CL | a3559e50f30bcd784f4cce909b053ee504773aa60cdeb50c373384f1863f96dc |
package com.c2c.controller;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.Rectangle;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.imageio.ImageIO;
import javax.se... | Java | CL | 5366fefcf04c75efc8c3dcd053323e9220fefb45f0c1b50bb76e1f3366f2ec7a |
package behaviours;
import java.util.ArrayList;
import agents.BaseAgent;
import basicData.BatteryInfo;
import basicData.FlexibilityData;
import basicData.ResultPowerPrice;
import database.DbAggregatorBattery;
import database.DbBatteryInfo;
import jade.core.behaviours.OneShotBehaviour;
import jade.domain.FI... | Java | CL | a72de4f4e6f6f07296ec2df8a51b0ef0bff04e7259b1465274a798e6d552bfa2 |
package com.icupad.form.controller;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.icupad.form.service.FormService;
import com.icupad.form.model.FormTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework... | Java | CL | a117a7f6309ea634769db9512e8e5e19dcbd36ba218cd9a7e29f05454eca4236 |
package com.path.dbmaps.vo;
import com.path.lib.vo.BaseVO;
import java.math.BigDecimal;
public class TRS_CHARGES_REVERSAL_DETVOKey extends BaseVO {
/**
* This field corresponds to the database column TRS_CHARGES_REVERSAL_DET.BRANCH_CODE
*/
private BigDecimal BRANCH_CODE;
/**
* ... | Java | CL | d37d2a6569e4331d5428842206e39ab6da3485b0b5e2750cd52a9b6c5c93fa3d |
package com.example.fangyi.mygame.map;
import android.view.MotionEvent;
import com.example.fangyi.mygame.R;
import org.cocos2d.actions.base.CCRepeatForever;
import org.cocos2d.actions.instant.CCCallFunc;
import org.cocos2d.actions.interval.CCAnimate;
import org.cocos2d.actions.interval.CCJumpBy;
import org.cocos2d.a... | Java | CL | e460e5a3795273d03b1c9c8e10bd3040953cba30791f1da8fdc3e94e885de826 |
package com.oracle.app.builtins;
import com.oracle.app.GoException;
import com.oracle.app.nodes.types.GoArray;
import com.oracle.app.nodes.types.GoMap;
import com.oracle.app.nodes.types.GoSlice;
import com.oracle.app.runtime.GoNull;
import com.oracle.truffle.api.dsl.Specialization;
import com.oracle.truffle.ap... | Java | CL | d8e101552dbf56e9f2a33f4076f48eaa77f28701faf5ad05d3330215fe45541d |
package com.milo.libretrofit.http;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Title:
* Describe:
* Remark:
* <p>
* Created by Milo
* E-Mail : 303767... | Java | CL | 621d2e6d7248cedb9c7166237277b8a2bf3c6e9b6c4e57a9030de9f7beaf68f3 |
package gumbo.engine.general.grouper.policies;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import gumbo.engine.general.grouper.structures.CalculationGroup;
import gumbo.engine.general.grouper.structures.GuardedSemiJoinCalculation;
/**
* Abstract class used to create policies that ... | Java | CL | 2a9ae414c21e0fbf48da92fc58ac0be31b4d9160dff65521284b16996d0a6610 |
/*
*
*
* Copyright 2019 Symphony Communication Services, 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | Java | CL | 3546e28a9c4461f226d47a3f5f119e7b06a9e943c8cfb0823dc2761f34201507 |
package com.yc.springmvc.web;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.yc.damai.bean.DmOrders;
@RestController
@RequestMapping("demo")
public class FormatAction {
/**
* Field error in object 'dmOrders' on... | Java | CL | badcc93e57f99bd4670ec59b7ba0a969fbd68edd8d0080b144c5a76c861ea6e3 |
package com.xwguan.autofund.service.mapper.tactic;
import com.xwguan.autofund.entity.plan.tactic.MATactic;
import com.xwguan.autofund.service.mapper.rule.CleanCopyPeriodConditionMapper;
import com.xwguan.autofund.service.mapper.rule.CleanCopyRuleMapper;
import javax.annotation.Generated;
import org.springframework.bea... | Java | CL | 8f86a0f200910e0575bf4eeb3554cd7a7028099ef490b4e0557e074c7929eabe |
package com.example.providerexample;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.TextView;
import com.example.providerexample.database.DatabaseHandl... | Java | CL | 0e88161f0b95e9d4849cccc2549a27f174f0fe9b3fb1e426b06f4d0b1886facd |
/*
* Copyright (C) 2018, Google LLC. and others
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0 which is available at
* https://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package org.ecli... | Java | CL | 941706c3e08d9943844a129801054ae7e5fb2ab1aebea487468adc3d39943653 |
package mapsted.com.myapplication.model;
import org.json.JSONException;
import org.json.JSONObject;
import mapsted.com.myapplication.provider.IBuildingProvider;
/*
Nested within the root object:
AnalyticsData has an Array of Objects
there is an Object,"session_infos", which is Array of Objects(which it a... | Java | CL | 2ab58db871514dfe794aee92daaee89fd1075c99142a2d3c762b2234ce07bd3e |
// --------------------------------------------------------------------------------
// Copyright 2002-2023 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:/... | Java | CL | a79ae2db54506530a77770ac6a00114d93927adfb91021987867d845b6c0f621 |
package nl.d2n.controller;
import nl.d2n.model.ApplicationException;
import nl.d2n.model.D2NErrorCode;
import nl.d2n.model.GameClock;
import org.hibernate.StaleStateException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.TypeMismatchException;
import org.springframework.bea... | Java | CL | 9f6de5b155ecfb28ee96db324b74a289af7844ebea49d555e47c88741a5de6c2 |
package cn.cnic.component.process.service.Impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.Page... | Java | CL | 26188e4e18885fa6b29752992295c66841c243b919cb60fddd7a615abe76e0f6 |
/*
Copyright (c) 2000-2022, Board of Trustees of Leland Stanford Jr. University
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 list of conditi... | Java | CL | a9152f3fdcecc82daa79eef140ed2069822a764457758b7794b833dfbcd02911 |
package control;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import javax.swing.Timer;
import entity.actor.Monster;
import entity.actor.Player;
/**
* Controller class to trigger actor events.
* @author Mi... | Java | CL | 976ba6273921f603148d191aaf5466817123dfe2a73c600f37965a9f14de351a |
/**
* Copyright 2016 LinkedIn Corp. 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... | Java | CL | 8155d21df593815b10eda2af459a0856ac46567e5a556a5658830c144b45d3be |
package fi.vm.sade.varda.rekisterointi.service;
import com.github.kagkarlsson.scheduler.SchedulerClient;
import com.github.kagkarlsson.scheduler.task.Task;
import fi.vm.sade.varda.rekisterointi.model.*;
import fi.vm.sade.varda.rekisterointi.repository.RekisterointiRepository;
import org.junit.Test;
import org.junit.ru... | Java | CL | 9e3827d8414f5ddc4e97f545df34f898f2657d2764da1cb627ff6573ece14e61 |
package com.wxplatform.controller;
import com.wxplatform.pojo.GroupMember;
import com.wxplatform.service.WxMemberInfoService;
import common.beans.ResultBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind... | Java | CL | 14ef0ff5e9760c28c65c3f8e47407f4e2ad07cf51d064457c281f3c0af15c386 |
/*
* The MIT License
*
* Copyright 2020 Y.K. Chan
*
* 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... | Java | CL | ef29dc77a427b7a4a78c26045fd7f75638ce375663229d738b71e5f690aee948 |
package heuristic;
import java.util.function.ToDoubleFunction;
import javax.annotation.Nonnull;
import optimization.algorithm.IOptimizationAlgorithm;
import optimization.decoder.IDecoder;
import optimization.fittnesEvaluator.IFitnessEvaluator;
import optimization.solution.ISolution;
import optimization.sol... | Java | CL | ed337983946172f9ba7a6607180b7c230dd21a49670f252bdb3878a1d62f4b19 |
package com.demo.bankingapi.service;
import com.demo.bankingapi.entity.Account;
import com.demo.bankingapi.entity.Currency;
import com.demo.bankingapi.entity.Transaction;
import com.demo.bankingapi.repository.TransactionRepository;
import com.demo.bankingapi.resource.TransactionResource;
import org.jeasy.random.EasyRa... | Java | CL | 8f95538ea2f132bb99cc50019e03497839d1ba28a63fd08a2b983181c2743c0f |
/*
* 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
* distribute... | Java | CL | 0d15f2e234795c6bba4f6469cd453e1910da3072a55aa5ec21071fa156a00fa1 |
package com.example.recyclerview;
import android.arch.lifecycle.Observer;
import android.arch.lifecycle.ViewModelProviders;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
... | Java | CL | 78c520ddbdbd32add813cf81f59d0901c4b2b94c15bccab0035058904ee211e0 |
package life.qbic.infrastructure.event.deserialization;
import life.qbic.domain.sample.SampleEvent;
/**
* Provides factory methods for event deserializers.
*
* @since 2.0.0
*/
public class EventDeserializerFactory {
public static EventDeserializer<SampleEvent> sampleEventDeserializer() {
return new SampleE... | Java | CL | c6c8c6fc60cffcdc2045524294f5d0cdf1d2e1ab02559e2ef750b6b4076632b0 |
package com.free.fasttools.service.formatTool.serviceImpl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.free.fasttools.dto.formatTool.FormatToolDTO;
import com.free.fasttools.global.Global;
import com.free.fasttools.global.TradeCode;
import com.free.fasttools.service.formatTool.... | Java | CL | 51a675f790068dbc28e2800aa549d69dcd65a2fe3b342807a8c107cc62139426 |
package mobile.che.com.oddymobstar.chemobile.util;
import android.database.Cursor;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import mobile.che.com.oddymobstar.chemobile.database.DBHelper;
import mobile.che.com.oddymobstar.chemobile.model.Config;
/**
* Created by root on 27/02/15.... | Java | CL | aee9f4ddd2fec4b098dcb89e4fe40cae33162bd1790eb61c4b33ab4bcf4e4d14 |
package hostileworlds;
import hostileworlds.ai.WorldDirectorMultiDim;
import hostileworlds.commands.CommandHW;
import hostileworlds.config.ModConfigFields;
import hostileworlds.dimension.HWDimensionManager;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.util.ArrayLis... | Java | CL | 07ba1fa285182879acd8b5b27bf8f7a2426164a19d6ba9fc98f2e5dd8e43204e |
/*
* $Id$
* --------------------------------------------------------------------------------------
* Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this... | Java | CL | 65764a9cc44a4c1a0270bbf57212d3122f78a825a05313a293d6f949e791e7e6 |
package com.cuketest.reporting.cukeframework.steps;
import com.cuketest.reporting.cukeframework.fixtures.ClientFixture;
import com.google.inject.Inject;
public class ClientSteps {
private ClientFixture clientFixture;
@Inject
public ClientSteps(ClientFixture fixture) {
clientFixture = fixture;
... | Java | CL | c11c9b66d4335ebcbda15ff1b000e57be93d213f6d74af31827a3f53ab866902 |
package com.msucil.hadoop.wordcount.v1;
import com.msucil.hadoop.wordcount.WordCountReducer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop... | Java | CL | 8915cdec1efe541a32e4ddc3ab7b163f716e80c7779ee90c4c3b542707271cc3 |
package uk.co.resilientdatasystems.thtkya.config;
import java.sql.SQLException;
import javax.annotation.PostConstruct;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.ClassPathResou... | Java | CL | 0a46c85938b282a411c64b0c554d8bade4cdf36db0d4067d12377fe91d23d1bf |
/*
* This file is part of BlueMap, licensed under the MIT License (MIT).
*
* Copyright (c) Blue (Lukas Rieger) <https://bluecolored.de>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | Java | CL | 28dcbd1fef3dbd28d6f725134a0bf1ccf2247d5af6cfb50e2abfc02fcf81583b |
package com.nedap.archie.archetypevalidator.validations;
import com.nedap.archie.aom.AuthoredArchetype;
import com.nedap.archie.aom.ResourceDescriptionItem;
import com.nedap.archie.aom.TranslationDetails;
import com.nedap.archie.archetypevalidator.ArchetypeValidationBase;
import com.nedap.archie.archetypevalidator.Err... | Java | CL | 6671618769915effbb6db725e87d8ae73fedfd39a337916483ec5a65122a6f7e |
package com.wp.wpqa_81_check_for_Ad_units_TOH;
import org.apache.log4j.Logger;
import org.openqa.selenium.support.PageFactory;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.wp.genericLib.ConfigFileReader;
import com.wp.genericLib.Constant;
import com.wp.genericLib.Driver;
i... | Java | CL | f2aa8f7e48fa66811eedbf63a324db48b622c890b554efc543f3bfb6b0bd7fed |
package io.flutter.plugins;
import io.flutter.plugin.common.PluginRegistry;
import io.flutter.plugins.firebasemessaging.FirebaseMessagingPlugin;
public final class MyPluginRegistrant{
/*public static void registerWith(PluginRegistry registry) {
if (alreadyRegisteredWith(registry)) {
return;
}
Fire... | Java | CL | ab1c0c881360f98d1b8de121c8fb9fe5b06b63586f7685431702878b4e3fb196 |
/*
* Copyright 2019 Jonathan Chang, Chun-yien <ccy@musicapoetica.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 ... | Java | CL | 237a007b1c1c6c4dca36d5cad34b0489b44cc549c183bd21c4981a17d7f8f10f |
package org.russianpost.operationhistory;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceException;
import javax.xml.ws.WebServiceFeature;
... | Java | CL | 57725c39c450fbee6daff49616a308bf8bc87da43f3aaeb78991b5ce9519d7ac |
package tonegod.emitter.influencers;
import com.jme3.util.SafeArrayList;
import org.jetbrains.annotations.NotNull;
import tonegod.emitter.interpolation.Interpolation;
/**
* The interface for implementing interpolated particle influencers.
*
* @author JavaSaBr
*/
public interface InterpolatedParticleInfluencer<D> ... | Java | CL | 6dd16d0b1240db0a22447c1c4bfe760921bdc4291681e3ed1de8565e509b5566 |
package com.example.proyectopdm.Audio;
import android.app.Activity;
import android.content.Context;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
impo... | Java | CL | 775762a65545046409cde094794c26c9a845cdaad6c4b7df8d0540919bf7fc19 |
package com.bfly.cms.content.dao;
import com.bfly.cms.content.entity.Article;
import com.bfly.cms.content.entity.dto.ArticleLuceneDTO;
import com.bfly.core.base.dao.IBaseDao;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.... | Java | CL | c8df611425015f0d3427263efbabc72e91c1a1d9abae86249ed41103c9071224 |
package com.geeboo.dyna.server.service.topic;
import com.geeboo.common.msg.BaseResponse;
import com.geeboo.common.msg.ObjectResponse;
import com.geeboo.common.msg.TableResultResponse;
import com.geeboo.common.page.Page;
import com.geeboo.dyna.server.client.dto.topic.DynaTopicFavorDTO;
public interface IDynaTopicFavor... | Java | CL | eca9b8d354a414350e76617bde9d59f9c27d5894a436b8819d1436e891607e16 |
package com.yj.dal.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.yj.dal.model.FrCardType;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
* <p>
* 卡类型表 Mapper 接口
* </p>
*
* @author MP自动生成
* @since 2018-09-12
*/
public interface FrCardTypeMapper ... | Java | CL | 8393b1ab2da99ca9028dc79b482a010d1badf9465041c5b619fe325f371bf409 |
//
// 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: 2018.02.... | Java | CL | 26316e9d2e1f5fa632ec655d2950699525deedce5186c22d6ccb336573347c44 |
package com.mvvm.lux.framework.base;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import com.mvvm.lux.framework.utils.Utils;
import com.mvvm.lux.widget.swipeback.SwipeBackActivityBase;
import com.mvvm.lux.widget.swipeback.SwipeBackActivityHelper;
import com.mvvm... | Java | CL | b01f3ca283b3667d3617737c87f91bdb60f68d92efc412fd3fece96d8f420223 |
package networkZ;
import javax.swing.JFrame;
import javax.swing.ImageIcon;
import javax.swing.JMenuBar;
import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
import javax.swing.JTextPane;
import javax.swing.JTextField;
im... | Java | CL | a9a496179f6cf8614b8127aa84679b6b747f2ee3fca767eadbe294c51bf1bb20 |
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
public class MainClass {
static WebDriver driver;
public static void main(String[] args) throws IOException {
// много комменчу, даже сам... | Java | CL | 1ecd863529d4ba944fe9e2e09b647b3a71bd755673262ee13e0b2375f6a2d790 |
/*
* 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 image;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;
/**
*
* @author Wouter... | Java | CL | 0181c62e674091672bd55193230c82527c840bdd433bc1a4cc989c2cfd8f92e1 |
package com.mznerp.model;
import java.io.Serializable;
/**
* 用户信息表Model
* @author John Kenrinus Lee
*/
public class UserInfo implements Serializable
{
private static final long serialVersionUID = 1L;
/** 用户代码 */
public String userID;
/** 用户图片 */
public String userImage;
/** 手机号 */
public String phoneNumber... | Java | CL | 911253c6b2fb622775253d0a30ac24719cb9095c6110d268a4791ecf68cd5ac7 |
/*
* Copyright 2017 AppDirect, 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 applicable law ... | Java | CL | c69fd7e68b1c886e7d553db222b8749ca14ef9509508347dd7b70fa2e499d702 |
package com.blakgeek.cordova.plugin.amazonmobileads;
import android.util.Log;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.FrameLayout;
import android.widget.LinearLayout;
import com.amazon.device.ads.*;
import org.apache.cordova.CallbackContext;
import or... | Java | CL | a453d8369dd60c986e3f55b2670ffe2e074816fdd78d887f37f44a09b4b8b061 |
package com.lxw.videoworld.app.api;
import com.lxw.videoworld.app.model.ConfigModel;
import com.lxw.videoworld.app.model.SearchResultModel;
import com.lxw.videoworld.app.model.SourceDetailModel;
import com.lxw.videoworld.app.model.SourceListModel;
import com.lxw.videoworld.framework.http.BaseResponse;
import io.reac... | Java | CL | 8d85767163d7bd0c8a5f42f37be5a5b038f4ddc2c222cad0824b205133cd8181 |
package vladbrown.turing_machine;
import java.io.File;
import java.io.FileNotFoundException;
import java.sql.SQLException;
import java.util.LinkedList;
import java.util.ListIterator;
import java.util.Scanner;
/**
* Класс {@link TuringMachine}
* симулирует работу абстрактной машины Тьюринга,
* включает в себя вло... | Java | CL | 3e99328508df068e74e27eaf2cf1ac4dfeaf6c1d161447f49f1cf6a51e74475e |
package com.pltfm.app.dao;
import com.pltfm.app.vobject.HealthYgenericInfo;
import com.pltfm.app.vobject.HealthYgenericInfoExample;
import java.sql.SQLException;
import java.util.List;
/**
* 健康信息处理接口
*
* @author cjm
* @since 2013-7-18
*/
public interface HealthYgenericInfoDAO {
/**
* 记录分布信... | Java | CL | ed6eef9738de5b3fd445952f9887545799a1950711ae898317a09ce7d982dbe0 |
package website.magyar.muservice.bootstrap;
import website.magyar.muservice.configuration.VersionTitleProvider;
import website.magyar.muservice.initialize.EngineConfigurationAccess;
import website.magyar.muservice.initialize.PropertyDto;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframewo... | Java | CL | b98963c6c1d1d1b735bc24aab547b3a6f33841202973fc62d336203db008ef12 |
package com.appsmith.server.configurations;
import com.appsmith.server.configurations.mongo.SoftDeleteMongoRepositoryFactoryBean;
import com.appsmith.server.repositories.BaseRepositoryImpl;
import com.github.cloudyrock.mongock.SpringBootMongock;
import com.github.cloudyrock.mongock.SpringBootMongockBuilder;
import lom... | Java | CL | 61d6b13deab3119b284f36bc107c02a5dfe6a3255d911ce7578302e3b74f137d |
/*
** This file is part of the emx370 emulator.
**
** This software is provided "as is" in the hope that it will be useful,
** with no promise, commitment or even warranty (explicit or implicit)
** to be suited or usable for any particular purpose.
** Using this software is at your own risk!
**
** Written by Dr... | Java | CL | 82995ca447a07acf7ae19a7aa358cd6d0aeb7e8e1cf8f4d77553f9198cb06eb5 |
package org.poormanscastle.products.hit2ass.renderer.domain.table;
import com.ctc.wstx.util.StringUtil;
import org.apache.commons.lang3.StringUtils;
import org.apache.velocity.Template;
import org.apache.velocity.VelocityContext;
import org.apache.velocity.app.Velocity;
import org.poormanscastle.products.hit2ass.rende... | Java | CL | 235aee946107a765ba71996fd4f70c8d36f06caa9ba47772a9d189cf25a9ca95 |
package org.sfm.jdbc.impl;
import org.sfm.jdbc.MultiIndexFieldMapper;
import org.sfm.jdbc.impl.setter.PreparedStatementIndexSetter;
import org.sfm.reflect.Getter;
import org.sfm.reflect.IndexedGetter;
import org.sfm.reflect.primitive.IntGetter;
import org.sfm.utils.ErrorHelper;
import java.sql.PreparedStatement;
pub... | Java | CL | e874859f12612306d1f726b49f4a9aadd5389c55b10cfa5dbfb8d208c39a8897 |
/**
* Este paquete contiene las clases necesarias para representar los objetos de
* dominio de una manera tal que puedan ser enviados a la capa de presentación <br>
* Estas representaciones toman la forma de DTOs (Data Transfer Objects).
*/
package zinbig.item.util.dto;
import java.io.Serializable;
/**
... | Java | CL | b8eb226683aac18a2a290c9bd7ea29992a31cf9c35be5e8518a3266b850fa256 |
package server.handlers.games;
import com.sun.net.httpserver.HttpExchange;
import server.Server;
import server.handlers.Handler;
import shared.request.game.SaveGameRequest;
import java.io.IOException;
/**
* For handling requests to /games/save
*/
public class SaveHandler extends Handler {
/**
* Expects request... | Java | CL | 1e6fab7d002842a19771969f650151c4930026ae911cf213137a7ff53dd961ff |
package ws.slink.mine.info;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Compon... | Java | CL | b3277b8ad4267386e844f11a69fb184df9f3934e6765fe139b9c01182f6f9f97 |
package com.kaitusoft.ratel.core.handler;
import com.kaitusoft.ratel.core.model.Target;
import com.kaitusoft.ratel.util.StringUtils;
import io.vertx.core.http.Cookie;
import io.vertx.ext.web.RoutingContext;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHas... | Java | CL | de4d99ecc17b224dae74f2063ce55ae287d7c6cbbf51a0b782a06fcee4538e9e |
/*
* 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 ... | Java | CL | 783a040d403d3dc3cc59a438da50326ffb982226051e7fa413c75e15d8f92c36 |
package com.google.android.gms.fitness.request;
import android.os.IBinder;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
import com.google.android.gms.common.internal.zzw;
import com.google.android.gms.common.internal.zzx;
impor... | Java | CL | 6bba506355387141ff222059f32b978f76d3eb1c97412a4637ff0d4e920ec5b0 |
/**
*/
package rover;
import org.eclipse.emf.ecore.EFactory;
/**
* <!-- begin-user-doc -->
* The <b>Factory</b> for the model.
* It provides a create method for each non-abstract class of the model.
* <!-- end-user-doc -->
* @see rover.RoverPackage
* @generated
*/
public interface RoverFactory extends EFactor... | Java | CL | 12617d1a03fa3d6cab5219990249cd5b1521abba9441fb9cfcfe6ea4956028e1 |
/*
* Copyright 2016 charl.
*
* 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... | Java | CL | f49b5c0d074a55a87b0cc81711e7796b8b3c8af10316e6dda7a6f479e3bd9fcd |
/*
* Copyright (C) 2014 Robert Stupp, Koeln, Germany, robert-stupp.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... | Java | CL | e1c5069fc413df68bd9a9d98b71548ab0a845ec6769a8182a91f28f0927cf6f4 |
/*
* Geotoolkit - An Open Source Java GIS Toolkit
* http://www.geotoolkit.org
*
* (C) 2011, Geomatys
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
* vers... | Java | CL | 85ffad3ee56a0d9cf4c2697640d79616dc9143e16bf28b0a7b5e6402fadf0a57 |
package com.at.ac.tuwien.sepm.ss15.edulium.gui;
import com.at.ac.tuwien.sepm.ss15.edulium.domain.MenuEntry;
import com.at.ac.tuwien.sepm.ss15.edulium.domain.validation.ValidationException;
import com.at.ac.tuwien.sepm.ss15.edulium.domain.validation.Validator;
import com.at.ac.tuwien.sepm.ss15.edulium.service.MenuServi... | Java | CL | 4239ed06248a57fbc42f62edc771bbaecbbcff962ce7cbe32fbcb407db0fbdf8 |
package com.vcat.module.ec.web;
import com.vcat.common.easyui.DataGrid;
import com.vcat.common.persistence.Page;
import com.vcat.common.utils.DateUtils;
import com.vcat.common.utils.StringUtils;
import com.vcat.common.web.BaseController;
import com.vcat.module.core.utils.excel.ExportExcel;
import com.vcat.module.ec.en... | Java | CL | de1f373315fa3c1b963563b2fc1ca5e5aa9b0a8c6eb6823cbd4e4fbb614dc46c |
package org.cache2k.config;
/*-
* #%L
* cache2k API
* %%
* Copyright (C) 2000 - 2022 headissue GmbH, Munich
* %%
* 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.... | Java | CL | b0f85c5cfb093322653e32ad53b3cec8b737942420c9ed44cef9dee89f7631f5 |
package no.forsen.skisenter;
//import skisenter.*;
import java.io.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.util.List;
import java.util.LinkedList;
import java.util.Objects;
import java.net.URL;
/**
* Skiresert is the class with the main-method.
* Skiresort creates the Pers... | Java | CL | 1e8a795cce6b74de0585491a31502ec5646353c6b39410104da712ac346661c3 |
// -*- mode: java; indent-tabs-mode: nil; tab-width: 4; -*-
// vim: set shiftwidth=4 softtabstop=4 expandtab:
/*
********************************************************************
** ISFS: NCAR Integrated Surface Flux System software
**
** 2016, Copyright University Corporation for Atmospheric Research
**
** Th... | Java | CL | 527433bdb83df14ea7b92cf040b2b21bf7815d7381deb8f0f1679cab5cdad52a |
package dcu.service;
import com.google.gson.Gson;
import dcu.DAO.ExtraSessionDAOImpl;
import dcu.datamodel.ExtraSession;
import dcu.datamodel.Session;
import javassist.NotFoundException;
import org.json.JSONException;
import org.json.JSONObject;
import javax.ws.rs.*;
import javax.ws.rs.core.MediaType;
import java.io.... | Java | CL | 96271bcbe5d3611351a4a8295f326049a1bb4be46fe5fddd8a72f9417842da7a |
package mvc.vga.cate;
import java.util.List;
public interface CateProcInter {
/**
* 등록
* @param cateVO
* @return
*/
public int create(CateVO cateVO);
/**
* 출력 순서별 목록
* @return
*/
public List<CateVO> list_seqno_asc();
/**
* 조회, 수정폼
* @param categrpno 카테고리 그룹... | Java | CL | 66a552a99bccea5ba607ca47a901594207b173e0143c323ed794dab03e836034 |
package org.gamboni.cloudspill.shared.api;
import org.gamboni.cloudspill.shared.domain.ClientUser;
import org.gamboni.cloudspill.shared.domain.InvalidPasswordException;
import org.gamboni.cloudspill.shared.domain.IsItem;
import org.gamboni.cloudspill.shared.domain.IsUser;
import org.gamboni.cloudspill.shared.domain.It... | Java | CL | d449beb7fb74480163f5fbeb0172db8309c92b6d1cbff3a211ab5139fb98bc8b |
/*
* Copyright (C) 2019 Parrot Drones SAS
*
* 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 cond... | Java | CL | a41461fc8f51e61d061a60c9c1571b47d0722fd3aaab53f968fafed83b43e0fc |
package kotlin.reflect.jvm.internal.impl.metadata.deserialization;
import java.util.LinkedList;
import java.util.List;
import kotlin.Triple;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.jvm.internal.impl.metadata.ProtoBuf.QualifiedNameTable;
import kotlin.reflect.jvm.internal.impl.metadata.ProtoBuf.Qua... | Java | CL | 7501d2b3fefe30b7588f0f5841b0e1c316f3b754c65912b1504117ef1c3be3cd |
package com.sustain.workflow;
import com.sustain.cases.model.CaseComponent;
import com.sustain.metadata.model.MdEntity;
import com.sustain.util.spring.TaskProcessor;
import com.sustain.workflow.model.*;
import org.apache.commons.collections.CollectionUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
imp... | Java | CL | 05a90a689c139c1956a3110fb73d663d0813ba081de705ce1bf84e6d4e11fea4 |
/*
* Copyright 2022 Yelp 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... | Java | CL | c3eba8cf0c895200f44e8c3627dc7309a5e9175e33ccb3a64abd85bd0283eb0e |
import java.io.IOException;
import java.sql.SQLException;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.OptionBuilder;
import com.highgo.hgdbadmin.myutil.MigrateConstraint;
import com.highgo.hgdbadmin.myutil.ShellEnvironment;
import com.mchange.v2.c3p0.ComboPooledDataSource;
/**
... | Java | CL | 8d396caad6dbfc79dc445f65468a2cf4edc581b21c5a7c57f90d74dcd9c567f7 |
package com.bdxh.user.entity;
import javax.persistence.Table;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import lombok.Data;
import javax.persistence.*;
import java.util.Date;
import java.lang.String;
import java.lang.Long;
import ... | Java | CL | 18bf94344a27209f0129f6410fd228ef11596e9771d4845fa9eb37920198b66f |
package com.wiscess.oauth.config;
import static com.wiscess.oauth.config.OauthProperties.SECURITY_OAUTH_PREFIX;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.boot.autoconfigure.condition.Con... | Java | CL | 8efb22660834d2d86d9ce86b98c673b5ee558d4f35e6dbc27b604f9e2258d8e2 |
package beeiqnamecard.com.htk.modelexample.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Metadata {
@SerializedName("total")
@Expose
private Integer total;
@SerializedName("page")
@Expose
private Integer page;
@Serialize... | Java | CL | 03e33b9084118f31aba10457ae73b245ac70191ebcde0ece7836799e65167183 |
/**
* Java Card 3.0.5 API
* url: https://docs.oracle.com/javacard/3.0.5/index.html
*
* Copyright (C) 2020, Oracle and/or its affiliates. All rights reserved.
*/
package javacard.framework.service;
import javacard.framework.CardRuntimeException;
import javacard.framework.JCSystem;
/**
* <code>Servi... | Java | CL | 101b3abd7d71847a70df76aa2fe7d681415774506e368dd142d135b8e31c9d21 |
/*
* 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 pt.uc.dei.ar.proj5.grupob.controllers;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;... | Java | CL | 32b1edbf918266bfcf4977e0c8a949dd9ab59b5c78687c8cd4e6921bcf465485 |
package com.hjy.business.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.io.Serializable;
import java.util.Date;
/**
* (TNews)实体类
*
* @author wangdengjun
* @since 2020-09-28 17:48:11
*/
@Data
public class TNews implements Serializable {
private static final long s... | Java | CL | b2a946a3b2296809ab283139f0fa54442f3b9ca40e2989f1e0d4343c1022cd92 |
package com.katrasolutions.feedbackservice.controller;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.katrasolutions.feedbackservice.entity.Feedback;
import com.katrasolutions.feedbackservice.exception.CustomExceptionHandler;
import com.katrasolutions.feedbackservice.model.UserModel;
import com.katraso... | Java | CL | 0a6aa50223e295f508de70d125aab834fbb535a48337cc3a0976f78545ec4661 |
package com.hps.mayo.services;
import java.io.OutputStream;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.net.URLConnection;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
... | Java | CL | 811e51530364f46cbd42bce04d77dac3bf79e4be975b608cace4bd305d42a936 |
package springdatarest.reactive.repository;
import springdatarest.reactive.model.User;
import org.springframework.data.r2dbc.repository.R2dbcRepository;
import reactor.core.publisher.Flux;
public interface UserRepository extends R2dbcRepository<User, Long> {
Flux<User> findByName(String name);
}
| Java | CL | 3b7e94746c913cf677b76c93e1d41f45e4905d5945640c386f020356bf215006 |
import java.io.*;
import java.net.URI;
import java.util.ArrayList;
import java.util.concurrent.atomic.*;
import org.apache.log4j.Level;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.commons.logging.impl.Log4JLogger;
import org.apache.hadoop.conf.Configuration;
im... | Java | CL | d18b189517d7351e1f8dab0739c8963597c8c924173e3d1cc40ea9675bbeee3a |
package com.alone.hotel.dao;
import com.alone.hotel.entity.Recreation;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* @BelongsProject: hotel
* @BelongsPackage: com.alone.hotel.dao
* @Author: Alone
* @CreateTime: 2020-03-17 19:48
* @Description:
*/
public interface RecreationDao {
... | Java | CL | 78dfb84a497c89d8ece9db14265476442ecae5262d5eafa421ed17a584d8f6ed |
package io.oasp.gastronomy.restaurant.suppliermanagement.service.impl.rest;
import javax.inject.Inject;
import javax.inject.Named;
import io.oasp.gastronomy.restaurant.suppliermanagement.logic.api.Suppliermanagement;
import io.oasp.gastronomy.restaurant.suppliermanagement.logic.api.to.SupplierCto;
import io.oasp.gast... | Java | CL | cafed884b026f2ff4a30a73e167c0310de33e8d1b33ab1a054e5d7da6d740184 |
package org.hisp.dhis.reporting.action.scheduletask;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.hisp.dhis.dataelement.DataElement;
import org.hisp.dhis.dataelement.DataElementService;
import org.hisp.dhis.program.ProgramStageInstance;
import org.his... | Java | CL | 4dccd40309f99f38505aae4962d9855bb8e9fdb7991d38b6724a678192c560c8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.