text stringlengths 7 995k |
|---|
/*
* Copyright (c) 1998, 2008, 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 ... |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
/*
* --------------------------------------------------------------------------------
* <copyright company="Aspose" file="GetBordersOnlineRequest.java">
* Copyright (c) 2021 Aspose.Words for Cloud
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of ... |
package edu.hnu.ethereum.utils;
/**
* 类工具
* @author L.cm
*
*/
public abstract class ClassUtils {
/**
* 确定class是否可以被加载
* @param className 完整类名
* @param classLoader 类加载
* @return {boolean}
*/
public static boolean isPresent(String className, ClassLoader classLoader) {
try {
... |
package com.cg.baseproject.manager;
import android.util.Log;
/**
* @ClassName: LogManager
* @Description: 日志管理类,系统中所有的日志使用该类统一管理
* @author sam
* @date 2016-3-27 下午5:16:32
*/
public class LogManager {
// 锁,是否关闭Log日志输出
public static boolean LogOFF = true;
// 是否关闭VERBOSE输出
public static boolean LogOFF_VERBOSE... |
package com.github.markusbernhardt.seleniumlibrary.keywords;
import java.io.File;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
import org.openqa.selenium.WebElement;
import org.robotframework.javalib.annotation.ArgumentNames;
import org.robotframework.javalib.annotation.Autowired;
import org.ro... |
package com.example.coolweather.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.IBinder;
import android.os.SystemClock;
import android.preference.PreferenceManager;
import... |
package com.dante.ssm.dao;
import com.dante.ssm.bean.Employee;
import com.dante.ssm.bean.EmployeeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface IEmployeeDao {
long countByExample(EmployeeExample example);
int deleteByExample(EmployeeExample example);
int d... |
/*
* 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
... |
/*******************************************************************************
* Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and... |
/*
* 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 ... |
/*
* Swift Parallel Scripting Language (http://swift-lang.org)
* Code from Java CoG Kit Project (see notice below) with modifications.
*
* Copyright 2005-2014 University of Chicago
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licens... |
/*
* 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.github.peacetrue.oauth;
import javax.servlet.http.HttpSession;
/**
* 属性化会话
*
* @author xiayx
*/
public interface AttributeHttpSession {
/**
* 设置属性
*
* @param httpSession 会话
* @param value 属性值
*/
void setAttribute(HttpSession httpSession, Object value);
/**
... |
/**
* Copyright (c) 2005-2012 https://github.com/zhangkaitao
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.sishuok.es.personal.calendar.repository;
import com.sishuok.es.common.repository.BaseRepository;
import com.sishuok.es.personal.calendar.entity.Calendar;
import org.spring... |
package com.shapesecurity.salvation;
import com.shapesecurity.salvation.data.Policy;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class PostProcessTest extends CSPTest {
@Test
public void testKeywordReduce() {
Policy p;
p = parse("script-src 'unsafe-inline'; style-src 'unsafe-inl... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package com.ruoyi.biz.mapper;
import java.util.List;
import com.ruoyi.biz.domain.BizProductCategory;
/**
* 商品分类Mapper接口
*
* @author xiniu
* @date 2021-09-12
*/
public interface BizProductCategoryMapper
{
/**
* 查询商品分类
*
* @param categoryId 商品分类主键
* @return 商品分类
*/
public BizPro... |
package com.heliorm.impl;
import com.heliorm.OrmException;
import com.heliorm.Table;
import com.heliorm.def.DoubleField;
import com.heliorm.def.ExpressionContinuation;
import java.util.Arrays;
import java.util.List;
/**
*
* @author gideon
*/
public final class DoubleFieldPart<T extends Table<O>, O> extends Number... |
package com.thinkgem.jeesite.modules.oa.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.... |
/*
* Copyright (c) 2019 ForgeRock. All rights reserved.
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
package org.forgerock.android.auth;
import android.content.Context;
import android.content.SharedPreferences;
import java.util.Arra... |
package br.com.zupacademy.mateus.mercadolivre.compra.gateway;
import br.com.zupacademy.mateus.mercadolivre.compra.Compra;
import br.com.zupacademy.mateus.mercadolivre.compra.pagamento.Pagamento;
/**
* Interface que declara os métodos que a classe que representa o retorno de um gateway deve implementar.
*
* @autho... |
package pl.touk.sputnik.connector.local;
import org.eclipse.jgit.diff.DiffFormatter;
import org.eclipse.jgit.lib.Repository;
import org.eclipse.jgit.storage.file.FileRepositoryBuilder;
import org.eclipse.jgit.util.io.NullOutputStream;
import java.io.IOException;
public class LocalFacadeBuilder {
public LocalFaca... |
package com.journeyapps.barcodescanner;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.Button;
import android.widget.EditText;
import com.google.zxing.client.android.R;
public class CodbarraActivity extends AppCompatActivity {
Button zxing_button;
Button BTN_... |
package jp.co.yahoo.adsdisplayapi.v4.model;
import java.util.Objects;
import io.swagger.annotations.ApiModel;
import com.fasterxml.jackson.annotation.JsonValue;
import javax.validation.Valid;
import javax.validation.constraints.*;
import com.fasterxml.jackson.annotation.JsonCreator;
/**
* <div lang=\"ja\">ReportDef... |
/*
* 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 is generated by jOOQ.
*/
package jooq.generated.tables;
import com.classicmodels.enums.RateType;
import com.classicmodels.enums.VatType;
import java.math.BigInteger;
import java.util.Arrays;
import java.util.List;
import javax.annotation.processing.Generated;
import jooq.generated.Indexes;
import ... |
/*
* 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 algs.chapter2.table1;
import java.util.Comparator;
import algs.model.tree.BalancedBinaryNode;
import algs.model.tree.BalancedTree;
/**
* Validate on large scale the results of Table 2-1.
*
* Use -Xms256m -Xmx256m as the means to start.
*
* @author George Heineman
* @version 1.0, 7/17/08
* @since 1.0... |
package me.ixk.redis.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.annotation.Id;
import org.springframework.data.redis.core.RedisHash;
import org.springframework.data.redis.core.index.Indexed;
import java.io.Serial... |
package com.neueda.atm.controller;
import com.neueda.atm.common.constant.RequestType;
import com.neueda.atm.config.SpringBootTestConfig;
import com.neueda.atm.service.AccountService;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.function.Executable;
import org... |
/*
* Copyright 2018 IBM 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 applicable law o... |
package me.lennartVH01.util;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.block.Chest;
public class BlockUtil {
public static final BlockFace[] SIGN_ATTACH_DIRECTIONS = new BlockFace[]{BlockFace.UP, BlockFace.NORTH, BlockFace.... |
package com.pedro.rtplibrary.base;
import android.content.Context;
import android.hardware.Camera;
import android.media.MediaCodec;
import android.media.MediaFormat;
import android.media.MediaRecorder;
import android.os.Build;
import android.util.Log;
import android.view.MotionEvent;
import android.view.SurfaceView;
i... |
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 MIT, All rights reserved
// Released under the Apache License, Version 2.0
// http://www.apache.org/licenses/LICENSE-2.0
package com.google.appinventor.client.settings.project;
import com.google.appinve... |
package Helpers;
import core.data.DataSource;
import javax.imageio.ImageIO;
import java.awt.image.RenderedImage;
import java.io.File;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
public class WeatherStation {
private String id;
private DataSource ds;
private ... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms.common;
public final class R {
private R() {}
public static final class integer {
priva... |
/*
* Copyright 2015-2020 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... |
/*
* Copyright 2014-2015 Andrew Gaul <andrew@gaul.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 required by applicabl... |
package eu.doppel_helix.jna.tlb.excel1;
import com.sun.jna.platform.win32.COM.util.annotation.ComInterface;
import com.sun.jna.platform.win32.COM.util.annotation.ComMethod;
import com.sun.jna.platform.win32.COM.util.annotation.ComProperty;
import com.sun.jna.platform.win32.COM.util.IDispatch;
import com.sun.jna.platfo... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package com.strandls.file;
import java.io.File;
public class ApiContants {
public static final String UPLOAD = "upload";
public static final String GET = "get";
public final static String ROOT_PATH = System.getProperty("user.home") + File.separatorChar + "apps"
+ File.separatorChar + "biodiv-image";
public ... |
package com.example.lettryapp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void ... |
/* ====================================================================
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 Y... |
package fr.esir.nsoc.tsen.servlets;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.logging.Logger;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet... |
/*
* @(#)FastDoubleParser.java Copyright © 2021. Werner Randelshofer, Switzerland. MIT License.
*/
/*
* TEMPORARY Modifications by kosak: change package name FOR NOW (until we correctly include this jar in our build)
*/
package io.deephaven.csv.tokenization.external;
/**
* This is a C++ to Java port of Daniel... |
/*
* MIT License
*
* Copyright (c) 2022 MASES s.r.l.
*
* 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... |
/*
* 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.netease.nim.uikit.cache;
import android.content.Context;
import android.os.Handler;
import com.netease.nim.uikit.NimUIKit;
import com.netease.nim.uikit.common.framework.NimSingleThreadExecutor;
import com.netease.nim.uikit.common.util.log.LogUtil;
import com.netease.nimlib.sdk.Observer;
import java.util.... |
package com.example;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class JokeTeller {
public String tellJoke() {
List<String> jokes = getListOfJokes();
int jokesNumber = jokes.size();
Random r = new Random();
int randomNumber = r.nextInt(jokesN... |
import com.newrelic.agent.introspec.InstrumentationTestConfig;
import com.newrelic.agent.introspec.InstrumentationTestRunner;
import com.newrelic.agent.introspec.Introspector;
import com.newrelic.agent.introspec.TraceSegment;
import com.newrelic.agent.introspec.TracedMetricData;
import com.newrelic.agent.introspec.Tran... |
package kotlin.jvm.internal;
import kotlin.Metadata;
@Metadata(mo6272bv = {1, 0, 3}, mo6273d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\bÀ\u0002\u0018\u00002\u00020\u0001B\u0007\b\u0002¢\u0006\u0002\u0010\u0002¨\u0006\u0003"}, mo6274d2 = {"Lkotlin/jvm/internal/StringCompanionObject;", "", "... |
package io.github.shuoros.allAboutSpring.filter;
import java.io.IOException;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.context.annotation.Configuration;
import org.sp... |
package com.example.moodspace;
public interface CallbackId {
} |
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.aws2.cw;
import java.net.URISyntaxException;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.apache.camel.spi.EndpointUriFactory;
/... |
package jp.ac.aiit.jointry.controllers;
import java.net.URL;
import javafx.geometry.Pos;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.AnchorPane;
import javafx.scene.paint.Color;
import javafx.scene.text.Font;
import jp.ac.aiit.join... |
/**
* Copyright 2018 The original authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Copyright 2006 Jeremias Maerki.
*
* 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... |
/*
* KIELER - Kiel Integrated Environment for Layout Eclipse RichClient
*
* http://www.informatik.uni-kiel.de/rtsys/kieler/
*
* Copyright 2011 by
* + Christian-Albrechts-University of Kiel
* + Department of Computer Science
* + Real-Time and Embedded Systems Group
*
* This code is provided under the t... |
/*
* Copyright 2018 IntraFind Software AG. 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... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
/*
* Copyright (C) 2019 The Turms Project
* https://github.com/turms-im/turms
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*... |
/*
* Copyright 2012-2022 The Feign Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
/*
* Copyright 2020 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 applica... |
package org.jeecg.modules.access.mapper;
import org.jeecg.modules.access.entity.BeiCeDuiXiangBiao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 被测对象表 Mapper 接口
* </p>
*
* @author GodMeowIceSun
* @since 2021-08-06
*/
public interface BeiCeDuiXiangBiaoMapper extends BaseMapper<BeiCeDuiXian... |
package mythicbotany.functionalflora;
import com.google.common.collect.ImmutableSet;
import io.github.noeppi_noeppi.libx.LibX;
import mythicbotany.functionalflora.base.FunctionalFlowerBase;
import net.minecraft.block.BlockState;
import net.minecraft.block.Blocks;
import net.minecraft.block.CauldronBlock;
import net.mi... |
package org.csbdeep.network;
import net.imagej.DatasetService;
import net.imagej.tensorflow.TensorFlowService;
import net.imglib2.type.numeric.RealType;
public class TestNetworkSingle3D3D<T extends RealType<T>> extends
TestNetwork<T>
{
public TestNetworkSingle3D3D(TensorFlowService tensorFlowService,
... |
/**
* Copyright 2009-2018 the original author or authors.
* <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>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... |
/*
* Copyright 2017 Budapest University of Technology and Economics
*
* 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
*
* Unles... |
/**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.jsite.modules.sys.interceptor;
import com.jsite.common.lang.DateUtils;
import com.jsite.common.service.BaseService;
import com.jsite.modules.sys.utils.LogUtils;
import org.springframework.co... |
package org.wikipedia.views;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import static org.wikipedia.util.ThrowableUtil.isOffline;
public class WikiPageErrorView extends WikiErrorView {
public WikiPageErrorView(Context context) {
super(co... |
package mb.resource.hierarchical.match;
import mb.resource.hierarchical.HierarchicalResource;
import org.checkerframework.checker.nullness.qual.Nullable;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
public class AnyResourceMatcher i... |
/*
*
* 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"); ... |
/**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.cms.service;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.thin... |
package studios.codelight.smartloginlibrary;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.AppCompatButton;
import android.support.v7.widget.Toolbar;
import android.util.Patterns;
import android... |
// 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.actions;
import com.intellij.codeInsight.lookup.LookupManager;
import com.intellij.codeInsight.navigation.NavigationUtil;
import com.intellij.execution.E... |
package com.marvel.tail;
import com.marvel.tail.domain.agregates.document.services.DocumentService;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import java.io.IOException;
import java.util.Scanner;
@SpringBootApplication
public class TailApp... |
package com.google.sps.image;
import com.google.api.gax.rpc.FixedHeaderProvider;
import com.google.api.gax.rpc.HeaderProvider;
import com.google.cloud.vision.v1.AnnotateImageRequest;
import com.google.cloud.vision.v1.AnnotateImageResponse;
import com.google.cloud.vision.v1.BatchAnnotateImagesResponse;
import com.googl... |
package dust.service.micro.security.jwt;
import org.springframework.security.config.annotation.SecurityConfigurerAdapter;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.web.DefaultSecurityFilterChain;
import org.springframework.security.web.authenti... |
package lexer;
public class Num extends Token{
public final int value;
public Num(int v){
super(Tag.NUM);
value = v;
}
public String toString(){
return "" + value;
}
} |
package module1334.a;
import java.rmi.*;
import java.nio.file.*;
import java.sql.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
* Stet c... |
/**
*
*/
package entity;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import vo.EmployeeVO;
import com.avaje.ebean.Model;
/**
* @author adhiraima
*
*/
@Entity
@Table(name="employee")
public class Employee... |
package com.kumaduma.epicseveninfo.Activity.Hero;
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.v4.graphics.drawable.DrawableC... |
package org.ohdsi.webapi.estimation.specification;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.ohdsi.circe.cohortdefinition.ConceptSet;
@JsonIgnoreProperties(ignoreUnknown=true)
public class EstimationConceptSet extends ConceptSet {
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package net.authorize.sample.FraudManagement;
import java.math.BigDecimal;
import java.math.RoundingMode;
import net.authorize.Environment;
import net.authorize.api.contract.v1.ANetApiResponse;
import net.authorize.api.contract.v1.AfdsTransactionEnum;
import net.authorize.api.contract.v1.CreateTransactionRequest;
imp... |
package findajob.hrms.business.abstracts;
import java.util.List;
import findajob.hrms.core.utilities.results.DataResult;
import findajob.hrms.core.utilities.results.Result;
import findajob.hrms.entities.concretes.Staff;
import findajob.hrms.entities.dtos.request.StaffAddDto;
import findajob.hrms.entities.dtos.request... |
package com.badminton.mall.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
public class MallOrder {
private Long orderId;
private String orderNo;
private Long userId;
private Integer totalPrice;
private Byte payStatus;
private Byte payType;
private... |
/*
* 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... |
package com.sollace.coppergolem.entity.ai;
import net.minecraft.entity.ai.goal.WanderAroundFarGoal;
import net.minecraft.entity.mob.PathAwareEntity;
public class VariantSpeedWanderAroundFarGoal extends WanderAroundFarGoal {
public VariantSpeedWanderAroundFarGoal(PathAwareEntity mob) {
super(mob, 0);
}... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.retail.wms.outboundorder.confirm response.
*
* @author auto create
* @since 1.0, 2021-12-21 22:36:30
*/
public class KoubeiRetailWmsOutboundorderConfirmResponse extends AlipayResponse {
private static final long s... |
package com.askew.net.callback;
/**
* Created by lihoudong204 on 2018/12/5
*/
public class OkHttpProgressCallbackAdapter extends OkHttpProgressCallback {
@Override
public void onProgress(int progress, long current, long total) {
}
@Override
public void onSuccess(Object result) {
}
@Ov... |
package com.toquery.framework.example.scanner;
import io.github.toquery.framework.web.dict.annotation.AppDict;
@AppDict("show_status")
public class TestAppScanner {
} |
/*
* 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 org.springframework.web.servlet.config.annotation;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
import org.springframework.cache.concurrent.ConcurrentMapCache;
import org.springframework.core.io.Resource;
import org.springframework.core.io.UrlResourc... |
/**
* Grafeas API
* An API to insert and retrieve annotations on cloud artifacts.
*
* OpenAPI spec version: 0.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*
* Licensed under the Apache... |
/*
* 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 ... |
/*
* 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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.