answer
stringlengths
17
10.2M
package org.opendaylight.controller.cluster.datastore.node.utils.stream; import static com.google.common.base.Preconditions.checkArgument; import com.google.common.collect.ImmutableMap; import java.util.Map; import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier; import org.openda...
package com.yahoo.jdisc.http.server.jetty; import com.yahoo.jdisc.http.ConnectorConfig; import org.eclipse.jetty.server.AcceptRateLimit; import org.eclipse.jetty.server.ConnectionLimit; import org.eclipse.jetty.server.Connector; import org.eclipse.jetty.server.LowResourceMonitor; import org.eclipse.jetty.util.component...
package com.wci.umls.server.jpa.algo.action; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Properties; import java.util.Set; import com.google.common.base.Ca...
package org.motechproject.nms.language.service.impl; import org.motechproject.nms.language.domain.CircleLanguage; import org.motechproject.nms.language.domain.Language; import org.motechproject.nms.language.repository.CircleLanguageDataService; import org.motechproject.nms.language.repository.LanguageDataService; impor...
package org.languagetool.rules.nl; import java.util.Arrays; import java.util.List; import java.util.Locale; import java.util.ResourceBundle; import org.languagetool.Language; import org.languagetool.rules.AbstractCheckCaseRule; public class CheckCaseRule extends AbstractCheckCaseRule { private static final String FI...
package com.matthewtamlin.spyglass.library.use_adapters; import com.matthewtamlin.spyglass.library.use_annotations.UseDouble; import static com.matthewtamlin.java_utilities.checkers.NullChecker.checkNotNull; public class UseDoubleAdapter implements UseAdapter<Double, UseDouble> { @Override public Double getValu...
package org.libreplan.web.planner.order; import static org.libreplan.web.I18nHelper._; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.apache.commons.lang.Validate; import org.apache...
package org.sourcepit.maven.bootstrap.it; import static org.hamcrest.core.Is.is; import static org.hamcrest.core.IsEqual.equalTo; import static org.junit.Assert.assertThat; import java.io.File; import java.util.Arrays; import java.util.Iterator; import java.util.List; import org.junit.Test; import org.sourcepit.common....
package org.mockserver.maven; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.resolver.ArtifactResolver; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.repository.RepositorySystem; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import...
package com.evolveum.midpoint.model.sync; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.xml.bind.JAXBElement; import javax.xml.namespace.QName; import org.apache.commons.lang.StringUtils; import org.apache.commons.lang.Validate...
package com.evolveum.midpoint.model.sync; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.xml.bind.JAXBElement; import org.apache.commons.lang.Validate; import org.springframework.beans.factory.annotation.Autowired; import org.sp...
package de.lmu.ifi.dbs.elki.math; import java.math.BigInteger; import java.util.Random; import de.lmu.ifi.dbs.elki.data.NumberVector; import de.lmu.ifi.dbs.elki.math.linearalgebra.Matrix; import de.lmu.ifi.dbs.elki.math.linearalgebra.Vector; /** * A collection of math related utility functions. * * @author Arthur Zi...
package project.architecture.logger.java; public class Main { public static void main(String[] args) { System.out.println("Hello team"); } }
package org.modeshape.graph.property.basic; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.List; import java.util.StringTokenizer; import org.modeshape.common.annotation.Immutable; import org.modeshape.common.util.CheckArg; import org.modeshape.graph.property.Name; ...
package com.elasticgrid.amazon.boot; import com.elasticgrid.model.ClusterException; import com.elasticgrid.model.NodeProfile; import com.elasticgrid.model.ec2.EC2Node; import com.elasticgrid.config.EC2Configuration; import com.elasticgrid.platforms.ec2.discovery.EC2ClusterLocator; import com.xerox.amazonws.ec2.EC2Excep...
/* @java.file.header */ package org.gridgain.grid.kernal.processors.cache; import org.gridgain.grid.*; import org.gridgain.grid.cache.*; import org.gridgain.grid.kernal.managers.deployment.*; import org.gridgain.grid.kernal.processors.cache.distributed.dht.*; import org.gridgain.grid.kernal.processors.cache.extras.*; i...
package org.geotools.coverage.processing.operation; import javax.media.jai.operator.WarpDescriptor; import org.geotools.coverage.processing.BaseScaleOperationJAI; /** * This operation is simply a wrapper for the JAI Warp operation * * @source $URL$ * @version $Id$ * @author Simone Giannecchini * @since 9.0 * * ...
package robowars.server.controller; import java.io.BufferedReader; import java.io.IOException; import java.io.ObjectInputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.util.Vector; import org.apache.log4j.Logger; import robowars.shared.model.CommandType; import robowars.shared.model.GameRo...
package ast.visitors; import ast.*; import ast.utils.ASTUtils; import environment.EnvironmentStack; import symbols.value.*; import symbols.utils.Symbol; import dataStructures.*; import interpreter.parser.parser; import interpreter.lexer.lexer; import libraryFunctions.LibraryFunction_t; import java.util.ArrayList; impor...
package com.yahoo.vespa.hosted.node.admin.integration; import com.yahoo.config.provision.DockerImage; import com.yahoo.config.provision.HostName; import com.yahoo.config.provision.NodeType; import com.yahoo.vespa.flags.InMemoryFlagSource; import com.yahoo.vespa.hosted.node.admin.configserver.noderepository.NodeSpec; im...
package com.x.base.core.project.config; import java.io.File; import org.apache.commons.io.FileUtils; import org.apache.commons.lang3.BooleanUtils; import com.x.base.core.project.annotation.FieldDescribe; import com.x.base.core.project.gson.XGsonBuilder; import com.x.base.core.project.tools.BaseTools; import com.x.base....
package org.opennms.netmgt.dao.db; import java.io.ByteArrayOutputStream; import java.io.PrintStream; public class PopulatedTemporaryDatabaseTestCase extends TemporaryDatabaseTestCase { private InstallerDb m_installerDb; private ByteArrayOutputStream m_outputStream; protected void setUp() throws Exce...
package org.caleydo.view.heatmap.heatmap.template; import org.caleydo.view.heatmap.heatmap.renderer.ContentCaptionRenderer; import org.caleydo.view.heatmap.heatmap.renderer.ContentSelectionRenderer; import org.caleydo.view.heatmap.heatmap.renderer.HeatMapRenderer; import org.caleydo.view.heatmap.heatmap.renderer.Storag...
package org.osgi.test.support.compatibility; import java.net.URL; import junit.framework.TestCase; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; import org.osgi.framework.BundleException; import org.osgi.framework.ServiceReference; public abstract class DefaultTestBundleControl extends Test...
package org.spoofax.jsglr2.parser.observing; import java.util.HashMap; import java.util.Queue; import java.util.function.Consumer; import org.metaborg.parsetable.actions.IAction; import org.metaborg.parsetable.actions.IReduce; import org.metaborg.parsetable.characterclasses.CharacterClassFactory; import org.metaborg.pa...
package info.justaway.view; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Matrix; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.util.FloatMath; import android.view.GestureDetector; import android.view.Mo...
package edu.kit.informatik.kachelung; import sun.reflect.generics.reflectiveObjects.NotImplementedException; public class Tile { /** * Represents the size of the codification array for the tiles used in the game */ public static final int NUMBER_ELEMENTS = 6; /** * Represents the codification...
package com.chiralbehaviors.CoRE.phantasm.graphql; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.Inpu...
package io.flutter.logging.tree; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonElement; import com.google.gson.JsonParser; import com.intellij.execution.filters.Filter; import com.intellij.execution.filters.HyperlinkInfo; import com.intellij.openapi.project.Project; import ...
package edu.miamioh.cse283.htw; import java.io.IOException; import java.net.*; import java.util.*; import java.util.regex.*; /** * The CaveServer class takes the following command-line parameters: * <p/> * <Hostname of CaveSystemServer> <port number of CaveSystemServer> <port number of this CaveServer> * <p/> * E....
package sk.henrichg.phoneprofiles; import android.app.Activity; import android.app.KeyguardManager; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.graphics.Bitmap; import android.media.Ringtone; import and...
package it.unimi.dsi.sux4j.util; import it.unimi.dsi.Util; import it.unimi.dsi.bits.BitVector; import it.unimi.dsi.bits.Fast; import it.unimi.dsi.bits.LongArrayBitVector; import it.unimi.dsi.bits.TransformationStrategies; import it.unimi.dsi.bits.TransformationStrategy; import it.unimi.dsi.fastutil.booleans.BooleanArra...
package edu.wpi.first.wpilibj.team2903; import edu.wpi.first.wpilibj.Joystick; import edu.wpi.first.wpilibj.buttons.Button; import edu.wpi.first.wpilibj.buttons.DigitalIOButton; /** * This class is the glue that binds the controls on the physical operator * interface to the commands and command groups that allow cont...
package org.eclipse.che.api.core.util; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; /** * Container for system command arguments. * * @author <a href="mailto:[email protected]">Andrey Parfonov</a> */ public class CommandLine { private final List<String...
package jamaica.core.functions; import java.io.*; import java.util.*; import jamaica.core.exceptions.*; import jamaica.core.types.*; import org.testng.annotations.*; import static jamaica.core.functions.collections.*; import static jamaica.core.functions.testing.*; import static org.testng.Assert.*; public class except...
package ua.com.fielden.platform.entity.proxy; import static javassist.util.proxy.ProxyFactory.isProxyClass; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static ua.com.fielden.platfor...
package org.httpkit; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; /** * No synchronization, better toString */ public class BytesInputStream extends InputStream { private final byte[] buf; private final int count; private int mark = 0; private int pos; public By...
package org.jsimpledb.kv.mvcc; import com.google.common.base.Converter; import com.google.common.base.Preconditions; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.List; import java.util.Map; import java.util.NavigableMap; import java.util.TreeMap; import org.jsimp...
package com.intellij.codeInsight.editorActions; import com.intellij.codeInsight.CodeInsightSettings; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.editor.Document; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.editor.RangeMarker; import com.intellij.ope...
package jse8_impatient.chapter2; import java.util.stream.IntStream; import java.util.stream.Stream; public class Exercise6 { public static void main(String [] args) throws Exception { System.out.println("Chapter2 - Exercise6"); characterStream("blah chapter 2 exercise 6").forEach(System.out::println...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package erp.mod.hrs.view; import erp.cfd.SCfdConsts; import erp.client.SClientInterface; import erp.data.SDataConstants; import erp.data.SDataConstantsSys; import erp.data.SDataUtilities; import erp.lib.SLibConstants; im...
package com.kloudless; import com.fasterxml.jackson.databind.JsonNode; import com.kloudless.exception.*; import com.kloudless.model.*; import com.kloudless.net.KloudlessResponse; import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; import java.io.IOException; import java.util.HashMap; import ja...
package com.intellij.structuralsearch.plugin.ui; import com.intellij.icons.AllIcons; import com.intellij.openapi.fileTypes.LanguageFileType; import com.intellij.openapi.util.JDOMExternalizable; import com.intellij.openapi.util.NlsSafe; import com.intellij.openapi.util.text.StringUtil; import com.intellij.structuralsear...
package com.pg85.otg.forge.gui.screens; import java.util.List; import java.util.function.Consumer; import javax.annotation.Nullable; import com.mojang.blaze3d.matrix.MatrixStack; import com.pg85.otg.config.dimensions.DimensionConfig; import com.pg85.otg.config.dimensions.DimensionConfig.OTGDimension; import com.pg85.ot...
package javaslang; import static javaslang.Assertions.assertThat; import static javaslang.Serializables.deserialize; import static javaslang.Serializables.serialize; import static org.fest.assertions.api.Assertions.assertThat; import java.io.IOException; import java.io.ObjectOutputStream; import org.junit.Test; public ...
package network.aika; import network.aika.debugger.AIKADebugger; import network.aika.neuron.activation.text.TokenActivation; import network.aika.neuron.conjunctive.*; import network.aika.neuron.conjunctive.text.TokenNeuron; import network.aika.neuron.conjunctive.text.TokenPositionRelationNeuron; import network.aika.neu...
package org.deft.web; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.Arrays; import java.util.H...
package org.takes.tk; import java.io.IOException; import org.hamcrest.MatcherAssert; import org.hamcrest.Matchers; import org.junit.Test; import org.takes.rs.RsPrint; /** * Test case for {@link TkMeasured}. * @author Dmitry Molotchko ([email protected]) * @version $Id$ * @since 0.9.1 */ public final class T...
package org.jpmml.evaluator.association; import java.io.Serializable; import java.util.ArrayList; import java.util.BitSet; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import com.google.c...
import java.awt.geom.*; import java.util.*; public class PrioritySearchTree { PSTNode[] heap; public PrioritySearchTree(ArrayList<PSTPoint> points) { if(points == null) return; Collections.sort(points); // Sort by y-coordinate in increasing order this.heap = new PSTNode[heapSize(treeHeight(points.si...
package org.jdesktop.test; import java.util.Collections; import java.util.LinkedList; import java.util.List; import javax.swing.ListModel; import javax.swing.event.ListDataEvent; import javax.swing.event.ListDataListener; /** * A <code>ListDataListener</code> that stores the received * <code>ListDataEvents</code>. *...
package org.csstudio.sns.product; import org.csstudio.platform.ui.workspace.WorkspaceSwitchHelper; import org.eclipse.core.runtime.IPlatformRunnable; import org.eclipse.core.runtime.Platform; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.osgi.service.datalocation.Location; import org.eclipse.osgi.u...
package carelender.controller; import carelender.controller.callbacks.OnConfirmedCallback; import carelender.controller.states.AppState; import carelender.controller.states.BlockingStateController; import carelender.controller.states.StateManager; import carelender.model.AppSettings; import carelender.model.AppSettings...
package com.jetbrains.python.codeInsight.intentions; import com.intellij.codeInsight.CodeInsightUtilBase; import com.intellij.codeInsight.intention.IntentionAction; import com.intellij.codeInsight.template.*; import com.intellij.lang.ASTNode; import com.intellij.openapi.editor.Document; import com.intellij.openapi.edit...
package com.carrotsearch.randomizedtesting; import junit.framework.Assert; import org.junit.After; import org.junit.Test; import org.junit.runner.JUnitCore; import org.junit.runner.Result; import com.carrotsearch.randomizedtesting.annotations.Timeout; /** * Test global timeout override (-Dtests.timeout=1000!). */ pub...
package com.intellij.refactoring.encapsulateFields; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Ref; import com.intellij.openapi.util.text.StringUtil; import com.intellij.psi.*; import com.intellij.psi.codeStyle.CodeStyleManager; import co...
package com.evolveum.midpoint.repo.xml; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.UUID; import javax.xml.bind.JAXBElement; import javax....
package org.fusesource.restygwt.client; import java.util.Collection; import java.util.List; import java.util.Map; import java.util.Set; import org.fusesource.restygwt.client.Json.Style; import com.google.gwt.json.client.JSONNull; import com.google.gwt.json.client.JSONValue; public abstract class AbstractNestedJsonEncod...
package hudson.scm; import hudson.MarkupText; import hudson.Util; import hudson.model.AbstractBuild; import hudson.model.User; import org.kohsuke.stapler.export.Exported; import org.kohsuke.stapler.export.ExportedBean; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.Iter...
package uk.ac.york.minesweeper; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import java.awt.Point; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage; import java.util.ArrayList; import javax.swing.JComponent; i...
package io.spine.core; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** * Marks a method as a subscriber for the command output. * *...
package us.kbase.typedobj.db; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; import java.util.regex.Pattern; import java.util.stream.Collectors; import org.bson.BSONObject; import org.jong...
package net.time4j; import net.time4j.base.MathUtils; import net.time4j.engine.ChronoDisplay; import net.time4j.engine.ChronoException; import net.time4j.engine.EpochDays; import net.time4j.scale.TimeScale; import net.time4j.tz.Timezone; import net.time4j.tz.ZonalOffset; import net.time4j.tz.olson.ASIA; import java.mat...
package net.runelite.client.plugins.itemcharges; import java.awt.Color; import net.runelite.client.config.Config; import net.runelite.client.config.ConfigGroup; import net.runelite.client.config.ConfigItem; import net.runelite.client.config.ConfigSection; @ConfigGroup("itemCharge") public interface ItemChargeConfig ext...
package net.runelite.client.plugins.itemcharges; import com.google.common.primitives.Ints; import com.google.inject.Provides; import java.awt.Color; import java.awt.image.BufferedImage; import java.util.EnumMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.inject.In...
package com.audiophile.t2m.text; import java.text.BreakIterator; import java.util.ArrayList; import java.util.Locale; public class Sentence { private SentenceType sentenceType; // Type of the sentence private int wordCount; // Number of words in sentence private float avgWordLength; // Average characters pe...
package com.eddysystems.eddy.engine; import com.eddysystems.eddy.EddyPlugin; import com.eddysystems.eddy.PreferencesProvider; import com.intellij.codeInsight.daemon.impl.ShowIntentionsPass; import com.intellij.codeInsight.intention.impl.IntentionHintComponent; import com.intellij.lang.ASTNode; import com.intellij.notif...
package com.eu.controller; import cn.jiguang.common.ClientConfig; import cn.jpush.api.JPushClient; import cn.jpush.api.push.PushResult; import cn.jpush.api.push.model.Platform; import cn.jpush.api.push.model.PushPayload; import cn.jpush.api.push.model.audience.Audience; import cn.jpush.api.push.model.notification.Andro...
// ModuleDirectory.java package ed.appserver; import java.io.*; import java.util.*; import ed.js.*; import ed.js.engine.*; public class ModuleDirectory extends JSObjectLame implements JSLibrary { public ModuleDirectory( String root , String name , AppContext context , Scope scope ){ this( new File( Module._...
package com.fsck.k9.activity; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.EnumMap; import java.util.Iterator; import java.util.List; import java.util.Map; import android.app.AlertDialog; import android.app.Dialog; import android.conten...
package com.fsck.k9.activity; // import android.os.Debug; import android.app.AlertDialog; import android.app.Dialog; import android.app.NotificationManager; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Typeface; import android.graphics.dr...
package com.fsck.k9.activity; // import android.os.Debug; import android.app.AlertDialog; import android.app.Dialog; import android.app.NotificationManager; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Typeface; import android.graphics.dr...
package bpsm.edn.parser; import static bpsm.edn.Symbol.newSymbol; import static bpsm.edn.Tag.newTag; import static bpsm.edn.parser.Parser.Config.BIG_DECIMAL_TAG; import static bpsm.edn.parser.Parser.Config.BIG_INTEGER_TAG; import static bpsm.edn.parser.Parser.Config.DOUBLE_TAG; import static bpsm.edn.parser.Parser.Conf...
package br.com.dbsoft.io; import java.lang.reflect.Field; import java.sql.Connection; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.faces.context.FacesContext; import javax.faces.ev...
package br.uff.ic.utility; import br.uff.ic.utility.IO.XMLWriter; import br.uff.ic.utility.graph.Edge; import br.uff.ic.utility.graph.Vertex; import br.uff.ic.utility.graphgenerator.NoiseGraph; import edu.uci.ics.jung.graph.DirectedGraph; import edu.uci.ics.jung.graph.DirectedSparseMultigraph; import edu.uci.ics.jung.g...
package com.hp.hpl.jena.test; import junit.framework.TestSuite; import junit.framework.Test; /** * All developers should edit this file to add their tests. * Please try to name your tests and test suites appropriately. * Note, it is better to name your test suites on creation * rather than in this file. * @author ...
package ch.openech.xml; import java.io.InputStream; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.concurrent.atomic.AtomicInteger; import java.util.function.Consum...
package com.iSiteProyect; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.util.UUID; import android.app.Activity; import android.app.ProgressDialog; import android.bluetooth.BluetoothAdapter; import android.bluetooth.Blue...
package com.baicai.core; import java.lang.reflect.Field; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.baicai.annotation.Column; import com.baicai.annotation.Table; import com.baicai.domain.system.Pagination; import com.baicai.util.PropertiesTool; /** * DAO * @author 95 * */ public class DaoUt...
package com.boundary.sdk; import java.io.Serializable; import java.util.HashMap; import java.util.Map; /** * @author davidg * */ public class Source implements Serializable { private String ref; private String type; private String name; private Map<String,Object> properties; /** * Default co...
package com.nullprogram.wheel; import java.util.Vector; import java.util.ArrayDeque; import java.util.Iterator; import java.util.Random; import java.awt.Color; import java.awt.Graphics; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseListene...
package com.box.sdk; import java.util.ArrayList; import java.util.Collection; import java.util.LinkedHashSet; import com.eclipsesource.json.JsonArray; import com.eclipsesource.json.JsonObject; import com.eclipsesource.json.JsonValue; /** * Receives real-time events from the API and forwards them to {@link EventListene...
package com.vmware.vim25.mo.util; import java.lang.reflect.Constructor; import com.vmware.vim25.*; import com.vmware.vim25.mo.*; /** * Utility class for the Managed Object and ManagedObjectReference. * @author Steve JIN ([email protected]) */ public class MorUtil { final public static String moPackageName = "com.v...
package com.jaamsim.input; import java.net.URI; import java.util.ArrayList; import java.util.Arrays; import java.util.regex.Pattern; import com.jaamsim.Samples.SampleConstant; import com.jaamsim.Samples.SampleProvider; import com.jaamsim.math.Color4d; import com.jaamsim.units.DimensionlessUnit; import com.jaamsim.units...
package com.jajja.jorm; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Method; import java.net.URL; import java.sql.SQLException; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry;...
package com.stripe.model; import com.stripe.exception.APIConnectionException; import com.stripe.exception.APIException; import com.stripe.exception.AuthenticationException; import com.stripe.exception.CardException; import com.stripe.exception.InvalidRequestException; import com.stripe.net.APIResource; import com.strip...
package com.warptronic.itdm; import javax.json.Json; import javax.json.JsonArrayBuilder; import javax.json.JsonObject; import javax.json.JsonObjectBuilder; import javax.json.JsonValue; import javax.json.JsonValue.ValueType; import com.warptronic.itdm.io.JsonFileManager; import com.warptronic.itdm.jira.AuthType; import ...
package de.lessvoid.nifty; import java.io.InputStream; import java.util.ArrayList; import java.util.Collection; import java.util.Hashtable; import java.util.List; import java.util.Map; import java.util.logging.Logger; import org.newdawn.slick.util.Log; import org.newdawn.slick.util.ResourceLoader; import de.lessvoid.ni...
package drupalfit; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.squareup.okhttp.OkHttpClient; import retrofit.Callback; import retrofit.RestAdapter; import retrofit.RetrofitError; import retrofit.client.Client; import retrofit.client.OkClient; import retrofit.client.Response; import retrofit...
package gui.root; import gui.headerarea.DetailView; import gui.headerarea.ToolView; import javafx.scene.control.Menu; import javafx.scene.control.MenuBar; import javafx.scene.control.MenuItem; import javafx.scene.effect.BlurType; import javafx.scene.effect.DropShadow; import javafx.scene.layout.HBox; import javafx.scen...
package hudson.ivy; import static hudson.Util.fixEmpty; import static hudson.model.ItemGroupMixIn.loadChildren; import hudson.CopyOnWrite; import hudson.Extension; import hudson.FilePath; import hudson.Util; import hudson.ivy.builder.AntIvyBuilderType; import hudson.ivy.builder.IvyBuilderType; import hudson.ivy.builder...
package hudson.remoting; import hudson.remoting.ExportTable.ExportList; import hudson.remoting.PipeWindow.Key; import hudson.remoting.PipeWindow.Real; import hudson.remoting.forward.ListeningPort; import hudson.remoting.forward.ForwarderFactory; import hudson.remoting.forward.PortForwarder; import java.io.EOFException;...
package hudson.remoting; import hudson.remoting.ExportTable.ExportList; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingExc...
package io.wovn.wovnjava; import org.jetbrains.annotations.Nullable; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.arnx.jsonic.JSON; class Values { private LinkedHashMap<String,LinkedHashMap<String,LinkedHashMap<String,ArrayList<LinkedHashMap<String,String>>>>> ...
package jkit.gfx; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Shape; import java.awt.geom.AffineTransform; import java.awt.geom.PathIterator; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.util.ArrayList; import java.util.List; import jkit.gf...
package org.ame.civspell; import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.block.Action; import org.bukkit.event.player.PlayerInteractEvent; import org.bukkit.inventory.ItemStack; import java.util.HashMap; class ...
package org.htmlcleaner; import java.io.*; import java.util.*; /** * <p> * XML node tag - basic node of the cleaned HTML tree. At the same time, it represents start tag token * after HTML parsing phase and before cleaning phase. After cleaning process, tree structure remains * containing tag nodes (T...
package org.takes; import java.io.IOException; @SuppressWarnings( { "PMD.OnlyOneConstructorShouldDoInitialization", "PMD.BeanMembersShouldSerialize" }) public class HttpException extends IOException { /** * Serialization marker. */ private static final long serialVersionUID = -...
package org.traccar.entity; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.JoinTable; import javax.persistence.ManyToMany; import javax.persistenc...
package org.wetator; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException; import org.apache.maven.plugins.annotations.Mojo; import org.apache.maven.plugins.annotations.Parameter; import org.codehaus.plexus.util.Directory...