text stringlengths 7 995k |
|---|
package fp.Apps.tipos;
/**
* 14 jun. 2016
* @author Ubidragon
*
* ExamenesFp-1415
*/
public class OpinionImpl implements Opinion {
} |
package uk.gov.hmcts.reform.sscs.config;
import java.util.Map;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import uk.gov.hmcts.reform.sscs.ccd.domain.LanguagePreference;
@Component
@Configurat... |
/*
* Copyright (C) 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
package com.example07.jstl;
import com.datasource.Course;
import com.datasource.DatabaseUtils;
import com.datasource.Teacher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.htt... |
/**********************************************************************
Copyright (c) 2005 Andy Jefferson and others. 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://... |
package org.proteosuite.gui.listener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import org.proteosuite.gui.analyse.AnalyseDynamicTab;
/**
*
* @author SPerkins
*/
public class RawDataAndMultiplexingSectionListener extends MouseAdapter {
@Override
public void mouseClicked(MouseEve... |
/*
* Copyright 2018 StreamSets 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... |
package org.egov.portal.entity;
import java.util.List;
public class InboxRenderResponse {
private Long totalServices;
private Long underScrutiny;
private Long completedServices;
private List<PortalInboxHelper> portalInboxHelper;
public Long getTotalServices() {
return totalServices;
}
public void setTotal... |
/*
* 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... |
package de.gesellix.docker.builder;
import de.gesellix.util.IOUtils;
import okio.Okio;
import okio.Source;
import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
import org.apache.commons.compress.archivers.tar.TarArchiveOutputStream;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.... |
package com.smartgwt.sample.showcase.client.sections;
import com.smartgwt.client.types.ListGridEditEvent;
import com.smartgwt.client.types.Overflow;
import com.smartgwt.client.types.VisibilityMode;
import com.smartgwt.client.widgets.Canvas;
import com.smartgwt.client.widgets.ImgButton;
import com.smartgwt.client.widge... |
package com.ruoyi.common.core.constant;
/**
* 用户常量信息
*
* @author ruoyi
*/
public class UserConstants {
/**
* 平台内系统用户的唯一标志
*/
public static final String SYS_USER = "SYS_USER";
/**
* 正常状态
*/
public static final String NORMAL = "0";
/**
* 异常状态
*/
public static final String EXCEPTION =... |
/*
* Copyright 2014-2017 Rudy De Busscher (www.c4j.be)
*
* 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 appli... |
package org.cyclops.integratedterminals.block;
import net.minecraft.block.material.Material;
import net.minecraft.util.BlockRenderLayer;
import org.cyclops.cyclopscore.config.configurable.ConfigurableBlockGlass;
import org.cyclops.cyclopscore.config.extendedconfig.BlockConfig;
import org.cyclops.integratedterminals.In... |
/*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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 l... |
/*
* Copyright 2018 JDCLOUD.COM
*
* 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.shangame.fiction.book.loader;
/**
* 书籍章节加载器
*/
public interface ChapterLoader {
/**
* 加载下一章节
*/
void loadNextChapter(long bookId, long chapterId, boolean showLoading, int type);
/**
* 加载上一章节
*/
void loadBeforeChapter(long bookId, long chapterId);
} |
package com.telerikacademy.interfaces;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
public class MyList implements List, MyInterface {
@Override
public int size() {
return 0;
}
@Override
public boolean isEmpty() {
re... |
/*
* Copyright 2011-2016 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 "li... |
import java.nio.charset.StandardCharsets;
public class Main{
public static void main(String args[]){
showConversionTable("Vergnügen".getBytes(StandardCharsets.UTF_8));
showConversionTable("Vergnügen".getBytes(StandardCharsets.ISO_8859_1));
showConversionTable("Vergnügen".getBytes(StandardCharsets.US_ASCI... |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.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/license... |
/*
* Copyright 2008 Kazuyuki Shudo, and contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
/*
* 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 ro.uaic.info.entity;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Date;
/**
* UserPermision model
*/
public class UserPermision {
private int ID;
private int user_id;
private int role_id;
private Date expiration;
/**
*... |
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.ide.impl;
import com.intellij.ide.DataManager;
import com.intellij.ide.IdeEventQueue;
import com.intellij.ide.ProhibitAWTEvents;
import com.intellij.ide.impl... |
/*******************************************************************************
* Copyright 2013 Ednovo d/b/a Gooru. All rights reserved.
*
* http://www.goorulearning.org/
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (... |
package org.infinispan.client.hotrod.retry;
import org.infinispan.client.hotrod.exceptions.HotRodClientException;
import org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException;
import org.infinispan.client.hotrod.exceptions.TransportException;
import org.infinispan.client.hotrod.impl.ConfigurationPropertie... |
package ua.ds.concurrency;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
abstract class DoubleLockHead {
final Lock deque = new ReentrantLock();
final Condition empty = deque.... |
package adigozalpour.morteza.tree;
import adigozalpour.morteza.tree.strategies.ReadUnCommitedStrategy;
import adigozalpour.morteza.tree.strategies.ReenterantLockStrategy;
import adigozalpour.morteza.tree.strategies.SynchronizedStrategy;
import adigozalpour.morteza.tree.strategies.base.TreeManipulatorStrategy;
import ... |
package io.opensphere.server.display.model;
import org.apache.commons.lang3.StringUtils;
import io.opensphere.core.util.swing.input.model.NameModel;
import io.opensphere.core.util.swing.input.model.UrlModel;
import io.opensphere.core.util.swing.input.model.WrappedModel;
import io.opensphere.server.source.OGCServerSou... |
package com.ademarazn.wcontactslibrary.exceptions;
/**
* @author ademarazn
* @since 01/31/2019
*/
public class WDataMimeTypeException extends Exception {
private static final String MESSAGE = "There is no WData with MIMETYPE = '%s' available to send WhatsApp Intent.";
public WDataMimeTypeException(String m... |
package playwell.baas.domain;
import com.alibaba.fastjson.JSONObject;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.concurrent.Concurr... |
/*
* 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 ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not u... |
/*
* Licensed to Diennea S.r.l. under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Diennea S.r.l. licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this ... |
class BuilderBrokenExtension {
private final String text;
private final int id;
private void brokenExtension() {
this.id = 42;
}
@java.lang.SuppressWarnings("all")
private BuilderBrokenExtension(final $Builder builder) {
this.text = builder.text;
this.id = builder.id;
}
@java.lang.SuppressWarnings("... |
package com.card;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import com.opencsv.CSVWriter;
public class CSVFileOperator extends FileOperator {
@Override
public List<String> pars... |
package org.saiku;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.regex.Pattern;
import junit.framework.ComparisonFailure;
import org.olap4j.CellSet;
import org.olap4j.impl.Olap4jUtil;
import org.olap4j.layout.TraditionalCellSetFormatter;
import org.olap4j.mdx.ParseTreeNode;
import org.ola... |
package it.smartcommunitylab.aac.openid.provider;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import javax.validation.Valid;
import org.springframework.security.oauth2.core.oidc.IdTokenClaimNames;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fa... |
/*
* Ad Free
* Copyright (c) 2017 by abertschi, www.abertschi.ch
* See the file "LICENSE" for the full license governing this code.
*/
package ch.abertschi.adfree;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.jun... |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
package org.zbus.net;
import org.zbus.net.core.Dispatcher;
import org.zbus.net.http.Message;
import org.zbus.net.http.MessageClient;
public class MyClient {
public static void main(String[] args) throws Exception {
final Dispatcher dispatcher = new Dispatcher();
final MessageClient client = new MessageCl... |
class BxYZ {
}
class KXBTlDsbk {
public int[][][] Nxc;
public UzvLrDC4PeFa[] XH_HbMA;
}
class Di_ {
public N7vce4Zu cRTg8wn3rFQzwr (int[][] Mva_8IXP5c62i) throws A {
return !new _SY88BK8XQjE().Pelg();
P0NhX5Uu7[][] i0E3d767kB = ZZ9zyVJA().YSm;
XOJQ2L.jfsocMD5ww7DRc();
KV3... |
package FileEncoder;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.security.Key;
import java.security.SecureRandom;
import javax.crypto.Cipher;
import javax.crypto.CipherInputStream;
import javax.crypto.Cipher... |
package com.ruoyi.framework.security.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.spr... |
// Copyright 2014 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.android_webview.test;
import android.support.test.filters.SmallTest;
import org.chromium.android_webview.AwBrowserProcess;
import o... |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2014 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... |
package org.hisp.dhis.dataadmin.action.sqlview;
/*
* Copyright (c) 2004-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... |
package com.emu.apps.qcm.rest.validators;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import javax.validation.ConstraintViolation;
import javax.validation.Validation;
import javax.validation.Validator;
import javax.validation.ValidatorFactory;
import java.util.Set;
import static org.j... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.sql.qa.multi_node;
import org.elasticsearch.x... |
package com.shouchuanghui.commonmodule.util;
import android.widget.Toast;
import com.shouchuanghui.commonmodule.app.MyApp;
public class ToastUtil {
private static Toast toast;
public static void showToast(String text) {
if (toast == null) {
toast = Toast.makeText(MyApp.getInstance(), text... |
package com.github.amanganiello90.managecore;
public class Property {
/**
* The property that defines the version of the artifact to use.
*
*/
private String name;
/**
* The version property value .
*
*/
private String version;
public Property(String name) {
this.name = name;
this.version = nul... |
package com.tuohang.framework.jfinal.ext.plugin.tablebind;
import com.jfinal.plugin.activerecord.Model;
/**
* Created by kid on 15-1-30.
*/
@SuppressWarnings({ "serial", "rawtypes" })
public class ModelInJar extends Model {
} |
package com.example.coolweather.gson;
import com.google.gson.annotations.SerializedName;
public class Forecast {
public String date;
@SerializedName("tmp")
public Temperature temperature;
@SerializedName("cond")
public More more;
public class Temperature {
public String max;
... |
/*
* Copyright (C) 2005-2008 Jive Software, 2022 Ignite Realtime Foundation. 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... |
package examples.lf5.InitUsingDefaultConfigurator;
import org.apache.log4j.Logger;
import org.apache.log4j.NDC;
import org.apache.log4j.lf5.DefaultLF5Configurator;
import java.io.IOException;
/**
* This class is a simple example of how to configure the LogFactor5
* logging window using the DefaultLF5Configurator.
... |
package org.ovirt.engine.core.vdsbroker.architecture;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.ovirt.engine.core.common.businessentities.VmDevice;
import org.ovirt.engine.core.utils.StringMapUtils;
import org.ovirt.engine.core.vdsbroker.vdsbroker.VdsProper... |
package com.github.zachdeibert.codetanks.api;
import java.io.IOException;
import java.net.URI;
import com.github.zachdeibert.codetanks.api.model.ConfigData;
import com.github.zachdeibert.codetanks.api.model.TankInfo;
public final class TankBuilder {
final TankNetwork network;
final ConfigData config;
TankInfo inf... |
/**
*
* 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"); ... |
package powercrystals.minefactoryreloaded.api;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
/**
* Defines a fruit entry for the Fruit Picker.
*
* @author powercrystals
*
*/
public interface IFactoryFruit
... |
/*
* 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
* distrib... |
/*
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package net.spy.memcached.ops;
/**
* Operation that represents object storage.
*/
public interface StoreOperation extends Operation {
// nothing
} |
package com.example.thirdhomework.entityservice.impl;
import com.example.thirdhomework.converter.ProductCommentConverter;
import com.example.thirdhomework.dto.ProductCommentDTO;
import com.example.thirdhomework.entity.ProductComment;
import com.example.thirdhomework.entityservice.ProductCommentEntityService;
import co... |
package gui.removeApplication;
import gui.Controllers.MainController;
import gui.Controllers.RemoveApplicationController;
import gui.MainGUI;
import models.guild.Guild;
import javax.swing.*;
import java.awt.event.*;
public class ChooseApplicationToDeleteGUI extends JDialog {
private JPanel contentPane;
priva... |
package com.dawanda.classifier.naivebayes.model;
import com.dawanda.document.Category;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.RecursiveAction;
public class ConcurrentNaiveBayesModel... |
/*
* Decompiled with CFR 0.150.
*
* Could not load the following classes:
* org.lwjgl.opengl.GL11
*/
package skizzle.modules.render;
import java.awt.Color;
import net.minecraft.client.Minecraft;
import net.minecraft.client.entity.EntityOtherPlayerMP;
import net.minecraft.entity.Entity;
import net.minecraft.enti... |
package com.tts.day3.dealership;
public class Vehicle {
// private is considered best practice for an access modifier
// VehicleClassification is an enum type
private VehicleClassification vehicleClassification;
public VehicleClassification getVehicleClassification() {
return vehicleClassific... |
package ca.uhn.fhir.validation;
/*
* #%L
* HAPI FHIR - Core Library
* %%
* Copyright (C) 2014 - 2020 University Health Network
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... |
package module1183packageJava0;
import java.lang.Integer;
public class Foo54 {
Integer int0;
public void foo0() {
new module1183packageJava0.Foo53().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
... |
package io.ashdavies.rx.rxtasks;
import com.google.android.gms.tasks.Task;
import io.reactivex.CompletableEmitter;
import io.reactivex.CompletableOnSubscribe;
class CompletableTaskOnSubscribe extends TaskOnSubscribe<Void, CompletableEmitter> implements CompletableOnSubscribe {
CompletableTaskOnSubscribe(Task<Void>... |
package org.jabref.gui.fieldeditors;
import javafx.fxml.FXML;
import javafx.scene.Parent;
import javafx.scene.control.TextInputControl;
import javafx.scene.layout.HBox;
import javafx.scene.layout.Priority;
import org.jabref.gui.autocompleter.AutoCompleteSuggestionProvider;
import org.jabref.gui.autocompleter.AutoComp... |
/*
* 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.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/
/*
* Copyright 2019 Am... |
// Targeted by JavaCPP version 1.5.3: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflow;
import org.bytedeco.tensorflow.Allocator;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.tensorfl... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.management.sql.models;
import com.azure.core.annotation.BodyParam;
import com.azure.core.annotation.Delete;
import com.azure.core.annotation.Exp... |
/*
static String doubleToTrimmedString(double v, int targetChars) {
return doubleToTrimmedString(v, targetChars, Double.toString(Math.abs(v)));
}
private static String doubleToTrimmedString(double v, int targetChars, String str) {
if (Double.isInfinite(v) || Double.isNaN(v)) {
s... |
/**
* Copyright 2017 Pivotal Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applica... |
/**
* 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... |
//@formatter:off
/*
* Pool thread
* Code-Beispiel zum Buch Patterns Kompakt, Verlag Springer Vieweg
* Copyright 2014 Karl Eilebrecht
*
* 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
*... |
/* The MIT License (MIT)
*
* Copyright (c) 2014 Tyler Fitch
*
* 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... |
package pagera.logic.tables;
public class MarkColumns
{
private int qNum;
private String mark;
public static final String YES = "YES";
public static final String NO = "NO";
public MarkColumns(int n , String m)
{
qNum = n;
mark = m;
}
public void ... |
/**
* WebEdge 2018
*/
package com.webedge.casino;
import java.sql.Connection;
import java.util.Date;
/**
* @author Mai Thành Duy An
*/
public class GameUtil {
public static Connection getConnection() {
return CasinoConnectionDBPool.getConnection();
}
public static String getCurrentDate () {
return new ... |
package com.kfyty.boot.context;
import com.kfyty.boot.context.factory.AbstractAutowiredBeanFactory;
import com.kfyty.support.autoconfig.ApplicationContext;
import com.kfyty.support.autoconfig.BeanPostProcessor;
import com.kfyty.support.autoconfig.ContextAfterRefreshed;
import com.kfyty.support.autoconfig.ImportBeanDef... |
package com.cybt.test.coolweather.gson;
import com.google.gson.annotations.SerializedName;
public class Now {
@SerializedName("tmp")
public String temperature;
@SerializedName("cond")
public More more;
public class More{
@SerializedName("txt")
public String info;
}
} |
package com.covidapp_mysql.model;
import java.io.Serializable;
import javax.persistence.*;
/**
* The persistent class for the city database table.
*
*/
@Entity
@Table(name = "city")
public class City implements Serializable {
private static final long serialVersionUID = 1L;
public static final String FIND_AL... |
package com.codebosses.flicks.activities;
import android.content.Intent;
import android.graphics.Color;
import android.net.Uri;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.MenuItem;
import android.view.View;
import android.view.WindowManager;
import android.widget.ImageView;
import and... |
/*
* Copyright (c) 2008-2016, 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 ... |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.bumptech.glide.load.model;
import com.bumptech.glide.Priority;
import com.bumptech.glide.load.DataSource;
import com.bumptech.glide.load.data.... |
/*
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
package com.harmazing.openbridge.paas.plugin.bean;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Service;
import com.alibaba.fastjson.JSONObject;
import com.harmazing.openbridge.paas.plugin.xml.ResourceBridge;
@Service
public cla... |
/**
* 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... |
/*
* This file was automatically generated by EvoSuite
* Wed May 20 14:07:59 GMT 2020
*/
package com.alibaba.fastjson;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.alibaba.fastjson.JSONReader;
import com.alibaba.fastjson.parser.DefaultJSONP... |
package com.esc.datacollector.medline;
import java.lang.reflect.Field;
import java.util.concurrent.locks.ReentrantLock;
import com.esc.common.TextUtils;
/**
* Date: 4/19/2015
* Time: 1:55 PM
*
* @author xanderblinov
*/
abstract class MedlineProcessor
{
final ReentrantLock mLock = new ReentrantLock();
FieldIn... |
/**
* Copyright 2009-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
package xyz.klenkiven.kmall.common.utils;
/**
* 常量
*
* @author Mark sunlightcs@gmail.com
*/
public class Constant {
/** 超级管理员ID */
public static final int SUPER_ADMIN = 1;
/**
* 当前页码
*/
public static final String PAGE = "page";
/**
* 每页显示记录数
*/
public static final String LIMIT... |
package dev.pje.bots.apoiadorrequisitante.clients;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.cloud.openfeign.SpringQueryMap;
import org.springframework.web.bind.annotation.GetMapping;
import org.springfr... |
/*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, 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... |
package com.zhangshuo.db;
/**
*
* @author Tuofeng workroom
* MD5数据加密
*/
public class MD5_Encoding {
// RFC1321中定义4*4矩阵的常量定义
static final int S11 = 7,S12 = 12,S13 = 17, S14 = 22;
static final int S21 = 5,S22 = 9, S23 = 14, S24 = 20;
static final int S31 = 4,S32 = 11,S33 = 16, S34 = 23;
static final int S... |
/*
* Copyright 2013 Sławomir Śledź <slawomir.sledz@sof-tech.pl>.
*
* 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 requir... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.