text stringlengths 7 1.01M |
|---|
/*
Copyright 2022 WeAreFrank!
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 wri... |
/*
* 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... |
/*
* iur-ade-citygml4j - i-Urban Revitalization ADE module for citygml4j
* https://github.com/citygml4j/iur-ade-citygml4j
*
* iur-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2021 Virtual City Systems
* https://vc.systems/
*
* Licensed under the Apache License, Version 2.0 (the "License");... |
package com.oneandone.snmpman.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
import com.oneandone.snmpman.Snmpman;
import com.oneandone.snmpman.SnmpmanAgent;
import com.oneandone.snmpman.... |
/**
*/
package org.ecore.service.componentMode.provider;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.util.... |
package com.hb0730.boot.admin.project.system.quartz.model.dto;
import com.hb0730.boot.admin.domain.model.InputConverter;
import com.hb0730.boot.admin.domain.model.dto.BaseDTO;
import com.hb0730.boot.admin.project.system.quartz.model.entity.JobEntity;
import lombok.Data;
import lombok.EqualsAndHashCode;
import javax.v... |
package com.atguigu.gmall.sms.dao;
import com.atguigu.gmall.sms.entity.SkuLadderEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品阶梯价格
*
* @author lifeline
* @email 13001196631@163.com
* @date 2020-03-15 00:35:15
*/
@Mapper
public interface Sku... |
/**
* 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 ma... |
/*
* 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.in28minutes.rest.webservices.restfulwebservices;
public class HelloWorldBean {
private String message;
public HelloWorldBean(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
@Over... |
package tech.teslex.telegroo.telegram.api.types.inline;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import tech.teslex.telegroo.telegram.api.types.InlineKeyboardMarkup;
/**
* Represents a link to a vid... |
package ru.stqa.pft.sanbox;
public class Square {
public double l;
public Square(double l) {
this.l = l;
}
public double area() {
return this.l * this.l;
}
}
|
package io.quarkus.mongodb.runtime;
import static java.lang.String.format;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import org.jboss.logging.Logger;
import io.quarkus.kubernetes.service.binding.runtime.ServiceBinding;
import io.quarkus.kubernetes.service.bind... |
package exceptions;
public class WaitFor2PlayerException extends GenericEndpointException {
private static final long serialVersionUID = 1L;
public WaitFor2PlayerException(String errorMessage) {
super("Name: Error Players.", errorMessage);
}
}
|
package com.ctrip.framework.apollo.spring.annotation;
import com.ctrip.framework.apollo.build.ApolloInjector;
import com.ctrip.framework.apollo.spring.property.PlaceholderHelper;
import com.ctrip.framework.apollo.spring.property.SpringValue;
import com.ctrip.framework.apollo.spring.property.SpringValueDefinition;
impo... |
// --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:/... |
/*
* $Id: CellContext.java 3778 2010-09-07 10:10:49Z kleopatra $
*
* Copyright 2006 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pub... |
package com.easytoolsoft.easyreport.domain.metadata;
import com.easytoolsoft.easyreport.data.metadata.dao.ICategoryDao;
import com.easytoolsoft.easyreport.data.metadata.po.Category;
import com.easytoolsoft.easyreport.domain.BaseDomainTest;
import com.easytoolsoft.easyreport.domain.metadata.service.impl.CategoryService... |
package me.xiaobailong24.mvvmarms.http.imageloader.glide;
import android.content.Context;
import com.bumptech.glide.GlideBuilder;
/**
* @author xiaobailong24
* @date 2017/8/17
* Glide 配置接口
*/
public interface GlideAppliesOptions {
/**
* 配置 Glide 的自定义参数
*
* @param context Context
* @param... |
/*
* Copyright © 2014-2015 Cask Data, 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 agr... |
package com.airback.module.project.view.ticket;
import com.hp.gagawa.java.elements.A;
import com.hp.gagawa.java.elements.Div;
import com.hp.gagawa.java.elements.Img;
import com.hp.gagawa.java.elements.Span;
import com.airback.common.i18n.GenericI18Enum;
import com.airback.configuration.SiteConfiguration;
import com.ai... |
package org.lpw.clivia.user;
import org.lpw.clivia.Permit;
import org.lpw.clivia.sms.SmsService;
import org.lpw.clivia.user.auth.AuthService;
import org.lpw.clivia.user.inviter.InviterService;
import org.lpw.photon.ctrl.context.Request;
import org.lpw.photon.ctrl.execute.Execute;
import org.lpw.photon.ctrl.template.Te... |
package com.ctrip.xpipe.redis.console.build;
import org.unidal.dal.jdbc.configuration.AbstractJdbcResourceConfigurator;
import org.unidal.lookup.configuration.Component;
import java.util.ArrayList;
import java.util.List;
final class FxxpipeDatabaseConfigurator extends AbstractJdbcResourceConfigurator {
@Override
... |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.aws.greengrass.secretmanager.exception;
public class SecretCryptoException extends Exception {
public SecretCryptoException(String err) {
super(err);
}
public SecretCryp... |
/*
* 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")... |
/*
* 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 ramdan.file.bpp.geneva.mapping;
import ramdan.file.line.token.LineToken;
import ramdan.file.line.token.Tokens;
import ramdan.file.line.token.data.LineTokenData;
import ramdan.file.line.token.data.MultiLineData;
import java.util.ArrayList;
import java.util.List;
public class GenevaCapturePutEndHandler extends... |
package com.plivo.api;
public class Plivo {
private static PlivoClient instance = null;
/**
* Initializes the global {@link PlivoClient} instance
*/
public static synchronized PlivoClient init(String authId, String authToken) {
instance = new PlivoClient(authId, authToken);
return instance;
}
... |
package WayofTime.alchemicalWizardry.common.items;
import net.minecraft.block.Block;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
public class ItemBloodRuneBlock extends ItemBlock
{
public ItemBloodRuneBlock(Block block)
{
super(block);
setHasSubtypes(true);
}... |
/**
* Copyright 2009-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... |
package de.centerdevice.beanbouncer.handler;
public interface UnsafeInjectionHandler {
void handleUnsafeInjection(String beanName, String beanScope, String dependencyBeanName,
String dependencyBeanScope);
}
|
/*
* Copyright (C) 2019 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... |
package com.ghq.exception;
public class RepeatKillException extends SeckillException {
public RepeatKillException(String message) {
super(message);
}
public RepeatKillException(String message, Throwable cause) {
super(message, cause);
}
}
|
package elemental.combine.TD;
import android.app.Activity;
import android.os.Bundle;
public class About extends Activity
{
@Override
protected void onCreate(Bundle savedInstanceState)
{
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.about);
}
}
|
/**
* Copyright 2009-2022 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... |
/**
* Copyright 2009-2020 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... |
package it.castelli.connection.messages;
import it.castelli.connection.Connection;
import it.castelli.connection.ConnectionManager;
import it.castelli.connection.GameConnectionManager;
import it.castelli.gameLogic.GameManager;
import it.castelli.gameLogic.Player;
import it.castelli.gameLogic.contracts.Contract;
import... |
/*
* Copyright 2019-2021 workoss (https://www.workoss.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 a... |
public void setNext(ListNode next) {
this.next = next;
} |
/*
* Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) 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
*
* Unles... |
/*
* 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.apereo.cas.gua.impl;
import lombok.val;
import com.google.common.io.ByteSource;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.io.IOUtils;
import org.apereo.cas.gua.api.UserGraphicalAuthenticationRepository;
import org.springframework.core.io.Resource;
... |
//,temp,AssociateUcsProfileToBladeCmd.java,51,62,temp,AddUcsManagerCmd.java,58,70
//,3
public class xxx {
@Override
public void execute() throws ResourceUnavailableException, InsufficientCapacityException, ServerApiException, ConcurrentOperationException,
ResourceAllocationException, NetworkRuleConflict... |
package com.amazon.spapi.documents;
import com.amazon.spapi.documents.impl.AESCryptoStreamFactory;
import org.junit.jupiter.api.Test;
import java.io.File;
import java.io.FileNotFoundException;
import static org.junit.jupiter.api.Assertions.*;
class DownloadBundleTest {
private static String KEY = "sxx/wImF6BFnd... |
package ajin.mall.sys.goods.controller;
import ajin.mall.common.base.anno.RepeatSubmit;
import ajin.mall.common.base.result.BaseResult;
import ajin.mall.common.base.result.ResultEnum;
import ajin.mall.common.base.result.ResultPage;
import ajin.mall.sys.goods.form.LabelAddForm;
import ajin.mall.sys.goods.form.LabelLis... |
package com.imooc.repository;
import com.imooc.dataobject.OrderMaster;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* @ Author :焦康
* @ Date :Created in 20:50 2018/12/3
* 订单
*/
public interf... |
package androidx.appcompat.widget;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff.Mode;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.ActionMode.Callback;
import android.view.inputmethod.EditorInfo;
import... |
package engineer.vel.projects.enrollmentsystem.core.dto;
import javax.validation.constraints.Max;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import engineer.vel.projects.enrollmentsystem.repository.entity.CourseClass;
import io.swagger.v3.oas.annotations.media.Schema;
i... |
/*
* The MIT License (MIT) Copyright (c) 2020-2021 artipie.com
* https://github.com/artipie/cargo-adapter/LICENSE
*/
package com.artipie.cargo.meta;
import com.artipie.asto.ArtipieIOException;
import com.artipie.asto.misc.UncheckedIOConsumer;
import java.io.IOException;
import java.io.InputStream;
import java.io.Ou... |
package com.boot.service;
import com.boot.pojo.Product;
import org.elasticsearch.search.SearchHit;
import java.io.IOException;
import java.util.List;
/**
* @author 游政杰
*/
public interface SearchService {
void initSearch() throws IOException, InterruptedException;
SearchHit[] searchProductHitByName(Strin... |
package org.broadinstitute.hellbender.tools.spark.sv.utils;
import com.esotericsoftware.kryo.DefaultSerializer;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import org.broadinstitute.hellbender.utils.Utils;
import scala.Tuple2;
import ja... |
import java.util.Arrays;
public class Solution3 {
public int coinChange(int[] coins, int amount) {
int[] dp = new int[amount + 1];
Arrays.fill(dp, amount + 1);
dp[0] = 0;
for (int coin : coins) {
for (int i = coin; i <= amount; i++) {
dp[i] = Math.min(d... |
/**
* Copyright 2009-2021 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... |
/*
* 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.portalmgr.common;
public class Pager {
private int isPage=1; //是否分页
private int page=1;
private int pageSize=10;
private int beginRow=0;
public int getPage() {
return page;
}
public int getIsPage() {
return isPage;
}
public void setIsPage(int isPage) ... |
/*
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
The MySQL Connector/J is licensed under the terms of the GPLv2
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors.
There are special exceptions to the terms and conditions of the GPLv2 as it is appl... |
/*
* 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")... |
//App15_1.java 简单的绘图程序
package example;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class App15_1 extends JFrame
{
/**
*
*/
private static final long serialVersionUID = 1L;
static JButton bnt1 =new JButton("画圆");
static JButton bnt2 =new JButton("画椭圆");
static JPanel ... |
package checkers;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
public class PresenceConditionMacroChecker {
public static void main(String[] args) throws IOException {
FileInputStream fis = new FileInputStream(new... |
package net.yoojia.imagemap;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import com.caverock.androidsvg.SVG;
import net.yoojia.imagemap.core.PushMessageShape;
import net.yoojia.imagemap.core.RequestShape;
i... |
/*
* Copyright 2021 OmniFaces
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
/*
* Copyright 2008-2016 by Emeric Vernat
*
* This file is part of Java Melody.
*
* 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/LI... |
/*
* 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 com.bouye.gw2.sab.preloader;
import javafx.application.Preloader;
import javafx.application.Preloader.ProgressNotification;
im... |
package ru.job4j.chess.figures;
/**
* ImpossibleMoveException - class for exceptions.
* ImpossibleMoveException extends RuntimeException class.
* ImpossibleMoveException throws when the Figure is tried to be moved incorrectly.
* @author Alexander Kordyukov (alex-programm@yandex.ru)
* @version $Id$
* @since 0.1
... |
package ru.job4j.array;
/**
* 5.1. Создать программу для сортировки массива методом перестановки. [#195].
* @author ZapovA
* @since 14.9.17
*/
public class BubbleSort {
/**
* Метод для сортировки массива методом перестановки.
* @param array - входной массив.
* @return отсортированный.
*/
public int[] sort(int... |
/*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
// This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.twc.models;
import com.aliyun.tea.*;
public class SyncInnerProvisionResponse extends TeaModel {
// 请求唯一ID,用于链路跟踪和问题排查
@NameInMap("req_msg_id")
public String reqMsgId;
// 结果码,一般OK表示调用成功
@NameInMap("result_... |
//孙瑞洲改 2019.8.8
package com.zhuangfei.timetable.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* 课程实体类<br/>
* 1.增加了extras,可以保存一些自己需要的东西<br/>
* @author Administrator 刘壮飞
*
*/
public class Schedule implements Serializable,C... |
/*
* Copyright 2017 The Error Prone 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 ... |
/*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2014 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Licens... |
package ro.ciprianradu.rentacar.http.registerlocation;
import java.util.ArrayList;
import java.util.List;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import ro.ciprianradu.rentacar.http.HttpResponse;
import ro.ciprianradu.rentacar.http.HttpStatus;
import ro.ciprianradu.rentacar.http.dto... |
package datadog.trace.instrumentation.jakarta3;
import static datadog.trace.agent.tooling.bytebuddy.matcher.DDElementMatchers.hasSuperMethod;
import static datadog.trace.agent.tooling.bytebuddy.matcher.DDElementMatchers.safeHasSuperType;
import static datadog.trace.agent.tooling.bytebuddy.matcher.NameMatchers.named;
i... |
package com.wolanx.echo.iothub.model.vo;
import lombok.Data;
import java.util.Date;
/**
* @author wolanx
*/
@Data
public class DeviceVO {
private Long id;
private Integer type;
private String productKey;
private String deviceName;
private String deviceSecret;
private Date lastOnlineTs... |
package generator.helper.groups.character;
/**
* Represents a character group mapped to a flag which indicates whether it is
* activated or not.
*
* @author Chris
*/
public class CharacterGroup {
// Fields
private String name;
private char[] characters;
private boolean active;
// Construc... |
package org.riversun.xternal.simpleslackapi.impl;
import org.riversun.xternal.simpleslackapi.SlackUser;
import org.riversun.xternal.simpleslackapi.events.SlackEventType;
import org.riversun.xternal.simpleslackapi.events.SlackTeamJoin;
public class SlackTeamJoinImpl implements SlackTeamJoin {
private final SlackU... |
/*
* Copyright 2017 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 app... |
/*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
/* ====================================================================
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 com.atguigu.gmall.sms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 首页专题表【j... |
package org.cloudfoundry.identity.uaa.mfa;
import com.google.common.collect.Lists;
import org.cloudfoundry.identity.uaa.login.util.RandomValueStringGenerator;
import org.cloudfoundry.identity.uaa.zone.IdentityZone;
import org.cloudfoundry.identity.uaa.zone.IdentityZoneProvisioning;
import org.cloudfoundry.identity.uaa... |
package com.plivo.plivoaddressbook.utils;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.net.Uri;
import android.provider.CallLog;
import android.provider.ContactsContract;
import android.text.TextUtils;
import com.pliv... |
package me.galaxy.sample;
import me.galaxy.task.EnableTask;
import me.galaxy.task.Task;
import me.galaxy.task.TaskResult;
import org.springframework.scheduling.annotation.AsyncResult;
import org.springframework.stereotype.Service;
import org.springframework.util.concurrent.ListenableFuture;
import java.util.concurren... |
/**
* Copyright (c) 2008-2010 Ardor Labs, Inc.
*
* This file is part of Ardor3D.
*
* Ardor3D is free software: you can redistribute it and/or modify it
* under the terms of its license which may be found in the accompanying
* LICENSE file or at <http://www.ardor3d.com/LICENSE>.
*/
package com.ardor3d.scenegra... |
package live.punkpanda.p2.apnsvoip;
import live.punkpanda.p2.Configuration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.net.ssl.X509KeyManager;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.net.Socket;
import java.nio.file.Files;
impor... |
/*
* Copyright (c) 2010, Regents of the University of California
* 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 noti... |
package org.bndly.common.ical.impl.base;
/*-
* #%L
* iCal Impl
* %%
* Copyright (C) 2013 - 2020 Cybercon GmbH
* %%
* 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://ww... |
/*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.intel.dcsg.cpg.io.file;
import com.intel.mtwilson.pipe.Filter;
import java.io.File;
import java.io.FilenameFilter;
/**
*
* @author jbuhacoff
*/
public class FilenameEndsWithFilter implements FilenameFilter, Filter<F... |
package com.lilithsthrone.utils;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.text.NumberFormat;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
import java.time.format.FormatStyle;
import java.time.temporal.ChronoField;
import java.time.temporal.TemporalAccessor;
import ... |
package cn.hub.jackeroo.system.mapper;
import cn.hub.jackeroo.system.entity.SysDict;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
/**
* <p>
* 数据字典 Mapper 接口
* </p>
*
* @author jackeroo
* @since 2020-10-10
*/
public interface SysDictMapper extends BaseMapper<SysDict> {
List<SysD... |
package com.zekunwang.nytimessearch.models;
import com.loopj.android.http.RequestParams;
import org.parceler.Parcel;
import android.util.Log;
import java.util.HashMap;
@Parcel
public class Setting {
public Date beginDate;
public int sort;
public boolean art;
public boolean fashion;
public boole... |
package com.fjuul.sdk.analytics.entities;
import androidx.annotation.NonNull;
public class ActivityMeasure {
double seconds;
float metMinutes;
@NonNull
public double getSeconds() {
return seconds;
}
@NonNull
public float getMetMinutes() {
return metMinutes;
}
}
|
package <%= appPackage %>.data.source;
import <%= appPackage %>.data.FakeTasksRemoteDataSource;
import <%= appPackage %>.data.source.local.TasksLocalDataSource;
import javax.inject.Singleton;
import dagger.Binds;
import dagger.Module;
/**
* This is used by Dagger to inject the required arguments into the {@link Ta... |
package com.raysonfang.sqltranslator.sql.dialect.oracle.function;
import com.alibaba.druid.sql.ast.SQLDataType;
import com.alibaba.druid.sql.ast.SQLExpr;
import com.alibaba.druid.sql.ast.SQLObject;
import com.alibaba.druid.sql.ast.SQLOrderBy;
import com.alibaba.druid.sql.ast.expr.*;
import com.alibaba.druid.sql.ast.st... |
package net.gmx.onebyte.ttnmapper.widget;
import android.app.Activity;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.RemoteViews;
public class Configu... |
package frc.robot.subsystems;
import edu.wpi.first.networktables.NetworkTable;
import edu.wpi.first.networktables.NetworkTableEntry;
import edu.wpi.first.networktables.NetworkTableInstance;
import edu.wpi.first.wpilibj.DriverStation;
public class VisionSubsystem extends EntechSubsystem {
private NetworkTabl... |
package com.hm.cloud.common.exception;
/**
* @author Coder编程
* @Title: HMException
* @ProjectName hm-cloud-platform
* @Description: TODO
* @date 2020/12/414:38
*/
public class HMException extends RuntimeException{
private static final long serialVersionUID = 1L;
private String msg;
private int code... |
/*
* GROOVE: GRaphs for Object Oriented VErification Copyright 2003--2007
* University of Twente
*
* 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... |
package chobo.springweb;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KafkaObserverApplicationTests {
@Test
void contextLoads() {
}
}
|
package com.lovecyy.wallet.item.model.dto;
import com.lovecyy.wallet.item.model.pojo.TTransaction;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
* @author shuoyu
*/
@Data
public class TransactionDTO implements Serializable {
/**下次使用页码*/
private Integer pageNum;
private Bo... |
package org.srs.datacat.model.security;
import java.util.Set;
/**
* A CallContext object is used for verification of filesystem operations.
* It includes the user who initiated the call into the provider, and the user's groups.
* @author bvan
*/
public class CallContext {
private final DcUser subject;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.