text stringlengths 7 995k |
|---|
/**
* Copyright 2011 Clockwork
*
* 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 cn.itcast.config;
import com.google.common.base.Predicate;
import com.google.common.base.Predicates;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.BeanFactoryAware;
import org.springframework.beans.factory.annotat... |
package com.example.frontend.ui.mark;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.Button;
import android.w... |
// Template Source: IBaseMethodCollectionRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------... |
package com.blockvader.wtimprovements;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import com.blockvader.wtimprovements.init.InitPotionTypes;
import net.minecraft.block.Block;
import net.minecraft.block.Blocks;
import net.minecraft.block.CoralBlock;
import net.minecraft.block.CropsBlo... |
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2000 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... |
package com.atguigu.gulimall.product.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 商品评价回复关系
*
* @author kunqin
* @email messiakun@foxmail.com
* @date 2021-11-15 16:0... |
package com.linkedin.avro.fastserde.generated.deserialization.AVRO_1_5;
import java.io.IOException;
import com.linkedin.avro.fastserde.FastDeserializer;
import org.apache.avro.Schema;
import org.apache.avro.generic.IndexedRecord;
import org.apache.avro.io.Decoder;
public class FastGenericDeserializerGeneratorTest_sho... |
package ro.bumbacea.alex.wakeup.entities;
import java.net.InetAddress;
/**
* Created by abumbacea on 01/07/16.
*/
public class Net {
protected InetAddress IP;
protected short mask;
public Net(InetAddress IP, short mask)
{
this.IP = IP;
this.mask = mask;
}
public short getMas... |
package cordovaPluginYanap;
abstract public class YanapPlayer implements IYanapPlayer {
public Yanap.STATE state = Yanap.STATE.NONE;
protected Yanap yanap;
protected String uid = null;
protected float volume1, volume2; // TODO: rename to volumeR/volumeL
public YanapPlayer(Yanap yanap, String uid, ... |
package com.atguigu.gmall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* spu信息
*
* @author liugang
* @email 1967974687@qq.com
* @date 2021-01-18 19:57:37
*/
@Dat... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/common/criteria.proto
package com.google.ads.googleads.v9.common;
/**
* <pre>
* Listing dimensions for listing group criterion.
* </pre>
*
* Protobuf type {@code google.ads.googleads.v9.common.ListingDimensionInfo}
*/... |
package org.webrtc.kite.wpt;
import org.openqa.selenium.*;
import org.openqa.selenium.remote.RemoteWebDriver;
import javax.json.Json;
import javax.json.JsonObject;
import javax.json.JsonObjectBuilder;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class Utility {
/**
* Retur... |
/*
* Copyright (C) 2016 Bugs will find a way (https://wznote.blogspot.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
*
* Unl... |
package com.anlu.core.freemark.extend;
import com.jagregory.shiro.freemarker.ShiroTags;
import freemarker.template.Configuration;
import freemarker.template.TemplateException;
import freemarker.template.TemplateModelException;
import org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer;
import java.io... |
/*
* Copyright 2012-2013 Sergey Ignatov
*
* 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 com.bsnbase.sdk.entity.res.cita;
import com.bsnbase.sdk.entity.base.IBody;
import com.bsnbase.sdk.entity.res.xuperChain.ResGetTransaction;
import lombok.Data;
@Data
public class ResGetBlockInformation implements IBody{
String blockHash;
int blockNumber;
String prevBlockHash;
String blockTime;
String qu... |
package ast.definicion;
import ast.nodo.NodoAST;
import ast.tipo.Tipo;
public interface Definicion extends NodoAST {
public String getNombre();
public void setTipo(Tipo tipo);
public Tipo getTipo();
} |
package com.scwang.smartrefresh.layout;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;
import android.annotation.SuppressLint;
import android.content.Context;
import android.cont... |
package com.babelfish;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication()
@ComponentScan(basePackages="com.babelfish")
public class TranslateApplication {
publ... |
package com.amazing2j.amz.common;
public class JsonResponse {
private static final String DEFAULT_SUCCESS_MESSAGE = "SUCCESS";
// 只返回状态
public static JsonResult getSuccessResult() {
return new JsonResult()
.setCode(ResultEnum.SUCCESS)
.setMessage(DEFAULT_SUCCESS_MES... |
package com.ayou.live.commands;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
/**
* description
*
* @author ysy
* @date 2019-08-20
*/
@Getter
@Setter
@NoArgsConstructor
public class CreateContractCommand extends UpdateContractCommand {
public CreateContractCommand(Long identifi... |
/**
* 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.softuni.ruk.service.api;
public interface BankAccountService {
} |
/*
* Copyright 2004-2008 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 uk.ac.cam.cares.jps.base.discovery;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.Gson;
import uk.ac.cam.cares.jps.base.exception.JPSRuntimeException;
public class DiscoveryProvider {
public static List<String> searchAgents(AgentRequest searchDescr) {
String serialized = co... |
/*
* 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 2007 Yusuke Yamamoto
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
/*
* Copyright (c) Qatar Computing Research Institute, 2013.
* Licensed under the MIT license <http://www.opensource.org/licenses/MIT>.
*/
package qa.qcri.qnoise.constraint;
import org.javatuples.Pair;
import qa.qcri.qnoise.internal.DataProfile;
import qa.qcri.qnoise.internal.DataType;
import qa.qcri.qnoise.intern... |
package br.com.jmsstudio.designpatterns.templateMethod.tax;
import br.com.jmsstudio.designpatterns.decorator.tax.Tax;
import br.com.jmsstudio.model.BudgetItem;
import br.com.jmsstudio.model.Budget;
public class TaxIKCV extends TemplateTaxCondicional {
public static final double TAXA_MAXIMA_IMPOSTO = 0.1;
publ... |
package com.planet_ink.coffee_mud.Abilities.Spells;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.p... |
package com.jam.java.io.netty.chat.protocol;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author Jam
*/
public abstract class SequenceIdGenerator {
private static final AtomicInteger id = new AtomicInteger();
public static int nextId() {
return id.incrementAndGet();
}
} |
package ethos.database;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import ethos.model.players.Player;
/**
* Opens the store page in the default web browser.
*
* @author Emiel
*/
public class DonationHandler imple... |
import java.util.ArrayList;
import java.util.List;
public class CriteriaFemale implements Criteria {
@Override
public List<Person> meetCriteria(List<Person> persons) {
List<Person> femalePersons = new ArrayList<Person>();
for (Person person : persons) {
if(person.getGender().equalsIgnore... |
/*
* 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")... |
package stepdefs;
import config.EndpointURLs;
import config.EnvGlobals;
import cucumber.api.java.en.Given;
import cucumber.api.java.en.Then;
import general.ReusableFunctions;
import payloads.PractitionerRolePayload;
import static stepdefs.Hooks.RequestPayLoad;
import static stepdefs.Hooks.endPoint;
public class Prac... |
/*
* 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 io.github.learnjpahibernate.repository;
import org.springframework.stereotype.Repository;
import io.github.learnjpahibernate.model.Course;
@Repository
public interface CourseRepository extends ExtendedJpaRepository<Course, Long> {
} |
package com.base.engine.math;
import com.base.engine.components.Camera;
public class Transform {
private Transform parent;
private Matrix4f parentMatrix;
private Vector3f pos;
private Quaternion rot;
private Vector3f scale;
private Vector3f oldPos;
private Quaternion oldRot;
private Vector3f oldScale;
pub... |
/**
* 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) 2011-2012 ICM Uniwersytet Warszawski All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package eu.emi.security.authn.x509.helpers.trust;
import java.security.cert.CertificateExpiredException;
import java.security.cert.CertificateNotYetValidException;
import java.security.c... |
package jenkins.slaves.restarter;
import static hudson.util.jna.GNUCLibrary.FD_CLOEXEC;
import static hudson.util.jna.GNUCLibrary.F_GETFD;
import static hudson.util.jna.GNUCLibrary.F_SETFD;
import static hudson.util.jna.GNUCLibrary.LIBC;
import static java.util.logging.Level.FINE;
import com.sun.akuma.Daemon;
import ... |
package com.aitlp.system.service;
import java.util.List;
import com.aitlp.system.api.domain.SysOperLog;
/**
* 操作日志 服务层
*
* @author Winbert
*/
public interface ISysOperLogService
{
/**
* 新增操作日志
*
* @param operLog 操作日志对象
* @return 结果
*/
public int insertOperlog(SysOperLog operLog)... |
package com.direwolf20.buildinggadgets.common.inventory;
import com.direwolf20.buildinggadgets.common.inventory.materials.MaterialList;
import com.direwolf20.buildinggadgets.common.inventory.materials.objects.IUniqueObject;
import com.google.common.collect.ImmutableMultiset;
import com.google.common.collect.Multiset;
... |
package cn.diyai.java_base.thread_connection.stack1;
import java.util.ArrayList;
import java.util.List;
/**
* Created by diyai on 2018/7/10.
*/
public class MyStack {
private List list = new ArrayList();
synchronized public void push(){
try{
if(list.size() == 100){
thi... |
package com.yubin.hotelSys.controller;
import com.yubin.hotelSys.dao.AdminMapper;
import com.yubin.hotelSys.dto.AdminSearchFormDTO;
import com.yubin.hotelSys.model.Admin;
import com.yubin.hotelSys.result.ExceptionMsg;
import com.yubin.hotelSys.result.ResponseData;
import org.springframework.beans.factory.annotation.Au... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
/*
* Copyright (c) 2021 FakeXposed by sanfengAndroid.
*
* 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 io.rxmicro.examples.data.r2dbc.postgresql.variables;
import io.r2dbc.pool.ConnectionPool;
import io.rxmicro.data.sql.model.EntityFieldMap;
import io.rxmicro.data.sql.r2dbc.detail.RepositoryConnectionFactory;
import io.rxmicro.data.sql.r2dbc.detail.RepositoryConnectionPool;
import io.rxmicro.data.sql.r2dbc.post... |
/**
*
Package: MAG - VistA Imaging
WARNING: Per VHA Directive 2004-038, this routine should not be modified.
Date Created: Jun 21, 2012
Site Name: Washington OI Field Office, Silver Spring, MD
Developer: VHAISWWERFEJ
Description:
;; +------------------------------------------------------------... |
package shops;
import net.coreprotect.CoreProtect;
import net.coreprotect.CoreProtectAPI;
import net.tnemc.core.TNE;
import net.tnemc.core.common.api.TNEAPI;
import org.bukkit.block.Block;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.... |
package com.lilithsthrone.world.places;
import java.util.ArrayList;
import java.util.List;
import java.util.Map.Entry;
import com.lilithsthrone.game.character.body.FluidCum;
import com.lilithsthrone.game.character.body.FluidGirlCum;
import com.lilithsthrone.game.character.body.FluidMilk;
import com.lilithsthrone.game... |
package com.hubspot.slack.client.models.events.json;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertTrue;
import java.io.IOException;
import org.junit.Test;
import com.fasterxml.jackson.core.type.TypeReference;
import com.hubspot.slack.client.jackson.ObjectMapperUtils... |
/* 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 android.support.fragment;
public final class R {
private R() {}
public static final class attr {
private attr(... |
class Solution {
// O(n^2) time
public String shortestPalindrome(String s) {
int n = s.length();
int maxPalindromeLen = 0;
for (int size = 1; size <= n; size++) {
int l = 0;
int r = size - 1;
while (l < r) {
if (s.charAt(l) != s.charAt(... |
/**
* Copyright 2020 Alibaba Group Holding Limited.
*
* 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 applicab... |
/**
* 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) 2013-2019 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... |
package com.zhoushucheng.gulimall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bi... |
// Copyright 2012,2013 Vaughn Vernon
//
// 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... |
package com.planet_ink.coffee_mud.Races;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_ink.c... |
/*
* Copyright 2017-2020 Crown Copyright
*
* 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 a... |
package online.dipa.hub.persistence.entities;
import static javax.persistence.CascadeType.ALL;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import org.hibernate.annotations.Cache;
import org.hiberna... |
package us.kbase.workspace.test.workspace;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;
import org.junit.Test;
import nl.jqno.equalsverifier.EqualsVerifier;
import us.kbase.common.test.TestCommon;
import us.kbase.workspace.database.Resolv... |
package fr.javatronic.blog.massive.annotation2;
import fr.javatronic.blog.processor.Annotation_002;
@Annotation_002
public class Class_442 {
} |
package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner input=new Scanner(System.in);
System.out.println("Fibonacci serisinin eleman sayısını giriniz: ");
int n=input.nextInt();
int n1=0,n2=1,n3,i;
System.out.print(n1+... |
package tech.baeldung.hexagon.books.adapters.authorservice;
import org.springframework.stereotype.Component;
import tech.baeldung.hexagon.books.domain.model.Author;
import tech.baeldung.hexagon.books.domain.model.AuthorId;
import tech.baeldung.hexagon.books.domain.ports.AuthorRepository;
import static tech.baeldung.h... |
package mercury;
import mercury.filesystem.NativeFileSystem;
import mercury.server.connections.PassivePortManager;
import mercury.server.connections.socket.SocketFactory;
import java.io.IOException;
import java.net.ServerSocket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
publ... |
/*
* 6.0-OpenDoc_API-文档访问
* API to access AnyShare 如有任何疑问,可到开发者社区提问:https://developers.aishu.cn # Authentication - 调用需要鉴权的API,必须将token放在HTTP header中:\"Authorization: Bearer ACCESS_TOKEN\" - 对于GET请求,除了将token放在HTTP header中,也可以将token放在URL query string中:\"tokenid=ACCESS_TOKEN\"
*
* OpenAPI spec version: 6.0.10
... |
package com.wardmate.interceptor;
import com.wardmate.constant.SimpleHttpMessage;
import com.wardmate.constant.WebAppConstant;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSer... |
package LingMouWxPay.LingMouWxPayController;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import LingMouWxPay.LingMouWxPayconfig.LingMouWxPayConstant;
/**
* 微信支付首页面控制器
* Created by fanxin on 2017/12/1.
*/
@Con... |
package LBJ2.IR;
import java.util.HashSet;
import java.util.Iterator;
import LBJ2.Pass;
/**
* Currently, this is just a wrapper class for <code>LinkedList</code>. The
* code that uses it looks a little cleaner when casts are all taken care of
* automatically.
*
* @author Nick Rizzolo
**/
public class Exp... |
package com.example.dannyboy.smartguitarapp;
import java.util.ArrayList;
import java.util.List;
/**
* Created by SlimPC on 21-Dec-17.
*/
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
public class Second {
private Boolean _isEOM;
public List<Dot> myDots;
public Second()... |
/*
* Copyright 2002-2012 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... |
/*L
* Copyright SAIC, Ellumen and RSNA (CTP)
*
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/national-biomedical-image-archive/LICENSE.txt for details.
*/
package gov.nih.nci.nbia.util;
import java.text.DecimalFormat;
public class DisplayUtil {
/*1 Byte = 8 ... |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/**
* 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 und... |
/**
* 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.xingyun.springbootwithjenkinssample.entity;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.ToString;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.validation.constraints.Not... |
package com.hbird.base.mvp.model;
import com.hbird.base.mvp.model.entity.event.CollectCountEvent;
import com.hbird.base.mvp.model.entity.table.MovieCollect;
import com.hbird.base.mvp.model.imodel.ICollectModel;
import com.ljy.devring.DevRing;
import java.util.List;
import io.reactivex.Observable;
import io.reactivex... |
package io.kauri.ahken.script.exception;
/**
* An exception thrown on error during script processing.
*
* @author Craig Williams
*/
public class ScriptException extends RuntimeException {
public ScriptException(Throwable cause) {
super(cause);
}
public ScriptException(String msg, Throwable ca... |
package com.google.android.gms.tasks;
import java.util.concurrent.Executor;
/* compiled from: com.google.android.gms:play-services-tasks@@17.1.0 */
final class zzm<TResult> implements zzr<TResult> {
private final Executor zza;
/* access modifiers changed from: private */
public final Object zzb = new Obje... |
/**
* Copyright (c) YugaByte, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... |
/*******************************************************************************
* 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... |
package com.reactnativecommunity.webview;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.DownloadManager;
import android.content.Context;
import android.content.pm.ActivityInfo;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.gra... |
/*
* 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 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
/*******************************************************************************
* Copyright 2018 The MIT Internet Trust Consortium
*
* 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 com.secunet.ipsmall.eac.sm;
import java.io.ByteArrayOutputStream;
import java.security.MessageDigest;
import java.util.Arrays;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
import com.secunet.ipsmall.eac.EAC2ObjectIdentifiers;
import com.secunet.ipsmall.eac.cv.ByteHelper;
public class KeyDerivationFunct... |
/**
* Package for ArrayMergeTest Class.
* @author Vitaly Vasilyev (rav.energ@rambler.ru)
* @version $Id$
* @since 0.1
*/
package ru.job4j.mergeofarrays; |
/*
* 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) 2006, 2007, 2009, 2010, 2013, 2014, 2015 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file.
*
* Created on 24. March 2006 by Jo... |
/**
* Copyright © 2016-2019 The Thingsboard 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 applicab... |
// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
import java.io.IOException;
import java.io.File;
import java.io.PrintStream;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.util.regex.Pattern;
import java.util.regex.Matcher;
import java.util.*;
import java.time.Instant;
import java.time.Duration;
import ja... |
package com.bjpowernode.tag.vo.easyui;
/**
*
* @author
*
*/
public class ColumnValue {
private String name;
private String text;
private String value;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getText() {
return text;
}
publ... |
package com.vn.avenger.warzone.screen.info;
import static com.vn.avenger.warzone.common.Helper.NEWLINE;
import com.vn.avenger.warzone.common.constants.Enums.ACHIEVEMENTS;
import com.vn.avenger.warzone.screen.Window;
public class AchievementInfoScreen implements Window<String> {
@Override
public String view() {
... |
package org.apache.maven.scm.provider.starteam.repository;
/*
* 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 un... |
/*
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.