text
stringlengths
7
995k
/* * 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 home.smart.fly.animations.customview.wheel.widget.utils; import android.view.Gravity; import home.smart.fly.animations.R; /** * Created by Sai on 15/8/9. */ public class PickerViewAnimateUtil { private static final int INVALID = -1; /** * Get default animation resource when not defined by the user ...
/******************************************************************************* "FreePastry" Peer-to-Peer Application Development Substrate Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute for Software Systems. All rights reserved. Redistribution and use in source and binary forms, ...
package org.jboss.as.quickstarts.loggingToolsQS.exceptions; import java.util.Locale; import java.io.Serializable; import javax.annotation.processing.Generated; /** * Warning this class consists of generated code. */ @Generated(value = "org.jboss.logging.processor.generator.model.MessageBundleTranslator", date = "20...
/* * Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
package de.adorsys.opba.protocol.hbci.service.protocol.pis; import de.adorsys.multibanking.domain.Bank; import de.adorsys.multibanking.domain.BankAccess; import de.adorsys.multibanking.domain.BankApiUser; import de.adorsys.multibanking.domain.request.TransactionRequest; import de.adorsys.multibanking.domain.response.P...
import rx.subjects.PublishSubject; // メインクラス class MainClass { // MainClassクラスの定義 // Javaのエントリポイント public static void main(String[] args) { // mainメソッドの定義 // PublishSubjectの生成. PublishSubject<String> subject = PublishSubject.create(); // subjectの作成. subject.onNext("A"); // "A"を発行. subject.onNext("B"); // "...
package org.stonlexx.packetwrapper.v1_12.packet.server; import java.util.List; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.events.PacketContainer; import org.stonlexx.packetwrapper.api.packet.MinecraftPacket; import org.stonlexx.packetwrapper.api.packet.server.WrapperPlayServerExplosion; 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 ...
package com.dunshan.mall.dto; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; import lombok.Setter; /** * 订单退货申请查询参数 * Created by dunshan on 2018/10/18. */ @Getter @Setter public class OmsReturnApplyQueryParam { @ApiModelProperty("服务单号") private Long id; @ApiModelProperty(value = ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/memcache/v1beta2/cloud_memcache.proto package com.google.cloud.memcache.v1beta2; public interface MemcacheParametersOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.memcache.v1beta2.MemcacheParameters) ...
package co.airy.spring.auth.session; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.security.core.AuthenticatedPrincipal; import org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken; import org.springframework.security.oa...
/* * 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")...
/** * Copyright (c) 2013-2022 Contributors to the Eclipse Foundation * * 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, Version 2....
/* * 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 guesnumbergame; import static guesnumbergame.GuesNumberGame.*; import java.util.logging.Level; import java.util.logging.Logger...
package simpledb; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import junit.framework.JUnit4TestAdapter; import simpledb.common.Database; import simpledb.common.Permissions; import simpledb.common.Utility; import simpledb.storag...
package com.djekgrif.alternativeradio.manager; import android.content.Context; import android.content.SharedPreferences; import com.djekgrif.alternativeradio.ui.model.LastAppState; import com.google.gson.Gson; import dagger.hilt.android.qualifiers.ApplicationContext; /** * Created by djek-grif on 2/19/17. */ pub...
package com.pinktwins.elephant.data; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.util.List; import java.util.Set; import com.pinktwins.elephant.Elephant; import com.pinktwins.elephant....
package com.engineeralgorithmanddrdatastructure.tree; public class BinarySearch { public static void main(String[] args) { int[] values = new int[]{0, 1, 2, 50, 100}; int indexIterative = new BinarySearch().findElementIndexRecursive(values, 0); int indexRecursive = new BinarySearch().findEl...
/* * Encog(tm) Core v3.2 - Java Version * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * Copyright 2008-2013 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...
/* * 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.baeldung.jsondateformat; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTe...
/** * Copyright 2009-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 * * Unle...
package cn.dankefu.packet; import org.nutz.dao.entity.annotation.Column; import org.nutz.dao.entity.annotation.Id; import org.nutz.dao.entity.annotation.Table; /** * Describe:群聊 * Author:蛋蛋 * Age:Eighteen * Time:2017年4月28日 上午9:56:48 */ @Table("flock") public class Flock { @Id private Integer id; @Column priv...
/** * Orignal work: Copyright 2015 www.seleniumtests.com * Modified work: Copyright 2016 www.infotel.com * Copyright 2017-2019 B.Hecquet * * 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 Licens...
/* SPDX-License-Identifier: Apache 2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.commonservices.ocf.metadatamanagement.client; import org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler; import org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest.C...
package de.plushnikov.intellij.plugin.processor; import de.plushnikov.intellij.plugin.AbstractLombokParsingTestCase; import java.io.IOException; /** * Unit tests for IntelliJPlugin for Lombok, based on lombok test classes */ public class BuilderToBuilderTest extends AbstractLombokParsingTestCase { @Override pu...
/* * 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.ufes.inf.dwws.umdb.service; import com.sun.org.apache.xpath.internal.operations.Bool; import com.ufes.inf.dwws.umdb.domain.*; import com.ufes.inf.dwws.umdb.persistence.MovieRepository; import com.ufes.inf.dwws.umdb.persistence.GenreRepository; import com.ufes.inf.dwws.umdb.persistence.ActorRepository; imp...
package com.cloudTop.starshare.ui.im.activity; import android.app.Dialog; import android.os.Handler; import android.support.v7.widget.LinearLayoutManager; import android.view.Gravity; import android.view.KeyEvent; import android.view.LayoutInflater; import android.view.View; import android.view.Window; import android....
package ba.unsa.etf.rpr; import javafx.beans.Observable; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import java.io.FileInputStream; import java.io.FileNotFoundException; import java....
package io.izzel.taboolib.util; import io.izzel.taboolib.TabooLib; import io.izzel.taboolib.common.plugin.InternalPlugin; import io.izzel.taboolib.module.db.local.SecuredFile; import io.izzel.taboolib.module.inject.TSchedule; import io.izzel.taboolib.util.plugin.PluginUtils; import org.bukkit.configuration.file.FileCo...
package com.tests; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeClass; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import com.appli...
/* * Copyright 2018 LINE Corporation * * LINE Corporation 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/licenses/LICENSE-2.0 * * Unless re...
/* * Copyright 2014-2019 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...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.07.28 at 05:34:4...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
/* *AVISO LEGAL © Copyright *Este programa esta protegido por la ley de derechos de autor. *La reproduccion o distribucion ilicita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y seran objeto de todas las sanciones legales que correspondan. *Su conteni...
package com.nllsdfx.cmtt.api.sdk.client; import com.google.gson.Gson; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.google.gson.stream.JsonReader; import com.mashape.unirest.http.HttpMethod; import org.apache.http.HttpStatus; import com.nllsdfx.cmtt.api.sdk.exception.ApiException; im...
/* * 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 fingerprint.networking.events; /** * * @author arska */ public class PlayerLeftEvent { private String id; public P...
package mypkg; import java.io.File; import java.io.PrintWriter; import java.io.Serializable; import java.util.List; import java.util.logging.Logger; import javax.batch.api.BatchProperty; import javax.batch.api.chunk.AbstractItemWriter; import javax.inject.Inject; public class ChildWriter extends AbstractItemWriter {...
package com.yaroslavlancelot.eafall.game.audio; import android.content.Context; import com.yaroslavlancelot.eafall.EaFallApplication; import com.yaroslavlancelot.eafall.game.configuration.game.ApplicationSettings; import com.yaroslavlancelot.eafall.game.touch.ICameraHandler; import org.andengine.audio.sound.SoundFac...
package com.simibubi.create.content.contraptions.components.actors; import com.simibubi.create.foundation.tileEntity.SyncedTileEntity; import net.minecraft.tileentity.TileEntityType; import net.minecraft.util.math.AxisAlignedBB; public class HarvesterTileEntity extends SyncedTileEntity { private static final AxisA...
/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any la...
/* * Copyright 2012-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...
package seedu.address.storage.deliveryman; import static seedu.address.model.TaggedObject.MESSAGE_INVALID_ID; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import java.util.UUID; import java.util.stream.Collectors; import javax.xml.bind.a...
package com.jfb.pesquisagame.models.enums; public enum Platform { PC, PLAYSTATION, XBOX; }
package com.githang.statusbar; import android.os.Build; /** * @author msdx (msdx.android@qq.com) * @version 0.5 * @since 0.5 */ public class StatusBarExclude { static boolean exclude = false; public static void excludeIncompatibleFlyMe() { try { Build.class.getMethod("hasSmartBar"); ...
/* * Copyright 2002-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 required by ap...
package yorofl.ast; public class YokAST { }
package com.planet_ink.coffee_mud.core.collections; import java.util.*; import com.planet_ink.coffee_mud.Libraries.interfaces.MaskingLibrary; /* Copyright 2012-2019 Bo Zimmerman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
class Kaprekar_Number {//start of class static boolean kaprekar(int n) { int cpy=n;// copy the number int p=1;// initialize while(cpy>0)//checking { p=p*10; cpy=cpy/10; } int s=n*n;// square of the number int f=s/p;// firs...
package edu.kit.datamanager.mappingservice; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import static org.junit.jupiter.api.Assertions.*; @SpringBootTest class MappingServiceApplicationTest { @Test void contextLoads() { } }
/* * Copyright 2019 ConsenSys AG. * * 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 wr...
/** * 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 awe.idea.com.service.dao; import org.mybatis.spring.annotation.MapperScan; import awe.idea.com.service.entity.SysConfigEntity; import awe.idea.com.service.dao.BaseDao; /** * 系统配置信息表 * * @author Ivan * @email xxx@qq.com * @date 2020-10-25 16:48:50 */ @MapperScan public interface SysConfigDao extends Bas...
/* * 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.example.madcompetition.backend.server.ftp; import android.os.AsyncTask; import android.util.Log; import com.example.madcompetition.backend.AppManager; import com.example.madcompetition.backend.Interfaces.ProgressDataTransferCallback; import com.example.madcompetition.backend.messaging.system.Message; impo...
// 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...
package org.agoncal.fascicle.quarkus.packaging.restpanache; import io.quarkus.hibernate.orm.panache.Panache; import javax.enterprise.context.ApplicationScoped; import javax.transaction.Transactional; import java.util.List; import java.util.Optional; import static javax.transaction.Transactional.TxType.REQUIRED; impo...
/* * Copyright (C) 2017 CenturyLink, 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...
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
/* * 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...
package com.example.android.pets.Data; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.content.Context; public class PetDbHelper extends SQLiteOpenHelper { public static final int DATABASE_VERSION = 1; public static final String DATABASE_NAME = ...
package apoc.path; import org.neo4j.graphdb.Direction; import org.neo4j.graphdb.Node; import org.neo4j.graphdb.Path; import org.neo4j.graphdb.PathExpander; import org.neo4j.graphdb.Relationship; import org.neo4j.graphdb.RelationshipType; import org.neo4j.graphdb.traversal.BranchState; import org.neo4j.internal.helpers...
/* * SQLeonardo :: java database frontend * Copyright (C) 2004 nickyb@users.sourceforge.net * * 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 Software Foundation; either version 2 * of the License, or (at yo...
/* * Assurance * * Created by Mark Johnson * * Copyright (c) 2015 Digital Generalists, LLC. * */ /* * Copyright 2015 Digital Generalists, 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 ...
package de.dat.datecodeselection.services.authentication; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.Action; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /...
package grafioschtrader.security.filter; import java.io.IOException; import java.time.Duration; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; impor...
package com.ripple.core.types.known.tx.txns; import com.ripple.core.coretypes.uint.UInt32; import com.ripple.core.serialized.enums.TransactionType; import com.ripple.core.types.known.tx.Transaction; public class OfferCancel extends Transaction { public OfferCancel() { super(TransactionType.OfferCancel); ...
package com.moemoe.lalala.di.components; import com.moemoe.lalala.di.modules.GameModule; import com.moemoe.lalala.di.scopes.UserScope; import com.moemoe.lalala.view.activity.SanGuoActivity; import dagger.Component; /** * * Created by yi on 2016/11/27. */ @UserScope @Component(modules = GameModule.class,dependenci...
/* * 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...
/* * Copyright (C) 2015 HaiYang Li * * 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...
/*- * ===============LICENSE_START======================================================= * Acumos * =================================================================================== * Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. * ==========================================...
package it.unimi.dsi.fastutil; /* * Copyright (C) 2002-2014 Sebastiano Vigna * * 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 com.demo.model; /** * @author DELL * */ public class User { private int id; private String username; private int age; private String gender; private String birthday; public User(int id, String username, int age, String gender, String birthday) { // TODO Auto-generated constructor stub this.id =...
package txtfnnl.uima.collection; import java.io.IOException; import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.Collection; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.apache.uima.UimaContext; import org.apache.uima.analysis_component.AnalysisComponent; im...
package au.gov.nehta.model.clinical.es; import au.gov.nehta.model.cda.common.code.Coded; public class CollectionAndHandling { protected Coded samplingPreconditions; public Coded getSamplingPreconditions() { return samplingPreconditions; } public void setSamplingPreconditions(Coded samplingPr...
/* 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 not use this f...
/* * Copyright 2002-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.nai.gulimall.order.feign; import com.nai.gulimall.order.vo.MemberAddressVo; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import java.util.List; /** * @author TheNai * @date...
package com.newxton.nxtframework.aspect; import com.newxton.nxtframework.component.NxtAclComponent; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.slf4j.Logger; import org.slf4j.L...
/* * aca-py client * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v0.7.0-pre2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech ...
package module1228_public_tests_unittests.a; import javax.annotation.processing.*; import javax.lang.model.*; import javax.management.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et...
/* * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * * The version of the OpenAPI document: v0.0.1-alpha.9 * Contact: support@ory.sh * * NOTE: This class is auto generated...
/* * 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 © 2019-2021 Cask Data, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/* * Copyright (C) 2014 Dell, 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 agre...
/* * Copyright 1997-2020 Unidata Program Center/University Corporation for * Atmospheric Research, P.O. Box 3000, Boulder, CO 80307, * support@unidata.ucar.edu. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by ...
package com.lh.main.table34; import com.lh.IPackage.IWriter; import com.lh.component.template.CosineTemplate; import com.lh.component.template.DistanceConflict; import com.lh.component.template.MahalanobisTemplate; import com.lh.component.writer.FileWriter; import com.lh.main.Worker; import java.io.File; public clas...
/* * 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...
/*** Copyright (c) 2013-2014 CommonsWare, LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
package hr.fer.zemris.java.custom.collections; import java.util.Objects; /** * Implementation of the stack-like collection. * @author Daria Matkovic * */ public class ObjectStack { /** Collection for stack implementation **/ private ArrayIndexedCollection collection; /** * Default constructor initializes s...
/* * JEF - Copyright 2009-2010 Jiyi (mr.jiyi@gmail.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 app...
/* * 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...
/* * Copyright 2016 Yan Zhenjie * * 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...
/* * Tencent is pleased to support the open source community by making BK-CI 蓝鲸持续集成平台 available. * * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. * * BK-CI 蓝鲸持续集成平台 is licensed under the MIT license. * * A copy of the MIT License is included in this file. * * * Terms of the MIT...
package com.musiclab.errors; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(HttpStatus.NOT_FOUND) public class ResourceNotFoundException extends RuntimeException { private String resourceName; private String fieldName; private Obj...
package za.co.richarde.services.internal; import java.util.List; import za.co.richarde.api.models.OrderRequest; import za.co.richarde.exchange.models.Order; import za.co.richarde.exchange.models.OrderBook; import za.co.richarde.exchange.models.OrderValue; import za.co.richarde.services.internal.models.InternalAsk; im...
package io.spotnext.jfly.http.websocket; public class ComponentManipulationMessage extends Message { private String componentUuid; private String method; private Object[] parameters; public ComponentManipulationMessage() { super(MessageType.componentManipulation); } public String getComponentUuid() { retur...