text
stringlengths
7
1.01M
package vn.bhxh.bhxhmail.mail; import android.support.annotation.VisibleForTesting; import android.text.TextUtils; import android.text.util.Rfc822Token; import android.text.util.Rfc822Tokenizer; import android.util.Log; import org.apache.james.mime4j.MimeException; import org.apache.james.mime4j.codec.EncoderUtil; 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"); you...
/* * Copyright 2012-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 applicable law ...
package com.wasu.demo59; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Demo59Application { public static void main(String[] args) { SpringApplication.run(Demo59Application.class, args); } }
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
// Pixel Paint // John Irle // 21 March 2019 import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.ColorPicker; import javafx.scene.layout.*; import javafx.geometry.Insets; import javafx.scene.paint.Color; import javafx.stage.FileChooser; impo...
package com.adaptris.core.http.apache5; import com.adaptris.core.AdaptrisMessage; import com.adaptris.core.MetadataCollection; import com.adaptris.core.MetadataElement; import com.adaptris.core.http.client.RequestHeaderProvider; import com.adaptris.core.metadata.MetadataFilter; import com.adaptris.core.util.Args; impo...
/******************************************************************************* * Copyright 2014 NIFTY Corporation 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 ...
/* * 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 gov.healthit.chpl.scheduler.job.xmlgenerator; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; import gov.healthit.chpl.domain.compliance.DirectReviewNonConformity; public class DirectReviewNonConformityXmlGenerator extends XmlGenerator { public...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.cisco.axl.api._8; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for LCredentialPolicy complex type. * * <p>The following schema fragment sp...
package ca.itinerum.android; import android.annotation.SuppressLint; import android.os.Bundle; import android.support.v4.app.DialogFragment; import android.support.v7.widget.AppCompatTextView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; ...
package com.blunderer.materialdesignlibrary.activities; import android.content.Intent; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.view.View; import com.blunderer.materialdesignlibrary.R; import com.blunderer.materialdesignlibrary.adapters.ViewPagerAdapter; import com.blunderer....
package org.jzy3d.debugGL; import org.jzy3d.analysis.AWTAbstractAnalysis; import org.jzy3d.analysis.AnalysisLauncher; import org.jzy3d.chart.factories.AWTChartFactory; import org.jzy3d.colors.Color; import org.jzy3d.colors.ColorMapper; import org.jzy3d.colors.colormaps.ColorMapRainbow; import org.jzy3d.debugGL.tracers...
package com.liyun.qa.edu.appium; import io.appium.java_client.android.AndroidDriver; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.annotations.BeforeClass; import java.net.MalformedURLException; import java.net.URL; /** * Demo 应用测试 * * @author Li Yun * @date 2020/8/4 10:28 */ public c...
package com.example.bozhilun.android.siswatch.view; import android.annotation.SuppressLint; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.os.Handler; import android.os.Message; import android.ut...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
/* * Copyright (c) 2016 IRCCloud, Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package com.example.findacar.activites; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentTransaction; import android.content.Intent; import android.content.IntentFilter; import android.os.Bundle; impo...
package mod.pianomanu.blockcarpentry.model; import com.mojang.datafixers.util.Pair; import mod.pianomanu.blockcarpentry.bakedmodels.FrameBakedModel; import mod.pianomanu.blockcarpentry.bakedmodels.IllusionBlockBakedModel; import net.minecraft.client.renderer.model.*; import net.minecraft.client.renderer.texture.AtlasT...
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 解语花统一的内容审核接口 * * @author auto create * @since 1.0, 2021-05-07 20:39:26 */ public class AlipayFincore...
package com.shilin.gulimall.member.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.bind.anno...
package edu.olezha.sandbox.core.bit; public class BitwiseXor { public static void main(String[] args) { for (int a = 7; a < 15; a++) { System.out.println("---"); int b = 5, c = a ^ b; System.out.println(a + " ^ " + b + " = " + c); System.out.println( ...
package de.brockhausag.gruntr.auth; import de.brockhausag.gruntr.data.dto.CreateUserDto; import de.brockhausag.gruntr.data.entities.UserEntity; import de.brockhausag.gruntr.repositories.UserRepository; import org.junit.Assert; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rule...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package net.minecraft.client.resources.model; import java.util.List; import net.minecraft.client.renderer.block.model.BakedQuad; import net.minecraft.client.renderer.block.model.ItemCameraTransforms; import net.minecraft.client.renderer.texture.TextureAtlasSprite; import net.minecraft.util.EnumFacing; public class B...
package uk.bl.wa.hadoop.indexer.mdx; /* * #%L * warc-hadoop-indexer * %% * Copyright (C) 2013 - 2018 The webarchive-discovery project contributors * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Softwa...
/* * Copyright 2015-2016 USEF Foundation * * 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...
package com.luban.common.listenner; import com.luban.common.quartz.utils.QuartzManager; import com.luban.common.service.JobService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.core.annotation.Order; import org.springframew...
package pro.lukasgorny.services; import com.google.common.base.Optional; import com.google.common.base.Preconditions; import pro.lukasgorny.dto.Player; import pro.lukasgorny.messages.Messages; /** * Created by Łukasz "Husar" Górny on 2017-07-11. */ public class PlayerValidationService { public void validate(f...
package com.planet_ink.coffee_mud.core.collections; import java.util.*; /* Copyright 2016-2020 Bo Zimmerman 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.apach...
package io.joern.fuzzyc2cpg.parsetreetoast; import static org.junit.Assert.assertTrue; import io.joern.fuzzyc2cpg.ast.expressions.Expression; import io.joern.fuzzyc2cpg.ast.langc.statements.blockstarters.ElseStatement; import io.joern.fuzzyc2cpg.ast.langc.statements.blockstarters.IfStatement; import io.joern.fuzzyc2c...
package com.github.binarywang.wxpay.bean.result; import com.thoughtworks.xstream.annotations.XStreamAlias; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; /** * <pre> * Created by BinaryWang on 2017/6/18. * </pre> * * @author <a href="https://github.com/binarywang">Binary W...
/* * Copyright (c) 2010-2019 Nathan Rajlich * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy,...
package ru.otus.core.model; import java.util.HashSet; import java.util.Objects; import java.util.Set; @Entity @Table(name = "users") public class User { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE) @Column(name = "id") private long id; @Column(name = "name") private String name; ...
package io.fizz.chat.user.domain; import io.fizz.common.Utils; import io.fizz.common.domain.ApplicationId; import io.fizz.common.domain.Url; import io.fizz.common.domain.UserId; import java.util.*; public class User { public static class Builder { private ApplicationId appId; private UserId userI...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.bian.dto.BQFunctionalSpecificationRetrieveOutputModelFunctionalSpecificationInstanceAnalysi...
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Jean-Baptiste Quenot, Tom Huybrechts * * 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 wi...
// Copyright 2014 The Bazel Authors. 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 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"); you may ...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.example.li.springboot_poi_demo.utils; import cn.afterturn.easypoi.excel.ExcelExportUtil; import cn.afterturn.easypoi.excel.ExcelImportUtil; import cn.afterturn.easypoi.excel.entity.ExportParams; import cn.afterturn.easypoi.excel.entity.ImportParams; import cn.afterturn.easypoi.excel.entity.enmus.ExcelType;...
/* * Copyright 2015 Eiren 'Eirenliel' Rain and GreenCubes.org * authors * * 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 rig...
package kotlin.sequences; import java.util.Iterator; import kotlin.Metadata; import kotlin.jvm.functions.Function2; @Metadata(bv = {1, 0, 3}, d1 = {"\u0000\u0011\n\u0000\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010(\n\u0000*\u0001\u0000\b\n\u0018\u00002\b\u0012\u0004\u0012\u00028\u00000\u0001J\u000f\u0010\u0002\u001a\b\...
/* * Copyright 2016-2018 shardingsphere.io. * <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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package module6; import java.util.Arrays; public class SelectionSort { public static void main(String[] args) { int[] test = {7,16,66,43,97,51}; selectionSort(test); System.out.println(Arrays.toString(test)); } //selectionSort method private static void selectionSort (int[] values){ for (int i=0; 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"); you may ...
/* * Copyright 2008-present MongoDB, 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 ag...
package se.vidstige.jadb; import se.vidstige.jadb.managers.Bash; import java.io.*; import java.util.ArrayList; import java.util.List; public class JadbDevice { public enum State { Unknown, Offline, Device, Recovery, BootLoader }; private final String serial; p...
/* * This file was automatically generated by EvoSuite * Sat Nov 28 18:27:42 GMT 2020 */ package Newzgrabber; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import Newzgrabber.Base64Decoder; import Newzgrabber.BufferedCustomInputStream; import Newzgrabb...
/* * 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 cloud.jgo.jjdom.dom.nodes; public interface Comment extends Node { // da completare }
int factorial(n = 2) { if (2 <= 1) return 1; return 2 * factorial(1); }
package Model; import com.google.common.collect.ForwardingSet; import java.util.HashSet; import java.util.Set; public class Groups extends ForwardingSet<GroupData> { private Set <GroupData> delegate; public Groups(Groups groups) { this.delegate = new HashSet<GroupData>(groups.delegate); } ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.cosmos.models; import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml.ja...
package com.example.admin.mybledemo.ui; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.le.ScanFilter; import android.content.Context; import android.graphics.drawable.ColorDrawable; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import android...
package org.reflections; import org.reflections.adapters.MetadataAdapter; import org.reflections.scanners.Scanner; import org.reflections.serializers.Serializer; import java.net.URL; import java.util.Set; import java.util.concurrent.ExecutorService; /** * Configuration is used to create a configured instance of {@l...
package com.github.herowzz.simlogmonitor.collect; import java.io.BufferedInputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.net.Socket; import java.net.SocketAddress; import java.sql.Timestamp; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; im...
package net.minecraft.world.gen.feature.structure; import com.mojang.serialization.Codec; import net.minecraft.block.BlockState; import net.minecraft.block.Blocks; import net.minecraft.util.Direction; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.ChunkPos; import net.minecraft.util.math.Mutab...
import java.util.Scanner; public class Timings { public static void display_1() // displays the time schedule for Route 1 { System.out.println("1 Saharanpur 10:00"); System.out.println("2 Shahpur 10:14"); System.out.println("3 Rampur 10:22"); System.out.printl...
/* * 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 2017 JBoss 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 i...
/* * Copyright (c) 2021, the hapjs-platform Project Contributors * SPDX-License-Identifier: Apache-2.0 */ package org.hapjs.component.constants; import android.content.res.Configuration; import android.text.TextUtils; import android.util.Log; import org.hapjs.card.sdk.utils.CardThemeUtils; import org.hapjs.common....
package org.flybird.rock.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import org.flybird.rock.model.CmsPrefrenceArea; import org.flybird.rock.model.CmsPrefrenceAreaExample; public interface CmsPrefrenceAreaMapper { long countByExample(CmsPrefrenceAreaExample example); int delete...
package org.enodeframework.tests.EventHandlers; import org.enodeframework.annotation.Event; import org.enodeframework.annotation.Priority; import org.enodeframework.annotation.Subscribe; import org.enodeframework.common.io.AsyncTaskResult; import org.enodeframework.tests.Domain.Event1; import org.enodeframework.tests....
package com.huotu.huotao.sayhi; import com.huotu.huotao.sayhi.bean.BaseBean; import com.huotu.huotao.sayhi.bean.TaskResultBeam; import java.util.Map; import retrofit2.Call; import retrofit2.http.FieldMap; import retrofit2.http.FormUrlEncoded; import retrofit2.http.POST; /** * Created by Administrator on 2017/2/21....
/** * 活动相关 */ /** * @since 2.1.0 * @author <a href="mailto:sikai.wang@elanking.com">sikai.wang</a> * @version 2016年7月25日 */ package com.lanking.uxb.service.activity;
package io.nuls.crosschain.nuls.utils.thread; import io.nuls.base.data.Transaction; import io.nuls.crosschain.nuls.model.bo.Chain; import io.nuls.crosschain.nuls.utils.TxUtil; public class VerifierInitTxHandler implements Runnable { private Chain chain; private Transaction transaction; public VerifierIn...
/* * Copyright 2021 Brackeys IDE contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
package com.andersenlab.crm.convertservice; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import java.util.List; import java.util.Locale; /** * A service interface for type conversion. This is the entry point into the convert system. * To perform a type conversion, c...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
/** * 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 2000-2018 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.ui.laf.intellij; import com.intellij.ide.ui.laf.darcula.ui.DarculaSpinnerUI; import com.intellij.util.ui.JBInsets; import com.intellij.util.ui.JBUI; impo...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
package com.gokuai.base; /** * Created by Brandon on 2017/5/24. */ public class NetConfig { //Http post 数据格式 public static final String POST_DEFAULT_FORM_TYPE = "post_default_form_type"; public static final String POST_JSON_TYPE = "post_json_type"; }
/** * 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 2019 Fabrizio Pastore, Leonardo Mariani * * 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 L...
package cl.uchile.dcc.scrabble.types; import cl.uchile.dcc.scrabble.utils.BinaryUtils; import cl.uchile.dcc.scrabble.utils.NumberUtils; import java.util.Objects; /** Represents an Float (decimal) type for Scrabble, utilizing a Java double value */ public class SFloat implements ISType, IConcatenable, IArithmeticOper...
package habuma; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class StreamingApplicationTests { @Test public void contextLoads() { ...
package com.atguigu.gmall.wms.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; /** * 仓库信息 *...
// // Decompiled by Procyon v0.5.36 // package org.mudebug.prapr.reloc.commons.beanutils.converters; import java.math.BigDecimal; import org.mudebug.prapr.reloc.commons.beanutils.ConversionException; import org.mudebug.prapr.reloc.commons.beanutils.Converter; public final class BigDecimalConverter implements Conve...
package com.vladsch.flexmark.html; import com.vladsch.flexmark.html.renderer.LinkResolverContext; import com.vladsch.flexmark.html.renderer.ResolvedLink; import com.vladsch.flexmark.util.ast.Node; import org.jetbrains.annotations.NotNull; public interface LinkResolver { @NotNull ResolvedLink resolveLink(@NotNull ...
/* Copyright 2002-2021 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
package com.telq.sdk.exceptions.httpExceptions.clientSide; public class ApiCredentialsException extends Exception { public ApiCredentialsException(String message) { super("Error with your Api Credentials [" + message + "]"); } }
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.base; import android.os.Handler; import android.os.Looper; import android.os.Process; import org.chromium.base.annotations.CalledBy...
package com.space.bluu.services; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Build; import android.util.Log; import androidx.annotation.No...
/* * Copyright by Zoltán Cseresnyés, Ruman Gerst * * Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge * https://www.leibniz-hki.de/en/applied-systems-biology.html * HKI-Center for Systems Biology of Infection * Leibniz Institute for Natural Product Research and Infection Biology - Hans Kn...
package com.budwk.starter.common.openapi.enums; /** * @author wizzer@qq.com */ public enum ParamIn { DEFAULT(""), HEADER("header"), QUERY("query"), PATH("path"), COOKIE("cookie"); private String value; private ParamIn(String value) { this.value = value; } public String ...
package agents.phujus; import agents.phujus.PhuJusAgent; import framework.IAgent; import framework.IAgentProvider; import utils.Random; public class PhuJusAgentProvider implements IAgentProvider { @Override public IAgent getAgent() { return new PhuJusAgent(); } @Override public String get...
package com.stackroute.configuration; import com.stackroute.domain.Notifications; import org.springframework.amqp.core.*; import org.springframework.amqp.rabbit.connection.ConnectionFactory; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.amqp.support.converter.Jackson2JsonMessag...
/* * */ package net.community.chest.xml.transform; import java.io.Closeable; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Reader; import java.io.Writer; import java.net.URISyntaxException; import java.net.URL; import javax.xml.transform.Res...
package api; public class ClassExtendsRemoved { }
/** * Copyright (c) 2008-2019 Bird Dog Games, 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 <https://git.io/fjRmv>. */ package com.ardor3d.tool.editor.par...
package cn.iocoder.mall.productservice.rpc.spu; import cn.iocoder.common.framework.vo.CommonResult; import cn.iocoder.common.framework.vo.PageResult; import cn.iocoder.mall.productservice.rpc.spu.dto.*; import java.util.Collection; import java.util.List; /** * 商品 SPU Rpc 接口 */ public interface ProductSpuRpc { /...
/* * 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 org.jboss.resteasy.reactive.server.core; public class BlockingOperationSupport { private static volatile IOThreadDetector ioThreadDetector; //TODO: move away from a static public static void setIoThreadDetector(IOThreadDetector ioThreadDetector) { BlockingOperationSupport.ioThreadDetector...
package tiralabra.datastructure; import static org.junit.Assert.assertEquals; import org.junit.Test; public class MyPriorityQueueTest { @Test public void returnsItemsInCorrectOrder() { MyPriorityQueue<Integer> q = new MyPriorityQueue<>(); q.add(4); q.add(2); q.add(8); ...
/* * 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 * ...