text
stringlengths
7
995k
package com.atguigu.gulimall.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; imp...
/* * The MIT License * Copyright © 2017-2021 RezzedUp 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 the rights * ...
/* * 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...
/* * 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 com.godbearing.dao; import java.util.List; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.godbearing.dto.CatalougeItem; import com.godbearing.dto.Legends; @Repository public interface CatalougeDao extends CrudRepository<CatalougeItem,I...
package de.uulm.mi.gdg.objects; import de.uulm.mi.gdg.GdGMain; import processing.core.PApplet; import processing.core.PConstants; import processing.core.PShape; import processing.core.PVector; import static de.uulm.mi.gdg.utils.GdGConstants.AnimationStates.RUNNING; class Particle { private PApplet c = GdGMain.ca...
package oauth2.multitenant.sboot.confingpanel.exceptionmodal.localexception.exception.notagreeingusername; import oauth2.multitenant.sboot.confingpanel.exceptionmodal.localexception.exception.model.ExceptionModel; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.sp...
package com.zz.android.utils; import android.app.Activity; import android.app.KeyguardManager; import android.content.Context; import android.content.pm.ActivityInfo; import android.graphics.Bitmap; import android.os.Build; import android.util.DisplayMetrics; import android.util.TypedValue; import android.view.View; i...
package com.baeldung.bsontojson; import java.time.LocalDate; import java.time.LocalDateTime; import java.util.HashSet; import java.util.Set; import dev.morphia.annotations.Embedded; import dev.morphia.annotations.Entity; import dev.morphia.annotations.Field; import dev.morphia.annotations.Id; import dev.morphia.annot...
package org.mafagafogigante.dungeon.entity; import org.mafagafogigante.dungeon.io.Version; import org.mafagafogigante.dungeon.util.Percentage; import java.io.Serializable; import java.util.Collection; /** * A luminosity value. */ public class Luminosity implements Serializable { private static final long serial...
import java.util.Comparator; import org.hl7.fhir.r4.model.Bundle; import org.hl7.fhir.r4.model.HumanName; import org.hl7.fhir.r4.model.Patient; class EntryComparator implements Comparator<Bundle.BundleEntryComponent>{ @Override public int compare(Bundle.BundleEntryComponent b1,Bundle.BundleEntryCom...
package mx.com.othings.edcore.Holder; import androidx.recyclerview.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.github.siyamed.shapeimageview.CircularImageView; import mx.com.othings.edcore.R; public class MensajeriaHolder extends Recycle...
package com.thesimego.senacrs.sistemasdistribuidos.waserver.controller; import com.thesimego.senacrs.sistemasdistribuidos.waserver.dao.AccountDAO; import com.thesimego.senacrs.sistemasdistribuidos.waserver.dao.FriendDAO; import com.thesimego.senacrs.sistemasdistribuidos.waserver.entity.AccountEN; import com.thesimego....
/** * 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...
/* * 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 ns.yang.nfvo.nsr.rev170208.project.ns.instance.opdata.nsr.scaling.group.record; import com.google.common.base.MoreObjects; import java.lang.Integer; import java.lang.Override; import java.lang.String; import java.util.Objects; import org.opendaylight.yangtools.yang.binding.CodeHelpers; import org.opendaylight.y...
/* * 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.rebataur.kafka.streams; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class StreamKafkaApplication { public static void main(String[] args) { SpringApplication.run(StreamKafkaApplication.cl...
/* * Copyright (c) 2020, Luis Felipe Sosa Alvarez. All rights reserved. * Use is subject to license terms. * * GESOFT-WORKFLOW-BACKEND */ package cl.com.gesoft.workflow.dao; import cl.com.gesoft.workflow.dao.dto.TemplateDTO; import cl.com.gesoft.workflow.model.Template; import org.springframework.data.jpa.reposit...
package slimeknights.tconstruct.library.book.elements; import net.minecraft.block.Block; import net.minecraft.client.gui.FontRenderer; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraftforge.fml.relauncher.Side; import net.minecraftforge.fml.relauncher.SideOnly; import java.util...
package net.glowstone.generator.structures; import java.util.HashMap; import java.util.Map; import java.util.Random; import net.glowstone.generator.objects.RandomItemsContent; import net.glowstone.generator.objects.RandomItemsContent.RandomAmountItem; import net.glowstone.generator.structures.util.StructureBoundingBox...
/* * Copyright 2016 Google Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
// Test case for Issue 301: // https://github.com/typetools/checker-framework/issues/301 public class Issue301 { { java.util.Vector<Object> v = new java.util.Vector<Object>(); v.add(1.0); v.add(1.0); v.add(1.0); v.add(1.0); v.add(1.0); v.add(1.0); v.add(1.0); v.add(1.0); v.add...
/* * Copyright 2002-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.gt.vista; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; import javax.swing.undo.*; public class Undo extends AbstractAction { //--- Undo private UndoManager undo; public Undo(UndoManager undo) { this.undo = undo; } @Override public void actio...
/* * Copyright 2012-2017 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) 2000, 2004 IBM Corporation and others. * 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, an...
/* * This file is part of Neutron, licensed under the MIT License * * Copyright (c) 2019 Crypnotic <crypnoticofficial@gmail.com> * * * 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 re...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package org.hisp.dhis.completeness.impl; /* * Copyright (c) 2004-2015, University of Oslo * 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 ab...
package com.lordgolumpki.mushroomdimensionmod.world.dimension; import java.util.List; import net.minecraft.entity.EntityClassification; import net.minecraft.util.SharedSeedRandom; import net.minecraft.util.Util; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.ChunkPos; import net.minecraft.util...
package com.llwantedll.webhearts.models.gameapi.cards.standardpack; import com.llwantedll.webhearts.models.gameapi.cards.Card; public class StandardCard implements Card { private StandardCardSuit standardCardSuit; private StandardCardRank standardCardRank; public StandardCard(StandardCardSuit standardCar...
/* * 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 CodeJam.Y14R5P1.mystic; import java.io.FileReader; import java.io.FileWriter; import java.io.PrintWriter; import java.util.Scanner; public class MagicalTour { static final String PROBLEM_NAME = "tour"; static final String WORK_DIR = "D:\\GCJ\\" + PROBLEM_NAME + "\\"; long[] A, S; void solv...
/* * Copyright (C) 2016 The Android Open Source Project * * 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...
package ru.discloud.shared.web; import lombok.Data; import lombok.experimental.Accessors; @Data @Accessors(chain = true) public class UtmLabel { String campaign; String content; String source; String term; }
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ package org.elasticsearch.xpack.rollup.rest; import org.elasticse...
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.ids.service; import com.ids.domain.model.ClientTable; import com.ids.domain.repository.TableRepository; import com.ids.web.dto.TableDTO; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service @Required...
package edu.mayo.mprc.daemon; /** * @author Roman Zenka */ public final class DaemonUtilities { public static void startDaemonConnections(DaemonConnection... connections) { for (DaemonConnection connection : connections) { if (connection != null) { connection.start(); } } } }
/* * Copyright 2014 Dominic Masters. * * 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 2017-2020 original 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 applicable law or agr...
package com.alex.mysticalagriculture.mixin; import com.alex.mysticalagriculture.api.util.ExperienceCapsuleUtils; import com.alex.mysticalagriculture.items.ExperienceCapsuleItem; import net.minecraft.entity.ExperienceOrbEntity; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.ItemStack; import...
/* * Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved. This * code is released under a tri EPL/GPL/LGPL license. You can use it, * redistribute it and/or modify it under the terms of the: * * Eclipse Public License version 1.0 * GNU General Public License version 2 * GNU Lesser General Public...
package com.launchdarkly.client; import org.junit.Test; import java.io.IOException; import static com.launchdarkly.client.TestUtil.flagWithValue; import static com.launchdarkly.client.TestUtil.initedFeatureStore; import static com.launchdarkly.client.TestUtil.specificFeatureStore; import static com.launchdarkly.clie...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.google.protobuf; // Referenced classes of package com.google.protobuf: // Descriptors, Message static final class Descriptors$DescriptorPo...
package jetbrains.mps.build.workflow.editor; /*Generated by MPS */ import jetbrains.mps.nodeEditor.DefaultNodeEditor; import jetbrains.mps.openapi.editor.cells.EditorCell; import jetbrains.mps.openapi.editor.EditorContext; import org.jetbrains.mps.openapi.model.SNode; public class BwfJavaDescriptor_Editor extends De...
package b.h.a.n; import androidx.annotation.NonNull; import b.h.a.s.j; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.Set; import java.util.WeakHashMap; public class a implements h { public final Set<i> a = Collections.newSetFromMap(new WeakHashMap()); /...
/* * 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 it.unibz.inf.ontop.docker.postgres; import it.unibz.inf.ontop.docker.AbstractVirtualModeTest; import it.unibz.inf.ontop.owlapi.OntopOWLReasoner; import it.unibz.inf.ontop.owlapi.connection.OntopOWLConnection; import it.unibz.inf.ontop.owlapi.connection.OntopOWLStatement; import org.junit.AfterClass; import org...
/*- * Copyright (C) 2002, 2017, Oracle and/or its affiliates. All rights reserved. * * This file was distributed by Oracle as part of a version of Oracle Berkeley * DB Java Edition made available at: * * http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html * * Please ...
package dtri.com.tw.db.pgsql.dao; import java.util.ArrayList; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import dtri.com.tw.db.entity.Works...
package com.cto51.dto; import java.io.Serializable; import org.springframework.data.annotation.Id; import org.springframework.data.elasticsearch.annotations.Document; import org.springframework.data.elasticsearch.annotations.Field; import org.springframework.data.elasticsearch.annotations.FieldType; @Document(indexN...
package com.avalon.caverns.common.items; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.vertex.IVertexBuilder; import net.minecraft.client.renderer.IRenderTypeBuffer; import net.minecraft.client.renderer.entity.EntityRendererManager; import net.minecraft.client.renderer.entity.TridentRenderer...
package in.jaxer.api.dtos; import in.jaxer.api.constants.ApiStatus; import in.jaxer.api.exceptions.ApiException; import in.jaxer.api.exceptions.UserException; import in.jaxer.core.utilities.JValidator; import in.jaxer.core.utilities.Strings; import java.util.ArrayList; import java.util.HashMap; import java.util.List; ...
package br.com.digitalhouse.staruniverse.interfaces; import br.com.digitalhouse.staruniverse.model.filme.Filme; public interface RecyclerViewClickListenerFilmes { void onClick(Filme filme); }
package com.rzdata.generator.util; import cn.hutool.core.convert.Convert; import com.rzdata.common.constant.GenConstants; import com.rzdata.generator.model.GenTable; import com.rzdata.generator.model.GenTableColumn; import com.rzdata.utils.DateUtils; import com.rzdata.utils.JsonUtils; import com.rzdata.utils.StringUti...
/** * Copyright (C) 2015 Orange * 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, s...
package org.logstashplugins; import co.elastic.logstash.api.*; import org.apache.commons.lang3.StringUtils; import java.util.ArrayList; import java.util.Collection; // class name must match plugin name @LogstashPlugin(name = "java_filter_example") public class JavaFilterExample implements Filter { public static...
package com.ctrip.xpipe.redis.meta.server.keeper.elect; import com.ctrip.xpipe.redis.core.entity.KeeperMeta; import java.util.List; /** * @author wenchao.meng * * Aug 6, 2016 */ public class DefaultKeeperActiveElectAlgorithm extends AbstractActiveElectAlgorithm{ @Override public KeeperMeta select(String clus...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2022 DBeaver Corp and others * * 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/LICE...
package com.hazelcast.map; import com.hazelcast.map.tx.TransactionalMapProxy; import com.hazelcast.spi.NodeEngine; import com.hazelcast.spi.TransactionalService; import com.hazelcast.transaction.impl.TransactionSupport; /** * Defines transactional service behavior of map service. * * @see com.hazelcast.map.MapServ...
/* * Copyright (C) 2017-2019 Dremio Corporation * * 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...
/* * JBoss, Home of Professional Open Source. * Copyright 2016, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
package com.bright.common.utils; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; /** * Commonly used constant pool * * @author Mr.z * @since 2020/11/27-9:59 */ class DateUtilsTest { @Test void getDate() { String date = DateUtils.getDate("yyyy-MM-dd HH:mm:ss"...
package br.com.alinesolutions.anotaai.rest; import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath("/rest") public class RestApplication extends Application { }
package com.labtrackensino.javaweb.resources; import com.labtrackensino.javaweb.controller.ClienteRepository; import com.labtrackensino.javaweb.model.Cliente; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Pageab...
package com.otcdlink.chiron.command; import org.joda.time.DateTime; import org.joda.time.DateTimeZone; import org.junit.Ignore; import org.junit.Test; import java.nio.ByteBuffer; import java.util.Arrays; import java.util.Base64; import java.util.function.BiFunction; import java.util.function.Function; import static ...
package net.farlands.sanctuary.command.staff; import static com.kicas.rp.util.TextUtils.sendFormatted; import net.farlands.sanctuary.command.Command; import net.farlands.sanctuary.data.Rank; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player...
/* * Copyright (C) 2015 The Casser 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 app...
package com.github.fromi.openidconnect.services; import java.io.PrintWriter; import java.io.Writer; public class CopyPrintWriter extends PrintWriter { private StringBuilder copy = new StringBuilder(); public CopyPrintWriter(Writer writer) { super(writer); } @Override public void write(in...
package interfaces; import java.util.List; import bean.Tarefa; public interface MVP { interface ModelImpl{ void update(int id, String descricao, String andamento, int prioridade, boolean status, String observacao, String data); void insert(String descricao, String andamento, int prioridade, boolean status...
package com.davidbracewell.apollo.ml; import com.davidbracewell.apollo.ml.encoder.Encoder; import com.davidbracewell.apollo.ml.encoder.EncoderPair; import com.davidbracewell.apollo.ml.encoder.LabelEncoder; import com.davidbracewell.io.resource.Resource; import lombok.NonNull; import java.io.Serializable; /** * <p>A...
package chinapex.com.wallet.adapter; import android.graphics.Color; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import java.util.List; import chin...
package com.example.fragmentbestpractice; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.Window; public class NewsContentActivity extends Activity { /* * 20150905*/ public static void actionStart(Context context, String ...
/* * MIT License * * Copyright (c) 2017-2018 nuls.io * * 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, mod...
package com.auth0.example; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.mvc.support.Redirect...
package ru.betterend.mixin.common; import java.util.Random; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable; import net.minecraft.core.BlockPos;...
/* * Copyright (c) 2020, 2021 Microsoft Corporation * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0 * * SPDX-License-Identifier: Apache-2.0 * * Contributors: * ...
package com.evangel; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.client.SpringCloudApplication; import org.springframework.cloud.netflix.zuul.EnableZuulProxy; import org.springframework.context.annotation.Bean; import com.evangel.filter.AccessFilter; @EnableZuul...
/* * This file was automatically generated by EvoSuite * Mon Nov 14 09:13:39 GMT 2016 */ package org.openecomp.mso.adapters.nwrest; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.openecomp.mso.entity.MsoRequest; import org.openecomp.mso.open...
/* * Copyright (c) 2019 by European Commission * * Licensed under the EUPL, Version 1.2 or - as soon they will be * approved by the European Commission - subsequent versions of the * EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of the Licence at...
package com.elastic.transprotclient; import com.elastic.utils.ConfigUtils; import org.elasticsearch.client.Client; import org.elasticsearch.client.transport.TransportClient; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.transport.InetSocketTransportAddress; import org.elasticsearch...
package cn.st.test; import cn.st.domain.User; import cn.st.mapper.UserMapper; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis....
package org.mcmonkey.sentinel; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.UUID; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.OfflinePlayer; import org.bukkit.World; import org.bukkit.entity.Player; import org.bukkit.event...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.jivesoftware.os.filer.io; import com.jivesoftware.os.filer.io.api.StackBuffer; import java.io.IOException; /** * * @param <H> Hint for creations * @param <M> Monkey type * @param <F> Filer type */ public interface CreateFiler<H, M, F extends Filer> { long sizeInBytes(H hint) throws IOException; ...
/* * Copyright 2002-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...
/************************************************************************* * * * EJBCA Community: The OpenSource Certificate Authority * * * * This software is...
/** * Copyright (c) 2016-2020, Mihai Emil Andronache * All rights reserved. * <p> * 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 info.michaelwittig.javaq.query; import info.michaelwittig.javaq.Builder; import info.michaelwittig.javaq.Q; import info.michaelwittig.javaq.query.value.Value; import java.util.List; /** * Select. * * @author mwittig * */ public interface Function extends Q { /** * @return Name */ String getNam...
package de.fhg.iais.roberta.components.arduino; import java.util.List; import de.fhg.iais.roberta.components.Actor; import de.fhg.iais.roberta.components.Configuration; import de.fhg.iais.roberta.components.Sensor; import de.fhg.iais.roberta.inter.mode.action.IActorPort; import de.fhg.iais.roberta.inter.mode.sensor.I...
/* * Copyright 2015-2019 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LI...
/** * Copyright 2017 Emmanuel Bourg * * 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...
/** * ChartDataBinding.java * * This file was auto-generated from WSDL * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter. */ package org.eclipse.birt.report.soapengine.api; public class ChartDataBinding implements java.io.Serializable { private java.lang.String tableId; private or...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * Copyright (C) 2008 The Guava 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://...
package com.acme.controllers; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.mockito.Matchers.eq; import static org.mockito.Mockito.when; import java.util.Arrays; import java.util.List; import org.junit.Before; ...
/* * 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 ...