answer
stringlengths
17
10.2M
package hudson.plugins.promoted_builds; import antlr.ANTLRException; import hudson.Util; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.Action; import hudson.model.Cause; import hudson.model.Cause.LegacyCodeCause; import hudson.model.DependencyGraph; import hudson.model.Desc...
package io.kimia.prototype; import java.lang.annotation.*; /** * <p> * Annotates a class as a prototype of another auto-generated class by the Prototype framework. * </p> * * <p> * The name of the classes that are annotated with this annotation must start with an underscore character (_). * </p> * * <p> * The...
package ifc.i18n; import lib.MultiMethodTest; import com.sun.star.i18n.CalendarDisplayIndex; import com.sun.star.i18n.CalendarFieldIndex; import com.sun.star.i18n.CalendarItem; import com.sun.star.i18n.XCalendar; import com.sun.star.i18n.XLocaleData; import com.sun.star.lang.Locale; import com.sun.star.lang.XMultiServi...
package org.spine3.examples.todolist.c.aggregate; import com.google.protobuf.Message; import com.google.protobuf.Timestamp; import org.spine3.base.CommandContext; import org.spine3.change.StringChange; import org.spine3.change.TimestampChange; import org.spine3.change.ValueMismatch; import org.spine3.examples.todolist....
package hudson.plugins.promoted_builds; import antlr.ANTLRException; import hudson.Util; import hudson.model.AbstractBuild; import hudson.model.AbstractProject; import hudson.model.Action; import hudson.model.Cause; import hudson.model.Cause.LegacyCodeCause; import hudson.model.DependencyGraph; import hudson.model.Desc...
package io.paymenthighway; import io.paymenthighway.connect.PaymentAPIConnection; import io.paymenthighway.exception.AuthenticationException; import io.paymenthighway.model.request.*; import io.paymenthighway.model.response.*; import org.apache.http.client.HttpResponseException; import org.apache.http.impl.client.Close...
package de.ub0r.android.websms.connector.common; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.security.MessageDigest; import java.security.NoSuchAlgorithmExcep...
package org.spine3.examples.todolist.c.aggregates; import org.spine3.examples.todolist.TaskStatus; /** * Validates task commands and state transitions. * * @author Illia Shepilov */ class TaskFlowValidator { private TaskFlowValidator() { } /** * Check whether the transition from the current task st...
package com.capitalone.dashboard.service; import com.capitalone.dashboard.misc.HygieiaException; import com.capitalone.dashboard.model.Collector; import com.capitalone.dashboard.model.GenericCollectorItem; import com.capitalone.dashboard.repository.CollectorRepository; import com.capitalone.dashboard.repository.Generic...
package io.usethesource.vallang.util; import java.lang.ref.ReferenceQueue; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.List; import java.util.WeakHashMap; import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.atomic.AtomicReferenceArray; import java.util.co...
/** * Calculator.java */ package it.scompo.testapp.lib.api.calculator; /** * Defines the methods a {@link Calculator} should have. * * @author mscomparin */ public interface Calculator{ /** * {@link Operands} defines operands. * * @author mscomparin * */ enum Operands { /*...
package me.ferrybig.javacoding.teamspeakconnector; import io.netty.util.concurrent.Future; import java.util.Objects; /** * This class represents a Teamspeak server group. A server group has a type, * this type says what purpose the the group has. Most implementation should * filter on the first type, as its used by ...
package com.nestedworld.nestedworld.ui.fight.battle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import ...
package nl.infcomtec.jparticle; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.ProtocolException; import java.net.URL; import java.net.URLEncoder; import java.text.DateFormat; import jav...
package me.normanmaurer.niosmtp.impl; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.net.InetSocketAddress; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.concurrent.Ex...
package jodd.http; import jodd.datetime.TimeUtil; import jodd.http.up.ByteArrayUploadable; import jodd.http.up.FileUploadable; import jodd.http.up.Uploadable; import jodd.io.FastCharArrayWriter; import jodd.io.FileNameUtil; import jodd.io.StreamUtil; import jodd.upload.FileUpload; import jodd.upload.MultipartStreamPars...
package me.prettyprint.cassandra.model; import me.prettyprint.cassandra.model.ConsistencyLevelPolicy.OperationType; import me.prettyprint.cassandra.service.CassandraClient; import me.prettyprint.cassandra.service.Cluster; import me.prettyprint.cassandra.service.Keyspace; import me.prettyprint.cassandra.utils.Assert; pu...
package me.devsaki.hentoid.fragments.preferences; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.CheckBox; import a...
package mingzuozhibi.service.amazon; import mingzuozhibi.persist.disc.Disc; import mingzuozhibi.persist.disc.Disc.UpdateType; import mingzuozhibi.persist.disc.Sakura; import mingzuozhibi.support.Dao; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import org.hibernate.exception.DataException;...
package net.bingosoft.oss.imclient.utils; import net.bingosoft.oss.imclient.model.ObjectType; import net.bingosoft.oss.imclient.model.SendMessage; import net.bingosoft.oss.imclient.model.msg.Content; import net.bingosoft.oss.imclient.model.msg.FileContent; import net.bingosoft.oss.imclient.model.msg.Text; import java.u...
package org.extratrees; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Random; import java.util.Set; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; im...
package controllers; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.sql.Connection; import java.sql.PreparedStatement; import java.sq...
package net.darkhax.bookshelf.handler; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.passive.EntityHorse; import net.minecraft.item.ItemStack; import net.minecraftforg...
package org.csstudio.scan.data; import java.io.PrintStream; import java.util.Arrays; import java.util.Collections; import java.util.Date; import java.util.List; import org.csstudio.scan.util.TextTable; /** Iterate over {@link ScanData} as spreadsheet-type table * * <p>Each column represents the samples for a device....
package org.goldenorb.event; public class OrbEvent { final static int LOST_MEMBER = 1; final static int NEW_MEMBER = 2; final static int LEADERSHIP_CHANGE = 3; final static int NEW_JOB = 4; final static int JOB_COMPLETE = 5; final static int JOB_DEATH = 6; final static int ORB_EXCEPTION = 8; int type; ...
package net.imglib2.meta; /** * @author Barry DeZonia */ public class CombinedCalibratedRealInterval<A extends CalibratedAxis, S extends CalibratedRealInterval<A>> extends CombinedRealInterval<A, S> implements CalibratedRealInterval<A> { // TODO - these methods will need some TLC. Maybe this class will store ...
package org.jenetics; import static org.jenetics.util.object.checkProbability; import static org.jenetics.util.object.eq; import static org.jenetics.util.object.hashCodeOf; public abstract class AbstractAlterer<G extends Gene<?, G>> implements Alterer<G> { /** * Return an alterer which does nothing. *...
package pacman.modele; import java.util.Scanner; import pacman.carte.Labyrinthe; import pacman.personnages.Pacman; public class MainClass { public MainClass(){ Pacman pacman = new Pacman(0, 0); Labyrinthe laby = new Labyrinthe(5, 5, pacman); Modele m = new Modele(laby); boolean exit ...
package org.lightmare.jpa; import java.io.IOException; import java.net.URL; import java.util.Collection; import java.util.Enumeration; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import javax.naming.Cont...
package org.animotron.graph.traverser; import org.animotron.graph.handler.GraphHandler; import org.animotron.graph.serializer.CachedSerializer; import org.animotron.manipulator.PFlow; import org.animotron.manipulator.QCAVector; import org.animotron.statement.Prefix; import org.animotron.statement.Statement; import org....
package org.lightmare.jpa; import java.io.IOException; import java.net.URL; import java.util.Enumeration; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import org.apache....
package org.lightmare.utils; import org.apache.log4j.Logger; /** * Utility class for logging * * @author levan * @since 0.0.81-SNAPSHOT */ public class LogUtils { /** * Generates logging messages * * @param message * @param formats * @return {@link String} */ public static Str...
package com.github.mkopylec.webbackend.authentication; import org.springframework.security.core.Authentication; import org.springframework.security.web.authentication.AuthenticationSuccessHandler; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletR...
package com.intellij.xml.util; import com.intellij.xml.XmlElementDescriptor; import com.intellij.xml.util.documentation.HtmlDescriptorsTable; import com.intellij.psi.xml.*; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiReference; import com.intellij.psi.PsiFile; import com.intellij.psi.filters.ElementF...
package net.sf.iwant.wsdef; import java.util.Arrays; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; import net.sf.iwant.api.EclipseSettings; import net.sf.iwant.api.EmmaCoverage; import net.sf.iwant.api.EmmaInstrumentation; import net.sf.iwant.api.EmmaReport; import net.sf.iwant.api.FromRe...
package autodiff.reasoning.deductions; import static autodiff.reasoning.deductions.Basics.*; import static autodiff.reasoning.expressions.Expressions.*; import static autodiff.reasoning.proofs.ElementaryVerification.*; import static autodiff.reasoning.tactics.Auto.*; import static autodiff.reasoning.tactics.PatternMatc...
package com.asakusafw.testdriver; import java.io.File; import java.io.IOException; import java.util.List; import com.asakusafw.testtools.TestUtils; /** * asakusa-test-toolsAPI * */ public class TestDriverTestToolsBase extends TestDriverBase { protected TestUtils testUtils; /** TestUtils */ protected List...
package org.pkcs11.jacknji11.jna; import org.pkcs11.jacknji11.CKA; import org.pkcs11.jacknji11.CKM; import org.pkcs11.jacknji11.CK_C_INITIALIZE_ARGS; import org.pkcs11.jacknji11.CK_INFO; import org.pkcs11.jacknji11.CK_MECHANISM_INFO; import org.pkcs11.jacknji11.CK_NOTIFY; import org.pkcs11.jacknji11.CK_SESSION_INFO; im...
package org.rakam; import com.google.auto.service.AutoService; import com.google.common.base.Splitter; import com.google.inject.Binder; import io.airlift.configuration.Config; import io.sentry.Sentry; import io.sentry.SentryClient; import io.sentry.jul.SentryHandler; import org.rakam.plugin.RakamModule; import org.raka...
package org.pujun.correl; import org.apache.commons.math3.stat.correlation.PearsonsCorrelation; import org.pujun.interp.InterpPm; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.*; import static java.lang.Math.abs; public class Correlation { private double pearsonsResult; pr...
package ae3.service.experiment; import ae3.dao.GeneSolrDAO; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uk.ac.ebi.gxa.data.*; import uk.ac.ebi.gxa.utils.Pair; import uk.ac.ebi.microarray.atlas.model.UpDownCondition; import uk.ac.ebi.microarray.atlas.model.UpDownExpression; import javax.annotation.No...
package org.eclipse.birt.report.designer.ui.cubebuilder.page; import org.eclipse.birt.report.designer.data.ui.property.AbstractTitlePropertyDialog; import org.eclipse.birt.report.designer.data.ui.property.PropertyNode; import org.eclipse.birt.report.designer.internal.ui.util.IHelpContextIds; import org.eclipse.birt.rep...
package be.ugent.oomo.groep12.studgent.view; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.view.View; import be.ugent.oomo.groep12.studgent.common.IPointOfInterest; public class POIView extends View implements Comparable<POIV...
package org.spigotmc.builder; import com.google.common.base.Charsets; import com.google.common.base.Predicate; import com.google.common.base.Throwables; import com.google.common.collect.Iterables; import com.google.common.hash.Hasher; import com.google.common.hash.Hashing; import com.google.common.io.ByteStreams; impor...
package org.apereo.cas.configuration.model.core.web; import org.apereo.cas.configuration.support.RequiresModule; import java.io.Serializable; import java.nio.charset.StandardCharsets; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; /** * Configuration properties class for mes...
package org.bouncycastle.crypto.tls; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.security.SecureRandom; import java.util.Enumeration; import java.util.Hashtable; import org.bouncycastle.util.Arrays; import org.bouncycastle.util.Integers; public clas...
package bitronix.tm.resource.jms; import bitronix.tm.BitronixTransaction; import bitronix.tm.internal.BitronixSystemException; import bitronix.tm.internal.BitronixRollbackSystemException; import bitronix.tm.utils.Decoder; import bitronix.tm.resource.common.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; imp...
package org.jasig.portal; import org.xml.sax.DocumentHandler; import org.xml.sax.ext.LexicalHandler; import org.xml.sax.SAXException; import java.util.Vector; import java.util.Enumeration; /** * SAXBufferImpl acts like a SAXFilter, but it can also buffer * SAX events to be released at a later time. * @author Peter K...
package org.zeropage; import java.util.Set; public class CacheLinkSource extends LinkSourceDecorator { CacheStorage cache; public CacheLinkSource(LinkSource innerObject, CacheStorage cacheStorage) { this.innerSource = innerObject; this.cache = cacheStorage; } @Override public Set<Str...
package com.mutualmobile.barricade.compiler; import com.mutualmobile.barricade.IBarricadeConfig; import com.mutualmobile.barricade.response.BarricadeResponse; import com.mutualmobile.barricade.response.BarricadeResponseSet; import com.squareup.javapoet.ClassName; import com.squareup.javapoet.FieldSpec; import com.squar...
package org.ovirt.engine.api.restapi.resource; import javax.ws.rs.core.Response; import org.ovirt.engine.api.model.GlusterVolume; import org.ovirt.engine.api.model.GlusterVolumes; import org.ovirt.engine.api.resource.GlusterVolumeResource; import org.ovirt.engine.api.resource.GlusterVolumesResource; import org.ovirt.en...
package com.exedio.cope; public class ReportTest extends DatabaseLibTest { private static final String TABLE1 = "SumItem"; private static final String TABLE1X = "SumItemX"; private static final String COLUMN1 = "num2"; private static final String COLUMN1X = "num2X"; public static final int CHECK = R...
package whelk.importer; import io.prometheus.client.Counter; import se.kb.libris.util.marc.Datafield; import se.kb.libris.util.marc.Field; import se.kb.libris.util.marc.MarcRecord; import whelk.Document; import whelk.IdGenerator; import whelk.JsonLd; import whelk.Whelk; import whelk.component.ElasticSearch; import whel...
package org.jfree.chart.fx; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.util.ArrayList; import java.util.List; import javafx.scene.canvas.Canvas; import javafx.scene.control.Tooltip; import javafx.scene.input.MouseEvent; import javaf...
package prope.reporting; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; public final class ReportWriter { private final Report report; private final String excelDelimiter = ";"; private final String rDelimiter = ","; public Rep...
package be.iminds.iot.dianne.things.output; import java.util.Hashtable; import java.util.UUID; import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceRegistration; import be.iminds.iot.dianne.api.nn.module.ModuleException; import be.iminds.iot.dianne.tensor.Tensor; import be.iminds.iot.dianne.tensor....
package com.yahoo.vespa.hosted.controller.restapi.application; import com.yahoo.component.Version; import com.yahoo.config.provision.InstanceName; import com.yahoo.config.provision.zone.ZoneId; import com.yahoo.container.jdisc.HttpResponse; import com.yahoo.vespa.hosted.controller.api.application.v4.model.DeployOptions...
package org.enner.flatbuffers.bench; import org.openjdk.jmh.annotations.*; import org.openjdk.jmh.runner.Runner; import org.openjdk.jmh.runner.RunnerException; import org.openjdk.jmh.runner.options.Options; import org.openjdk.jmh.runner.options.OptionsBuilder; import org.openjdk.jmh.runner.options.VerboseMode; import j...
package rsc.subscriber; import org.reactivestreams.Subscriber; import rsc.state.Backpressurable; import rsc.state.Cancellable; import rsc.state.Introspectable; import rsc.state.Requestable; import rsc.util.ExceptionHelper; import rsc.util.SubscriptionHelper; import rsc.util.UnsignalledExceptions; /** * Interface to re...
package com.phonegap; import java.util.TimeZone; import android.content.Context; import android.content.IntentFilter; import android.hardware.SensorManager; import android.net.Uri; import android.os.Vibrator; import android.telephony.TelephonyManager; import android.webkit.WebView; import android.media.Ringtone; import...
package org.fenixedu.a3es.ui.strategy; import java.util.ArrayList; import java.util.Base64; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.stream.Collectors; import java.util.str...
package edu.gemini.spModel.target.env; import static edu.gemini.spModel.target.env.OptionsList.UpdateOps.appendAsPrimary; import edu.gemini.shared.util.immutable.*; import edu.gemini.spModel.guide.GuideProbe; import edu.gemini.spModel.guide.GuideProbeMap; import edu.gemini.spModel.pio.Param; import edu.gemini.spModel.p...
package seedu.tasklist.ui; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import static com.google.common.base.Preconditions.*; import com.google.common.eventbus.Subscribe; import javafx.beans.property.SimpleStringProperty; import javafx.beans.prope...
package dr.evomodel.continuous; import dr.app.util.Arguments; import dr.evolution.tree.MultivariateTraitTree; import dr.evolution.tree.NodeRef; import dr.evomodel.branchratemodel.BranchRateModel; import dr.evomodel.tree.TreeStatistic; import dr.geo.math.SphericalPolarCoordinates; import dr.inference.model.Statistic; im...
package org.gbif.ws.server.filter; import java.net.HttpURLConnection; import java.net.URI; import java.util.UUID; import javax.ws.rs.core.Response; import com.sun.jersey.spi.container.ContainerRequest; import com.sun.jersey.spi.container.ContainerResponse; import com.sun.jersey.spi.container.ContainerResponseFilter; /*...
package ch.idsia.mario.simulation; import ch.idsia.ai.agents.IAgent; import ch.idsia.mario.engine.MarioComponent; import ch.idsia.utils.SmartBool; import ch.idsia.utils.SmartInt; public class SimulationOptions { protected IAgent agent; protected MarioComponent marioComponent = null; protected SmartInt level...
package seedu.todo.models; import java.io.IOException; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import seedu.todo.commons.exceptions.CannotRedoException; import seedu.todo...
package dr.inference.mcmc; import dr.inference.loggers.Logger; import dr.inference.loggers.MCLogger; import dr.inference.markovchain.MarkovChain; import dr.inference.markovchain.MarkovChainListener; import dr.inference.model.Model; import dr.inference.model.PathLikelihood; import dr.inference.operators.CombinedOperator...
package net.bytebuddy.implementation; import net.bytebuddy.build.HashCodeAndEqualsPlugin; import net.bytebuddy.description.field.FieldDescription; import net.bytebuddy.description.method.MethodDescription; import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.description.type.TypeList; import net....
/* Open Source Software - may be modified and shared by FRC teams. The code */ /* the project. */ package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.SimpleRobot; import edu.wpi.first.wpilibj.CANJaguar; import edu.wpi.first.wpilibj.Driver...
package org.jfree.chart.renderer.xy; import java.awt.AlphaComposite; import java.awt.Color; import java.awt.Composite; import java.awt.Graphics2D; import java.awt.Paint; import java.awt.Stroke; import java.awt.geom.Line2D; import java.awt.geom.Rectangle2D; import java.io.IOException; import java.io.ObjectInputStream; i...
package sklearn.impute; import java.util.ArrayList; import java.util.List; import org.dmg.pmml.MissingValueTreatmentMethod; import org.jpmml.converter.Feature; import org.jpmml.sklearn.ClassDictUtil; import org.jpmml.sklearn.SkLearnEncoder; import sklearn.HasNumberOfFeatures; import sklearn.Transformer; public class Si...
package org.eclipse.birt.chart.render; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.eclipse.birt.chart.computation.DataPointHints; import org.eclipse.birt.chart.computation.DataSetIterator; import o...
package org.innovateuk.ifs.application.repository; import org.innovateuk.ifs.application.domain.ApplicationStatistics; import org.innovateuk.ifs.application.resource.AssessorCountSummaryResource; import org.innovateuk.ifs.invite.domain.CompetitionParticipantRole; import org.innovateuk.ifs.workflow.resource.State; impor...
package org.jfree.data.time; import java.util.Calendar; import java.util.TimeZone; import org.jfree.data.DomainInfo; import org.jfree.data.Range; import org.jfree.data.RangeInfo; import org.jfree.data.general.SeriesChangeEvent; import org.jfree.data.xy.AbstractIntervalXYDataset; import org.jfree.data.xy.IntervalXYDatas...
package summarizer.receiver; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.opencompare.api.java.AbstractFeature; import org.opencompare.api.java.Cell; import org.opencompare.api.java.Feature; import org.open...
package de.alpharogroup.wicket.components.examples.application; import java.io.IOException; import org.apache.log4j.Logger; import org.apache.wicket.Application; import org.apache.wicket.markup.head.IHeaderResponse; import org.apache.wicket.markup.head.filter.JavaScriptFilteredIntoFooterHeaderResponse; import org.apach...
package tachyon.examples; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.IntBuffer; import java.nio.channels.FileChannel.MapMode; import org.apache.hadoop.conf.Configuration; imp...
package eu.liveandgov.wp1.sensor_miner.persistence; import android.content.Context; import android.content.SharedPreferences; import android.os.Handler; import android.os.Looper; import android.util.Log; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; imp...
package team.unstudio.jblockly; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import javafx.beans.property.BooleanProperty; import javafx.beans.property.BooleanPropertyBase; import javafx.beans.property.DoubleProper...
package fr.tcpmfa.display; import java.awt.Image; import fr.tcpmfa.util.Coordinate; public interface GraphicalElement { public Image getImage(); public void setImage(Image Image); public Coordinate getCoordinates(); public void setCoordinates(Coordinate Coordinates); }
package com.elastisys.scale.cloudpool.commons.basepool; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; import static java.lang.Math.max; import static java.lang.String.format; import java.net.InetAddress; import java.util.Collections; imp...
package org.opennms.netmgt.provision.persist; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.List; import org.apache.commons.io.FileUtils; import org.opennms.core.utils.LogUtils; import org.opennms.core.xml.JaxbUtils; import org.opennms.netmgt.provisio...
package org.myrobotlab.opencv; import static org.bytedeco.opencv.global.opencv_core.CV_32F; import static org.bytedeco.opencv.global.opencv_dnn.blobFromImage; import static org.bytedeco.opencv.global.opencv_dnn.readNetFromCaffe; import static org.bytedeco.opencv.global.opencv_imgproc.resize; import java.awt.Graphics2D;...
package org.neo4j.kernel.impl.transaction.xaframework; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; import java.nio.channels.ReadableByteChannel; import java.util.HashMap; import java.util.Map; import java.util.loggin...
package org.tigris.subversion.subclipse.ui.subscriber; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.eclipse.compare.structuremergeviewer.IDiffElement; import org.eclipse.core.resources.IResource; import org.eclipse.jface.viewers.IStructuredSelection; import org.eclipse.team.c...
package org.ndexbio.model.object.network; import java.util.ArrayList; import java.util.List; import org.ndexbio.model.object.NdexExternalObject; import org.ndexbio.model.object.NdexPropertyValuePair; import org.ndexbio.model.object.PropertiedObject; import org.ndexbio.model.object.SimplePropertyValuePair; import com.fa...
package com.opengamma.financial.analytics.model.forex.forward; import java.util.Map; import java.util.Set; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Iterables; import com.opengamma.OpenGammaRuntimeException; import com.opengamma.engine.ComputationTarget; import com.opengamma.engine...
package edu.northwestern.bioinformatics.studycalendar.dataproviders.coppa.direct; import edu.northwestern.bioinformatics.studycalendar.dataproviders.api.SiteProvider; import edu.northwestern.bioinformatics.studycalendar.dataproviders.api.StudyProvider; import edu.northwestern.bioinformatics.studycalendar.dataproviders....
package org.realityforge.gwt.webpoller.client; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.Nonnull; import javax.annotation.Nullable; public abstract class WebPoller { private static final Logger LOG = Logger.getLogger( WebPoller.class.getName() ); ...
package io.github.opencubicchunks.cubicchunks.core.asm.mixin.fixes.common.vanillaclient; import io.github.opencubicchunks.cubicchunks.api.world.ICubicWorld; import io.github.opencubicchunks.cubicchunks.core.CubicChunksConfig; import io.github.opencubicchunks.cubicchunks.core.asm.mixin.ICubicWorldInternal; import io.git...
package org.whitesource.archiveReaders; import net.lingala.zip4j.core.ZipFile; import net.lingala.zip4j.exception.ZipException; import org.apache.commons.io.FileUtils; import org.apache.commons.lang.StringUtils; import org.apache.tools.ant.DirectoryScanner; import org.codehaus.plexus.archiver.tar.TarGZipUnArchiver; imp...
package com.payneteasy.superfly.security; import java.util.Collection; import org.springframework.security.access.AccessDecisionManager; import org.springframework.security.access.AccessDeniedException; import org.springframework.security.access.ConfigAttribute; import org.springframework.security.authentication.Insuff...
package pitt.search.semanticvectors.tables; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import pitt.search.semanticvectors.FlagConfig; import pitt.search.semanticvectors.SearchResult; import pitt.search.semanticvectors.VectorStoreWriter; import pitt....
package org.apereo.cas.authentication; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.authentication.principal.Service; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import org.jooq.lambda.Unchecked; import org.jooq.lambda.UncheckedException; import org.ju...
package restapi.weatherstation; import entities.sub_entity.WeatherStation; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.web.bind.annotation.*; import repository.WeatherStationRepository; import java.util.ArrayList; i...
package org.apereo.cas.support.saml.mdui.web.flow; import org.apache.commons.lang3.StringUtils; import org.apereo.cas.authentication.principal.Service; import org.apereo.cas.authentication.principal.ServiceFactory; import org.apereo.cas.authentication.principal.WebApplicationService; import org.apereo.cas.services.Regi...
package ru.VirtaMarketAnalyzer.data; import com.google.gson.annotations.SerializedName; import java.util.List; final public class ServiceGuideProduct { @SerializedName("pi") final private String productId; @SerializedName("qps") final private double quantityPerSell; @SerializedName("q") final pr...
package ru.VirtaMarketAnalyzer.parser; import org.apache.log4j.BasicConfigurator; import org.apache.log4j.ConsoleAppender; import org.apache.log4j.PatternLayout; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import org.slf4j.Logger; import org.slf4j.LoggerFactory; im...
package seedu.address.logic.commands; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import edu.emory.mathcs.backport.java.util.Collections; import seedu.address.commons.core.Messages; import seedu.address.logic.commands.exceptions.CommandException; import seedu.addre...