answer
stringlengths
17
10.2M
package com.yahoo.vespa.flags; import com.yahoo.component.Vtag; import com.yahoo.vespa.defaults.Defaults; import java.time.Instant; import java.time.LocalDate; import java.time.ZoneOffset; import java.time.format.DateTimeFormatter; import java.util.List; import java.util.Optional; import java.util.TreeMap; import stati...
package org.rstudio.studio.client.workbench.views.source.editors.text; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.rstudio.core.client.CommandWithArg; import org.rstudio.core.client.DebouncedCommand; import org.rstudio.core.client.Debug; import org.rstudio.core.client.Pair; im...
package com.yahoo.vespa.flags; import com.yahoo.component.Vtag; import com.yahoo.vespa.defaults.Defaults; import java.time.Instant; import java.time.LocalDate; import java.time.ZoneOffset; import java.time.format.DateTimeFormatter; import java.util.List; import java.util.Optional; import java.util.TreeMap; import stati...
package com.azure.tools.apiview.processor.analysers; import com.azure.tools.apiview.processor.diagnostics.Diagnostics; import com.azure.tools.apiview.processor.model.APIListing; import com.azure.tools.apiview.processor.model.ChildItem; import com.azure.tools.apiview.processor.model.Token; import com.azure.tools.apiview...
import lejos.nxt.*; public class FilteredUltrasonicSensor { private static final int MAX = 255; private final UltrasonicSensor handle; private volatile int sampleCount; public FilteredUltrasonicSensor(SensorPort port) { handle = new UltrasonicSensor(port); } public void setSampleCount(in...
package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.owasp.validator.html.AntiSamy; import org.owasp.valida...
package org.flymine.gbrowse; import junit.framework.TestCase; import java.util.Map; import java.util.Iterator; import java.util.HashMap; import java.util.Collections; import java.util.Arrays; import java.util.Set; import java.util.HashSet; import java.util.List; import java.io.*; import org.apache.tools.ant.Task; impor...
package org.eclipse.birt.report.designer.ui.dialogs; import java.math.BigDecimal; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import org.eclipse.birt.core.data.DataTypeUtil; import org.eclipse.birt.core.ex...
package edu.pitt.apollo.db; //import edu.pitt.apollo.types.UrlOutputResource; //import edu.pitt.apollo.types.VisualizerResult; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.sql.Connection; import java.sql.Dr...
package com.aleggeup.confagrid.service.impl; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.security.SecureRandom; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentMatchers; import org...
package koodi.domain; import javax.persistence.Entity; import java.util.List; import javax.persistence.Column; import javax.persistence.FetchType; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; @Entity public class Question extends BaseModel { @ManyToOne(targetEntity = QuestionSeries.class)...
package org.ovirt.engine.core.vdsbroker.irsbroker; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.EnumSet; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Lin...
package org.bitrepository.audittrails.store; import static org.bitrepository.audittrails.store.AuditDatabaseExtractor.POSITION_ACTOR_NAME; import static org.bitrepository.audittrails.store.AuditDatabaseExtractor.POSITION_AUDIT_TRAIL; import static org.bitrepository.audittrails.store.AuditDatabaseExtractor.POSITION_CONT...
package gov.nih.nci.caadapter.ui.mapping.sdtm; import gov.nih.nci.caadapter.common.*; import gov.nih.nci.caadapter.common.csv.CSVMetaParserImpl; import gov.nih.nci.caadapter.common.csv.CSVMetaResult; import gov.nih.nci.caadapter.common.util.Config; import gov.nih.nci.caadapter.common.util.EmptyStringTokenizer; import g...
package gov.nih.nci.caadapter.ui.mapping.sdtm.actions; import gov.nih.nci.caadapter.common.util.EmptyStringTokenizer; import gov.nih.nci.caadapter.dataviewer.util.GetConnectionSingleton; import gov.nih.nci.caadapter.dataviewer.util.QBParseMappingFile; import gov.nih.nci.caadapter.sdtm.ParseSDTMXMLFile; import gov.nih.n...
package gov.nih.nci.cagrid.bdt.service; import java.rmi.RemoteException; import javax.naming.InitialContext; import org.apache.axis.MessageContext; import org.globus.wsrf.Constants; import org.globus.wsrf.ResourceHome; public abstract class BulkDataHandlerImplBase { public BulkDataHandlerImplBase() throws RemoteExc...
package org.jboss.as.clustering.infinispan; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.LinkedHashSet; import java.util.Set; import org.infinispan.Cache; import org.infinispan.configuration.cache.Configuration; import org.infinispan.manager.EmbeddedCacheManager; import...
package org.phenotips.ontology.internal; import org.phenotips.ontology.OntologyService; import org.phenotips.ontology.OntologyTerm; import org.xwiki.cache.Cache; import org.xwiki.cache.CacheException; import org.xwiki.cache.CacheManager; import org.xwiki.cache.config.CacheConfiguration; import org.xwiki.component.manag...
package soot.jimple.infoflow; import heros.FlowFunction; import heros.FlowFunctions; import heros.InterproceduralCFG; import heros.flowfunc.Identity; import heros.solver.PathEdge; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import soot...
package soot.jimple.infoflow; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import soot.Value; import soot.jimple.InvokeExpr; import soot.jimple.Stmt; /** * Class for collecting information flow results * * @author S...
package org.mustbe.consulo.csharp.lang.psi.impl.source.resolve.type; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import org.mustbe.consulo.csharp.lang.psi.CSharpMethodDeclaration; import org.mustbe.consulo.csharp.lang.psi.CSharpReferenceExpression; import org.mustbe.consulo.csha...
package org.ihtsdo.buildcloud.service.execution.database.map; import org.ihtsdo.buildcloud.service.execution.RF2Constants; import org.ihtsdo.buildcloud.service.execution.database.DatabasePopulatorException; import org.ihtsdo.buildcloud.service.execution.database.RF2TableDAO; import org.ihtsdo.buildcloud.service.executi...
package de.wwu.md2.framework.ui.generator; import java.io.InputStream; import java.util.Collection; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFolder; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IResource; i...
package som.vmobjects; import static som.interpreter.TruffleCompiler.transferToInterpreterAndInvalidate; import java.lang.reflect.Field; import java.util.Arrays; import som.interpreter.objectstorage.ObjectLayout; import som.interpreter.objectstorage.StorageLocation; import som.interpreter.objectstorage.StorageLocation....
package org.pentaho.reporting.designer.core.editor.report; import java.applet.Applet; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.KeyboardFocusManager; import java....
package som.vmobjects; import som.vm.constants.Classes; public final class SSymbol extends SAbstractObject { private final String string; private final int numberOfSignatureArguments; public SSymbol(final String value) { string = value; numberOfSignatureArguments = determineNumberOfSignatureArguments()...
package com.cronutils; import com.cronutils.model.Cron; import com.cronutils.model.CronType; import com.cronutils.model.definition.CronDefinition; import com.cronutils.model.definition.CronDefinitionBuilder; import com.cronutils.model.time.ExecutionTime; import com.cronutils.parser.CronParser; import org.junit.Test; im...
package com.bignerdranch.expandablerecyclerview; import android.app.Activity; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.ViewGroup; import com.bignerdranch.expandablerecyclerview.model.ParentListItem; import com.bignerdranch.ex...
package com.cronutils; import java.time.ZoneOffset; import java.time.ZonedDateTime; import java.util.Optional; import com.cronutils.model.CronType; import com.cronutils.model.definition.CronDefinitionBuilder; import com.cronutils.model.time.ExecutionTime; import com.cronutils.parser.CronParser; import org.junit.Test; i...
package io.quarkus.lambda.deployment; import static java.util.stream.Collectors.toList; import java.util.List; import java.util.function.Consumer; import org.jboss.jandex.ClassInfo; import org.jboss.jandex.DotName; import org.jboss.jandex.MethodInfo; import org.jboss.jandex.Type; import org.jboss.protean.gizmo.ClassCre...
package org.ethereum.trie; import org.junit.After; import org.junit.Assert; import org.junit.Test; import org.spongycastle.util.encoders.Hex; import java.io.IOException; import static org.junit.Assert.*; public class TrieTest { private static String LONG_STRING = "1234567890abcdefghijklmnopqrstuvwxxzABCEFGHIJKLMNOP...
package org.mariadb.jdbc; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.sql.BatchUpdateException; import java.sql.Connection; import java.sql....
package uk.ac.ebi.subs.api; import uk.ac.ebi.subs.data.client.*; import uk.ac.ebi.subs.data.client.Study; import uk.ac.ebi.subs.data.component.*; import uk.ac.ebi.subs.data.status.ProcessingStatusEnum; import uk.ac.ebi.subs.data.status.SubmissionStatusEnum; import uk.ac.ebi.subs.repository.model.*; import uk.ac.ebi.sub...
package uk.ac.ebi.spot.goci.curation.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import uk.ac.ebi.spot.goci.model.Gene; import uk.ac.ebi.spot.goci.model.RiskAllele; import uk.ac.ebi.spot.goci.model.SingleNucleotidePolymorphism; import uk.ac.ebi....
package org.innovateuk.ifs.project.status.service; import org.innovateuk.ifs.BaseRestServiceUnitTest; import org.innovateuk.ifs.commons.rest.RestResult; import org.innovateuk.ifs.project.status.resource.ProjectTeamStatusResource; import org.innovateuk.ifs.project.status.resource.CompetitionProjectsStatusResource; impor...
package uk.ac.ebi.quickgo.index.annotation.coterms; import uk.ac.ebi.quickgo.annotation.common.document.AnnotationDocument; import com.google.common.base.Preconditions; import java.util.*; import java.util.function.Predicate; import org.springframework.batch.item.ItemWriter; import static uk.ac.ebi.quickgo.index.annota...
package com.jme3.network.service.serializer; import com.jme3.network.Client; import com.jme3.network.Message; import com.jme3.network.MessageListener; import com.jme3.network.message.SerializerRegistrationsMessage; import com.jme3.network.serializing.Serializer; import com.jme3.network.service.AbstractClientService; im...
package org.apache.aries.jndi.legacy.support; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.Hashtable; import javax.naming.Context; import javax.naming.NamingException; import javax.naming.spi.InitialContextFactory; import javax.naming.spi.InitialContextFactoryBuilder; /...
package com.badlogic.gdx.graphics.glutils; import java.nio.ByteBuffer; import java.nio.FloatBuffer; import java.nio.IntBuffer; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.GL30; import com.badlogic.gdx.graphics.VertexAttribute; import com.badlogic.gdx.graphics.Ver...
package org.eclipse.kura.net.admin.monitor; import java.util.Dictionary; import java.util.HashMap; import java.util.HashSet; import java.util.Hashtable; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ExecutorService; import java.util.concur...
package ubic.gemma.web.services.rest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ubic.gemma.core.association.phenotype.PhenotypeAssociationManagerService; import ubic.gemma.core.association.phenotype.PhenotypeExceptions.EntityNotFoundException; i...
package uk.ac.kent.dover.fastGraph; import java.io.*; import java.nio.*; import java.nio.channels.*; import java.util.*; import org.json.*; import uk.ac.kent.displayGraph.*; public class FastGraph { protected static final int NODE_LABEL_START_OFFSET = 0; // integer protected static final int NODE_LABEL_LENGTH_O...
package com.pizza.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import jav...
package uk.ac.kent.dover.fastGraph; import java.io.*; import java.nio.*; import java.nio.channels.*; import java.util.*; import org.json.*; import uk.ac.kent.displayGraph.*; import Jama.Matrix; import Jama.EigenvalueDecomposition; public class FastGraph { private static final int NODE_LABEL_START_OFFSET = 0; // int...
package com.matthewtamlin.spyglass.library.handler_adapters; import android.content.res.ColorStateList; import android.content.res.TypedArray; import com.matthewtamlin.java_utilities.testing.Tested; import com.matthewtamlin.spyglass.library.handler_annotations.BooleanHandler; import com.matthewtamlin.spyglass.library.h...
package org.safehaus.kiskis.mgmt.async.runner; import java.util.UUID; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.logging.Logger; import org.safehaus.kiskis.mgmt.shared.protocol.ExpiringCache; import org.safehaus.kiskis.mgmt.shared.protocol.Response; import org.s...
package org.safehaus.subutai.hive.services; import java.util.ArrayList; import java.util.List; import java.util.UUID; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.MediaType; import org.safehaus.subutai.api.agentmanager.AgentManager;...
package org.motechproject.nms.mobileacademy.service.impl; import org.apache.commons.collections.CollectionUtils; import org.joda.time.DateTime; import org.motechproject.event.MotechEvent; import org.motechproject.event.listener.EventRelay; import org.motechproject.mtraining.domain.Bookmark; import org.motechproject.mtr...
package burp; import java.io.IOException; import java.lang.InterruptedException; import java.io.PrintWriter; import java.net.InetSocketAddress; import com.google.gson.Gson; import java.awt.Component; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.SwingUtili...
package org.codehaus.modello.plugin.xpp3; import java.io.IOException; import java.util.Iterator; import java.util.List; import java.util.Properties; import org.codehaus.modello.ModelloException; import org.codehaus.modello.model.Model; import org.codehaus.modello.model.ModelAssociation; import org.codehaus.modello.mode...
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JPanel; import javax.swing.SpringLayout; public class WelcomeScreen extends JPanel implements ActionListener { private static final long serialVersionUID = -5432368345116470291L; private JButt...
package member_system; import java.util.ArrayList; import sql_connect_database.SQL_InsertTypeIncomeOutlay; import manage_incomeoutlay.NomalTypeOfUser; import manage_incomeoutlay.TypeOfUse; import connect_database.InsertIncomeOutlay; import connect_database.InsertTypeIncomeOutlay; import connect_database.InsertUser; pub...
package org.motechproject.mobile.omp.manager.orserve; import org.motechproject.mobile.core.model.GatewayRequest; import org.motechproject.mobile.core.model.GatewayResponse; import org.motechproject.mobile.core.model.MStatus; import org.motechproject.mobile.core.service.MotechContext; import org.motechproject.mobile.cor...
package org.nd4j.linalg.lossfunctions.impl; import lombok.EqualsAndHashCode; import org.apache.commons.math3.util.Pair; import org.nd4j.linalg.api.ndarray.INDArray; import org.nd4j.linalg.api.ops.impl.transforms.LogSoftMax; import org.nd4j.linalg.factory.Nd4j; import org.nd4j.linalg.lossfunctions.ILossFunction; import ...
package org.treebase.oai.web.controller; import java.lang.reflect.Method; import java.text.ParseException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springfram...
package Functions; import java.awt.Component; import java.awt.FlowLayout; import java.awt.image.BufferedImage; import java.util.ArrayList; import javax.swing.JLabel; import javax.swing.JPanel; import org.scilab.forge.jlatexmath.*; import ChemHelper.Equation; import ChemHelper.Ions; import Elements.Compound; public abst...
package com.ready.rain.mobs; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.image.BufferStrategy; public class Animation{ boolean dir = false; double rot = 0; public void AnimateLegs(BufferStrategy bs, int x,int y, boolean moving){ ...
package org.eclipse.emf.emfstore.server.accesscontrol; import java.util.Set; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.emfstore.server.core.MethodInvocation; import org.eclipse.emf.emfstore.server.exceptions.AccessControlException; import org.eclipse.emf.emfstore.server.model.ProjectId; import org.ec...
package com.chrisdoyle.validation; import com.chrisdoyle.validation.tests.*; import java.io.File; import java.io.FileInputStream; import java.io.PrintStream; import java.util.Properties; import java.text.SimpleDateFormat; import java.util.Date; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.Co...
package com.evolveum.midpoint.web.bean; import com.evolveum.midpoint.task.api.Task; public class TaskItem { private String handlerUri; private String objectRef; private String oid; private String name; private Long lastRunStartTimestamp; private Long lastRunFinishTimestamp; public TaskItem(T...
package tankattack; import javafx.animation.*; import javafx.application.*; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.*; import javafx.scene.control.Button; import javafx.scene.effect.*; import javafx.scene.layout.*; import javafx.scene.paint.*; import javafx.scene.shape.*; ...
package org.python.pydev.debug.newconsole; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.MalformedURLException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apache.xmlrpc.XmlRpcException; import or...
package lecho.lib.hellocharts.renderer; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Paint.Align; import android.graphics.Paint.FontMetricsInt; import android.graphics.Rect; import android.graphics.Typeface; import android.text.TextUtils; import ...
package com.opengamma.bloombergexample.loader; import static com.opengamma.engine.value.ValuePropertyNames.CURRENCY; import static com.opengamma.engine.value.ValuePropertyNames.CURVE; import static com.opengamma.engine.value.ValuePropertyNames.CURVE_CALCULATION_CONFIG; import static com.opengamma.engine.value.ValueProp...
package com.hbasebook.hush.servlet.filter; import java.io.BufferedInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.URL; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.RequestDispatche...
package it.unibz.krdb.obda.owlrefplatform.core.abox; import it.unibz.krdb.obda.model.Predicate.COL_TYPE; import it.unibz.krdb.obda.owlrefplatform.core.dagjgrapht.Interval; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; i...
package net.sf.taverna.t2.workbench.views.results.workflow; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ItemEvent; impor...
package com.alibaba.rocketmq.client.producer.concurrent; import com.alibaba.fastjson.JSON; import com.alibaba.rocketmq.client.log.ClientLogger; import com.alibaba.rocketmq.common.ThreadFactoryImpl; import com.alibaba.rocketmq.common.message.Message; import org.slf4j.Logger; import java.io.*; import java.util.Properties...
package org.ow2.proactive.scheduler.examples; import java.io.File; import java.io.IOException; import java.util.List; import org.apache.log4j.Logger; import com.amazonaws.AmazonClientException; import com.amazonaws.AmazonServiceException; import com.amazonaws.services.s3.transfer.Transfer; import com.amazonaws.services...
package solutions.digamma.damas.config; import javax.annotation.PostConstruct; import javax.inject.Inject; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.Map; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import java.util.stre...
package org.objectweb.proactive.core.component.adl.implementations; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.objectweb.fractal.adl.ADLException; import org.objectweb.fractal.api.Component; import org.objectweb.fractal.api.Type; import org.objectweb.fractal.api.control.Bind...
package com.cwctravel.hudson.plugins.extended_choice_parameter; import hudson.Extension; import hudson.model.ParameterValue; import hudson.model.ParameterDefinition; import hudson.util.FormValidation; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.Hash...
package net.finmath.montecarlo.automaticdifferentiation.backward; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.TreeMap; import java.util.concurrent.atomic.AtomicLong; import java.util.function.DoubleBinaryOperator; import java.util.function.DoubleUnary...
package org.spongepowered.common.mixin.api.mcp.command.arguments; import com.google.common.base.Preconditions; import com.mojang.brigadier.StringReader; import com.mojang.brigadier.exceptions.CommandSyntaxException; import com.mojang.brigadier.suggestion.Suggestions; import com.mojang.brigadier.suggestion.SuggestionsBu...
package fr.moreaubenjamin.imageloader; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Handler; import android.text.TextUtils; import android.widget.ImageView; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundExcepti...
package org.sagebionetworks; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.io.File; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.Colle...
package org.intermine.web.logic.profile; import java.sql.Connection; import java.sql.SQLException; import java.util.Collections; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apache.commons.lang.StringUtils; import org.apa...
package com.oculusinfo.tile.rendering.transformations.combine; import com.oculusinfo.binning.TilePyramid; import com.oculusinfo.binning.io.PyramidIO; import com.oculusinfo.binning.io.serialization.TileSerializer; import com.oculusinfo.factory.ConfigurableFactory; import com.oculusinfo.factory.ConfigurationException; im...
package edu.cornell.mannlib.vitro.utilities.revisioninfo; import java.io.BufferedReader; import java.io.EOFException; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.Writer; import java.util.Arrays; import java.util.List; import edu.cornell.mannlib.v...
package uk.ac.ebi.atlas.search.analyticsindex.differential; import autovalue.shaded.com.google.common.common.collect.Maps; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import com.google.common.collect.TreeMultimap; import com.google.gson.G...
package won.utils.goals.instantiation; import org.apache.commons.io.Charsets; import org.apache.commons.io.IOUtils; import org.apache.jena.query.*; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.Resource; import org.apache.jena.riot.RDFDataMgr; import org.apache.jena.riot.RDFFormat; import org...
package org.jscsi.target.conf; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import javax.naming.ConfigurationException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.jscsi.target.connection.Connection; import org.jscsi.target.connection.Ses...
package org.jboss.weld.lite.extension.translator; import jakarta.annotation.Priority; import jakarta.enterprise.inject.build.compatible.spi.BuildCompatibleExtension; import jakarta.enterprise.inject.build.compatible.spi.SkipIfPortableExtensionPresent; import jakarta.interceptor.Interceptor; import org.jboss.weld.lite.e...
// -*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: // @homepage@ package example; import java.awt.*; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.geom.Path2D; import java.awt.image.FilteredImageSource; import java.awt.image.ImageProducer; import java.awt.image.R...
package am.app.mappingEngine.structuralMatchers.similarityFlooding; import java.util.HashMap; import java.util.Iterator; import com.hp.hpl.jena.ontology.OntModel; import com.hp.hpl.jena.rdf.model.Property; import com.hp.hpl.jena.rdf.model.RDFNode; import com.hp.hpl.jena.rdf.model.Statement; import com.hp.hpl.jena.rdf.m...
package com.intellij.psi.util; import com.intellij.codeInsight.AnnotationUtil; import com.intellij.codeInsight.Nullability; import com.intellij.codeInsight.NullableNotNullManager; import com.intellij.codeInsight.daemon.impl.analysis.JavaGenericsUtil; import com.intellij.openapi.diagnostic.Logger; import com.intellij.op...
package net.bull.javamelody; import java.lang.reflect.Field; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.Collections; import java.util.Hashtable; import java.util.LinkedHashMap; import java.util.Map; import javax.naming.Context; import javax.naming.InitialContext; impo...
package net.dryanhild.collada; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Field; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import ja...
package org.chromium; import java.io.IOException; import java.net.DatagramPacket; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.MulticastSocket; import java.net.SocketAddress; import java.net.SocketException; import java.net.UnknownHostException; import java.nio.ByteBuffer; import java...
package co.phoenixlab.discord.api.request.channel.message; import co.phoenixlab.discord.api.util.SnowflakeUtils; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import javax.validation.constraints.Size; import java.util.ArrayList; import java.util.Arrays; import java.util.stream...
package org.jetbrains.jps.incremental.java; import com.intellij.compiler.notNullVerification.NotNullVerifyingInstrumenter; import com.intellij.openapi.application.PathManager; import com.intellij.openapi.util.Key; import com.intellij.openapi.util.Ref; import com.intellij.openapi.util.io.FileUtil; import com.intellij.ui...
package com.jsh.erp.controller; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.jsh.erp.constants.ExceptionConstants; import com.jsh.erp.datasource.entities.Function; import com.jsh.erp.datasource.entities.User; import com.jsh.erp.datasource.entities.UserBusiness; import com.js...
package edu.isi.karma.mapreduce.driver; import java.io.IOException; import java.io.StringWriter; import java.nio.charset.Charset; import org.apache.hadoop.io.Text; import org.apache.hadoop.io.Writable; import org.apache.hadoop.mapreduce.Mapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import edu.isi.kar...
package com.microsoft.applicationinsights.library; import android.app.Application; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build; import android.os.Bundle; import android.util.Log; import com.microsoft.applicationinsights.library.config.ApplicationInsightsConfig; impo...
package org.csstudio.ams.connector.sms; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Hashtable; import java.util.LinkedList; import java.util.Vector; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.jms.Connection; import javax.jms.ConnectionFactory; import ...
package org.csstudio.ams.connector.sms; import java.util.Hashtable; import java.util.LinkedList; import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.JMSException; import javax.jms.MapMessage; import javax.jms.Message; // import javax.jms.MessageConsumer; import javax.jms.MessageProducer; i...
package org.ovirt.engine.core.common.businessentities; import java.util.HashSet; import java.util.Set; import org.ovirt.engine.core.common.VdcObjectType; /** * The provider type determines what external provider is used. */ public enum ProviderType implements Identifiable { OPENSTACK_NETWORK(0, VdcObjectType.Netw...
package org.intermine.bio.dataconversion; import java.io.Reader; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import org.apache.commons.lang.StringUtils; import org.intermine.dataconversion.ItemWriter; import org.intermine.metadata.Model; import org.intermine.util.FormattedTextParser; impo...
package gov.nih.nci.cabig.caaers.service.synchronizer; import gov.nih.nci.cabig.caaers.domain.AbstractIdentifiableDomainObject; import gov.nih.nci.cabig.caaers.domain.Identifier; import gov.nih.nci.cabig.caaers.domain.OrganizationAssignedIdentifier; import gov.nih.nci.cabig.caaers.service.DomainObjectImportOutcome; imp...
package com.dataart.spreadsheetanalytics.engine; import static com.dataart.spreadsheetanalytics.api.model.IExecutionGraphVertex.Type.CELL_WITH_FORMULA; import static org.apache.poi.common.execgraph.IExecutionGraphVertexProperty.PropertyName.FORMULA_PTG_STRING; import static org.apache.poi.common.execgraph.IExecutionGra...