answer
stringlengths
17
10.2M
package com.groupon.lex.metrics.history.v2.list; import com.groupon.lex.metrics.history.TSDataVersionDispatch; import com.groupon.lex.metrics.history.xdr.support.FileSupport; import com.groupon.lex.metrics.lib.GCCloseable; import com.groupon.lex.metrics.timeseries.TimeSeriesCollection; import java.io.IOException; impor...
package com.worth.ifs.security; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.web.access.AccessDeniedHandler; import org.springframework.security.web.access.AccessDeniedHandlerImpl; ...
package edu.isi.dig.webservices; import java.util.Map; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import net.sf.json.JSONArray; import net.sf.json.JSONObject; import org.elasticsearch.action.search.MultiSearchResponse; import org.elasticsearch.action.search.SearchRequestBuilder; impo...
package org.jboss.remoting3.spi; /** * A descriptor for automatically-discovered connection provider types. Since instances of this interface are * constructed automatically, implementing classes should have a no-arg constructor. * <p> * To add an automatically-discovered provider, create a file called {@code "MET...
package org.ihtsdo.otf.mapping.jpa.services; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import javax.persistence.EntityManager; i...
package org.languagetool.rules.de; import org.languagetool.AnalyzedSentence; import org.languagetool.AnalyzedToken; import org.languagetool.AnalyzedTokenReadings; import org.languagetool.JLanguageTool; import org.languagetool.language.German; import org.languagetool.rules.Category; import org.languagetool.rules.Example...
package org.languagetool; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import junit.framework.TestCase; import org.languagetool.JLanguageTool.ParagraphHandling; import org.languagetool.language.AmericanEnglish; import org.languagetool.language.BritishEnglish; i...
package com.matthewtamlin.spyglass.library.meta_annotations; import com.matthewtamlin.spyglass.library.default_processors.DefaultProcessor; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(Retentio...
package org.eluder.logback.ext.core; import ch.qos.logback.core.Context; import ch.qos.logback.core.Layout; import ch.qos.logback.core.UnsynchronizedAppenderBase; import ch.qos.logback.core.encoder.Encoder; import ch.qos.logback.core.encoder.LayoutWrappingEncoder; import com.google.common.io.BaseEncoding; import java.i...
package com.intellibins.recycle; import com.intellibins.recycle.activity.MapsActivity; import com.intellibins.recycle.activity.OnboardingActivity; import com.intellibins.recycle.activity.SplashActivity; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; ...
package com.namelessmc.namelessplugin.sponge; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.StandardCopyOption; import org.slf4j.Logger; import org.spongepowered.api.Game; import org.spongepowered.api.Server; import org.spongepowered.api.Sponge; import org.spongepower...
package net.echinopsii.ariane.community.messaging.nats; import io.nats.client.Connection; import io.nats.client.Message; import io.nats.client.SyncSubscription; import net.echinopsii.ariane.community.messaging.api.AppMsgWorker; import net.echinopsii.ariane.community.messaging.api.MomMsgTranslator; import net.echinopsii...
package org.nuxeo.ecm.restapi.test; import static org.junit.Assert.*; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.ws.rs.core.Response; import org.apache.commons.lang.StringUtils; import org.codehaus.jackson.JsonNode; import org....
package bisq.network.p2p.storage.persistence; import bisq.network.p2p.storage.P2PDataStorage; import bisq.network.p2p.storage.payload.PersistableNetworkPayload; import bisq.common.proto.persistable.PersistableEnvelope; import javax.inject.Inject; import java.util.ArrayList; import java.util.List; import java.util.Map; ...
package com.intellij.openapi.projectRoots.impl; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.projectRoots.JavaSdkType; import com.intellij.openapi.projectRoots.JdkUtil; import com.intellij.openapi.projectRoots.ProjectJdkTable; imp...
package org.python.pydev.editor.preferences; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.preference.PreferenceStore; import org.eclipse.jface.util.IPropertyChangeListener; import org.eclipse.jface.util.PropertyChangeEvent; impor...
package no.deichman.services.kohaadapter; import static com.github.restdriver.clientdriver.ClientDriverRequest.Method.POST; import com.github.restdriver.clientdriver.ClientDriverRequest.Method; import com.github.restdriver.clientdriver.ClientDriverRule; import static com.github.restdriver.clientdriver.RestClientDriver....
package com.intellij.refactoring.introduceVariable; import com.intellij.codeInsight.CodeInsightUtil; import com.intellij.codeInsight.unwrap.ScopeHighlighter; import com.intellij.featureStatistics.FeatureUsageTracker; import com.intellij.openapi.actionSystem.DataContext; import com.intellij.openapi.application.Applicati...
package org.apache.lucene.misc; import org.apache.lucene.index.IndexReader; import org.apache.lucene.search.Filter; import java.io.IOException; import java.util.BitSet; /** * <p> * Allows multiple {@link Filter}s to be chained. * Logical operations such as <b>NOT</b> and <b>XOR</b> * are applied between filters. On...
package com.seaglasslookandfeel.demo; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.SwingUtilities; import javax.swing.UIManager; public class TestScrollBars { public static voi...
package gov.nih.nci.cananolab.service.particle.helper; import gov.nih.nci.cananolab.domain.common.DerivedBioAssayData; import gov.nih.nci.cananolab.domain.common.Keyword; import gov.nih.nci.cananolab.domain.common.LabFile; import gov.nih.nci.cananolab.domain.particle.NanoparticleSample; import gov.nih.nci.cananolab.dom...
package com.google.step.YOUR_PROJECT_NAME_HERE.external; import com.google.step.YOUR_PROJECT_NAME_HERE.data.Card; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.*; import java.util.regex.*; import org.apache.http.HttpEntity; import org.apache.http.client.met...
package edu.kit.ipd.crowdcontrol.objectservice.crowdworking; import edu.kit.ipd.crowdcontrol.objectservice.database.model.enums.TaskStatus; import edu.kit.ipd.crowdcontrol.objectservice.database.model.tables.records.PlatformRecord; import edu.kit.ipd.crowdcontrol.objectservice.database.model.tables.records.TaskRecord; ...
package org.cyclops.integrateddynamics.core.tileentity; import com.google.common.base.Optional; import lombok.Getter; import lombok.Setter; import lombok.experimental.Delegate; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumFacing; import net.minecraftforge.common.capabilities.Capability; import...
package org.mastodon.trackmate.ui.wizard.descriptors; import java.awt.Font; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.util.List; import java.util.Map; import javax.swing.DefaultComboBoxModel; import javax.swing.JComboBox; import javax.swing.JLabel; import jav...
package org.xbib.elasticsearch.river.jdbc.strategy.simple; import org.elasticsearch.action.bulk.BulkResponse; import org.elasticsearch.common.Base64; import org.elasticsearch.common.io.Streams; import org.elasticsearch.common.joda.time.DateTime; import org.elasticsearch.common.joda.time.format.DateTimeFormat; import or...
package net.java.sip.communicator.impl.gui.main.configforms; import java.util.*; import java.util.List; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; import org.osgi.framework.*; import net.java.sip.communicator.impl.gui.*; import net.java.sip.communicator.impl.gui.custom...
package com.elytradev.movingworld.common.experiments; import com.elytradev.concrete.reflect.accessor.Accessor; import com.elytradev.concrete.reflect.accessor.Accessors; import com.elytradev.movingworld.client.experiments.InputReader; import com.elytradev.movingworld.client.experiments.MovingWorldClientDatabase; import ...
package uk.ac.ebi.atlas.trader.loader; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.Mockito; import org.mockito.runners.MockitoJUnitRunner; impor...
package org.herac.tuxguitar.player.impl.jsa.midiport; import java.io.File; import javax.sound.midi.Instrument; import javax.sound.midi.MidiChannel; import javax.sound.midi.MidiSystem; import javax.sound.midi.Soundbank; import javax.sound.midi.Synthesizer; import org.herac.tuxguitar.gui.TuxGuitar; import org.herac.tuxgu...
package io.usersource.annoplugin.gesture; import io.usersource.annoplugin.R; import io.usersource.annoplugin.utils.PluginUtils; import io.usersource.annoplugin.utils.ScreenshotUtils; import io.usersource.annoplugin.utils.ViewUtils; import io.usersource.annoplugin.view.AnnoMainActivity; import io.usersource.annoplugin.v...
package uk.ac.ebi.quickgo.annotation.model; import uk.ac.ebi.quickgo.annotation.common.document.AnnotationFields; import uk.ac.ebi.quickgo.common.validator.GeneProductIDList; import uk.ac.ebi.quickgo.rest.search.filter.RequestFilter; import java.util.HashMap; import java.util.Map; import java.util.stream.Stream; import...
package com.daviancorp.android.data.database; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.HashMap; import android.app.DownloadManager; import android.content.ContentValues; imp...
package com.psychic_engine.cmput301w17t10.feelsappman; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android....
package de.fau.cs.mad.fablab.android.productsearch; import android.app.Dialog; import android.app.SearchManager; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import android.view.KeyEvent; import android.view.Menu; import android....
package org.qiaoer.mobilesafer361.safe.moudle.dialog; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import org.qiaoer.mobilesafer3...
package pl.com.chodera.myweather.details.fragment; import android.os.Bundle; import android.support.design.widget.CollapsingToolbarLayout; import android.support.design.widget.CoordinatorLayout; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.supp...
package org.appng.maven.plugin.mojo; import java.io.File; import java.util.Arrays; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException; import org.apache.maven.plugins.annotations.Component; import org.apache.maven.plugi...
package ru.trylogic.spring.boot.thrift; import io.micrometer.core.instrument.MeterRegistry; import lombok.Getter; import lombok.Setter; import lombok.SneakyThrows; import org.apache.thrift.TProcessor; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocolFactory; import org.apach...
package org.jasig.cas.config; import org.jasig.cas.services.ServicesManager; import org.jasig.cas.services.web.RegisteredServiceThemeBasedViewResolver; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.a...
package org.jnosql.diana.cassandra.column; import com.datastax.driver.core.ConsistencyLevel; import com.datastax.driver.core.PagingState; import com.datastax.driver.core.ResultSet; import com.datastax.driver.core.ResultSetFuture; import com.datastax.driver.core.Row; import com.datastax.driver.core.querybuilder.BuiltSta...
package io.cattle.platform.iaas.api.auth.identity; import io.cattle.platform.api.auth.Identity; import io.cattle.platform.iaas.api.auth.SecurityConstants; import io.cattle.platform.iaas.api.auth.TokenUtils; import io.cattle.platform.iaas.api.auth.integration.github.GithubConstants; import io.github.ibuildthecloud.gdapi...
package edu.duke.cabig.c3pr.utils; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.List; import edu.duke.cabig.c3pr.constants.CoordinatingCenterStudyStatus; import edu.duke.cabig.c3pr.constants.OrganizationIdentifierTypeEnum; import edu.duke.cabig.c3pr.constants.Randomizat...
package org.kuali.coeus.sys.framework.security; import org.apache.commons.lang3.StringUtils; import org.kuali.rice.core.api.config.property.ConfigurationService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.conte...
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.ArrayList; import java.util.HashMap; import java.util....
package org.cytoscape.task.internal.creation; import java.util.HashMap; import java.util.List; import java.util.Map; import org.cytoscape.event.CyEventHelper; import org.cytoscape.model.CyColumn; import org.cytoscape.model.CyEdge; import org.cytoscape.model.CyNetwork; import org.cytoscape.model.CyNetworkFactory; import...
// Neighborhood3x3Operation.java package imagej.core.plugins.neigh; import imagej.data.Dataset; import imagej.util.Index; import imagej.util.Rect; import net.imglib2.Cursor; import net.imglib2.RandomAccess; import net.imglib2.RandomAccessible; import net.imglib2.img.Img; import net.imglib2.type.numeric.RealType; import...
package org.hisp.dhis.android.core.datavalue.internal; import org.hisp.dhis.android.core.arch.api.executors.internal.APICallExecutor; import org.hisp.dhis.android.core.arch.call.D2Progress; import org.hisp.dhis.android.core.arch.call.internal.D2ProgressManager; import org.hisp.dhis.android.core.common.State; import org...
package cruise.umple.implementation; import org.junit.*; public class RequirementFullCheckWithCommentsTest extends TemplateTest { @Test public void X() { assertUmpleTemplateFor("RequirementFullCheckWithComments.ump", languagePath + "/RequirementFullCheckWithComments_X."+ languagePath +".txt", "X"); ...
package com.ctrip.platform.dal.dao.client; import com.ctrip.platform.dal.dao.configure.*; import com.ctrip.platform.dal.dao.task.DalRequestExecutor; import com.ctrip.platform.dal.dao.task.DalRequestExecutorUtils; import com.ctrip.platform.dal.dao.task.DalThreadPoolExecutor; import org.junit.Assert; import org.junit.Tes...
package io.digdag.standards.operator.aws; import com.amazonaws.AmazonServiceException; import com.amazonaws.ClientConfiguration; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.auth.BasicSessionCredentials; import com.amazonaws.services.elasticmapreduce.Amaz...
package org.opens.tanaguru.service; import java.util.List; import java.util.Set; import javax.xml.bind.annotation.XmlTransient; import org.opens.tanaguru.contentadapter.ContentAdapterFactory; import org.opens.tanaguru.contentadapter.ContentsAdapterFactory; import org.opens.tanaguru.contentadapter.HTMLCleanerFactory; im...
package com.fuelpowered.lib.fuelsdk.unity; import android.util.Log; import com.fuelpowered.lib.fuelsdk.fuel; import com.fuelpowered.lib.fuelsdk.fuelcompete; import com.fuelpowered.lib.fuelsdk.fuelcompeteui; import com.fuelpowered.lib.fuelsdk.fueldynamics; import com.fuelpowered.lib.fuelsdk.fuelignite; import com.fuelpo...
package uk.ac.ebi.quickgo.geneproduct.service; import uk.ac.ebi.quickgo.common.loader.DbXRefLoader; import uk.ac.ebi.quickgo.common.validator.DbXRefEntity; import uk.ac.ebi.quickgo.common.validator.DbXRefEntityValidation; import uk.ac.ebi.quickgo.geneproduct.common.GeneProductRepoConfig; import uk.ac.ebi.quickgo.genepr...
package net.sf.taverna.t2.workbench.models.graph.dot; import java.awt.Point; import java.awt.Rectangle; import java.io.StringReader; import java.util.ArrayList; import java.util.List; import net.sf.taverna.raven.log.Log; import net.sf.taverna.t2.workbench.models.graph.Graph; import net.sf.taverna.t2.workbench.models.gr...
package com.peterphi.std.guice.restclient.jaxb.webquery; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlElementRefs; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; import java.util.ArrayList; ...
package com.servinglynk.hmis.warehouse.config; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import ...
package com.fasterxml.jackson.jr.ob.impl; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.Map; import java.util.TreeMap; import com.fasterxml.jackson.jr.ob.JSON; import com.fasterxml.jackson.jr.ob.impl.POJODefinit...
package jsprit.core.algorithm.recreate; import jsprit.core.algorithm.recreate.RegretInsertion.DefaultScorer; import jsprit.core.algorithm.recreate.RegretInsertion.ScoredJob; import jsprit.core.algorithm.recreate.RegretInsertion.ScoringFunction; import jsprit.core.problem.VehicleRoutingProblem; import jsprit.core.proble...
package org.junit.gen5.engine.junit5; import static org.junit.gen5.api.Assertions.assertTrue; import static org.junit.gen5.api.Assertions.fail; import static org.junit.gen5.api.Assumptions.assumeTrue; import static org.junit.gen5.engine.TestPlanSpecification.build; import static org.junit.gen5.engine.TestPlanSpecificat...
package org.languagetool.tokenizers; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Tokenizes text into sentences by looking for typical end-of-sentence markers, * but considering exceptions (e.g. abbreviations). * * @author Daniel Naber * @deprecated use {@link org.langu...
package org.grouplens.lenskit.core; import org.grouplens.grapht.graph.Edge; import org.grouplens.grapht.graph.Graph; import org.grouplens.grapht.graph.Node; import org.grouplens.grapht.spi.CachedSatisfaction; import org.grouplens.grapht.spi.Satisfaction; import org.grouplens.grapht.spi.reflect.InstanceSatisfaction; imp...
package org.sagebionetworks.repo.model.jdo; import java.lang.reflect.Field; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.sagebionetworks.repo.model.DatastoreException; import org.sagebionetworks.repo.model.FieldT...
package com.nhl.link.move.runtime.task.create; import com.nhl.link.move.CreateBuilder; import com.nhl.link.move.LmTask; import com.nhl.link.move.annotation.AfterSourceRowsConverted; import com.nhl.link.move.annotation.AfterTargetsCommitted; import com.nhl.link.move.annotation.AfterTargetsMapped; import com.nhl.link.mov...
package io.subutai.common.task; import com.google.common.base.Preconditions; import com.google.common.base.Strings; import io.subutai.common.host.HostArchitecture; import io.subutai.common.peer.ContainerSize; import io.subutai.common.settings.Common; public class CloneRequest implements TaskRequest { private final ...
package org.mockserver.mock.action; import org.mockserver.model.HttpClassCallback; import org.mockserver.model.HttpRequest; import org.mockserver.model.HttpResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import ...
package org.mockserver.maven; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Joiner; import org.apache.commons.lang3.StringUtils; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.resolver.ArtifactResolutionRequest; import org.apache.maven.artifact.resolv...
package org.openlmis.report.builder; import org.openlmis.report.model.params.OrderFillRateReportParam; import java.util.Map; import static org.apache.ibatis.jdbc.SqlBuilder.*; import static org.openlmis.report.builder.helpers.RequisitionPredicateHelper.*; public class OrderFillRateQueryBuilder { public static String ...
package org.project.openbaton.catalogue.nfvo; public enum Action { GRANT_OPERATION, ALLOCATE_RESOURCES, SCALE, SCALING, ERROR, RELEASE_RESOURCES, INSTANTIATE, MODIFY, SCALE_IN_FINISHED, SCALE_OUT_FINISHED, SCALE_UP_FINISHED, SCALE_DOWN_FINISHED, RELEASE_RESOURCES_FINI...
// This file is part of the OpenNMS(R) Application. // OpenNMS(R) is a derivative work, containing both original code, included code and modified // and included code are below. // OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. // This program is free software; you can redistribute it and/or modify // ...
package org.eclipse.xtext.serializer.tokens; import java.util.List; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.EReference; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.xtext.CrossReference; impor...
package org.mwc.debrief.track_shift.views; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Paint; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; im...
package org.mwc.debrief.track_shift.views; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Paint; import java.util.ArrayList; import java.util.Enumeration; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.SortedSet; import java.util.TreeSet; import java...
package org.spoofax.jsglr2.imploder; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.List; import org.metaborg.parsetable.productions.IProduction; import org.metaborg.parsetable.symbols.IMetaVarSymbol; import org.spoofax.jsglr.client.imploder.IToken; import org.spoofax...
package vg.civcraft.mc.civmodcore.world.locations.chunkmeta; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util.TreeMap; import java.util.function.Supplier; import java.util.logging.Level; import org.bukkit.World; import vg.civcraft.mc.civmodcore.CivModCorePlugin; import vg.ci...
package com.intellij.codeInsight.documentation; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.codeInsight.TargetElementUtil; import com.intellij.codeInsight.documentation.actions.ShowQuickDocInfoAction; import com.intellij.codeInsight.hint.HintManagerImpl; import com.intellij.codeInsight.hint.P...
package com.intellij.openapi.editor.impl; import com.intellij.codeInsight.daemon.impl.HighlightInfo; import com.intellij.codeInsight.hint.HintManager; import com.intellij.codeInsight.hint.HintManagerImpl; import com.intellij.openapi.editor.LogicalPosition; import com.intellij.openapi.editor.colors.EditorColors; import ...
package org.jkiss.dbeaver.ui.search.data; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.viewers.*; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.SashForm; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; import org.eclipse.swt.events.S...
package org.osiam.resources.provisioning.update; import java.util.HashSet; import java.util.Set; import javax.inject.Inject; import org.osiam.resources.scim.Group; import org.osiam.resources.scim.MemberRef; import org.osiam.storage.dao.ResourceDao; import org.osiam.storage.entities.GroupEntity; import org.osiam.storage...
package org.jetbrains.plugins.ruby.ruby.actions; import com.intellij.execution.ExecutionException; import com.intellij.execution.ExecutionManager; import com.intellij.execution.Executor; import com.intellij.execution.RunContentExecutor; import com.intellij.execution.configurations.GeneralCommandLine; import com.intelli...
package fi.nls.oskari.map.layer.formatters; import fi.nls.oskari.domain.map.OskariLayer; import fi.nls.oskari.domain.map.wfs.WFSLayerAttributes; import fi.nls.oskari.domain.map.wfs.WFSLayerOptions; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.map.geometry.WKTHelper; import ...
package fi.nls.oskari.map.myplaces.service; import fi.nls.oskari.domain.User; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.map.data.service.GetGeoPointDataService; import fi.nls.oskari.map.myplaces.domain.ProxyRequest; import fi.nls.oskari.permission.PermissionException; im...
package fi.nls.oskari.spring.security; import fi.nls.oskari.log.LogFactory; import fi.nls.oskari.log.Logger; import fi.nls.oskari.spring.SpringEnvHelper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation...
package org.slc.sli.ingestion.model; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.UUID; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; import org.slc.sli.ingestion.BatchJobStageType; im...
package gov.nih.nci.cananolab.ui.core; import gov.nih.nci.cananolab.dto.common.AccessibilityBean; import gov.nih.nci.cananolab.exception.BaseException; import gov.nih.nci.cananolab.exception.InvalidSessionException; import gov.nih.nci.cananolab.exception.NoAccessException; import gov.nih.nci.cananolab.exception.Securit...
package com.intellij.psi.impl.source.resolve.reference.impl.providers; import com.intellij.codeInsight.daemon.EmptyResolveMessageProvider; import com.intellij.codeInsight.daemon.JavaErrorMessages; import com.intellij.codeInsight.daemon.QuickFixProvider; import com.intellij.codeInsight.daemon.impl.HighlightInfo; import ...
// checkstyle: Checks Java source code for adherence to a set of rules. // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE...
package com.tobszarny.intellij.plugin.activetabhighlighter; import java.awt.*; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.WeakHashMap; import org.jetbrains.annotations.NotNull; import com.intellij.openapi.application.ex.ApplicationManagerEx; import com.intellij.openapi.components....
package com.censoredsoftware.Demigods.Episodes.Demo.Deity.Insignian; import java.util.*; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.block.BlockFace; import org.bukkit.entity.EntityType; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; impor...
package com.epam.ta.reportportal.database.entity.settings; import com.google.common.base.MoreObjects; import java.io.Serializable; public class ServerEmailDetails implements Serializable { private Boolean enabled; private String host; private Integer port; private String protocol; private Boolean au...
package com.mmnaseri.utils.spring.data.domain.impl; import com.mmnaseri.utils.spring.data.domain.Modifier; import com.mmnaseri.utils.spring.data.domain.Operator; import com.mmnaseri.utils.spring.data.domain.Parameter; import com.mmnaseri.utils.spring.data.domain.RepositoryMetadata; import com.mmnaseri.utils.spring.data...
package fi.otavanopisto.kuntaapi.server.integrations.ptv; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.logging.Logger; import javax.inject.Inject; import fi.otavanopisto.kuntaapi.server.id.ElectronicServiceChannelId; import fi.otavanopisto.kuntaapi.server.id.IdContro...
package io.jenkins.plugins.generate.parsers; import io.jenkins.plugins.generate.PluginDataParser; import io.jenkins.plugins.models.Plugin; import io.jenkins.plugins.models.SecurityWarning; import io.jenkins.plugins.models.SecurityWarningVersion; import org.json.JSONArray; import org.json.JSONObject; import java.util.*;...
package jp.sf.fess.solr.plugin.analysis.monitor; import java.io.IOException; import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; import jp.sf.fess.solr.plugin.util.MonitoringFileUtil; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.util.ResourceLoader; import...
package org.jembi.rhea.transformers; /** * Handle XDS ITI-43 Retrieve Document Set response */ import ihe.iti.atna.AuditMessage; import ihe.iti.atna.EventIdentificationType; import ihe.iti.xds_b._2007.RetrieveDocumentSetResponseType; import ihe.iti.xds_b._2007.RetrieveDocumentSetResponseType.DocumentResponse; import ...
package org.jenkins_ci.plugins.run_condition.holiday; import hudson.Extension; import hudson.init.InitMilestone; import hudson.init.Initializer; import hudson.util.CopyOnWriteMap; import java.util.*; @Extension public class GermanHolidayCalculator { private static Map<Integer, List<Calendar>> publicHolidays = new H...
package org.jenkinsci.plugins.authorizeproject; import hudson.Extension; import hudson.model.AbstractProject; import hudson.model.Queue; import javax.annotation.CheckForNull; import org.acegisecurity.Authentication; import org.kohsuke.stapler.DataBoundConstructor; import jenkins.security.QueueItemAuthenticatorConfigura...
package org.sagebionetworks.web.client.widget.entity.renderer; import static org.sagebionetworks.web.shared.EntityBundleTransport.ENTITY; import java.util.ArrayList; import java.util.List; import org.sagebionetworks.repo.model.Entity; import org.sagebionetworks.repo.model.EntityGroupRecord; import org.sagebionetworks.r...
package org.spongepowered.common.mixin.core.inventory; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.InventoryBasic; import net.minecraft.inventory.InventoryCrafting; import net.minecraft.item.ItemStack; import net.minecraft.util.NonNullList; import org.spongepowered.asm.mixin.Implements; im...
package uk.ac.ebi.ddi.annotation.service.dataset; import com.mongodb.BasicDBObject; import org.kohsuke.rngom.parse.host.Base; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.mongodb.core.aggregation.*; import org.spr...