answer
stringlengths
17
10.2M
package org.scijava.io; import java.io.IOException; import org.scijava.event.EventService; import org.scijava.io.event.DataOpenedEvent; import org.scijava.io.event.DataSavedEvent; import org.scijava.log.LogService; import org.scijava.plugin.AbstractHandlerService; import org.scijava.plugin.Parameter; import org.scijava...
package org.vivoweb.webapp.util; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import edu.cornell.mannlib.vitro.webapp.beans.ObjectProperty; import edu.cornell.mannlib.vitro.webapp.da...
package net.bull.javamelody; import java.io.IOException; import java.io.Writer; import java.text.DecimalFormat; import java.text.MessageFormat; import java.util.List; class HtmlJavaInformationsReport { // constantes pour l'affichage d'une barre avec pourcentage private static final double MIN_VALUE = 0; pri...
package pl.pwr.hiervis; import java.awt.Toolkit; import java.io.File; import java.lang.reflect.Field; import javax.swing.SwingUtilities; import javax.swing.UIManager; import javax.swing.UIManager.LookAndFeelInfo; import javax.swing.UnsupportedLookAndFeelException; import org.apache.logging.log4j.LogManager; import org....
package com.design; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; public class KnightTest { @Test public void createKnightTrueTest() { Knight knight = new KnightBuilder().withName("Sir Arthur").withArmor(true).withShield(true).withSword...
package org.rti.webgenome.service.io; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.io.OutputStream; import java.io.FileOutputStream; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import...
package tigase.jaxmpp.core.client.xmpp.modules.vcard; import java.io.Serializable; import java.util.List; import tigase.jaxmpp.core.client.xml.DefaultElement; import tigase.jaxmpp.core.client.xml.Element; import tigase.jaxmpp.core.client.xml.XMLException; public class VCard implements Serializable { private static ...
package org.smoothbuild.io.util; import static com.google.common.base.Preconditions.checkState; import static org.smoothbuild.io.fs.base.Path.path; import static org.smoothbuild.io.fs.base.RecursivePathsIterator.recursivePathsIterator; import java.io.IOException; import org.smoothbuild.io.fs.base.FileSystem; import org...
package com.jme3.anim; import com.jme3.anim.tween.Tween; import com.jme3.anim.tween.Tweens; import com.jme3.anim.tween.action.*; import com.jme3.export.*; import com.jme3.renderer.RenderManager; import com.jme3.renderer.ViewPort; import com.jme3.scene.control.AbstractControl; import com.jme3.util.clone.Cloner; import j...
package org.takes.facets.fork; import java.util.Locale; import lombok.EqualsAndHashCode; import lombok.ToString; /** * Media type. * * <p>The class is immutable and thread-safe. * * @author Yegor Bugayenko (yegor@teamed.io) * @version $Id$ * @since 0.6 * @see org.takes.facets.fork.FkTypes */ @ToString @EqualsA...
package org.jpos.q2.qbean; import org.jpos.core.Configuration; import org.jpos.core.ConfigurationException; import org.jpos.iso.ISOUtil; import org.jpos.q2.Q2; import org.jpos.q2.QBeanSupport; import org.jpos.util.Loggeable; import org.jpos.util.Logger; import org.jpos.util.NameRegistrar; import java.io.BufferedReader;...
package ru.shutoff.cgstarter; import android.app.ActivityManager; import android.app.UiModeManager; import android.bluetooth.BluetoothDevice; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.hardware.Sensor;...
package infinispan; import java.io.Console; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.AsyncContext; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * <p...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.jme3.gde.modelimporter; import com.jme3.asset.AssetKey; import com.jme3.gde.core.assets.AssetData; import com.jme3.gde.core.assets.ProjectAssetManager; import com.jme3.gde.core.scene.OffScenePanel; import com...
package seedu.doist.model.task; import seedu.doist.commons.exceptions.IllegalValueException; /** * Represents a task's priority in the to-do list * Guarantees: immutable; is valid as declared in {@link #isValidPriority(String)} * Default value is NORMAL if not set by user. */ public class Priority { public stat...
package jsystem.utils; import java.util.logging.Formatter; import java.util.logging.LogRecord; import java.util.Date; import java.text.MessageFormat; import java.io.StringWriter; import java.io.PrintWriter; /** * The BasicFormatter is used as the default formatar of messages to the java * logger. * * @author guy.ar...
package sm.tools.veda_client; import java.util.Date; import java.util.HashMap; import java.util.Set; import org.json.simple.JSONArray; import org.json.simple.JSONObject; public class Individual { private static int _as_json = 1; private static int _as_struct = 2; private int type_of_data = _as_json; pri...
package tigase.net; import java.io.IOException; import java.net.*; import java.nio.channels.SelectableChannel; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import java.util.Iterator; import java.util.Map; ...
package ui.components; import javafx.scene.input.KeyCode; import javafx.scene.input.KeyCodeCombination; import javafx.scene.input.KeyCombination; /** * a central place to specify keyboard shortcuts * * Classes that currently have keyboard shortcut code: * ui.components.NavigableListView * ui.issuecolumn.ColumnCont...
import java.sql.DriverManager; import java.sql.Connection; import java.sql.Statement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.io.File; import java.io.FileReader; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.List; import...
package simcity.BRestaurant.gui; import simcity.PersonAgent; import simcity.interfaces.*; import simcity.BRestaurant.*; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.List; import java.util.ArrayList; public class BAnimationPanel extend...
// @formatter:off package javafx.collections; import java.util.Collection; import java.util.Comparator; import java.util.List; import java.util.function.Predicate; import javafx.beans.Observable; import javafx.collections.transformation.FilteredList; import javafx.collections.transformation.SortedList; /** * A list th...
package org.haxe.lime; import android.app.Activity; import android.content.Context; import android.graphics.PixelFormat; import android.opengl.GLSurfaceView; import android.os.Build; import android.os.SystemClock; import android.text.InputType; import android.util.AttributeSet; import android.util.Log; import android.v...
package smartsockets.direct; import java.io.DataInputStream; import java.io.DataOutput; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.ConnectException; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net....
package org.ccnx.ccn.io.content; import java.io.IOException; import java.io.InvalidObjectException; import java.util.Arrays; import java.util.EnumSet; import java.util.HashSet; import java.util.logging.Level; import org.ccnx.ccn.CCNHandle; import org.ccnx.ccn.CCNInterestListener; import org.ccnx.ccn.ContentVerifier; im...
package org.frc1675; /** * The RobotMap is a mapping from the ports sensors and actuators are wired into * to a variable name. This provides flexibility changing wiring, makes checking * the wiring easier and significantly reduces the number of magic numbers * floating around. */ public class RobotMap { // For...
package org.jcurvefever; public class Boot { public static void main(String[] args) { System.out.println("Hello World!"); } }
package org.loklak; import java.io.File; import java.io.IOException; import java.util.Date; import java.util.List; import java.util.Random; import java.util.Set; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import org.eclipse.jetty.util.log.Log; import org.elasticsearch.se...
package org.apache.cordova.firebase; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.media.RingtoneManager; import android.net.Uri; import android.os.Bundle; import android.sup...
package misc; import lombok.Getter; import java.awt.Dimension; public enum BlockSize { S6(6), S8(8), S10(10); /** The block size. */ @Getter private final Dimension blockSize; BlockSize(final int size) { if (size < 1) { throw new IllegalArgumentException("The size cannot be <...
package com.airbnb.android.airmapview; import com.google.android.gms.common.ConnectionResult; import com.google.android.gms.common.GooglePlayServicesUtil; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.os.Bundle; import android.text.Te...
package com.github.aleksandrsavosh.simplestore; import android.app.Application; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import com.github.aleksandrsavosh.simplestore.exception.CreateException; import com.github....
package liquibase.change.core; import liquibase.change.*; import liquibase.database.Database; import liquibase.snapshot.SnapshotGeneratorFactory; import liquibase.statement.SqlStatement; import liquibase.statement.core.AddUniqueConstraintStatement; import liquibase.structure.core.Column; import liquibase.structure.core...
package org.rdv.rbnb; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Set; import org.rdv.data.DataChannel; import com.rbnb.sapi.ChannelTree; /** * A class to describe a channel containing data and the metadata associated with it. * * @author Jason P. Hanley * @since 1...
package tools.devnull.boteco.message; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Consumer; import java.util.function.Function; /** * A default implementation of a command extracted b...
package controllers; import io.mangoo.annotations.FilterWith; import io.mangoo.filters.AuthenticationFilter; import io.mangoo.filters.oauth.OAuthCallbackFilter; import io.mangoo.filters.oauth.OAuthLoginFilter; import io.mangoo.routing.Response; import io.mangoo.routing.bindings.Authentication; import io.mangoo.routing....
package org.apache.maven.plugin; import org.codehaus.plexus.compiler.Compiler; import org.codehaus.plexus.compiler.CompilerError; import org.codehaus.plexus.compiler.javac.JavacCompiler; import java.io.File; import java.util.Iterator; import java.util.List; /** * @goal test:compile * * @description Compiles test sou...
package org.apache.maven.plugin; import org.apache.maven.model.Resource; import org.codehaus.plexus.util.FileUtils; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * * @a...
package com.tqdev.metrics.jdbc; import static org.assertj.core.api.Assertions.assertThat; import java.sql.CallableStatement; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Statement; import org.junit.Before; import org.junit.Test; /** * The Class InstrumentedDataSourceTest. */ public...
package com.github.dreamhead.moco.parser.model; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.github.dreamhead.moco.Moco; import com.github.dreamhead.moco.MocoEventAction; import com.github.dreamhead.moco.resource.ContentResource; import com.google.common.base.MoreObjects; import com.google.common....
package org.cytoscape.model.internal; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Properties; import org.cytoscape.event.CyEventHelper; import org.cytoscape.model.CyEdge; import o...
package eu.scape_project.watch.interfaces; import java.util.List; import java.util.Map; import eu.scape_project.watch.domain.Entity; import eu.scape_project.watch.domain.Property; import eu.scape_project.watch.domain.PropertyValue; import eu.scape_project.watch.utils.ConfigParameter; import eu.scape_project.watch.utils...
package com.haulmont.cuba.gui.data.impl; import com.haulmont.chile.core.model.Instance; import com.haulmont.chile.core.model.MetaClass; import com.haulmont.chile.core.model.utils.InstanceUtils; import com.haulmont.cuba.core.entity.Entity; import com.haulmont.cuba.core.entity.Versioned; import com.haulmont.cuba.gui.Temp...
package markehme.factionsplus.Cmds; import markehme.factionsplus.FactionsPlus; import markehme.factionsplus.FactionsPlusTemplates; import markehme.factionsplus.MCore.LConf; import markehme.factionsplus.config.OldConfig; import markehme.factionsplus.util.FPPerm; import org.bukkit.Bukkit; import org.bukkit.ChatColor; imp...
package com.haulmont.cuba.gui.xml.layout.loaders; import com.haulmont.bali.util.Dom4j; import com.haulmont.bali.util.ReflectionHelper; import com.haulmont.cuba.core.global.MessageProvider; import com.haulmont.cuba.core.global.Scripting; import com.haulmont.cuba.core.global.ScriptingProvider; import com.haulmont.cuba.gu...
package me.coley.recaf.ui.component; import java.util.Collections; import java.util.Optional; import org.controlsfx.control.PropertySheet.Item; import org.controlsfx.property.editor.PropertyEditor; import org.fxmisc.richtext.CodeArea; import org.fxmisc.richtext.LineNumberFactory; import org.fxmisc.richtext.model.TwoDim...
package net.anotheria.moskito.core.util; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.management.ManagementFactory; import java.lang.management.OperatingSystemMXBean; import java.lang.reflect.InvocationTargetException; import j...
package com.ebay.web.cors; import java.util.Enumeration; import javax.servlet.FilterConfig; import javax.servlet.ServletContext; public class TestConfigs { public static final String HTTPS_WWW_APACHE_ORG = "https: public static final String HTTP_TOMCAT_APACHE_ORG = "http://tomcat.apache.org"; pu...
package org.kie.api.runtime.rule; import org.kie.api.definition.rule.Rule; import java.util.List; public interface Match { /** * * @return * The Rule that was activated. */ public Rule getRule(); /** * * @return * The matched FactHandles for this Match */ ...
package com.github.nsnjson; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.node.ObjectNode; import org.junit.*; public class DriverTest extends AbstractFormatTest { @Test public void shouldBeConsistencyWhenGivenNull() { assertConsistency(getNull()); } @Test pu...
package com.hubspot.jinjava; import static org.assertj.core.api.Assertions.assertThat; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import com.google.common.io.Resources; import com.hubspot.jinjava.interpret.Context; import...
package com.tamco.hack.compiler.lexical; import java.util.Arrays; import java.util.List; public class Lexical { public static final List<String> keywords = Arrays.asList("class", "constructor", "function", "method", "field", "static", "var", ...
package control; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.when; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWri...
package de.lessvoid.nifty.loaderv2.types.helper; import java.util.regex.Pattern; import de.lessvoid.nifty.Nifty; import de.lessvoid.nifty.NiftyMethodInvoker; public class OnClickType { /** * The pattern used to check */ private static final Pattern VALID_PATTERN = Pattern.compile("\\w+\\((?|\\w+(?,\\s*\\w+)*)...
package edu.msu.nscl.olog.api; import static edu.msu.nscl.olog.api.LogBuilder.log; import static edu.msu.nscl.olog.api.LogbookBuilder.logbook; import static edu.msu.nscl.olog.api.TagBuilder.tag; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Collection; import java.util.Collecti...
package guitests; import javafx.scene.control.TextField; import javafx.scene.input.KeyCode; import org.junit.After; import org.junit.Test; import org.loadui.testfx.utils.FXTestUtils; import prefs.GlobalConfig; import prefs.Preferences; import ui.RepositorySelector; import java.io.*; import java.util.List; import java.u...
package innovimax.mixthem; import innovimax.mixthem.MixThem; import innovimax.mixthem.Rule; import innovimax.mixthem.MixException; import java.io.*; import java.net.URL; import org.junit.Assert; import org.junit.Test; public class GenericTest { @Test public final void checkRule1() throws MixException, FileNotFoun...
package io.javalin.routeoverview; import io.javalin.Handler; import io.javalin.core.util.RouteOverviewUtil; public class Util { static String getMetaInfo(Handler handler) { return RouteOverviewUtil.getMetaInfo(handler); } }
package org.openmrs.module.patientimage.filter; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; impo...
package otognan; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import java.net.URI; import java.net.URL; import org.apache.http.client.HttpClient; import org.apache.http.client.config.CookieSpecs; import org.apache.http.client.config.RequestConfig; import org.apache.http.client...
package authoring.concretefeatures; import java.awt.geom.Point2D; import java.awt.geom.Point2D.Double; import java.util.ArrayList; import java.util.List; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx....
package photopicker.imaging; import org.junit.Test; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; import static org.junit.Assert.assertEquals; public class ImageTest { @Test public void...
package org.opennms.netmgt.ping; import java.net.InetAddress; import java.util.List; import junit.framework.TestCase; import org.opennms.core.utils.CollectionMath; public class PingTest extends TestCase { private Pinger m_pinger = null; private InetAddress m_goodHost = null; private InetAddress m_badHost = ...
// This file is part of the OpenNMS(R) Application. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // and included code are below. // OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. // This program is free software; you can redistribute it and/or modify // ...
package org.python.pydev.editor.codecompletion; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.List; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.IStatus; import org.eclipse.core....
package net.lucenews.controller; import java.io.*; import java.util.*; import net.lucenews.*; import net.lucenews.model.*; import net.lucenews.model.exception.*; import net.lucenews.view.*; import net.lucenews.atom.*; import javax.xml.parsers.*; import javax.xml.transform.*; import org.apache.log4j.*; import org.xml.sa...
package therapeuticpresence; import javax.media.opengl.GL; import therapeuticskeleton.Skeleton; import processing.core.*; import SimpleOpenNI.*; import processing.opengl.*; import scenes.*; import visualisations.*; /* The main application class. * TherapeuticPresence maintains interfaces to * the kinect * the sc...
package cc.mallet.classify.tui; import java.util.logging.*; import java.util.Iterator; import java.util.Random; import java.util.BitSet; import java.util.ArrayList; import java.util.Collections; import java.io.*; import cc.mallet.classify.*; import cc.mallet.pipe.*; import cc.mallet.pipe.iterator.*; import cc.mallet.ty...
package run.bach.toolbox; import java.lang.module.ModuleDescriptor; import java.lang.module.ModuleFinder; import java.lang.module.ModuleReference; import java.util.List; import java.util.Set; import java.util.StringJoiner; import java.util.function.Consumer; import run.bach.Bach; import run.bach.ToolOperator; import ru...
package eu.stratuslab.storage.disk.utils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.util.Iterator; import java.util.List; import java.util.logging.Logger; import org.restlet.data.Status; import org.restlet....
package org.popkit.leap.geekpen.controller; import com.alibaba.fastjson.JSONObject; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; import org.joda.time.DateTime; import org.popkit.core.entity.SimpleResult; import org.popkit.core....
package com.rhomobile.rhodes.camera; import java.io.FileOutputStream; import java.io.OutputStream; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Matrix; import android.hardware.Camera; import android.hardware.Camera.PictureCallback; import co...
package com.intellij.util.indexing; import com.intellij.openapi.extensions.ExtensionPointName; import com.intellij.openapi.fileTypes.FileType; import com.intellij.openapi.project.Project; import com.intellij.openapi.vfs.PersistentFSConstants; import com.intellij.openapi.vfs.VirtualFile; import com.intellij.util.Process...
package com.intellij.codeInsight.hint; import com.intellij.codeInsight.AutoPopupController; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.codeInsight.CodeInsightSettings; import com.intellij.codeInsight.daemon.impl.ParameterHintsPresentationManager; import com.intellij.codeInsight.lookup.Lookup...
package com.intellij.execution.ui.layout.impl; import com.intellij.execution.ui.RunContentDescriptor; import com.intellij.execution.ui.RunContentManager; import com.intellij.execution.ui.RunnerLayoutUi; import com.intellij.execution.ui.layout.*; import com.intellij.execution.ui.layout.actions.CloseViewAction; import co...
package odontosoft.controller; import java.net.URL; import java.util.List; import java.util.ResourceBundle; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.TableColumn; import javafx.scene.control.T...
package openblocks.common.entity; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util.WeakHashMap; import net.minecraft.client.Minecraft; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecra...
package com.intellij.internal.inspector; import com.google.common.base.MoreObjects; import com.intellij.codeInsight.daemon.GutterMark; import com.intellij.codeInsight.intention.IntentionAction; import com.intellij.codeInsight.intention.IntentionActionDelegate; import com.intellij.codeInspection.QuickFix; import com.int...
package org.appwork.utils.net.ftpserver; import java.io.IOException; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.net.Socket; import java.net.SocketAddress; import java.net.UnknownHostException; /** * @author daniel * */ public class FtpServer implements R...
package mr_kitten; import java.util.Random; import java.util.*; import java.io.*; /** * This class is the main class of the "World of Zuul" application. * "World of Zuul" is a very simple, text based adventure game. Users * can walk around some scenery. That's all. It should really be extended * to make it mor...
package com.intellij.openapi.actionSystem.impl; import com.intellij.ide.DataManager; import com.intellij.ide.IdeEventQueue; import com.intellij.ide.ui.UISettings; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.*; import com.intellij.openapi.actionSystem.impl.actionholder.ActionRef; imp...
package org.broad.igv.util; import org.apache.log4j.Logger; import org.broad.igv.PreferenceManager; import org.broad.igv.ui.IGV; import org.broad.igv.ui.util.MessageUtils; import org.broad.igv.util.ftp.FTPClient; import org.broad.igv.util.ftp.FTPStream; import org.broad.igv.util.ftp.FTPUtils; import sun.misc.BASE64Enco...
package org.exist.xquery.value; import java.text.Collator; import org.exist.util.Collations; import org.exist.xquery.Constants; import org.exist.xquery.XPathException; /** * @author Wolfgang Meier (wolfgang@exist-db.org) */ public class UntypedAtomicValue extends AtomicValue { private String value; public Unt...
package com.intellij.openapi.editor.impl; import com.intellij.diagnostic.Dumpable; import com.intellij.openapi.Disposable; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.editor.*; import com.intellij.openapi.editor.colors.EditorColo...
import javax.swing.tree.DefaultMutableTreeNode; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; abstract class AbstractVertex implements Comparable<AbstractVertex> { public static final double DEFAULT_WIDTH = 1.0; public static final double DEFAULT_HEIG...
package org.objectweb.asm.util; import java.io.PrintWriter; import java.io.StringWriter; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.objectweb.asm.AnnotationVisitor; import o...
package com.passel; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.w...
package codeOrchestra.colt.core; import codeOrchestra.util.StringUtils; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; import java.util.prefs.BackingStoreException; import java.util.prefs.Preferences; /** * @author Alexander Eliseyev */ public class RecentPro...
package org.koreader.launcher; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.Locale; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream;...
package org.eclipse.xtext.util; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.PrintStream; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java...
package com.ecyrd.jspwiki.plugin; import java.io.*; import java.net.URL; import java.util.*; import org.apache.commons.lang.ClassUtils; import org.apache.ecs.xhtml.*; import org.apache.log4j.Logger; import org.apache.oro.text.regex.*; import org.jdom.Document; import org.jdom.Element; import org.jdom.JDOMException; imp...
package org.lockss.plugin.royalsocietyofchemistry; import java.net.*; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.lockss.test.*; import org.lockss.util.ListUtil; import org.lockss.util.PatternFloatMap; import org.lockss.util.RegexpUtil; import org.lockss.plugin.*; impo...
package com.example.mymusicplayer; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class MainActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedI...
// This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks indicating autogenerated code o...
package org.ujoframework.gxt.server; import org.ujoframework.gxt.client.Cujo; import org.ujoframework.gxt.client.CujoProperty; import org.ujoframework.gxt.client.cquery.CBinaryCriterion; import org.ujoframework.gxt.client.cquery.CCriterion; import org.ujoframework.gxt.client.cquery.CQuery; import org.ujoframework.gxt.c...
package com.haxademic.core.system; import java.awt.Frame; import processing.core.PApplet; import controlP5.ControlP5; @SuppressWarnings("serial") public class ControlFrame extends PApplet { Frame f; int w; int h; int x; int y; Object _parent; String _name; public void setup() { s...
package com.hp.hpl.jena.rdf.arp.test; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import junit.framework.*; import com.hp.hpl.jena.rdf.arp.*; import com.hp.hpl.jena.rdf.model.*; import com.hp.hpl.jena.vocabulary.RDF; import org.xml.sax.*; import java.io.*; /** * @author jjc * ...
package com.msd.control.viewers; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; import org.springframework.security.cor...
package com.muhavision.control; import java.awt.image.BufferedImage; import java.io.IOException; import java.net.UnknownHostException; import com.codeminders.ardrone.ARDrone; import com.codeminders.ardrone.NavData; import com.codeminders.ardrone.NavDataListener; import com.codeminders.ardrone.util.BufferedImageVideoLis...
package com.rapid.security; import java.lang.reflect.InvocationTargetException; import javax.servlet.ServletContext; import com.rapid.core.Application; import com.rapid.server.RapidRequest; public class FormSecurityAdapter extends RapidSecurityAdapter { // constructor public FormSecurityAdapter(ServletContext s...