text
stringlengths
7
995k
/* * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.swing.plaf; import java.awt.Insets; import javax.swing.plaf.UIResource; /* * A subcla...
package com.nvada.blocklite.frame; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import org.jfree.chart.ChartFactory; import...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Aug 24 13:33:14 GMT 2018 */ package umd.cs.shop; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; import o...
package com.lambdaschool.restaurants.repos; import com.lambdaschool.restaurants.models.Restaurant; import org.springframework.data.repository.CrudRepository; import java.util.List; /** * The CRUD repository connecting Restaurant to the rest of the application */ public interface RestaurantRepository extends Cr...
/* * Copyright 2012-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
// // ======================================================================== // Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/* * 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 GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not ...
/* * Copyright 2018 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */ package io.annot8.common.pipelines.factory.configuration; import java.util.Set; import io.annot8.core.settings.Settings; public interface ComponentConfiguration { String getName(); String getComponent(); Set<Settings> getSettings(); }
/** * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package com.xiaomi.infra.galaxy.emq.thrift; import libthrift091.scheme.IScheme; import libthrift091.scheme.SchemeFactory; import libthrift091.scheme.StandardScheme; import libthrif...
package com.snobot.simulator; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import com.snobot.simulator.wrapper_accessors.DataAccessorFactory; import com.snobot.test.utilities.BaseSimulatorJavaTest; import ed...
package java_programs.patterns.pdf; /* 4 3 2 1 3 2 1 2 1 1 */ import java.util.Scanner; public class pdf_14 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter no. of lines to print : "); int lines=sc.nextInt(); ...
/* * Copyright (c) 2022. Alwin Ibba * * 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 ...
package com.kastking.platformChannel.service; import com.kastking.platformChannel.domain.PlatformChannel; import java.util.List; import com.kastking.common.core.domain.Ztree; /** * 平台站点Service接口 * * @author Michael * @date 2020-02-06 */ public interface PlatformChannelService { /** * 查询SKU是在产品档案否存在 ...
/* * 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) 2010-2014 Hamburg Sud and the contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package calc2.calc; import java.util.Collections; import java.util.Comparator; import java.util.List; public class Calculator1111111111111111111111111111111111111111111111 { public static Object debug() {return util.Util.get();} private static void sort(List<Object> list) { Collections.sort(list, new...
/* * Copyright (C) 2009 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...
/* * Copyright 2014 Tagbangers, 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 agree...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
package com.postmodern.postmoderndungeon.windows; import com.postmodern.postmoderndungeon.actors.hero.HeroClass; import com.postmodern.postmoderndungeon.actors.hero.Talent; import com.postmodern.postmoderndungeon.actors.hero.abilities.ArmorAbility; import com.postmodern.postmoderndungeon.messages.Messages; import com....
package com.bumptech.glide.load.resource.transcode; import com.bumptech.glide.Resource; import com.bumptech.glide.load.resource.gif.GifData; import com.bumptech.glide.load.resource.gif.GifDrawable; import com.bumptech.glide.load.resource.gif.GifDrawableResource; public class GifDataDrawableTranscoder implements Resou...
package org.jetbrains.plugins.cucumber.referencesearch.steps.reference; import java.util.Arrays; import java.util.List; public class CucumberJavaAnnotationProvider { public static final String[] STEP_MARKERS = {"Given", "Then", "And", "But", "When"}; public static final String[] HOOK_MARKERS = {"Before", "After"}...
/* Galois, a framework to exploit amorphous data-parallelism in irregular programs. Copyright (C) 2010, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY ...
package io.vertx.docgen; import java.util.Collections; /** * Processor specialized for Java. * * @author <a href="mailto:julien@julienviet.com">Julien Viet</a> */ public class JavaDocGenProcessor extends BaseProcessor { @Override protected Iterable<DocGenerator> generators() { return Collections.singleto...
/* * GridGain Community Edition Licensing * Copyright 2019 GridGain Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause * Restriction; you may not use this file except in compliance with the License. You may obtain a * c...
/** * Provides inbound Spring Integration Splunk components. */ package org.springframework.integration.splunk.inbound;
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE package org.bytedeco.onnx; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.onnx.global.onnx.*; @Namespace("onnx") @Opaque @Properties(inherit = org.bytedeco.onnx.presets.onnx.class) pub...
/* * 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.gary.weatherdemo.mvcdemo; public interface IView { void updateCityWeather(); }
/* * Copyright 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://www.apache.org/licenses/LICENSE-2.0 * ...
/* * Copyright 2017 Huawei Technologies Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
/* * 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...
package lejos.nxt.rcxcomm; import lejos.nxt.*; import java.io.IOException; /* * WARNING: THIS CLASS IS SHARED BETWEEN THE classes AND pccomms PROJECTS. * DO NOT EDIT THE VERSION IN pccomms AS IT WILL BE OVERWRITTEN WHEN THE PROJECT IS BUILT. */ /** * RCXPort provides an interface similar to java.net.Socket * A...
/* * Copyright (C) 2017 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 org.hammer.isabella.query; /** * * @author mauro.pelucchi@gmail.com * @project Hammer-Project - Colombo * */ public class Term { double weigth = 0.0d; public double getWeigth() { return weigth; } public void setWeigth(double weigth) { this.weigth = weigth; } public String getTerm() { ret...
/******************************************************************************* * * Copyright FUJITSU LIMITED 2017 * * Creation Date: 08.08.2012 ...
package org.apache.spark.deploy; /** * Command-line parser for the driver client. */ class ClientArguments { static public int DEFAULT_CORES () { throw new RuntimeException(); } static public int DEFAULT_MEMORY () { throw new RuntimeException(); } static public boolean DEFAULT_SUPERVISE () { throw new Runt...
package gg.projecteden.nexus.models.perkowner; import dev.morphia.annotations.Converters; import dev.morphia.annotations.Entity; import dev.morphia.annotations.Id; import gg.projecteden.mongodb.serializers.UUIDConverter; import gg.projecteden.nexus.features.minigames.Minigames; import gg.projecteden.nexus.features.min...
package cn.org.atool.fluent.mybatis.annotation; import java.lang.annotation.*; /** * 标识记录创建时间字段 * * @author wudarui */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface GmtCreate { }
/* * Copyright (c) 2010-2013 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.repo.sql.data.common.any; import com.evolveum.midpoint.repo.sql.data.common.RObject; import com.ev...
/* * (C) Copyright 2019 Nuxeo (http://nuxeo.com/) 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/LICENSE-2.0 * * Unless required b...
package com.dtstack.flinkx.connector.mysql.converter; import com.dtstack.flinkx.throwable.UnsupportedTypeException; import org.apache.flink.table.api.DataTypes; import org.apache.flink.table.types.DataType; import java.util.Locale; /** * @program: flinkx * @author: wuren * @create: 2021/04/14 **/ public class M...
package com.mberro.urlshortener.infrastructure; import com.mberro.urlshortener.domain.exception.ErrorInfo; import com.mberro.urlshortener.domain.exception.ShortenerException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotat...
/** * 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...
/* * Apache Fineract * Apache Fineract is a secure, multi-tenanted microfinance platform The goal of the Apache Fineract API is to empower developers to build apps on top of the Apache Fineract Platform<br>The [reference app](https://cui.fineract.dev) (username: mifos, password: password) works on the same demo tena...
/** * 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 org.mitre.synthea.engine; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.FileReader; import java.io.FilenameFilter; import java.io.ObjectInputStrea...
/** * $RCSfile$ * $Revision: 13453 $ * $Date: 2013-02-06 19:47:49 -0800 (Wed, 06 Feb 2013) $ * * Copyright 2003-2007 Jive Software. * * 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...
package com.aditya.personal.algorithmproblems.leetCode; import java.util.ArrayList; import java.util.List; import java.util.Stack; public class M_1305_AllElementsInTwoBinarySearchTrees { private static class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int val) { ...
package com.kientpham.motherofcode.easywebapp.factory.javafactory; public final class JavaCommon { public static String importDomain(String domain) { return String.format(JavaConst.IMPORT + "%1$s" + JavaConst.NEWLINE, domain); } }
package com.github.jlinq; /** * A simple object factory. * @author Marcel Singer * * @param <T> The type of the object(s) that will be created by this creator. */ public interface Creator<T> { /** * Creates an object. * @return The created object. */ T create(); }
/* * Copyright (c) 2015, 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 CONTOLLER; import VIEW.Facture; public class Menu { public static void main(String [] args){ Facture facture=new Facture(); } }
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from callback.djinni package co.ledger.core; /** *Callback triggered by main completed task, *returns optional result of template type T */ public abstract class StringCallback { /** * Method triggered when main task complete * @...
package id.ac.tazkia.akademik.aplikasiakademik.dao; import id.ac.tazkia.akademik.aplikasiakademik.entity.Fakultas; import id.ac.tazkia.akademik.aplikasiakademik.entity.Konsentrasi; import id.ac.tazkia.akademik.aplikasiakademik.entity.Prodi; import id.ac.tazkia.akademik.aplikasiakademik.entity.StatusRecord; import org....
package com.revature.projects.trms.controllers; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation...
/* Copyright 2002-2018 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Versi...
package org.web3j.generated; import java.math.BigInteger; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import org.web3j.abi.EventEncoder; import org.web3j.abi.TypeReference; import org.web3j.abi.datatypes.Address; import org.web3j.a...
package com.kidlandstudio.stikkesnote.object; import java.io.Serializable; import java.util.Date; /** * Clase que representa una nota de la aplicacación. * * @author Daniel Pedraza Arcega */ public class Note implements Serializable { private static final long serialVersionUID = -831930284387787342L; pr...
// 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 applicable law...
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
/* * 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...
/* * 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...
/* * Copyright 2018 Peter Bencze. * * 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 ...
/* * Copyright (c) 2020 * * by Rafael Angel Aznar Aparici (rafaaznar at gmail dot com) & 2020 DAW students * * TROLLEYES: Free Open Source Shopping Site * * * Sources at: https://github.com/rafaelaznar/trolleyesSBserver * Database at: https://github.com...
package com.github.houbb.sensitive.word.support.deny; import com.github.houbb.heaven.annotation.ThreadSafe; import com.github.houbb.heaven.util.guava.Guavas; import com.github.houbb.heaven.util.io.StreamUtil; import com.github.houbb.sensitive.word.api.IWordDeny; import com.github.houbb.sensitive.word.constant.AppConst...
package vt.finder.io; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.StringReader; import java.util.ArrayList; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import...
package io.github.jyotinaruka.friendbook.controller; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework....
package com.appleframework.data.hbase.hql.node; import org.w3c.dom.Node; import com.appleframework.data.hbase.hql.HQLNodeHandler; import com.appleframework.data.hbase.util.XmlUtil; /** * @author xinzhi */ abstract public class PrependNodeHandler implements HQLNodeHandler { public void handle(PrependNode prepen...
package com.Yuzhen.ExerciseOnline.service; import com.Yuzhen.ExerciseOnline.auxiliary.Auxiliary; import com.Yuzhen.ExerciseOnline.entity.*; import com.Yuzhen.ExerciseOnline.repository.ExerciseRepository; import com.Yuzhen.ExerciseOnline.repository.KnowledgeRepository; import org.springframework.beans.factory.annotatio...
package com.obtuse.ui; import com.obtuse.util.ObtuseUtil; import javax.swing.*; import java.awt.event.*; /* * Copyright © 2010 Obtuse Systems Corporation. */ @SuppressWarnings({ "UnusedDeclaration" }) public abstract class YesNoPopupMessageWindow extends JDialog { private JPanel _contentPane; pr...
package zserio.extension.common.sql; import java.math.BigInteger; import zserio.ast.Expression; import zserio.extension.common.ZserioExtensionException; import zserio.extension.common.sql.types.NativeIntegerType; import zserio.extension.common.sql.types.NativeRealType; import zserio.extension.common.sql.types.NativeT...
package centurion.cards.skill; import centurion.cards.AbstractDynamicCard; import centurion.cards.attack.Reap; import centurion.characters.Centurion; import com.megacrit.cardcrawl.actions.common.MakeTempCardInHandAction; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.characters.Abstrac...
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.shaking; import com.android.tools.r8.origin.Origin; import com.android.tools....
package com.csde.demo.receiver.controller; import com.csde.demo.receiver.pojo.vo.OrderVo; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import lombok.extern.slf4j.Slf4j; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.GetMapping; ...
package com.example.backend.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class ProductModel { @Id @GeneratedValue(strategy= GenerationType.IDENTITY) private Long productId; private ...
package org.opencb.cellbase.lib.impl; import org.bson.Document; import org.junit.Before; import org.junit.Test; import org.opencb.biodata.formats.protein.uniprot.v201504jaxb.Entry; import org.opencb.cellbase.core.api.ProteinDBAdaptor; import org.opencb.cellbase.lib.GenericMongoDBAdaptorTest; import org.opencb.commons....
/* * Copyright 2012 - 2020 Manuel Laggner * * 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 ...
package com.example.android.quakereport; import android.net.Uri; import android.text.TextUtils; import android.util.Log; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStr...
package malenerdgaming.com.flunkyball; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.Button; import android.widget.ImageView...
/* 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...
/* MIT License Copyright(c) 2020 Futurewei Cloud 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, modify, merge...
package com.zhb.Class15; import java.util.HashMap; import java.util.Map; /** * Created by zhb on 17-3-16. */ public class MapTest { public static void main(String[] args) { } }
/* * 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) 2002-2014, Mairie de Paris * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright notice * and the...
package com.javapatterns.iterator.copsandsales; public interface Iterator { void first(); void next(); boolean isDone(); Object currentItem(); }
package malte0811.recipebuffers.impl; import malte0811.recipebuffers.util.IngredientSerializer; import net.minecraft.item.crafting.IRecipe; import net.minecraft.item.crafting.IRecipeSerializer; import net.minecraft.network.PacketBuffer; import net.minecraft.util.ResourceLocation; import javax.annotation.Nonnull; impo...
package com.github.tonedahonda.calendar.backend.configs; import com.github.tonedahonda.calendar.backend.Main; import com.github.tonedahonda.calendar.backend.appointments.Appointment; import com.github.tonedahonda.calendar.backend.appointments.Flags; import com.github.tonedahonda.calendar.backend.dateTime.Date; import ...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
package name.martingeisse.esdk.picoblaze.assembler.parser; import java.util.HashMap; import java.util.Map; import name.martingeisse.esdk.picoblaze.assembler.PicoblazeAssemblerOpcodes; /** * This class statically holds all {@link DirectiveParser}s and * allows to look them up by their name taken from a .psm source ...
/** * Package: MAG - VistA Imaging WARNING: Per VHA Directive 2004-038, this routine should not be modified. Date Created: Apr 5, 2012 Site Name: Washington OI Field Office, Silver Spring, MD Developer: vhaiswtittoc Description: ;; +-------------------------------------------------------------...
/*- * #%L * Elastic APM Java agent * %% * Copyright (C) 2018 - 2019 Elastic and 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/licens...
package com.krishagni.catissueplus.core.administrative.domain.factory.impl; import static com.krishagni.catissueplus.core.common.PvAttributes.SPECIMEN_CLASS; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.commons.collections.CollectionUtils; impor...
/* * Prime Developer Trial * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech *...
/* * Copyright (c) 2012-2019 Snowflake Computing Inc. All rights reserved. */ package net.snowflake.client.core.arrow; import net.snowflake.client.core.ResultUtil; import net.snowflake.client.core.SFException; import net.snowflake.client.core.SFSession; import org.junit.After; import org.junit.Ignore; import org.ju...
/******************************************************************************* * * Copyright FUJITSU LIMITED 2018 * ...
package gnat.alignment; /** * Interface for any substitution matrix. * * @author Joerg Hakenberg * */ public abstract class SubstitutionMatrix { public abstract float getScore (Word original, Word replacement); }
/** * This package contain input validation classes. */ package alpine.validation;