text
stringlengths
7
1.01M
package org.jetbrains.annotations; import java.lang.annotation.*; @Retention(RetentionPolicy.CLASS) @Target({ElementType.TYPE_USE}) public @interface NotNull { String value() default ""; Class<? extends Exception> exception() default Exception.class; }
package net.minecraft.client.gui; import com.google.common.base.Strings; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.Message; import com.mojang.brigadier....
package org.apache.spark.ml.feature; // no position class Dot$ implements org.apache.spark.ml.feature.InteractableTerm, scala.Product, scala.Serializable { /** * Static reference to the singleton instance of this Scala object. */ public static final Dot$ MODULE$ = null; public Dot$ () { throw new Runtim...
/* * Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved. */ package net.snowflake.client.jdbc; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import com.google.api.client.util.Strings; import java.io.PrintWriter; import java.io.StringWrit...
package ru.kwanza.dbtool.orm.annotations; /* * #%L * dbtool-orm * %% * Copyright (C) 2015 Kwanza * %% * 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/...
/* * 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...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
package net.jsunit.action; import net.jsunit.InvalidBrowserIdException; import net.jsunit.XmlRenderable; import net.jsunit.model.BrowserResult; public class ResultDisplayerAction extends JsUnitBrowserTestRunnerAction { public static final String TRANSFORM = "transform"; private String id; pri...
package com.tns.system.classloaders.impl; import com.tns.system.classloaders.ClassLoadersCollection; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.Set; public enum ClassLoadersCollectionImpl implements ClassLoadersCollection { INSTANCE; private Set<Cl...
package dev.kamko.lnu_ass.core.domain.user.view; import java.time.LocalDateTime; import java.util.List; import org.springframework.http.HttpStatus; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.ResponseSta...
package org.devocative.ares.service.terminal; import org.devocative.ares.iservice.ITerminalConnectionService; import org.devocative.demeter.iservice.task.DTask; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Comp...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2011 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
/** * Copyright 2008 - 2015 The Loon Game Engine 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 appl...
package com.hero.webview.webchromeclient; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; import android.os.Environment; import android.os.Handler; import android.os.Message; import android.provider.MediaStore; import android.text.TextUtils...
/** * Copyright 2008 Jordi Hernández Sellés * * 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 ...
package com.ceiba.controlador; import com.ceiba.usuario.consulta.ManejadorListarUsuariosEnvios; import com.ceiba.usuario.modelo.dto.DtoUsuarioEnvio; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.b...
package org.nesc.ec.bigdata.job; import com.alibaba.fastjson.JSONObject; import org.nesc.ec.bigdata.common.util.KafkaAdmins; import org.nesc.ec.bigdata.constant.Constants; import org.nesc.ec.bigdata.constant.TopicConfig; import org.nesc.ec.bigdata.model.ClusterInfo; import org.nesc.ec.bigdata.model.TopicInfo; import o...
// Released under the MIT License. package net.groboclown.retval.impl; import java.util.Collection; import java.util.List; import java.util.Objects; import javax.annotation.Nonnull; import javax.annotation.Nullable; import net.groboclown.retval.Problem; import net.groboclown.retval.RetNullable; import net.g...
package controllers; import com.fasterxml.jackson.databind.JsonNode; import com.google.inject.Inject; import controllers.authentication.AuthenticationAction; import play.libs.Json; import play.mvc.Result; import play.mvc.With; import services.crypto.CryptoManager; import services.util.Util; import static controllers...
/** * ApplicationEvents generated by the mqtt module. */ package org.springframework.integration.mqtt.event;
package com.kakyireinc.covid19.activities; import android.annotation.SuppressLint; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.text.Html; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.TextView; import com.goo...
package com.huaweicloud.sdk.roma.v2.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.ArrayList; import java.util.List; import java.util.Objects; import java.util.function.Consumer; /** UpdateTopicAccessPolicyReq */ public class UpdateT...
package ca.mohawk.lab7; 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 additio...
/* * 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.lenteja.jdbc.txproxy; import java.lang.reflect.InvocationHandler; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Proxy; import org.lenteja.jdbc.DataAccesFacade; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class Transaction...
/** * Copyright (C) 2015 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * This file is part of WebScarab, an Open Web Application Security * Project utility. For details, please see http://www.owasp.org/ * * Copyright (c) 2002 - 2004 Rogan Dawes * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
/*- * << * DBus * == * Copyright (C) 2016 - 2019 Bridata * == * 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...
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.egeria.connectors.ibm.igc.repositoryconnector.mapping.entities; import org.odpi.egeria.connectors.ibm.igc.clientlibrary.IGCVersionEnum; import org.odpi.egeria.connectors.ibm.igc.repositoryconnector.mappi...
/******************************************************************************* * Copyright (c) 2007 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avai...
/* * 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 2007 The Apache Software 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 l...
package io.github.joaoh1.okzoomer.client.mixin; import org.spongepowered.asm.mixin.Final; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Shadow; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; import org.spongepowered.asm.mixin.injecti...
/** * Copyright 2010-2016 the original author or authors. * * 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 ...
// 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.vvt.crypto; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.security.InvalidAlgorithmParameterException; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import javax.cryp...
package com.esp.library.exceedersesp.controllers.fieldstype.viewholders; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import androidx.recyclerview.widget.RecyclerView; import com.esp.library.R; import com.esp.library.utilities.customcontrols.ESP_LIB_BodyText; import ...
/* * Copyright 2017-2022 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache license, Version 2.0 * (the "License"); you may n...
package com.zeral.bean; import java.util.List; /** * ngx-treeview 组件返回tree数据 * * @author Zeral * @date 2018-03-06 */ public class NgxTree { private String text; private Long value; private boolean checked; private List<NgxTree> children; public String getText() { return text; ...
/******************************************************************************* * 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 * ...
package com.aftertoday.redisdemo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class RedisDemoApplication { public static void main(String[] args) { SpringApplication.run(RedisDemoApplication.class,arg...
/* * Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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...
package com.abings.baby.ui.login.create; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.util.Log; import android.view.View; import android.widget.AdapterView; import android.widget.Button; import android.widget.DatePicker; import android.widget.EditT...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.contrib.disruptor.trace; import com.lmax.disruptor.EventFactory; import com.lmax.disruptor.EventHandler; import com.lmax.disruptor.EventTranslatorThreeArg; import com.lmax.disruptor.RingBuffer; import com.lma...
/** * 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.adligo.tests4j_gen.console; import org.adligo.tests4j.shared.asserts.reference.I_ClassAttributes; import org.adligo.tests4j.shared.asserts.reference.I_FieldSignature; import org.adligo.tests4j.shared.asserts.reference.I_MethodSignature; import org.adligo.tests4j.shared.asserts.reference.MethodSignature; i...
package br.com.caelum.tubaina.io; import java.io.File; import java.io.IOException; import java.io.PrintStream; import java.util.List; import java.util.Map; import java.util.TreeMap; import org.apache.commons.io.IOUtils; import br.com.caelum.tubaina.TubainaException; import br.com.caelum.tubaina.resources.Resource; 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 2010 Brian S O'Neill * * 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 ...
/* * Copyright 2020 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 ...
package UDM.api; import UDM.models.SearchResult; import UDM.models.SubscriptionData; import UDM.models.NFProfile; import com.squareup.okhttp.MediaType; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Request; import com.squareup.okhttp.RequestBody; import org.codehaus.jackson.JsonParseException; im...
/** * Copyright (c) 2014, by the Authors: John E Lloyd (UBC) * * This software is freely available under a 2-clause BSD license. Please see * the LICENSE file in the ArtiSynth distribution directory for details. */ package artisynth.core.femmodels; import java.io.BufferedReader; import java.io.File; import java.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 ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.janquadflieg.mrracer.classification; import de.janquadflieg.mrracer.telemetry.SensorData; import java.awt.geom.Point2D; import javax.vecmath.Vector2d; /** * * @author Jan Quadflieg */ public class AngleB...
/* * ==================================================================== * 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 ...
/* * Copyright Strimzi authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.strimzi.systemtest; import java.time.Duration; /** * Interface for keep global constants used across system tests. */ public interface Constants { long TIMEOUT_FO...
package com.walmartlabs.concord.sdk; /*- * ***** * Concord * ----- * Copyright (C) 2017 - 2019 Walmart 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://w...
package de.metas.ui.web.pickingslotsClearing.process; import de.metas.handlingunits.HuId; import de.metas.handlingunits.model.I_M_HU; import de.metas.handlingunits.picking.IHUPickingSlotBL; import de.metas.handlingunits.picking.PickingCandidateService; import de.metas.process.IProcessPrecondition; import de.metas.proc...
/* * * 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"); y...
package fr.axel.simpleinventoryspring.controller; import fr.axel.simpleinventoryspring.entity.Warranty; import fr.axel.simpleinventoryspring.service.WarrantyService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; @RestController...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019 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...
package com.example.android.sunshine.app; import android.content.Context; import android.database.Cursor; import android.support.v4.widget.CursorAdapter; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; /** *...
package com.wtwoo.autoresource; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
/*####################################################### * * Maintained by Gregor Santner, 2017- * https://gsantner.net/ * * License of this file: Apache 2.0 (Commercial upon request) * https://www.apache.org/licenses/LICENSE-2.0 * #########################################################*/ package ne...
/** * Copyright 2006-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 * * Unle...
package com.jpuyo.android.recyclerviewplayground.ui.videolist.epoxy.view.main; import android.util.Log; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.airbnb.epoxy.EpoxyHolder; import com.bumptech.glide.Glide; import com.jpuyo.android.recyclerviewplayground.R; im...
package com.zang.api.params; import com.zang.api.domain.enums.HttpMethod; /** * Utility class for executing the Purchase Incoming Number request * @see com.zang.api.connectors.IncomingPhoneNumbersConnector * @see PurchaseIncomingNumberParams */ public class PurchaseIncomingNumberParamsBuilder { private String...
package me.chanjar.weixin.mp.bean.template; import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * 参考 http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1433751277&token=&lang=zh_CN 发送模板消息接口部分 */ public class WxMpTemplateMessa...
package com.artemis.parallel_world.block.sapling; import com.artemis.parallel_world.world.gen.feature.TethysConfiguredFeatures; import net.minecraft.block.sapling.SaplingGenerator; import net.minecraft.world.gen.feature.ConfiguredFeature; import net.minecraft.world.gen.feature.TreeFeatureConfig; import org.jetbrains.a...
package ossrs.net.srssip.controller; import cn.dev33.satoken.stp.StpUtil; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.*; /** * @ Description ossrs.net.srssip.controller * @ Author StormBirds * @ Email xbaojun@gmail.com * @ Date 20/2/2022 下午10:26 */ @Slf4j @RestController() @R...
package com.xeiam.xchange.coinfloor.streaming; import java.net.URI; import java.util.HashMap; import java.util.Map; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson.core.JsonProcessingExce...
package com.fanjiao.common.core.utils; import java.io.PrintWriter; import java.io.StringWriter; import org.apache.commons.lang3.exception.ExceptionUtils; /** * 错误信息处理类。 * * @author bubble */ public class ExceptionUtil { /** * 获取exception的详细错误信息。 */ public static String getExceptionMessage(Throwa...
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE package org.bytedeco.gsl; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; import static org.bytedeco.openblas.global.openblas.*; import static org.b...
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
/* * #%L * ===================================================== * _____ _ ____ _ _ _ _ * |_ _|_ __ _ _ ___| |_ / __ \| | | | ___ | | | | * | | | '__| | | / __| __|/ / _` | |_| |/ __|| |_| | * | | | | | |_| \__ \ |_| | (_| | _ |\__ \| _ | * |_| |_| \__,_|___/...
package com.miniorange.oauth.bamboo.dto; import com.miniorange.oauth.bamboo.action.MoOAuthAction; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class TokenResponse { private String response; private ProtocolType type; private static Log LOGGER = LogFactory.get...
/* * Copyright 2004, 2005, 2006 Acegi Technology Pty 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* * Copyright 2002-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
package com.alibaba.otter.canal.adapter.launcher.loader; import java.util.ArrayList; import java.util.List; import java.util.Properties; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.slf4j...
package com.enjoy.study.season02_JVM.ch04.load; /** * <b>Author</b>: Hsiang Leekwok<br/> * <b>Date</b>: 2019/06/02 21:28<br/> * <b>Version</b>: v1.0<br/> * <b>Subject</b>: <br/> * <b>Description</b>: */ public class SuperClass { static { System.out.println("SuperClass init!"); } public stat...
package cn.sevenyuan.demo; import cn.sevenyuan.demo.domain.Book; import cn.sevenyuan.demo.domain.User; import cn.sevenyuan.demo.service.MailService; import com.google.common.collect.Lists; import freemarker.template.Configuration; import freemarker.template.Template; import org.junit.Test; import org.junit.runner.RunW...
/** * */ package com.thinkgem.jeesite.modules.sys.dao; import java.util.List; import com.thinkgem.jeesite.common.persistence.CrudDao; import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao; import com.thinkgem.jeesite.modules.sys.entity.User; /** * 用户DAO接口 * @author libn * @version 2014-05-16 */...
package cn.bos.common.utils; import java.io.Serializable; import java.util.List; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; public class E3Result implements Serializable{ // 定义jackson对象 private static final ObjectMapper MAPPER = new ObjectMapper(); ...
/** * Copyright (c) 2006-2020 LOVE Development Team * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * ...
package greensnow25.com; import jdk.internal.org.xml.sax.XMLReader; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamConstants; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.uti...
/*- * #%L * Spring Auto REST Docs Core * %% * Copyright (C) 2015 - 2020 Scalable Capital 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://www.apache.org/licen...
//package cn.hikyson.godeye.monitor.modules; // //import android.net.Uri; // //import java.util.Collection; // ///** // * Created by kysonchao on 2017/11/27. // */ //public abstract class BaseListModule<T> implements Module { // @Override // public byte[] process(String path, Uri uri) throws Throwable { // ...
package com.silentmatt.dss.evaluator; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.Map; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class GlobalScopeTest { Scope<Integer> superSuperGlobal; Scope<Integer> superGlo...
/* loopchute: A Maze-Solving Game Copyright (C) 2008-2012 Eric Ahnell Any questions should be directed to the author via email at: products@puttysoftware.com */ package com.puttysoftware.loopchute.objects; import com.puttysoftware.loopchute.generic.ColorConstants; import com.puttysoftware.loopchute.generic.GenericC...
/* * Encog(tm) Core v3.3 - Java Version * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * Copyright 2008-2014 Heaton Research, 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...
// AUTOGENERATED CODE. DO NOT MODIFY DIRECTLY! Instead, please modify the tuple/ArrayTupleX.ftl file. // See the README in the module's src/template directory for details. package com.linkedin.dagli.tuple; import java.util.function.IntFunction; /** * A tuple of arity 19 that is backed by an array. * ArrayTuples ...
/* * 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 ...
/** * Spring MVC REST controllers. */ package jp.boy.java.web.rest.page01;
/* * Copyright 2021 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 a...
package com.mygdx.game; /** * Created by Demo on 03/08/2017. */ //Interface necessary to Write message from libgdx Core. public interface IBluetooth { void write(String str); boolean isConnected(); }
package de.budschie.bmorph.network; import java.util.ArrayList; import java.util.Collection; import java.util.function.Supplier; import de.budschie.bmorph.main.BMorphMod; import de.budschie.bmorph.morph.VisualMorphDataRegistry.VisualMorphData; import de.budschie.bmorph.network.VisualMorphSynchronizer.VisualMorphPacke...
/** * Copyright (C) 2011-2012 Typesafe Inc. <http://typesafe.com> */ package org.excitinglab.droplet.config; import org.excitinglab.droplet.config.impl.ConfigImpl; import java.util.Map; /** * This class holds some static factory methods for building {@link ConfigValue} * instances. See also {@link ConfigFactor...
package gms.shared.mechanisms.configuration; import static org.junit.jupiter.api.Assertions.assertAll; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import com.fasterxml.jackson.databind.ObjectMapper; import gms.shared.mechanisms.configurati...
/** * Copyright 2006-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...