text
stringlengths
7
995k
package com.abhicodes.datapoem.produser.exception; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(HttpStatus.INTERNAL_SERVER_ERROR) public class AppException extends RuntimeException { public AppException(String message) { super(...
package com.water.code; public class CodeGenerator { public static void main(String[] args) { // 1、创建代码生成器 // AutoGenerator mpg = new AutoGenerator(); // // // 2、全局配置 // GlobalConfig gc = new GlobalConfig(); // String projectPath = System.getProperty("user.dir"); // gc.s...
package de.fhdo.lemma.intermediate.transformations; /** * Enum for transformation model directions. */ @SuppressWarnings("all") public enum TransformationModelDirection { IN, OUT, INOUT; }
/* * Copyright 2014 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 applicab...
// Targeted by JavaCPP version 1.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.tensorflow.global.tensorflow.*; // Allocator is an abs...
/* * 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 required by a...
/* * Copyright (c) 2016, 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...
package java.lang; @JSketchStdLib public class Integer extends Number { public static final int MIN_VALUE; // public static int MAX_VALUE = 2147483647; public static final int MAX_VALUE; private final int value; public Integer(int value) { this.value = value; // this.MIN_VALUE = 0x...
package com.rs.game.player.controllers; import java.util.HashMap; import java.util.List; import java.util.Map; import com.rs.game.Animation; import com.rs.game.ForceTalk; import com.rs.game.WorldObject; import com.rs.game.WorldTile; import com.rs.game.npc.NPC; import com.rs.game.player.Player; import com.rs.game.play...
/***************************************************************************** * Copyright (c) 2008 Jet Propulsion Laboratory, * California Institute of Technology. All rights reserved *****************************************************************************/ package gov.nasa.podaac.common.api.serviceprofile.ja...
/* * 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.verisec.frejaeid.client.beans.sign.get; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.verisec.frejaeid.client.beans.common.FrejaHttpResponse; import java.util.List; import java.util.Objects; public class SignResults implements FrejaH...
package io.svg; import processing.core.PConstants; import wordcram.Word; import java.awt.*; /** * Created by stijnbe on 02/05/14. */ public class SVGTextElement { /* <text text-anchor="middle" transform="translate(-18,55)rotate(60)" style="font-size: 99px; opacity: 1; font-family: Impact; f...
// // 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的 // 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // 在重新编译源模式时, 对此文件的所有修改都将丢失。 // 生成时间: 2018.04.07 时间 06:36:51 PM CST // package org.mybatis.mapper.xml; import java.util.ArrayList; import java.util.List...
/* * 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...
package com.energy.sgx.utils; /** * @author Bryan * @date 2019-09-27 */ public class SDKConstants { public static final String BLANK = ""; public final static String QUOTA = "\""; public static final String EQUAL = "="; public static final String COMMA = ","; public static final String COLON = ...
import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.HashSet; import java.util.Scanner; import java.util.Set; import java.util.regex.Pattern; class Tree { double weight; String feat; Tree t1, t2; public double eval(final Set<String> set) { double p = weight; if (feat ...
/* * 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.liuz.gulimall.product.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.li...
/* * The MIT License * Copyright © 2014-2019 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
/** * 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.omg.PortableServer.POAPackage; /** * org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u191/11896/corba/src/share/classes/org/omg/PortableServer/poa.idl * Saturday,...
package com.github.karthyks.sample.localstore; import com.github.karthyks.ormcompat.provider.StoreContentHelper; import com.github.karthyks.sample.datamodels.SampleData; public class SampleDataContentHelper extends StoreContentHelper { public SampleDataContentHelper(String authority, String tableName) { super...
/* * Copyright (c) 2008-2019 Haulmont. * * 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...
/* * 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, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
package autocadDrawingChecker.data.excel.surveyData; import autocadDrawingChecker.data.core.DataSet; /** * * @author Matt */ public class SurveyDataSet extends DataSet{ public SurveyDataSet(String fileName) { super(fileName); } }
/* * The MIT License (MIT) * * Copyright (c) 2019 Léo Montana and Contributors * * 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 ...
/* * Copyright 2000-2015 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.termux.zerocore.shell; import android.util.Log; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.InputStreamReader; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReadWriteLock; import java.util.concurrent.locks.ReentrantReadWriteLock; public class...
/******************************************************************************* * * Pentaho Data Integration * * Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (the ...
/** */ package com.amazon.aws.workbench.model.awsworkbench.impl; import com.amazon.aws.workbench.model.awsworkbench.AwsworkbenchPackage; import com.amazon.aws.workbench.model.awsworkbench.DefaultInstanceTenancy; import com.amazon.aws.workbench.model.awsworkbench.VpcBuilder_ec2; import org.eclipse.emf.common.notify.N...
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.influxdb; import org.apache.camel.CamelContext; import org.apache.camel.spi.GeneratedPropertyConfigurer; import org.apache.camel.support.component.PropertyConfigurerSupport; /** * Generated by camel build tools - do NOT ...
/* * 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) 2012 Aleksi Postari (@kulttuuri, aleksi@postari.net) * License type: MIT (http://en.wikipedia.org/wiki/MIT_License) * This code is part of project Vaadin Irkkia. * License in short: You can use this code as you wish, but please keep this license information intach or credit the original author i...
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.security.prod.fingerprint.delete response. * * @author auto create * @since 1.0, 2019-01-07 20:51:15 */ public class AlipaySecurityProdFingerprintDeleteResponse exten...
package com.orarin; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. This is used to schedule * rendering of the component. */ @Override protected String getMainComponentName() { retu...
/* * 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.awesomecontrols.chartlib.c3wrapper; import java.util.logging.Level; import java.util.logging.Logger; import org.json.JSONO...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.common.persistence.interceptor; import com.thinkgem.jeesite.common.config.Global; import com.thinkgem.jeesite.common.persistence.Page; import com.thinkgem.jeesite.common.per...
/** * Copyright 2013 Canada Health Infoway, 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 applicab...
package hex.word2vec; import hex.ModelBuilder; import hex.ModelCategory; import hex.word2vec.Word2VecModel.*; import water.fvec.Frame; import water.util.Log; public class Word2Vec extends ModelBuilder<Word2VecModel,Word2VecModel.Word2VecParameters,Word2VecModel.Word2VecOutput> { public enum WordModel { SkipGram } ...
package com.atomteam.elixir.parser.ast; import com.atomteam.elixir.lib.ArrayValue; import com.atomteam.elixir.lib.Value; import com.atomteam.elixir.lib.MapValue; import com.atomteam.elixir.lib.Types; import com.atomteam.elixir.lib.StringValue; import com.atomteam.elixir.lib.Variables; import com.atomteam.elixir.except...
package com.github.gudian1618.cgb2011dbsysv1.common.vo; import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; import java.util.List; /** * @author gudian1618 * @version v1.0 * @date 2021/4/22 9:20 下午 * 借助此对象封装数据层返回的分页查询结果,并计算分页信息 */ @Data @NoArgsConstructor public class PageObject<T...
package org.jacpfx.integration; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import io.vertx.test.core.VertxTestBase; /** * Created by amo on 13.11.14. */ public class ServiceEntryPointTest extends VertxTestBase { private final Gson gson = new GsonBuilder().setPrettyPrinting().create(); ...
package org.infinispan.query.programmaticmapping; import static org.infinispan.test.TestingUtil.withCacheManager; import java.lang.annotation.ElementType; import java.util.Properties; import org.apache.lucene.search.Query; import org.hibernate.search.annotations.Field; import org.hibernate.search.annotations.Indexed...
/* * 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...
package jpl.cws.task; import java.util.HashMap; import java.util.Map; import org.camunda.bpm.engine.delegate.BpmnError; import org.camunda.bpm.engine.delegate.DelegateExecution; import org.camunda.bpm.engine.delegate.Expression; import org.camunda.bpm.engine.delegate.JavaDelegate; import org.camunda.bpm.model.bpmn.Bp...
/* This file was generated by SableCC (http://www.sablecc.org/). */ package org.deri.iris.parser.node; import org.deri.iris.parser.analysis.*; @SuppressWarnings("nls") public final class AIrilTerm extends PTerm { private TTPreIri _tPreIri_; private TTLpar _tLpar_; private TTStr _tStr_; private TTRpar...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/redis/v1/cloud_redis.proto package com.google.cloud.redis.v1; /** * * * <pre> * Request for [UpdateInstance][google.cloud.redis.v1.CloudRedis.UpdateInstance]. * </pre> * * Protobuf type {@code google.cloud.redis.v1.UpdateInstan...
package org.jembi.bsis.util; import java.io.FileOutputStream; import java.sql.Connection; import java.sql.DriverManager; import org.dbunit.database.DatabaseConnection; import org.dbunit.database.IDatabaseConnection; import org.dbunit.database.QueryDataSet; import org.dbunit.dataset.xml.FlatXmlDataSet; /** * Utility...
/* * Copyright 2017-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/** * 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 m...
package androidx.constraintLayout.desktop.scan; import androidx.constraintLayout.desktop.constraintRendering.DrawConnection; import androidx.constraintLayout.desktop.constraintRendering.draw.ColorSet; import androidx.constraintLayout.desktop.ui.utils.Debug; import androidx.constraintLayout.desktop.utils.ScenePicker; i...
/* * Copyright 2019 PayU * * 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...
/** * * Copyright 2013-2017 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 requ...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package com.atguigu.gulimall.product.dao; import com.atguigu.gulimall.product.entity.SpuInfoEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * spu信息 * * @author leifengyang * @email leifengyang@gmail.com * @date 2019-10-01 21:08:49 */ @Mapper publ...
package hello; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.context.annotation.Bean; import org....
package io.github.blanketmc.blanket.config.screen; import io.github.blanketmc.blanket.config.ConfigEntry; import io.github.blanketmc.blanket.config.screen.widget.BlanketConfigEntryList; import me.shedaniel.clothconfig2.api.AbstractConfigEntry; import me.shedaniel.clothconfig2.api.ConfigEntryBuilder; import me.shedanie...
package com.softwareverde.bitcoin.server.module.node.database.block; public enum BlockRelationship { DESCENDANT, ANCESTOR, ANY }
package spring.security.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; /** * @Created 16 / 04 / 2020 - 10:34 AM * @project SpringSecureRestControl * @Author Hamdamboy */ @Contro...
// 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.google.swarm.istio; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.web.client.RestTemplate; @SpringBootApplication public class ApiGatewayApplication { p...
package com.hgyllensvard.geofencemanager.di; import com.hgyllensvard.geofencemanager.GeofenceManagerModule; import com.hgyllensvard.geofencemanager.buildingBlocks.di.ActivityModule; import com.hgyllensvard.geofencemanager.buildingBlocks.di.ContextModule; import com.hgyllensvard.geofencemanager.geofence.selectedGeofen...
/* Copyright [2013-2014] eBay 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 law or agreed to in w...
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2020 Dirk Beyer <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 public class Main { public static void main(String[] args) { int[] intArray ...
/* * Copyright 2017 Smart Society Services B.V. * * 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 */ package org.opensmartgridplatform.cucumb...
/* Copyright (c) 2001-2008, The HSQL Development Group * 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 notice, this * list...
package com.bdxh.order.configration.mybatis; import com.google.common.base.Objects; import io.shardingsphere.api.algorithm.sharding.PreciseShardingValue; import io.shardingsphere.api.algorithm.sharding.standard.PreciseShardingAlgorithm; import java.util.Collection; public class DatabaseShardingAlgorithm implements P...
/* * 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...
/* * 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 org.thlws.payment; import cn.hutool.core.lang.Assert; import org.thlws.payment.alipay.core.AlipayCore; import org.thlws.payment.alipay.entity.request.*; import org.thlws.payment.alipay.entity.response.*; import java.util.Objects; /** * 支付宝支付入口Class * * @author hanley @thlws.com * 2018 /11/16 */ public ...
package br.com.generation.collections02; public class Aula { private String titulo; private int tempo; public Aula(String titulo,int tempo) { super(); this.titulo = titulo; this.tempo = tempo; } public String getTitulo() { return titulo; } public void setTitulo(String titulo) { this.titulo = t...
package jpuppeteer.cdp.client.entity.security; /** * Details about the security state of the page certificate. */ public class CertificateSecurityState { /** * Protocol name (e.g. "TLS 1.2" or "QUIC"). */ public final String protocol; /** * Key Exchange used by the connection, or the empty st...
package com.guye.orm.testapp; import java.util.List; import com.guye.orm.annotation.Column; import com.guye.orm.annotation.Id; import com.guye.orm.annotation.Many; import com.guye.orm.annotation.Table; @Table(value="pojo_c",genCode=true) public class PojoC { @Id public long id; @Column public S...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package studentevaluation2; /** * * @author Mugaruro */ public class SoftEng { double assignment1SoftEng; double assignment2SoftEng; double cat1SoftEng; double cat2SoftEng; double MainExamSoftEn...
/* * Generated by the Jasper component of Apache Tomcat * Version: JspC/ApacheTomcat8 * Generated at: 2017-06-05 16:21:59 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.apac...
package cn.video.utils; import org.springframework.mail.SimpleMailMessage; import org.springframework.mail.javamail.JavaMailSenderImpl; import java.util.Properties; /** * @Author: xiaoqiZh * @Date: Created in 12:26 2018/6/17 * @Description: */ public class SendMailUtil { /** * Host:邮箱服务器主机。 * ...
package com.pflm.handler; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerIntercept...
package oefening3; import java.time.LocalDate; import java.time.Month; import java.time.Period; import java.time.temporal.ChronoUnit; public class Huwelijk { private Persoon persoon1 = new Persoon(); private Persoon persoon2 = new Persoon(); private LocalDate huwDatum; { persoon2.getAdres().setStraat(persoon1....
package com.experimental; import com.sun.jersey.api.client.Client; import com.sun.jersey.api.client.ClientResponse; import com.sun.jersey.api.client.WebResource; // https://www.javacodegeeks.com/2012/09/testing-client-side-of-restful-services.html // and // https://dzone.com/articles/testing-client-side-restful publi...
/* * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.media.sound; /** * This interface is used for oscillators. * See example in ModelDefaultOs...
/* * Copyright (c) 2019 Aman Nougrahiya, V Krishna Nandivada, IIT Madras. * This file is a part of the project IMOP, licensed under the MIT license. * See LICENSE.md for the full text of the license. * * The above notice shall be included in all copies or substantial * portions of this file. */ // // Generated ...
package org.sil.hearthis; import android.app.Service; import android.content.Intent; import android.os.IBinder; // Service that runs a simple 'web server' that HearThis desktop can talk to. public class SyncService extends Service { public SyncService() { } SyncServer _server; @Override public I...
package pidscrypt.world.mutual.mutal; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an An...
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
package com.scalepoint.oauth_token_client; import java.io.IOException; import java.util.ArrayList; import java.util.List; @SuppressWarnings("WeakerAccess") public abstract class CustomGrantTokenClient { private final ClientCredentials clientCredentials; private final TokenEndpointHttpClient tokenEndpointHttpC...
/* * Copyright © 2009 HotPads (admin@hotpads.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 applicable...
/* * 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.hl7.fhir.dstu3.model.codesystems; /* Copyright (c) 2011+, HL7, Inc. 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 (c) 2020 Contributors to the Eclipse 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 b...
package at.ac.tuwien.ec.model; import java.io.Serializable; /** * * @author stefano */ public class QoS implements Serializable{ private double latency; private double bandwidth; public QoS (double latency, double bandwidth){ this.latency = latency; this.bandwidth = bandwidth; ...
/* * Copyright 2008 CoreMedia AG, Hamburg * * 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 uk.gov.hmcts.futurehearings.hmi.integration.junit5.header.dto; import lombok.AccessLevel; import lombok.Builder; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.NonNull; import lombok.Setter; import lombok.ToString; import lombok.experimental.Accessors; @S...
package edu.scripps.yates.glycomsquant.gui.attached_frame; import edu.scripps.yates.glycomsquant.gui.tables.AttachedRunsDialog; import edu.scripps.yates.utilities.swing.SwingUtils; public abstract class AbstractJFrameWithAttachedHelpAndAttachedRunsDialog extends AbstractJFrameWithAttachedHelpDialog implements HasRu...
// $Id: ExtensionHandler.java 99 2005-02-28 21:37:53Z blindsey $ package com.blnz.xsl.tr; import java.net.URL; import com.blnz.xsl.om.XSLException; import com.blnz.xsl.expr.ExtensionContext; /** * for extension functions -- i think */ public interface ExtensionHandler { /** * */ ExtensionContex...
package xyz.ufactions.customcrates.manager; import org.bukkit.Bukkit; import org.bukkit.Location; import xyz.ufactions.customcrates.CustomCrates; import xyz.ufactions.customcrates.crates.Crate; import xyz.ufactions.customcrates.hologram.Hologram; import xyz.ufactions.customcrates.libs.F; import java.util.ArrayList; i...
package com.huotu.huotao.sayhi.bean; import java.io.Serializable; /** * Created by Administrator on 2017/2/17. */ public class NearPersonBean implements Serializable{ private String name; private String sex; //private String area; //private String distance; private boolean isSayHello=false; ...
package io.github.movementspeed.nhglib.assets.loaders; import com.badlogic.gdx.assets.AssetDescriptor; import com.badlogic.gdx.assets.AssetLoaderParameters; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader; import com.badlogic.gdx.assets.loaders.FileHandleReso...