answer
stringlengths
17
10.2M
package nl.mpi.arbil.MetadataFile; import java.io.File; import java.net.URI; public interface MetadataUtils { public boolean addCorpusLink(URI nodeURI, URI linkURI[]); public boolean removeCorpusLink(URI nodeURI, URI linkURI[]); public boolean moveMetadataFile(URI sourceURI, File destinationFile, boolean up...
package org.apache.xerces.msg; import java.util.ListResourceBundle; /** * This file contains error and warning messages to be localized * The messages are arranged in key and value tuples in a ListResourceBundle. * * @version */ public class ExceptionMessages extends ListResourceBundle { /** The list resource ...
package org.biojava.bio.seq.io; import java.util.*; import java.io.*; import org.biojava.utils.*; import org.biojava.bio.*; import org.biojava.bio.symbol.*; /** * Simple implementation of SymbolTokenization which uses the `name' * field of the symbols. This class works with any non-cross-product * FiniteAlphabet, a...
package org.biojava.spice.Panel; import org.biojava.spice.SPICEFrame ; import org.biojava.spice.GUI.SelectionLockMenuListener; import org.biojava.spice.GUI.SelectionLockPopupListener; import org.biojava.spice.Feature.* ; import org.biojava.spice.Panel.SeqPanel ; import org.biojava.bio.structure.C...
package org.nschmidt.ldparteditor.data; import java.math.BigDecimal; import java.text.MessageFormat; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.TreeMap; import java.util.TreeSet; import org.lwjgl.util.vector.Matrix4f; import org.lwjgl.util...
package org.opencms.workplace.commons; import org.opencms.file.CmsObject; import org.opencms.file.CmsProperty; import org.opencms.file.CmsPropertyDefinition; import org.opencms.file.CmsResource; import org.opencms.file.CmsResourceFilter; import org.opencms.file.types.CmsResourceTypePlain; import org.opencms.file.types....
package org.phenoscape.util; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import org.apache.http.HttpResponse; import org.apache.http.NameVa...
package org.robockets.stronghold.robot; import com.kauailabs.nav6.frc.IMUAdvanced; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.RobotDrive; import edu.wpi.first.wpilibj.SerialPort; import edu.wpi.first.wpilibj.Victor; /** * The RobotMap is a mapping from the ports sensors and actuators are wired ...
package org.shaman.terrain.sketch; import Jama.Matrix; import com.jme3.collision.CollisionResult; import com.jme3.collision.CollisionResults; import com.jme3.input.KeyInput; import com.jme3.input.MouseInput; import com.jme3.input.controls.*; import com.jme3.light.DirectionalLight; import com.jme3.material.Material; imp...
package org.ssgwt.client.ui.datagrid; import java.util.List; import org.eclipse.jdt.internal.compiler.ast.DoStatement; import com.google.gwt.core.client.GWT; import com.google.gwt.layout.client.Layout.Layer; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.uibinder.client.UiBinder; import com.googl...
package com.facebook.flipper.core; import java.util.Arrays; import java.util.Iterator; import javax.annotation.Nullable; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class FlipperObject { final JSONObject mJson; public FlipperObject(JSONObject json) { mJson = (jso...
package anabalica.github.io.meowletters.utils; import android.content.SharedPreferences; import anabalica.github.io.meowletters.GameActivity; import anabalica.github.io.meowletters.letters.Cell; import anabalica.github.io.meowletters.letters.Letter; import anabalica.github.io.meowletters.letters.LetterGrid; import anab...
package be.digitalia.fosdem.activities; import java.text.DateFormat; import java.util.Date; import java.util.Locale; import android.annotation.SuppressLint; import android.app.AlertDialog; import android.app.Dialog; import android.app.SearchManager; import android.content.BroadcastReceiver; import android.content.Conte...
package peergos.shared.mutable; import peergos.server.crypto.*; import peergos.shared.*; import peergos.shared.cbor.*; import peergos.shared.crypto.*; import peergos.shared.crypto.hash.*; import peergos.shared.io.ipfs.cid.*; import peergos.shared.util.*; import java.util.*; import java.util.concurrent.*; import java.ut...
package com.xensource.xenapi; import java.net.URL; import java.util.Map; import java.util.TimeZone; import org.apache.xmlrpc.XmlRpcException; import org.apache.xmlrpc.client.XmlRpcClient; import org.apache.xmlrpc.client.XmlRpcClientConfigImpl; import org.apache.xmlrpc.client.XmlRpcHttpClientConfig; import com.xensource...
package com.couchbase.devxp.updownvote; import com.couchbase.lite.CouchbaseLiteException; import com.couchbase.lite.Database; import com.couchbase.lite.Document; import com.couchbase.lite.Query; import java.util.Date; public class Presentation { // HINT create a property in the presentations so you can find them am...
package com.example.cbess.firebasecrud; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.BuildConfig; import android.support.design.widget.FloatingActionButton; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import...
package com.example.fatih.ocrtest; import android.app.ProgressDialog; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.os.Bundle; import android.suppo...
package fitnesse.testsystems.slim.tables; import static fitnesse.slim.converters.VoidConverter.VOID_TAG; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static util.ListUtility.list; import java.util.List; import java.util.Map; import org.junit.Test; import fitnesse.slim.i...
package pt.webdetails.cda.utils; import java.util.ArrayList; import javax.swing.table.TableModel; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.pentaho.reporting.engine.classic.core.util.TypedTableModel; import pt.webdetails.cda.dataaccess.ColumnDefinition; import pt.we...
package org.cytoscape.data.reader.kgml.test; import static org.junit.Assert.*; import org.cytoscape.data.reader.kgml.KGMLReader; import org.junit.After; import org.junit.Before; import org.junit.Test; public class KGMLReaderTest { private KGMLReader reader1; @Before public void setUp() throws Exception { ...
package org.jvnet.hudson.test; import com.gargoylesoftware.htmlunit.AjaxController; import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException; import com.gargoylesoftware.htmlunit.Page; import com.gargoylesoftware.htmlunit.WebRequestSettings; import com.gargoylesoftware.htmlunit.html.HtmlForm; import com.garg...
package com.ecyrd.jspwiki.plugin; import com.ecyrd.jspwiki.*; import junit.framework.*; import java.util.*; public class UndefinedPagesPluginTest extends TestCase { Properties props = new Properties(); TestEngine engine; WikiContext context; PluginManager manager; public UndefinedPagesPluginTest( St...
package com.github.nsnjson; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.node.*; import org.junit.*; import static com.github.nsnjson.format.Format.*; public class DriverTest extends AbstractFormatTest { @Test public void processTestNull() { shouldBeConsistencyWhenGiven...
package innovimax.mixthem; import innovimax.mixthem.arguments.Mode; import innovimax.mixthem.arguments.ParamValue; import innovimax.mixthem.arguments.Rule; import innovimax.mixthem.arguments.RuleParam; import innovimax.mixthem.io.InputResource; import java.io.*; import java.net.URL; import java.util.ArrayList; import j...
package innovimax.mixthem; import innovimax.mixthem.arguments.Mode; import innovimax.mixthem.arguments.ParamValue; import innovimax.mixthem.arguments.Rule; import innovimax.mixthem.arguments.RuleParam; import innovimax.mixthem.io.InputResource; import java.io.*; import java.net.URL; import java.util.ArrayList; import j...
package net.dean.jraw.test; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import net.dean.jraw.ApiException; import net.dean.jraw.JrawUtils; import net.dean.jraw.RedditClient; import net.dean.jraw.Version; import net.dean.jraw.http.AuthenticationMethod; import net.d...
package net.sf.gaboto.test; import static org.junit.Assert.assertEquals; import java.io.File; import java.io.FileInputStream; import net.sf.gaboto.Gaboto; import net.sf.gaboto.GabotoFactory; import org.junit.Test; /** * @author timp * @since 23 Sep 2009 * */ public class TestGaboto { /** * Test method for {@li...
package org.almibe.codearea.demo; import javafx.application.Application; import javafx.scene.Scene; import javafx.stage.Stage; import org.almibe.codearea.AceCodeArea; import org.almibe.codearea.CodeArea; public class Demo extends Application { @Override public void start(Stage primaryStage) throws Exception { ...
package org.dita.dost; import com.google.common.collect.ImmutableMap; import org.junit.Test; import java.nio.file.Paths; import static java.util.Collections.emptyMap; public class IntegrationTest extends AbstractIntegrationTest { @Test public void test03() throws Throwable { test("03", Transtype.XHTML, ...
package org.web3j.quorum; import org.junit.Test; import org.web3j.protocol.ResponseTester; import org.web3j.protocol.core.methods.response.EthSendTransaction; import org.web3j.protocol.core.methods.response.VoidResponse; import org.web3j.quorum.methods.response.*; import static junit.framework.TestCase.assertTrue; impo...
package ragnardb.plugin; import gw.lang.Gosu; import gw.lang.reflect.IPropertyInfo; import gw.lang.reflect.IType; import gw.lang.reflect.ITypeLoader; import gw.lang.reflect.TypeSystem; import gw.lang.reflect.java.IJavaType; import gw.lang.reflect.java.JavaTypes; import org.junit.Before; import org.junit.BeforeClass; im...
// modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE // LIABLE FOR ...
package controllers; import dbflute.exbhv.WidgetBhv; import dbflute.exentity.Widget; import models.WidgetItem; import org.dbflute.cbean.result.ListResultBean; import org.springframework.transaction.annotation.Transactional; import play.Logger; import play.data.Form; import play.data.FormFactory; import play.mvc.Control...
package testsuite.manager; import org.xml.sax.SAXException; import testsuite.group.Group; import testsuite.result.AbstractResult; import testsuite.result.ResultsCollections; import testsuite.test.FunctionalTest; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; /** ...
package uk.co.eluinhost.commands; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.command.CommandSender; import org.bukkit.command.TabExecutor; import uk.co.eluinhost.commands.exceptions.*; import java.lang.reflect.Method; import java.util.*; public class CommandHandler implements TabExecutor {...
package cn.aofeng.threadpool4j; import static org.junit.Assert.*; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; import ...
package ru.my; public class MyFirstProgram { public static void main(String[] args) { hello("me"); hello("me1"); hello("me"); double q = 5; System.out.println("Площадь квадрата со стороной " + q + " = " + area(q)); double a = 4; double b = 6; System.out.println("Площадь прямоугольника ...
package net.fortuna.ical4j.model; import net.fortuna.ical4j.model.property.Transp; /** * Unit tests for Property-specific functionality. * @author Ben Fortuna */ public class PropertyTest extends AbstractPropertyTest { /** * Test equality of properties. */ public void testEquals() { Propert...
package org.encog.app.quant; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.GregorianCalendar; import org.encog.app.quant.loader.yahoo.YahooDownload; import org.encog.util.csv.CSVFormat; import org.junit.Assert; import junit.framework.TestCase...
package performance.nameByPrefix; import java.net.URL; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import us.kbase.common.service.ServerException; import us.kbase.common.service.UObject; import us.kbase.workspace.CloneWorkspaceParams; import us.kbase.workspace.CreateWorkspaceParams; im...
package org.orbeon.oxf.test; import org.apache.commons.lang.StringUtils; import org.dom4j.Document; import org.dom4j.Element; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.orbeon.oxf.common.Errors; impor...
package com.firebase.samples.logindemo; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Intent; import android.content.IntentSender; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.util.Log; import android.v...
package org.voltdb.dtxn; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.Set; import junit.framework.TestCase; import org.voltdb.ClientResponseImpl; import org.voltdb.MockVoltDB; import org.voltdb.StoredProcedureInvocation...
package com.hacktx.electron.activities; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Ke...
package com.lvds2000.AcornAPI.course; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.lvds2000.AcornAPI.auth.RegistrationManager; import com.lvds2000.AcornAPI.enrol.EnrolledCourse; import java.io.IOException; import java.util.HashMap; import java.util...
package com.marverenic.music.instances; import android.content.Context; import android.os.Parcel; import android.os.Parcelable; import com.crashlytics.android.Crashlytics; import com.google.gson.annotations.SerializedName; import com.marverenic.music.Library; import java.util.ArrayList; import java.util.Collections; im...
package com.mdg.droiders.samagra.shush; import android.Manifest; import android.app.NotificationManager; import android.content.ContentValues; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.database.Cursor; import android.net.Uri; import...
package com.tpb.hn.viewer.fragments; import android.content.Context; import android.os.Build; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.widget.NestedScrollView; import android.support.v4.widget.SwipeRefreshLayout; import android.text.Html; import android.util.Log; i...
package de.tum.in.securebitcoinwallet; import android.content.Context; import android.content.Intent; import de.tum.in.securebitcoinwallet.address.create.CreateAddressActivity; import de.tum.in.securebitcoinwallet.transactions.TransactionsActivity; import de.tum.in.securebitcoinwallet.transactions.create.CreateTransact...
package org.mozilla.focus.fragment; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.ObjectAnimator; import android.app.Activity; import android.graphics.Typeface; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4...
package org.xdevs23.management.config; import org.xdevs23.debugutils.Logging; import java.util.ArrayList; public class SPConfigEntry { public ArrayList<String> keys, values; public SPConfigEntry(String rawString) { this(); if ( rawString.isEmpty() || !rawString.contains(";;") ) return; S...
package com.google.sprint1; import java.io.File; import java.util.ArrayList; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.Bundle; import android.os.IBinder; import android.util.Log; import android.view.Mo...
package org.crumbleworks.forge.karmen; import org.crumbleworks.forge.karmen.screen.AboutScreen; import org.crumbleworks.forge.karmen.screen.IntroScreen; import org.crumbleworks.forge.karmen.screen.MenuScreen; import org.crumbleworks.forge.karmen.screen.PlayScreen; import com.badlogic.gdx.Game; import com.badlogic.gdx.G...
package org.nnsoft.shs.core; import static java.lang.Thread.currentThread; import static java.nio.ByteBuffer.allocate; import static java.nio.channels.SelectionKey.OP_ACCEPT; import static java.nio.channels.SelectionKey.OP_READ; import static java.nio.channels.ServerSocketChannel.open; import static java.util.concurren...
package com.apigee.proxywriter; import com.apigee.proxywriter.exception.ErrorParsingWsdlException; import com.apigee.utils.WsdlDefinitions; import org.junit.Assert; import org.junit.Test; import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.List; import java.util.zip.ZipEntr...
/* * $Log: HttpSender.java,v $ * Revision 1.38 2009-11-12 13:50:03 L190409 * added extra timeout setting * abort method on IOException * * Revision 1.37 2009/08/26 11:47:31 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * upgrade to HttpClient 3.0.1 - including idle connection cleanup * * Revision 1....
package org.joda.time.base; import java.io.Serializable; import org.joda.time.DateTimeUtils; import org.joda.time.ReadableDuration; import org.joda.time.ReadableInstant; import org.joda.time.convert.ConverterManager; import org.joda.time.convert.DurationConverter; import org.joda.time.field.FieldUtils; /** * BaseDurat...
package com.dmdirc.addons.ui_swing; import com.dmdirc.addons.ui_swing.components.menubar.MenuBar; import com.dmdirc.addons.ui_swing.components.statusbar.FeedbackNag; import com.dmdirc.addons.ui_swing.components.statusbar.SwingStatusBar; import com.dmdirc.addons.ui_swing.dialogs.DialogKeyListener; import com.dmdirc.addo...
package com.ecyrd.jspwiki; import java.util.Properties; import java.io.UnsupportedEncodingException; import javax.servlet.http.HttpServletRequest; public class DefaultURLConstructor implements URLConstructor { private WikiEngine m_engine; private String m_viewURLPattern = "%uWiki.jsp?page=%n"; /** Are U...
package com.fullmetalgalaxy.client; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import com.fullmetalgalaxy.client.board.DlgMessageEvent; import com.fullmetalgalaxy.cli...
package com.germainz.dynamicalarmicon; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.os.Handler; import android.provider.Settings; import android.text.TextUtils; impor...
package com.itmill.toolkit.ui; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import java.util.LinkedList; import java.util.Locale; import java.util.Map; import java.util.Set; import com.itmill.toolkit.Application; import com.itmill.toolkit.event.Eve...
package mapeditor; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics2D; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JLabel; impor...
package com.koroshiya.listeners; import android.content.Context; import android.util.Log; import android.view.GestureDetector; import android.view.MotionEvent; import android.view.ScaleGestureDetector; import android.view.View; import com.koroshiya.controls.JImageView; import com.koroshiya.controls.JScrollView; import ...
package org.openspaces.grid.esm; import java.text.NumberFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.Map.Entry; import java.util.concur...
//TODO: this should be able to be removed @javax.xml.bind.annotation.XmlSchema(namespace = "https: package org.owasp.appsensor;
package com.readytalk.oss.dbms.server; import static com.readytalk.oss.dbms.imp.Util.list; import static com.readytalk.oss.dbms.imp.Util.set; import com.readytalk.oss.dbms.imp.Util; import com.readytalk.oss.dbms.imp.MyDBMS; import com.readytalk.oss.dbms.DBMS; import com.readytalk.oss.dbms.DBMS.Index; import com.readyta...
package com.sigseg.android.worldmap; import android.util.Log; public class Application extends android.app.Application { // private final static String TAG = "Application"; public final static boolean DEBUG = true; @Override public void onCreate() { logMemory("app-start"); super.onCreate(...
// $Id: Doradeiosp.java,v 1.12 2006/04/19 20:24:49 yuanho Exp $ package ucar.nc2.iosp.dorade; import ucar.ma2.*; import ucar.nc2.*; import ucar.nc2.dataset.NetcdfDataset; import ucar.atd.dorade.*; import java.io.*; import java.util.*; //import java.awt.image.BufferedImage; /** * IOServiceProvider implementation abstra...
package main; import org.w3c.dom.ranges.RangeException; import java.util.ArrayList; public class Game { public enum states { STRIKE, STANDARD, SPARE, LAST_SPARE, LAST_STRIKE }; private ArrayList<Frame> frames; private final int MAX_FRAMES = 10; public Game() {...
package main; import input.Listening; import java.applet.*; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; import java.awt.Point; import java.awt.Toolkit; import javax.swing.*; import world.World; import mobs.*; import mobs.grav.SquarePlayer; pub...
package mr.format; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jdk8.Jdk8Module; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import com.github.mustachejava.DefaultMustacheFactory; import com.github.mustachejava.Mustache; import mr.AbstractIntegrationTest; im...
package cn.app.controller; import com.jfinal.core.Controller; public class IndexController extends Controller{ public void index(){ System.out.println("hello"); System.out.println("hello"); this.render("/index.jsp"); } public void sayhello(){ String userName=this.getPara("use...
package net.machinemuse.utils; import net.machinemuse.general.geometry.Colour; import net.machinemuse.general.geometry.MusePoint2D; import net.machinemuse.general.geometry.SwirlyMuseCircle; import net.machinemuse.general.gui.MuseGui; import net.machinemuse.general.gui.clickable.IClickable; import net.machinemuse.powers...
package org.atlasapi.content; import com.google.api.client.repackaged.com.google.common.base.Strings; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Splitter; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.co...
package at.fhj.swd14.pse.user; import java.io.Serializable; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToMany; import javax.persistenc...
package org.intermine.bio.util; import java.io.File; import java.io.FileWriter; import java.text.Format; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Iterator; import org.intermine.objectstore.ObjectStore; import org.intermine.objectstore.query.Results; import org.intermine.objectstore.que...
package info.izumin.android.bletia.action; import org.jdeferred.Deferred; import org.jdeferred.impl.DeferredObject; import info.izumin.android.bletia.BletiaException; public abstract class Action<T, I> extends info.izumin.android.bletia.core.action.Action<I> { private final Deferred<T, BletiaException, Void> mDefer...
package net.sf.jaer.eventio; import ch.systemsx.cisd.hdf5.HDF5DataClass; import ch.systemsx.cisd.hdf5.HDF5DataSetInformation; import ch.systemsx.cisd.hdf5.HDF5DataTypeInformation; import ch.systemsx.cisd.hdf5.HDF5FactoryProvider; import ch.systemsx.cisd.hdf5.IHDF5Reader; import java.io.File; import java.io.IOException;...
package net.sf.jaer.util.avioutput; import com.jogamp.common.nio.Buffers; import com.jogamp.opengl.GL; import com.jogamp.opengl.GL2; import com.jogamp.opengl.GLAutoDrawable; import com.jogamp.opengl.awt.GLCanvas; import java.awt.Desktop; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage; import java...
package cx2x.xcodeml.xnode; import org.w3c.dom.Element; import org.w3c.dom.Node; import java.util.Hashtable; import java.util.Iterator; import java.util.Map; /** * The XglobalDeclTable represents the typeTable (5.1) element in XcodeML * intermediate representation. * * Elements: (FfunctionDefinition | FmoduleDefini...
package net.sf.jaer.util.avioutput; import static net.sf.jaer.graphics.AEViewer.DEFAULT_CHIP_CLASS; import static net.sf.jaer.graphics.AEViewer.prefs; import java.awt.Dimension; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.image.BufferedImage; import java.awt.image.DataBufferI...
package net.wigle.wigleandroid.listener; import static android.location.LocationManager.GPS_PROVIDER; import java.text.DecimalFormat; import java.text.NumberFormat; import java.text.SimpleDateFormat; import java.util.Comparator; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Lo...
package net.wurstclient.features.commands; import java.lang.reflect.Field; import java.util.Collection; import java.util.Comparator; import java.util.TreeMap; import net.minecraft.crash.CrashReport; import net.minecraft.crash.CrashReportCategory; import net.minecraft.util.ReportedException; import net.minecraft.util.te...
package org.spine3.base; import com.google.common.base.Optional; import com.google.common.reflect.TypeToken; import com.google.protobuf.Timestamp; import com.google.protobuf.util.Timestamps; import java.text.ParseException; import java.util.regex.Pattern; import static com.google.common.base.Preconditions.checkNotNull;...
package org.spine3.validate; import com.google.protobuf.Message; import com.google.protobuf.Timestamp; import org.spine3.base.CommandId; import org.spine3.base.EventId; import org.spine3.protobuf.TypeName; import javax.annotation.Nullable; import static com.google.common.base.Preconditions.checkArgument; import static ...
// FILE: c:/projects/jetel/org/jetel/data/DateDataField.java package org.jetel.data; import java.util.*; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.CharsetEncoder; import java.nio.charset.CharsetDecoder; import java.nio.charset.CharacterCodingException; import java.sql.Timestamp; im...
package net.aoringo.ircex.cmd; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.nio.charset.StandardCharsets; import java.util.Objects; impor...
package org.TexasTorque.TorqueLib.util; import com.sun.squawk.io.BufferedWriter; import com.sun.squawk.microedition.io.*; import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.Watchdog; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; import java.io.IOException; import java.io.OutputStream...
package org.concord.data.state; import java.io.IOException; import java.lang.ref.Reference; import java.lang.ref.WeakReference; import java.util.Vector; import java.util.logging.Logger; import org.concord.data.Unit; import org.concord.data.stream.DataStoreUtil; import org.concord.data.stream.ProducerDataStore; import o...
package org.ensembl.healthcheck; import org.ensembl.healthcheck.configuration.ConfigurationUserParameters; import org.ensembl.healthcheck.util.SqlTemplate; import uk.co.flamingpenguin.jewel.cli.Option; /** * Copies certain configuration properties into system properties. They are * used by some healthchecks, but also...
package org.ensembl.healthcheck.testcase; import java.io.*; import java.util.*; import java.sql.*; import java.util.logging.*; import org.ensembl.healthcheck.*; import org.ensembl.healthcheck.util.*; /** * <p>The EnsTestCase class is the base class for all test cases in the EnsEMBL Healthcheck system. * <em>It is not...
package org.ittek14.nekoden.resource; import java.util.ArrayList; import org.newdawn.slick.SlickException; import org.newdawn.slick.util.xml.XMLElement; import org.newdawn.slick.util.xml.XMLElementList; import org.newdawn.slick.util.xml.XMLParser; public class ResourceManager { public static ArrayList<ImageResource...
package org.joval.protocol.http; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.InputStream; import java.io.IOException; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.ProtocolException; import java.net.Proxy; import java.net.Socket; import jav...
package org.metawatch.manager.widgets; import java.util.ArrayList; import java.util.Calendar; import java.util.Map; import org.metawatch.manager.FontCache; import org.metawatch.manager.MetaWatch; import org.metawatch.manager.MetaWatchService.Preferences; import org.metawatch.manager.Monitors; import org.metawatch.manag...
package org.nschmidt.ldparteditor.data; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.TreeSet; import org.eclipse.swt.dnd.Clipboard; import org.eclipse.swt.dnd.TextT...
package org.objectweb.proactive.p2p.api.core; import org.apache.log4j.Logger; import org.objectweb.proactive.ActiveObjectCreationException; import org.objectweb.proactive.Body; import org.objectweb.proactive.InitActive; import org.objectweb.proactive.ProActive; import org.objectweb.proactive.Service; import org.objectw...
package org.opencms.jsp.util; import org.opencms.ade.contenteditor.CmsContentService; import org.opencms.file.CmsFile; import org.opencms.file.CmsObject; import org.opencms.file.CmsProject; import org.opencms.file.CmsResource; import org.opencms.file.CmsResourceFilter; import org.opencms.file.types.CmsResourceTypeXmlPa...
package org.pentaho.agilebi.spoon; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.security.MessageDigest; import java.util.ArrayList;...