text stringlengths 7 995k |
|---|
package com.solar.ikfa.http.response;
import okhttp3.Request;
/**
* @author wujunjie
* @date 2016/12/28
*/
public abstract class ResponseHandler {
/**
* 网络请求开始
*/
public abstract void onStart();
/**
* 网络请求结束,包括请求成功,失败,异常完成
*
* @param request
*/
public abstract void ... |
package gov.uspto.bulkdata.source;
import javax.xml.bind.annotation.XmlElement;
public class Source {
private String name;
private String docType;
private SourceDownload download;
public String getName() {
return name;
}
@XmlElement(name = "name", required = true)
public v... |
/*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
package hadoop.ch05.d17124080232;
import java.io.IOException;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Reducer;
public class SalaryTotalReducer extends Reducer<NullWritable,Employe,NullWritable,Text> {
@Override
protected void reduce(Null... |
/**
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose eith... |
package com.aerse.jtimeago;
import java.io.IOException;
import java.util.Locale;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspTagException;
import javax.servlet.jsp.PageContext;
import javax.servlet.jsp.tagext.TagSupport;
public abstract class AbstractJInterval extends TagSupport {
private st... |
package com.liuz.gulimall.order.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.liuz.common.utils.PageUtils;
import com.liuz.gulimall.order.entity.OrderEntity;
import java.util.Map;
/**
* 订单
*
* @author liuz
* @email 2351810431@qq.com
* @date 2020-10-10 10:01:18
*/
public interf... |
package net.troja.eve.crest.beans;
/*
* ========================================================================
* Library for the Eve Online CREST API
* ------------------------------------------------------------------------
* Copyright (C) 2014 - 2015 Jens Oberender <j.obi@troja.net>
* ------------------------... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (colle... |
/*******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the ... |
package nl.fornax;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java.util.Timer;
import java.util.TimerTask;
import java.util.logging.Level;
import java.util.logging.Logger;
import net.lingala.zip4j.core.ZipFile;
import net.lingala.zip4j.exception.ZipException;
import net.lingala.zip4... |
package Fragment.uitil;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.myapplication.R;
/**
* Created by Jaelyn on 2015/12/13.
*/
public class Fragment1 extends Fragment{
@Overrid... |
package com.smartg.swing.combobox;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
import jav... |
package com.maixuanviet.comparison.shiro.models;
public class UserCredentials {
private String username;
private String password;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPass... |
/*
* 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.o... |
package seedu.address.logic.parser;
import static java.util.Objects.requireNonNull;
import static seedu.address.model.schedule.Event.DATE_MESSAGE_CONSTRAINTS;
import static seedu.address.model.schedule.Event.DURATION_MESSAGE_CONSTRAINTS;
import static seedu.address.model.schedule.Event.TIME_MESSAGE_CONSTRAINTS;
impor... |
private class Mixer
{
private int arr[],n;
private Mixer(int nn)
{
n=nn;
}
private void accept()
{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
for(int i=0;i<n;i++)
{
System.out.print("Enter the "+i+"th Element of t... |
/*
* Copyright 2020 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... |
package edu.berkeley.ground.postgres.dao.version;
/**
* 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... |
/**
* 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 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
package com.amazonaws.util.awsclientgenerator.domainmodels.codegeneration;
import lombok.Data;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
impor... |
/**
*/
package cz.cuni.mff.d3s.jdeeco.core.model.parsedmetadata.util;
import cz.cuni.mff.d3s.jdeeco.core.model.parsedmetadata.*;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EO... |
package com.mxt.anitrend.adapter.pager.detail;
import android.content.Context;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import com.mxt.anitrend.R;
import com.mxt.anitrend.base.custom.pager.BaseStatePageAdapter;
import com.mxt.anitrend.util.KeyUtil;
import com.mxt.anitrend... |
/*
* Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... |
package frc.robot;
import edu.wpi.first.wpilibj.Joystick;
import edu.wpi.first.wpilibj.drive.DifferentialDrive;
import edu.wpi.first.wpilibj.DigitalInput;
import com.revrobotics.CANSparkMax;
import com.revrobotics.SparkMax;
import com.revrobotics.CANPIDController;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
i... |
package com.github.seregamorph.hamcrest;
import java.util.regex.Pattern;
import org.hamcrest.Description;
import org.hamcrest.Matcher;
import org.hamcrest.TypeSafeDiagnosingMatcher;
public class StringMatchers {
/**
* Match string pattern.
*
* @param pattern
*/
public static Matcher<Strin... |
/*
* 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 n... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.argonavis.javaeesecurity.jsf;
import br.com.argonavis.javaeesecurity.ejb.ImagemBean;
import br.com.argonavis.javaeesecu... |
/*
* 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.macro.mall.model;
import java.io.Serializable;
import java.util.Date;
public class SmsFlashPromotionSession implements Serializable {
/**
* 编号
*
* @mbggenerated
*/
private Long id;
/**
* 场次名称
*
* @mbggenerated
*/
private String name;
/**
*... |
package com.epam.cisen.processor.watchdog;
import com.epam.cisen.core.api.dto.ConfigDTO;
public class WatchdogProcessorConfigDTO extends ConfigDTO {
private String minutes;
private String description;
public WatchdogProcessorConfigDTO() {
super("Watchdog Processor", ConfigDTO.BaseType.PROCESSOR... |
// Copyright 2017 Google 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 applicable law... |
package iamutkarshtiwari.github.io.ananas.editimage.view.imagezoom.graphic;
import android.graphics.Bitmap;
public interface IBitmapDrawable {
Bitmap getBitmap();
} |
package de.immomio.exporter.portal;
import de.immomio.data.base.type.portal.Portal;
import de.immomio.data.landlord.entity.credential.Credential;
import de.immomio.exporter.config.FtpProperties;
import de.immomio.exporter.openimmo.OpenImmoBasedFtpExporter;
import de.immomio.exporter.openimmo.converter.OpenImmoConverte... |
package org.hupo.psi.calimocho.tab.io;
import org.hupo.psi.calimocho.io.IllegalFieldException;
import org.hupo.psi.calimocho.io.IllegalRowException;
import org.hupo.psi.calimocho.model.Row;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.util.List;
/**
* Reads data generat... |
/*
* 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 BD;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
impor... |
/**
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... |
/**
* Package with the base interfaces and model classes of RatioLayout
*/
package com.ritesh.ratiolayout.base; |
package com.mcoding.base.cms.bean.article;
import java.io.Serializable;
/**
* 文章拓展属性接口
*
* @author acer
*
*/
public interface IArticleExtInfo extends Serializable {
} |
package com.larryhsiao.nyx.core.jots;
import com.silverhetch.clotho.Source;
import com.silverhetch.clotho.database.h2.MemoryH2Conn;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.sql.Connection;
import java.util.List;
/**
* Unit-test for the class {@link QueriedJots}
*/
pub... |
package com.jadaptive.api.json;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="resourceStatus")
public class ResourceStatus<T> {
private boolean success = true;
private String message = "";
private T resource;
/* TODO: These appear to be unused on the Java side, but I will
* leave the... |
package inesc_id.pt.motivandroid.onboarding.fragments;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.text.Editable;
import android.text.TextWatcher;
import android.util.Log;
import andr... |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package Bot.Utilities;
import java.util.ArrayList;
import java.util.regex.*;
public class ProcessSource {
private static ArrayList<String> getMessages(String source) {
ArrayList<String> allMatches = new ArrayList<String>();
Matcher m = Pattern.compile("body=\".+?\"")
.matcher(sou... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
/*___Generated_by_IDEA___*/
package com.example.stickerama;
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */
public final class Manifest {
} |
/*
Copyright 2015 Google 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 applicable law or agreed to in ... |
package com.usthe.common.entity.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* 监控指标组的一行指标数据
* @author tom
* @date 2021/12/5 17:39... |
package com.kazale.pontointeligente.api;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTe... |
package com.graphql_java_generator.mavenplugin.samples.simple.client.graphql;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
... |
package com.dianping.daogen.antlr;
import com.dianping.daogen.java.parser.TinyJavaParser;
import org.antlr.v4.runtime.ANTLRInputStream;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.ParserRuleContext;
import org.antlr.v4.runtime.misc.NotNull;
import org.antlr.v4.runtime.tree.ErrorNode;
imp... |
package streamanalysis;
import org.antlr.runtime.CharStream;
/**
* Detected property : some keyword have been found</br>
* found() returns true when input.index() is last char of the keyword index.</br>
* @see StreamAnalyst
*/
public class KeywordDetector extends StreamAnalyst {
private final String keyword;
... |
/*
* 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 github.nisrulz.audiorecording;
import android.media.MediaRecorder;
import android.util.Log;
import java.io.IOException;
public class RecordAudio {
private final String LOGTAG = getClass().getSimpleName().toString();
MediaRecorder mRecorder = null;
private boolean isRecording = false;
void r... |
package com.zhangwuji.im.api.mapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.zhangwuji.im.api.entity.IMMessage;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis... |
package test.enclosing;
/** @author schroede */
public class Outer {
public void foo(){
new Object(){};
}
} |
/*
* 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.harium.annebeth.laundry.i18n.languages;
import com.harium.annebeth.core.object.BaseObject;
import com.harium.annebeth.laundry.i18n.Dictionary;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class EnglishTest {
private English english;
@Before
public void setU... |
package com.alibaba.cola.mock;
import java.lang.annotation.Annotation;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import com.alibaba.cola.mock.model.ColaTestModel;
import com.alibaba.cola.mock.model.MockServiceModel;
import com.alibaba.cola.mock.persist.S... |
/*
* Copyright 2017 Idaho National 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 ... |
/**
* Copyright (c) 2019 Yodlee, Inc. All Rights Reserved.
*
* Licensed under the MIT License. See LICENSE file in the project root for license information.
*/
package com.yodlee.api.model.dataextracts;
import java.util.Collections;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import... |
package org.bingmaps.data;
import java.util.ArrayList;
import java.util.List;
import org.bingmaps.sdk.Coordinate;
import org.bingmaps.sdk.Polygon;
import org.bingmaps.sdk.Polyline;
import org.bingmaps.sdk.Pushpin;
import org.bingmaps.sdk.Utilities;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
impor... |
package com.hyperwallet.android;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.never;
import static org.mockito.Mockito.verify;
imp... |
package com.buguagaoshu.common.valid;
/**
* @author Pu Zhiwei {@literal puzhiweipuzhiwei@foxmail.com}
* create 2020-04-09 19:53
*/
public interface AddGroup {
} |
package com.bergerkiller.bukkit.common.utils;
import com.bergerkiller.bukkit.common.internal.CommonNMS;
/**
* This class exposes net.minecraft.server references directly.<br>
* To avoid your plugin breaking, do NOT use this utility library.
*/
@Deprecated
public class NativeUtil extends CommonNMS {
} |
/*
* Copyright 2022 NAVER Corp.
*
* 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 ... |
/*
* Copyright © 2015, François Chastel and Timothy Keynes
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, ... |
package com.lemon.portti.dto;
import java.io.Serializable;
/**
* Created by Administrator on 2018/8/30.
*/
public class LogDto implements Serializable{
private String methodName;
private String operateData;
public LogDto() {
}
public LogDto(String methodName, String operateData) {
th... |
package com.huaweicloud.sdk.bssintl.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.function.Consumer;
import java.util.Objec... |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.browserservices;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageMana... |
/*
* Contributions to FindBugs
* Copyright (C) 2009, Tomás Pollak
*
* 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; either
* version 2.1 of the License, or (at your option) any lat... |
/*
* 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 n... |
/*
* Copyright (c) 2015, University of Oslo
*
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
* list of condition... |
package johann.designPattern;
/**
* @Author Johann
* @Description
* @Date 17:21 2019-7-11
* @Param
* @return
**/
public class DesignPattern {
} |
package javatest;
public class person {
String name;
int age;
} |
package org.endeavourhealth.explorer.common.models;
import com.fasterxml.jackson.annotation.JsonInclude;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.text.SimpleDateFormat;
import java.util.Date;
@JsonInclude(JsonInclude.Include.NON_NULL)
public class QueryLibrary {
private static final L... |
/***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2007 INRIA, France Telecom
* 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. Redistribution... |
/*
* Copyright 2013-2018 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.kostovtd.martini_sample;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an ... |
package com.atguigu.gmall.oms.dao;
import com.atguigu.gmall.oms.entity.OrderSettingEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 订单配置信息
*
* @author lixianfeng
* @email lxf@atguigu.com
* @date 2020-07-07 14:53:58
*/
@Mapper
public interface Or... |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
package com.dsi.facebook_audience_network;
import android.app.Activity;
import android.content.Context;
import androidx.annotation.NonNull;
import com.facebook.ads.*;
import java.util.HashMap;
import io.flutter.plugin.common.BinaryMessenger;
import io.flutter.plugin.common.MethodCall;
import io.flutter.plugin.comm... |
package com.umbrella.game.ubsdk.model;
/**
* UBSDK从网络获取数据的model [初始化、登录、支付]
* @author qingshanliao
*/
public class UBHttpModel {
private static UBHttpModel instance=null;
private UBHttpModel(){};
public static UBHttpModel getInstance(){
if (instance==null) {
synchronized (UBHttpModel.class) {
if (i... |
package froztigaming.arrowsplus.items;
import froztigaming.arrowsplus.entities.NetherArrowEntity;
import froztigaming.arrowsplus.entities.UndeadArrowEntity;
import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.projectile.PersistentProjectileEntity;
import net.minecraft.item.ArrowItem;
import net.minec... |
/*
* #%L
* ImgLib2: a general-purpose, multidimensional image processing library.
* %%
* Copyright (C) 2009 - 2016 Tobias Pietzsch, Stephan Preibisch, Stephan Saalfeld,
* John Bogovic, Albert Cardona, Barry DeZonia, Christian Dietz, Jan Funke,
* Aivar Grislis, Jonathan Hale, Grant Harris, Stefan Helfrich, Mark Hi... |
package com.github.shareme.greenandroid.discrollviewapp;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.DashPathEffect;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PathEffect;
import android.graphics.PathMe... |
package com.nacid.data.applications;
public class TrainingCourseTrainingFormRecord {
private int id;
private int trainingCourseId;
private Integer trainingFormId;
private String notes;
public TrainingCourseTrainingFormRecord() {
}
public TrainingCourseTrainingFormRecord(int id, int trainingCourseId, Int... |
package org.anc.lapps.converters.gate;
import org.junit.Test;
import org.lappsgrid.api.WebService;
import org.lappsgrid.metadata.ServiceMetadata;
import org.lappsgrid.serialization.Data;
import org.lappsgrid.serialization.Serializer;
import java.util.List;
import java.util.Map;
import static org.lappsgrid.discrimina... |
package com.yongkang;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootFileUploadApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootFileUploadApplication.class, ... |
package org.metacsp.tests.meta;
import java.util.logging.Level;
import junit.framework.TestCase;
import org.metacsp.framework.Constraint;
import org.metacsp.framework.ConstraintNetwork;
import org.metacsp.framework.ValueOrderingH;
import org.metacsp.framework.VariableOrderingH;
import org.metacsp.meta.symbolsAndTime... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2010 Technische Universitaet Berlin
*
* 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 t... |
package net.minecraft.server.packs.resources;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import java.util.List;
import java.util.Set;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.Executor;
import java.util.concurrent.atomic.AtomicInteger;
import net.min... |
//
// CS680: Object Oriented Design and Programming
// Copyright 2015 Pejman Ghorbanzade <pejman@ghorbanzade.com>
// More info: https://github.com/ghorbanzade/beacon
//
package edu.umb.cs680.hw05;
/**
*
*
* @author Pejman Ghorbanzade
*/
public class BasicAccount extends BankAccount {
/**
*
*/
private final Ba... |
/*
* 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
* distribu... |
package com.ibm.gradle.plugin.kubernetes.enhance.configprovider;
import com.ibm.gradle.plugin.kubernetes.enhance.configprovider.impl.IbmClusterConfigProvider;
import com.ibm.gradle.plugin.kubernetes.extension.KubernetesExtension;
import com.ibm.gradle.plugin.kubernetes.extension.common.KubernetesJvmApplicationExtensio... |
/*
Copyright (c) 2015, Alcatel-Lucent Inc
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of condi... |
/*
* Copyright (c) 2008-2022, 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.example.calpjt1.ui.home.decorator;
import android.graphics.Color;
import android.text.style.ForegroundColorSpan;
import com.prolificinteractive.materialcalendarview.CalendarDay;
import com.prolificinteractive.materialcalendarview.DayViewDecorator;
import com.prolificinteractive.materialcalendarview.DayVie... |
package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.math.BigDecimal;
import java.time.LocalDate;
import ja... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.