answer
stringlengths
17
10.2M
package org.opencms.ade.sitemap; import org.opencms.ade.configuration.CmsADEConfigData; import org.opencms.ade.configuration.CmsADEManager; import org.opencms.ade.configuration.CmsFunctionReference; import org.opencms.ade.configuration.CmsModelPageConfig; import org.opencms.ade.configuration.CmsResourceTypeConfig; impo...
package com.highcharts.export.pool; import java.util.HashMap; import java.util.Map; import javax.annotation.PostConstruct; import org.apache.log4j.Logger; import com.highcharts.export.server.Server; import com.highcharts.export.server.ServerState; import com.highcharts.export.util.TempDir; import java.io.File; import j...
package org.phenoscape.view; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.event.ActionEvent; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.util.ArrayList...
// This file is part of JavaSMT, // an API wrapper for a collection of SMT solvers: package org.sosy_lab.java_smt.basicimpl; import com.google.common.base.Preconditions; import java.util.concurrent.atomic.AtomicBoolean; import org.checkerframework.checker.nullness.qual.Nullable; import org.sosy_lab.common.ShutdownNotif...
package org.usfirst.frc.team339.Utils; import org.usfirst.frc.team339.Hardware.Hardware; import org.usfirst.frc.team339.HardwareInterfaces.IRSensor; import org.usfirst.frc.team339.HardwareInterfaces.RobotPotentiometer; import edu.wpi.first.wpilibj.SpeedController; // TODO fix everything when we have a physical arm publ...
package com.yahoo.bard.webservice.data.config.luthier.factories.metricmaker; import com.yahoo.bard.webservice.application.luthier.LuthierConfigNode; import com.yahoo.bard.webservice.data.config.luthier.Factory; import com.yahoo.bard.webservice.data.config.luthier.LuthierIndustrialPark; import com.yahoo.bard.webservice....
package io.subutai.core.peer.impl; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.security.GeneralSecurityException; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; im...
package com.consol.citrus.validation.interceptor; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.zip.GZIPOutputStream; import com.consol.citrus.context.TestContext; import com.consol.citrus.exceptions.CitrusRuntimeException; import com.consol.citrus.message.Message; import com.consol...
package com.woorea.openstack.connector; import java.util.List; import java.util.Map; import java.util.Map.Entry; import javax.ws.rs.core.UriBuilder; import javax.ws.rs.ext.ContextResolver; import org.apache.commons.httpclient.HttpStatus; import org.codehaus.jackson.jaxrs.JacksonJsonProvider; import org.codehaus.jackson...
package org.jcryptool.visual.secretsharing.views; import java.math.BigInteger; import java.text.MessageFormat; import java.util.Vector; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.ScrolledComposite; import org.eclipse.swt.custom.StyleRange; import org.eclipse.swt.custom.StyledText; import org.eclipse.swt....
package org.lamport.tla.toolbox.tool.tlc.traceexplorer; import java.util.Vector; import org.eclipse.core.resources.ResourcesPlugin; import org.eclipse.core.resources.WorkspaceJob; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; im...
package de.avgl.dmp.persistence.service.schema.test.internalmodel; import java.util.Iterator; import java.util.Map; import java.util.Set; import org.junit.Ignore; import org.junit.Test; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.commo...
package ua.com.fielden.platform.serialisation.jackson.serialisers; import java.io.IOException; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; import c...
package test.javauno.acquire; import com.sun.star.bridge.UnoUrlResolver; import com.sun.star.bridge.XBridgeFactory; import com.sun.star.bridge.XInstanceProvider; import com.sun.star.comp.helper.Bootstrap; import com.sun.star.connection.Acceptor; import com.sun.star.connection.XAcceptor; import com.sun.star.connection.X...
package net.sf.cglib; import java.util.*; /** * @version $Id: FactoryCache.java,v 1.7 2003-01-28 11:42:32 nemecec Exp $ */ /* package */ class FactoryCache { private final Map cache; public FactoryCache() { this(new WeakHashMap()); } public FactoryCache(Map cache) { this.cache = cache;...
package net.sf.cglib; import java.lang.reflect.*; import java.util.*; /** * @author Chris Nokleberg <a href="mailto:chris@nokleberg.com">chris@nokleberg.com</a> * @version $Id: ReflectUtils.java,v 1.2 2003-01-05 23:55:10 herbyderby Exp $ */ abstract /* package */ class ReflectUtils { private static final Map pri...
package com.thoughtworks.xstream; import java.awt.font.TextAttribute; import java.io.EOFException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.NotActiveException; import java.io.ObjectInputStream; import java.io.ObjectInputValidation; import java.io.ObjectOutputStream; im...
package com.thoughtworks.xstream; import java.io.EOFException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.NotActiveException; import java.io.ObjectInputStream; import java.io.ObjectInputValidation; import java.io.ObjectOutputStream; import java.io.OutputStream; import ja...
package com.thoughtworks.xstream; import java.awt.font.TextAttribute; import java.io.EOFException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.NotActiveException; import java.io.ObjectInputStream; import java.io.ObjectInputValidation; import java.io.ObjectOutputStream; im...
package fr.utbm.lo43.entities; import java.util.ArrayList; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.Image; import org.newdawn.slick.Input; import org.newdawn.slick.SlickException; import org.newdawn.slick.geom.Line; import org.newdawn.slick.geom.Polygon; import...
package edu.teco.dnd.module; import java.util.HashMap; import java.util.Map; import java.util.UUID; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import edu.teco.dnd.network.ConnectionManager; public class ApplicationClassLoader extends ClassLoader { private static final Logger...
package org.kohsuke.args4j.spi; import java.lang.reflect.AccessibleObject; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.List; import org.kohsuke.args4j.CmdLineParser; /** * Factory of {@link Setter}s. * * @author Kohsuke Kawaguchi */ public cla...
package com.vmware.vim25.mo.samples; import java.net.URL; import com.vmware.vim25.*; import com.vmware.vim25.mo.*; public class HelloVM { public static void main(String[] args) throws Exception { long start = System.currentTimeMillis(); ServiceInstance si = new ServiceInstance(new URL("https://1...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.wizzardo.tools.image; import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGImageDecoder; import com.wizzardo.tools.io.FileTools; import javax.imageio.ImageIO; import java.awt.*; impo...
package dr.evolution.alignment; import dr.evolution.datatype.Codons; import dr.evolution.datatype.DataType; import dr.evolution.datatype.GeneralDataType; import dr.evolution.sequence.Sequence; import dr.evolution.sequence.Sequences; import dr.evolution.util.Taxon; import dr.evolution.util.TaxonList; import java.util.Co...
package com.evolveum.midpoint.provisioning.ucf.impl; import org.identityconnectors.common.logging.Log.Level; import org.identityconnectors.common.logging.LogSpi; import org.slf4j.Marker; import org.slf4j.MarkerFactory; import com.evolveum.midpoint.util.logging.Trace; import com.evolveum.midpoint.util.logging.TraceManag...
package sqlancer.postgres.gen; import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; import sqlancer.Randomly; import sqlancer.common.query.ExpectedErrors; import sqlancer.common.query.Query; import sqlancer.common.query.QueryAdapter; import sqlancer.postgres.PostgresGlobalState; import...
package team1100.season2010.robot; import edu.wpi.first.wpilibj.Jaguar; import edu.wpi.first.wpilibj.AnalogChannel; public class ChainRotationMotor { private AverageController CRM_speed_setpoint; private double p_coeff; private double minSpeed; private double maxSpeed; private int pot_min ...
package com.akiban.server.test; import static junit.framework.Assert.assertEquals; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; import static org.junit.Assert.assertNull; import static org.junit.Assert.fail; import java.io.File; import java.util.ArrayList; import ...
package com.github.wovnio.wovnjava; import java.io.InputStream; import java.io.InputStreamReader; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.ByteArrayInputStream; import java.io.UnsupportedEncodingException; import java.io.IOException; import java.io.InputStream; import java.uti...
package de.bmoth.ltl; import de.bmoth.TestParser; import de.bmoth.backend.ltl.transformation.*; import de.bmoth.parser.ast.nodes.ltl.LTLFormula; import de.bmoth.parser.ast.nodes.ltl.LTLNode; import de.bmoth.parser.ast.visitors.AbstractASTTransformation; import org.junit.Test; import static junit.framework.TestCase.asse...
package examples.dustin.commandline.jbock; import static java.lang.System.out; import net.jbock.CommandLineArguments; import net.jbock.Parameter; import java.util.Optional; /** * Demonstrates use of jbock to process command-line * arguments in a Java application. */ public class Main { @CommandLineArguments ab...
package engine.gameobject; import java.util.ArrayList; import java.util.List; import javafx.geometry.Point2D; import javafx.scene.Node; import javafx.scene.image.Image; import javafx.scene.image.ImageView; import xml.DataManager; import engine.fieldsetting.Settable; import engine.gameobject.units.BuffableUnit; import e...
package org.mwc.cmap.tote.views; import java.beans.*; import java.util.Vector; import org.eclipse.core.runtime.IConfigurationElement; import org.eclipse.jface.action.*; import org.eclipse.jface.viewers.*; import org.eclipse.swt.SWT; import org.eclipse.swt.events.*; import org.eclipse.swt.graphics.*; import org.eclipse....
package io.tus.java.client; import junit.framework.TestCase; import org.junit.After; import org.junit.Before; import org.mockserver.client.server.MockServerClient; import org.mockserver.model.HttpRequest; import org.mockserver.model.HttpResponse; import org.mockserver.socket.PortFactory; import java.io.ByteArrayInputSt...
package com.intellij.uiDesigner.componentTree; import com.intellij.codeHighlighting.HighlightDisplayLevel; import com.intellij.codeInsight.daemon.impl.SeverityRegistrar; import com.intellij.ide.DeleteProvider; import com.intellij.ide.util.EditSourceUtil; import com.intellij.ide.util.treeView.NodeDescriptor; import com....
package minestra.resource; import static org.junit.Assert.*; import java.util.Locale; import org.junit.Ignore; import org.junit.Test; @SuppressWarnings("deprecation") public class I18nResourceTest { static final String rootPackageName = getRootPackageName(); static final Locale JA = Locale.JAPANESE; static ...
package net.imagej.legacy; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assume.assumeTrue; import java.net.URL; import net.imagej.patcher.LegacyInjector; import org.junit.Test; import org.scijava.Context; import org.scijava.script.ScriptModule; impor...
package org.cactoos.collection; import java.util.ArrayList; import java.util.Collection; import org.cactoos.iterable.IterableOf; import org.cactoos.list.ListOf; import org.hamcrest.collection.IsEmptyCollection; import org.hamcrest.core.IsEqual; import org.hamcrest.core.IsNot; import org.hamcrest.object.HasToString; imp...
package org.commcare.android.tests.processing; import org.commcare.CommCareTestApplication; import org.commcare.android.CommCareTestRunner; import org.commcare.android.resource.installers.XFormAndroidInstaller; import org.commcare.android.util.TestUtils; import org.commcare.dalvik.BuildConfig; import org.commcare.model...
package twitter4j; import twitter4j.internal.http.HttpParameter; import java.util.ArrayList; import java.util.List; public final class Query { private String query = null; private String lang = null; private String locale = null; private long maxId = -1l; private int rpp = -1; private int page =...
package io.brooklyn.camp.brooklyn; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertTrue; import java.io.StringReader; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.Test; imp...
package unquietcode.tools.esm; import org.junit.Test; import java.util.concurrent.atomic.AtomicInteger; import static org.junit.Assert.assertEquals; /** * @author Ben Fagin * @version 2013-07-15 */ public class Reflective_T { @Test public void testSimpleReflective() { final AtomicInteger enteringBlue...
package experimentalcode.erich.minigui; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.util.ArrayList; import java.util.BitSet; import java.util.List; imp...
package experimentalcode.erich.newdblayer; import de.lmu.ifi.dbs.elki.data.DatabaseObject; /** * Database ID object. * * While this currently is just an Integer, it should be avoided to store the * object IDs in regular integers to reduce problems if this API ever changes * (for example if someone needs to support...
package net.sourceforge.jtds.test; import java.math.BigDecimal; import java.sql.*; import java.util.Calendar; import java.util.TimeZone; import java.util.GregorianCalendar; import net.sourceforge.jtds.jdbc.Driver; import net.sourceforge.jtds.util.Logger; import junit.framework.TestSuite; /** * test getting timestamps ...
package io.vertx.ext.web.client; import io.netty.handler.codec.http.multipart.HttpPostRequestEncoder; import io.vertx.core.*; import io.vertx.core.buffer.Buffer; import io.vertx.core.dns.AddressResolverOptions; import io.vertx.core.file.AsyncFile; import io.vertx.core.file.OpenOptions; import io.vertx.core.http.*; impo...
package br.usp.ime.retrobreaker; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import javax.microedition.khronos.opengles.GL10; import android.content.Context; import android.content.SharedPreferences; import android.media.AudioManager; import android.media.SoundPool; import android.prefe...
package fi_81.cwp_morse_mangle.morse; import java.util.ArrayList; /* * Bit format string, originally implemented with BitSet as backing buffer, but as * it appeared to be too slow (profiling results on Motorola Defy+), reverted to String. */ public class BitString implements Comparable<BitString>, CharSequence { ...
package com.psddev.dari.util; import java.util.concurrent.locks.ReadWriteLock; /** * For making sure that something runs only once safely and efficiently. * * <p>Typical usage looks like:</p> * * <p><blockquote><code> * public class Foo { * private static final Once INIT_ONCE = new Once() { * {@lite...
package thinwire.render.web; import java.io.IOException; import java.util.logging.Level; import java.util.logging.Logger; import thinwire.render.web.WebApplication.Timer; import thinwire.ui.Dialog; import thinwire.ui.Frame; import thinwire.ui.event.PropertyChangeEvent; import thinwire.ui.event.PropertyChangeListener; c...
package core.index.key; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import org.apache.commons.lang.ArrayUtils; import com.google.common.base.Joiner; import com.google.common.collect.Lists; import com.google.common.primitives.Bytes; import core.utils.Binar...
package org.jpos.qi; import com.vaadin.annotations.Theme; import com.vaadin.annotations.Title; import com.vaadin.server.*; import com.vaadin.ui.*; import com.vaadin.ui.themes.ValoTheme; import org.jdom2.DataConversionException; import org.jdom2.Element; import org.jpos.core.ConfigurationException; import org.jpos.ee.DB...
package de.felixbruns.jotify.crypto; public class Shannon { /* * Fold is how many register cycles need to be performed after combining the * last byte of key and non-linear feedback, before every byte depends on every * byte of the key. This depends on the feedback and nonlinear functions, and *...
package de.gurkenlabs.litiengine; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; import java.util.logging.Logger; import de.gurkenlabs.litiengine.graphics.IRenderComponent; import de.gurkenlabs.litiengine.graphics.IRenderable; /** * The Class RenderLoop. */ public class RenderLoop extends Th...
package de.wota.gameobjects; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import de.wota.utility.Modulo; import de.wota.utility.Vector; /** * When determining which objects are visible to an ant, we would like to avoid * iterating over all objects. We subdivide the torus into cells a...
// modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // * Neither the name of the <organization> nor the // names of its contributors may be used to endorse or promote products // ANY EXPRESS OR IMPLIED WARRAN...
package wyone.io; import java.io.OutputStream; import java.io.PrintWriter; import java.io.Writer; import java.math.BigInteger; import java.util.*; import wyone.util.*; import wyone.core.Attribute; import wyone.core.Type; import wyone.spec.Expr; import wyone.spec.Pattern; import wyone.spec.SpecFile; import static wyone....
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package syncfiles.webserver; /** * * @author andred */ import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; ...
package com.esri.arcgisruntime.sample.servicefeaturetablecache; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.esri.arcgisruntime.datasource.arcgis.ServiceFeatureTable; import com.esri.arcgisruntime.geometry.Envelope; import com.esri.arcgisruntime.geometry.SpatialReferences; impor...
// copy of this software and associated documentation files (the // "Software"), to deal in the Software without restriction, including // without limitation the rights to use, copy, modify, merge, publish, // persons to whom the Software is furnished to do so, subject to the // notice shall be included in all copies o...
package internal.org.springframework.content.fs.repository; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Serializable; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import java.util.UUID; import org.apache.commons.io.I...
package de.loskutov.gitignore; import static de.loskutov.gitignore.Strings.*; public class FastIgnoreRule { private static final NoResultMatcher NO_MATCH = new NoResultMatcher(); private final IgnoreMatcher matcher; private final boolean inverse; private final boolean isDirectory; public FastIgnoreR...
package org.caleydo.view.relationshipexplorer.ui.column.item.factory.impl; import gleem.linalg.Vec2f; import java.net.URL; import org.caleydo.core.data.collection.column.container.CategoricalClassDescription; import org.caleydo.core.data.collection.column.container.CategoryProperty; import org.caleydo.core.data.datadom...
package org.labkey.wnprc_billing.dataentry; import org.labkey.api.ehr.dataentry.AnimalDetailsFormSection; import org.labkey.api.ehr.dataentry.DataEntryFormContext; import org.labkey.api.ehr.dataentry.FormSection; import org.labkey.api.ehr.dataentry.TaskForm; import org.labkey.api.ehr.dataentry.TaskFormSection; import o...
package better.jsonrpc.websocket; import java.io.IOException; import org.eclipse.jetty.websocket.WebSocket; import org.eclipse.jetty.websocket.WebSocket.OnTextMessage; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectM...
package org.jboss.as.test.integration.security.common.negotiation; import org.apache.commons.codec.binary.Base64; import org.apache.http.Header; import org.apache.http.HttpHost; import org.apache.http.HttpRequest; import org.apache.http.auth.AUTH; import org.apache.http.auth.AuthenticationException; import org.apache.h...
package com.xpn.xwiki.store; import com.xpn.xwiki.test.AbstractBridgedComponentTestCase; import org.hibernate.HibernateException; import org.hibernate.Transaction; import org.jmock.Expectations; import org.junit.Assert; import java.sql.SQLException; /** * Unit tests for the {@link XWikiHibernateStore} class. * * @ve...
package org.zanata.webtrans.client.keys; import java.util.Set; import org.zanata.webtrans.client.events.KeyShortcutEventHandler; import org.zanata.webtrans.client.presenter.KeyShortcutPresenter; import com.google.common.base.Preconditions; import com.google.common.collect.Sets; /** * Represents a key shortcut for regi...
package org.valkyriercp.application.exceptionhandling; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.slf4j.Marker; import org.springframework.core.ErrorCoded; import java.sql.SQLException; /** * Superclass of logging exception handlers. * It handles a throwable by logging it and notify it to the...
package edu.northwestern.bioinformatics.studycalendar.web.template; import edu.northwestern.bioinformatics.studycalendar.core.Fixtures; import edu.northwestern.bioinformatics.studycalendar.dao.StudySegmentDao; import edu.northwestern.bioinformatics.studycalendar.domain.Study; import edu.northwestern.bioinformatics.stud...
package com.xpn.xwiki.store.hibernate.query; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Provider; import jav...
package org.eclipse.birt.report.designer.internal.ui.dnd; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import org.eclipse.birt.core.data.ExpressionUtil; import org.eclipse.birt.report.designer.core.model.SessionHandleAdapter; import org.eclipse.birt.report....
package org.mti.hip.utils; import android.util.Log; import com.squareup.okhttp.MediaType; import com.squareup.okhttp.OkHttpClient; import com.squareup.okhttp.Request; import com.squareup.okhttp.RequestBody; import com.squareup.okhttp.Response; import java.io.IOException; public class HttpClient { private HttpClient...
package org.zoneproject.extractor.plugin.spotlight; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.util.ArrayList; import java.util.Arrays; impor...
package com.github.shynixn.astraledit.bukkit.logic.business.command; import com.github.shynixn.astraledit.api.bukkit.business.command.PlayerCommand; import com.github.shynixn.astraledit.api.bukkit.business.controller.SelectionController; import com.github.shynixn.astraledit.bukkit.AstralEditPlugin; import com.github.sh...
package org.ovirt.engine.api.restapi.types; import org.junit.Test; import org.ovirt.engine.api.model.StorageDomain; import org.ovirt.engine.api.model.StorageDomainStatus; import org.ovirt.engine.api.model.StorageDomainType; import org.ovirt.engine.api.restapi.model.StorageFormat; import org.ovirt.engine.api.model.Stora...
package org.ovirt.engine.core.vdsbroker.attestation; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMethod; import org.apache.commons.httpclient.methods.StringRequestEntity; import org.apache.commons.httpclient.protocol.Protocol; import org.apache.commons.httpclient.pr...
package io.flutter.actions; import com.intellij.execution.ExecutionException; import com.intellij.execution.configurations.GeneralCommandLine; import com.intellij.execution.process.OSProcessHandler; import com.intellij.execution.process.ProcessAdapter; import com.intellij.execution.process.ProcessEvent; import com.inte...
package org.jboss.hal.testsuite.test.configuration.messaging.connections; import org.apache.commons.lang.RandomStringUtils; import org.jboss.arquillian.graphene.page.Page; import org.jboss.arquillian.junit.Arquillian; import org.jboss.hal.testsuite.category.Shared; import org.jboss.hal.testsuite.creaper.ResourceVerifie...
/** * @brief Package for manipulation with XML and parsers */ package com.rehivetech.beeeon.network.xml; import android.util.Xml; import com.rehivetech.beeeon.Constants; import com.rehivetech.beeeon.household.device.Device; import com.rehivetech.beeeon.household.device.Device.SaveDevice; import com.rehivetech.beeeon....
package ViewManager; import java.math.BigInteger; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apache.cassandra.cql3.UpdateParameters; import org.apache.cassandra.db.marshal.ColumnToCollectionType; import org.apache.commons.codec.DecoderException; im...
package de.uka.ipd.sdq.beagle.core.timeout; import org.apache.commons.lang3.Validate; import java.util.Arrays; /** * Implements an adaptive timeout. This means that later calls to {@link #isReached()} * will return {@code false} if the previous calls took a long time, too. * * @author Christoph Michelbach */ publi...
// $Id: MisoUtil.java,v 1.20 2003/04/18 22:59:04 mdb Exp $ package com.threerings.miso.util; import java.awt.Point; import java.awt.Polygon; import java.awt.Rectangle; import com.samskivert.swing.SmartPolygon; import com.threerings.media.sprite.Sprite; import com.threerings.media.util.MathUtil; import com.threerings.ut...
package fr.nicolaspomepuy.discreetapprate; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.res.Resources; import android.net.ConnectivityM...
package org.collectionspace.chain.csp.persistence.services; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import org.collectionspace.chain.util.jtmpl.InvalidJTmplException; import org.collectionspace.chain.util.jxj.InvalidJXJException; import org.collectionsp...
package alma.acs.nc; import java.util.HashMap; import java.util.Map; import java.util.Random; import java.util.logging.Level; import java.util.logging.Logger; import java.util.regex.Pattern; import org.omg.CORBA.BAD_PARAM; import org.omg.CORBA.IntHolder; import org.omg.CosNaming.NameComponent; import org.omg.CosNaming....
package org.jetel.component; import java.io.BufferedInputStream; import java.io.InputStream; import java.util.StringTokenizer; import java.util.Scanner; import java.util.Properties; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import java.util.regex.Matcher; import java.util.regex...
//$HeadURL$ package org.deegree.services.wms; import static org.deegree.commons.utils.io.Utils.determineSimilarity; import static org.deegree.commons.utils.net.HttpUtils.STREAM; import static org.deegree.commons.utils.net.HttpUtils.retrieve; import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; impo...
package com.robodoot.dr.RoboApp; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.hardware.usb.UsbDevice; import android.hardware.usb.UsbManager; import org.pololu.maestro.*; import java.io.Serializable; public class PololuHandler implements Serializable { p...
package org.jetel.ctl; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.math.BigDecimal; import java.math.BigInteger; import java.math.MathContext; import java.math.RoundingMode; import java.net.URL; import java.text.Si...
package org.voovan.network; import org.voovan.network.exception.ReadMessageException; import org.voovan.network.exception.SendMessageException; import org.voovan.network.handler.SynchronousHandler; import org.voovan.tools.buffer.ByteBufferChannel; import org.voovan.tools.TEnv; import org.voovan.tools.collection.Attribu...
package edu.cuny.citytech.defaultrefactoring.core.utils; import static org.eclipse.jdt.internal.corext.refactoring.structure.TypeVariableUtil.composeMappings; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import org.eclipse.core.runtime.Assert; import org.eclipse.jdt...
package com.bignerdranch.expandablerecyclerview.Adapter; import android.content.Context; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import android.view.ViewGroup; import com.bignerdranch.expandablerecyclerview.ClickListeners.ExpandCollapseListener; import com.bignerdranch.expandablerecycle...
package org.deuce.transaction.tl2; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.locks.ReentrantReadWriteLock; import org.deuce.transaction.TransactionException; import org.deuce.transaction.tl2.field.BooleanWriteFieldAccess; import org...
package io.quarkus.rest.deployment.framework; import java.util.Map; import java.util.Map.Entry; import java.util.function.BiFunction; import javax.ws.rs.BadRequestException; import javax.ws.rs.NotFoundException; import javax.ws.rs.WebApplicationException; import org.jboss.jandex.FieldInfo; import org.jboss.jandex.Type....
package org.jcoderz.commons; import java.io.Serializable; import java.util.List; import java.util.Set; /** * This is the Base class for all checked exceptions. * * <p>In the {@link org.jcoderz.commons package overview} you can find a * general statement when to use checked exceptions.</p> * * <p>This class can ne...
package org.hibernate.ogm.datastore.infinispan.impl; import java.io.IOException; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import org.hibernate.ogm.datastore.spi.DatastoreProvider; import org.hibernate.ogm.datastore.spi.DefaultDatastoreNames; import org.hibernate.ogm.dialect.GridDialect; impo...
// 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. // Modifications: // 2007 May 06: Eliminate a warning. - dj@opennms.org // ...
package org.eclipse.persistence.testing.tests.jpa.criteria; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.math.BigInteger; import java.util.Collection; import java.util.List; import ...