answer
stringlengths
17
10.2M
package dr.inference.operators.hmc; import dr.inference.hmc.GradientWrtParameterProvider; import dr.inference.hmc.PrecisionColumnProvider; import dr.inference.hmc.PrecisionMatrixVectorProductProvider; import dr.inference.loggers.LogColumn; import dr.inference.loggers.Loggable; import dr.inference.loggers.NumberColumn; ...
package org.lodder.subtools.multisubdownloader.settings; import java.io.File; import java.time.LocalDate; import java.util.Collection; import java.util.Iterator; import java.util.Optional; import java.util.function.BiConsumer; import java.util.function.Function; import java.util.prefs.Preferences; import java.util.stre...
package org.jscep.message; import org.jscep.asn1.IssuerAndSubject; import org.jscep.transaction.MessageType; import org.jscep.transaction.Nonce; import org.jscep.transaction.TransactionId; public class GetCertInitial extends PkiRequest<IssuerAndSubject> { public GetCertInitial(TransactionId transId, Nonce senderNon...
package edu.washington.escience.myria.api; import java.io.IOException; import java.io.InputStream; import java.net.URI; import java.util.List; import java.util.Set; import javax.annotation.Nonnull; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.r...
package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.Encoder; import edu.wpi.first.wpilibj.Victor; import edu.wpi.first.wpilibj.CounterBase.EncodingType; import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.Timer; /** * * @author TheGreenBox */ public class Throweraterenator { ...
package com.ea.orbit.actors.extensions.ldap; import com.ea.orbit.actors.extensions.AbstractStorageExtension; import com.ea.orbit.actors.runtime.ActorReference; import com.ea.orbit.concurrent.Task; import com.ea.orbit.exception.UncheckedException; import org.apache.directory.api.ldap.model.cursor.EntryCursor; import org...
package uk.ac.ebi.quickgo.annotation.common.document; import java.util.Collections; import java.util.HashSet; import java.util.Set; /** * The fields of an annotation document. * * Created 14/04/16 * @author Edd */ public class AnnotationFields { // all fields from annotations's schema.xml public final stat...
package nodomain.freeyourgadget.gadgetbridge.activities.charts; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.graphics.Paint; import android.os.Bundle; import android.support.annotation.Nullable; import androi...
package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.bluetooth.BluetoothGatt; import android.bluetooth.BluetoothGattCharacteristic; import android.content.BroadcastReceiver; import ...
package com.atlassian.plugin.osgi.container.felix; import com.atlassian.plugin.osgi.hostcomponents.HostComponentRegistration; import com.atlassian.plugin.osgi.container.PackageScannerConfiguration; import com.atlassian.plugin.osgi.util.OsgiHeaderUtil; import com.atlassian.plugin.util.ClassLoaderUtils; import java.util....
package org.ovirt.engine.core.common.utils; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; public class SizeConverter { public static final long CONVERT_FACTOR = 1024L; public static final long BYTES_IN_KB = 1024L; public static final long BYTES...
package org.jetel.data.parser; import java.io.IOException; import java.io.InputStream; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder; import java.text.SimpleDateFormat; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.poi.hssf.usermodel.HSS...
package ikube.toolkit; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import ikube.AbstractTest; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CancellationException; import java.util.concurrent.ForkJoin...
package gov.nih.nci.cabig.caaers.api.impl; import gov.nih.nci.cabig.caaers.CaaersSystemException; import gov.nih.nci.cabig.caaers.dao.*; import gov.nih.nci.cabig.caaers.dao.query.ParticipantQuery; import gov.nih.nci.cabig.caaers.domain.*; import gov.nih.nci.cabig.caaers.domain.Participant; import gov.nih.nci.cabig.caae...
package org.jasig.portal.services; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Array; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import javax.naming.Context; import javax.xml.parsers.SAXParser; import javax...
package us.myles.ViaVersion.protocols.protocol1_17to1_16_4.packets; import us.myles.ViaVersion.api.entities.Entity1_17Types; import us.myles.ViaVersion.api.remapper.PacketRemapper; import us.myles.ViaVersion.api.type.Type; import us.myles.ViaVersion.api.type.types.version.Types1_14; import us.myles.ViaVersion.api.type....
package org.systemsbiology.addama.registry; import org.apache.commons.httpclient.NameValuePair; import org.apache.commons.httpclient.methods.PostMethod; import org.json.JSONObject; import org.springframework.web.filter.GenericFilterBean; import org.systemsbiology.addama.commons.httpclient.support.HttpClientTemplate; im...
package com.blacklocus.metrics; import com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient; import com.codahale.metrics.Gauge; import com.codahale.metrics.MetricRegistry; import com.codahale.metrics.Timer; import org.junit.Ignore; import org.junit.Test; import java.util.concurrent.Callable; import java.util.c...
package org.neo4j.server.rest; import static org.junit.Assert.assertEquals; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import javax.ws.rs.core.Response.Status; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Rule; import org.neo4j....
package functionalTests.security.ruleCheck; import java.security.Policy; import org.objectweb.proactive.ActiveObjectCreationException; import org.objectweb.proactive.api.ProActiveObject; import org.objectweb.proactive.api.ProDeployment; import org.objectweb.proactive.core.ProActiveException; import org.objectweb.proact...
package com.dziga.backcom.test.api.v1; import static com.github.tomakehurst.wiremock.client.WireMock.aResponse; import static com.github.tomakehurst.wiremock.client.WireMock.equalTo; import static com.github.tomakehurst.wiremock.client.WireMock.post; import static com.github.tomakehurst.wiremock.client.WireMock.stubFor...
package com.github.detro.jsonconf; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import java.util.Properties; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotNull; public class JSONConfBuilderTest { @Test public void shouldLoadDefaultConfi...
package com.rultor.agents.github; import com.jcabi.github.Comment; import com.jcabi.github.Issue; import com.jcabi.github.Repo; import com.jcabi.github.mock.MkGithub; import com.jcabi.xml.XMLDocument; import com.rultor.spi.Profile; import com.rultor.spi.Talk; import java.io.IOException; import org.apache.commons.lang3....
package com.suse.salt.netapi.calls.modules; import com.github.tomakehurst.wiremock.junit.WireMockRule; import com.google.gson.JsonNull; import com.suse.salt.netapi.calls.LocalCall; import com.suse.salt.netapi.client.SaltClient; import com.suse.salt.netapi.datatypes.target.MinionList; import com.suse.salt.netapi.excepti...
package de.retest.recheck.report; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.stream.Collectors; impor...
package com.metamatrix.core; import java.text.MessageFormat; import java.util.List; import java.util.MissingResourceException; import java.util.ResourceBundle; import com.metamatrix.core.util.ArgCheck; import com.metamatrix.core.util.StringUtil; public class BundleUtil { /** * The product properties used to ov...
package io.scalecube.gateway; import com.codahale.metrics.MetricRegistry; import io.scalecube.gateway.clientsdk.Client; import io.scalecube.gateway.clientsdk.ClientSettings; import io.scalecube.gateway.clientsdk.codec.ClientMessageCodec; import io.scalecube.gateway.clientsdk.rsocket.RSocketClientTransport; import io.sc...
package com.yahoo.vespa.model.container.xml; import com.yahoo.config.model.api.EndpointCertificateSecrets; import com.yahoo.config.model.builder.xml.test.DomBuilderTest; import com.yahoo.config.model.deploy.DeployState; import com.yahoo.config.model.deploy.TestProperties; import com.yahoo.config.model.provision.HostsXm...
package org.cytoscape.task.internal.networkobjects; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import org.cytoscape.application.CyApplicationManager; import org.cytoscape.model.CyIdentifiable; import org.cytoscape.model.CyNetwork; ...
package org.reasm.m68k.assembly.internal; import java.util.ArrayList; import java.util.List; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; import org.reasm.AssemblyMessage; import org.reasm.m68k.M68KArchitecture; import org.reasm.m68k.message...
package com.github.benoitdion.ln; import android.text.*; import android.util.*; public abstract class BaseLn implements NaturalLog { private static final ThreadLocal<String> TAG = new ThreadLocal<>(); private static final ThreadLocal<Ln.Context> CONTEXT = new ThreadLocal<>(); private static final ThreadLoca...
package org.hisp.dhis.android.core.d2manager; import android.content.Context; import com.facebook.stetho.okhttp3.StethoInterceptor; import com.google.common.collect.Lists; import org.hisp.dhis.android.core.data.server.RealServerMother; import org.hisp.dhis.android.core.user.User; import org.hisp.dhis.android.core.user....
package org.scm4j.releaser.actions; import org.junit.Test; import org.scm4j.commons.progress.IProgress; import org.scm4j.commons.progress.ProgressConsole; import org.scm4j.releaser.WorkflowTestBase; import org.scm4j.releaser.conf.Component; import org.scm4j.releaser.conf.VCSRepository; import org.scm4j.releaser.excepti...
package VASSAL.build.module.documentation; import java.awt.Component; import java.awt.event.ActionEvent; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import jav...
package us.kbase.test.auth2.lib; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import static org.junit.Assert.fail; import static org.mockito.ArgumentMatchers.any; import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.doAnswer; import static org.mockit...
package org.voltdb.dtxn; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.Set; import org.voltdb.catalog.Partition; import org.voltdb.catalog.Site; import org.voltdb.messaging.Mailbox; public class ExecutorTxnIdSafetyState { private class PartitionState { public int partitionId; ...
package app.android.simpleflashcards.ui; import java.util.HashMap; import java.util.Map; import android.accounts.Account; import android.app.Activity; import android.content.Context; import android.os.AsyncTask; import android.os.Bundle; import android.view.ContextMenu; import android.view.ContextMenu.ContextMenuInfo; ...
package logbook.gui.background; import java.awt.Desktop; import logbook.constants.AppConstants; import org.apache.commons.io.IOUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Mes...
package com.utils; import com.cc.enums.WowItemPartsEnum; /** * @author Caleb.Cheng * */ public class NudoCCUtil { public static final String SLASH = "/"; public static final String QUESTION_MARK = "?"; public static final String DEFAULT_SERVER = ""; public static final String PATTERN_EN = "^[a-zA-Z]+...
package gov.nih.nci.nautilus.ui.struts.form; import gov.nih.nci.nautilus.constants.NautilusConstants; import gov.nih.nci.nautilus.query.GeneExpressionQuery; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.a...
package org.rstudio.studio.client; import java.util.ArrayList; import java.util.List; import org.rstudio.core.client.SafeHtmlUtil; import org.rstudio.core.client.StringUtil; import org.rstudio.core.client.dom.DomUtils; import org.rstudio.core.client.dom.DomUtils.ElementPredicate; import org.rstudio.core.client.events.M...
package br.gov.go.agr.communicator.cliente.gui; import javafx.animation.Animation; import javafx.animation.KeyFrame; import javafx.animation.Timeline; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color; import javafx.stage.Stage; impor...
package ie.broadsheet.app.adapters; import ie.broadsheet.app.BaseFragmentActivity; import ie.broadsheet.app.BroadsheetApplication; import ie.broadsheet.app.R; import ie.broadsheet.app.model.json.PostList; import ie.broadsheet.app.requests.PostListRequest; import android.content.Context; import android.util.Log; import ...
package de.dominikschadow.duke.encounters.controllers; import de.dominikschadow.duke.encounters.domain.DukeEncountersUser; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import org.springfram...
package ie.lero.evoting.scenario; import junit.framework.TestCase; import election.tally.Ballot; import election.tally.BallotBox; import election.tally.BallotCounting; import election.tally.Candidate; import election.tally.Election; import election.tally.mock.MockBallot; public class SurplusCalculationEventC extends Te...
package net.jjc1138.android.scrobbler; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URISyntaxException; import java.net.URLEncoder; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.ArrayList; import java....
package org.sugr.gearshift.unit.service; import android.app.Activity; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.util.Base64; import org.apache.http.protocol.HTTP; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.annotati...
package net.syntaxblitz.plucklock; import android.app.Service; import android.app.admin.DevicePolicyManager; import android.content.Context; import android.content.Intent; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorMana...
package com.corner23.android.usb_otg_manager; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.List; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import andr...
package com.dmdirc.addons.windowstatus; import java.awt.BorderLayout; import java.util.Hashtable; import java.util.Properties; import javax.swing.BorderFactory; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.SwingConstants; import com.dmdirc.Channel; import com.dmdirc.Config; import com.dmdirc...
package com.oracle.graal.hotspot.replacements; import static com.oracle.graal.hotspot.replacements.HotSpotReplacementsUtil.*; import static com.oracle.graal.nodes.extended.BranchProbabilityNode.*; import static com.oracle.graal.phases.GraalOptions.*; import static com.oracle.graal.replacements.SnippetTemplate.*; import...
package org.openswing.swing.util.server; import java.util.*; import org.hibernate.*; import org.hibernate.metadata.*; import org.hibernate.type.*; import org.openswing.swing.message.receive.java.*; import org.openswing.swing.message.send.java.*; import org.openswing.swing.server.*; import java.math.BigDecimal; import j...
package com.google.sps; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RestController; import com.google.cloud.firestore.DocumentReference; import com.google.cloud.firestore.DocumentSnapshot; import c...
package pl.edu.icm.coansys.importers.iterators; import java.io.ByteArrayInputStream; import java.io.File; import java.io.StringWriter; import java.util.Iterator; import java.util.List; import java.util.NoSuchElementException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; imp...
package com.mateuszkoslacz.moviper.ipcsample.viper.view.activity; import android.os.Bundle; import android.support.annotation.NonNull; import com.hannesdorfmann.mosby.mvp.MvpActivity; import com.mateuszkoslacz.moviper.ipcsample.R; import com.mateuszkoslacz.moviper.ipcsample.viper.contract.MainContract; import com.mateu...
package com.github.learnin.youroomer; import java.io.IOException; import java.lang.ref.WeakReference; import java.util.List; import youroom4j.YouRoomClient; import youroom4j.oauth.OAuthTokenCredential; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context...
package nl.us2.cloudpelican.stormprocessor; import backtype.storm.Config; import backtype.storm.LocalCluster; import backtype.storm.StormSubmitter; import backtype.storm.spout.SchemeAsMultiScheme; import backtype.storm.topology.TopologyBuilder; import backtype.storm.tuple.Fields; import com.google.gson.JsonObject; impo...
package com.izforge.izpack.installer.container.impl; import com.izforge.izpack.api.data.AutomatedInstallData; import com.izforge.izpack.api.data.ResourceManager; import com.izforge.izpack.api.exception.ResourceNotFoundException; import com.izforge.izpack.api.substitutor.VariableSubstitutor; import com.izforge.izpack.co...
package com.gmail.alexellingsen.g2skintweaks; import android.content.res.XModuleResources; import android.content.res.XResources; import android.graphics.Color; import android.graphics.PorterDuffColorFilter; import android.graphics.drawable.Drawable; import android.view.View; import android.widget.TextView; import de.r...
package com.idunnololz.widgets; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.graphics.Canvas; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.util.SparseArray; import android.view.View; import android.view.ViewGroup; import...
package org.modmine.web; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedHashSet; import java.util.List; import java.uti...
package io.enmasse.systemtest; public enum AuthService { NONE, STANDARD; @Override public String toString() { return super.toString().toLowerCase(); } }
package com.jcwhatever.nucleus.npc.traits; import com.jcwhatever.nucleus.providers.npc.INpc; import com.jcwhatever.nucleus.providers.npc.events.NpcSpawnEvent; import com.jcwhatever.nucleus.providers.npc.traits.NpcTrait; import com.jcwhatever.nucleus.providers.npc.traits.NpcTraitType; import com.jcwhatever.nucleus.utils...
package com.jiahaoliuliu.androidnotification; import android.app.Activity; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.NotificationCompat; public class MainActivity exten...
package com.locomaps.edd.bl.model.bd; import javax.servlet.http.HttpSession; public class PersistanceParameter { public static DataProvider datatype = DataProvider.SQLITE; public static String chaineDeConnexion = "jdbc:sqlite:D:/DB/DB_LocoMaps.db"; // public static String chaineDeConnexion = "jdbc:sqlite:/Ap...
package org.jbehave.core.configuration.spring; import org.jbehave.core.configuration.Keywords; import org.jbehave.core.reporters.FilePrintStreamFactory.FilePathResolver; import org.jbehave.core.reporters.StoryReporterBuilder; import java.net.URL; import java.util.List; import java.util.Properties; /** * Extends {@link...
package com.redhat.ceylon.compiler.typechecker.model; import static com.redhat.ceylon.compiler.typechecker.model.Module.LANGUAGE_MODULE_NAME; import static com.redhat.ceylon.compiler.typechecker.model.Util.addToIntersection; import static com.redhat.ceylon.compiler.typechecker.model.Util.intersectionType; import static...
package com.thaiopensource.relaxng.parse.sax; import com.thaiopensource.relaxng.parse.DataPatternBuilder; import com.thaiopensource.relaxng.parse.Grammar; import com.thaiopensource.relaxng.parse.GrammarSection; import com.thaiopensource.relaxng.parse.IllegalSchemaException; import com.thaiopensource.relaxng.parse.Inclu...
package com.trendrr.strest.contrib.sessions; import java.util.Date; import java.util.Map; import java.util.Set; import java.util.UUID; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.jboss.netty.handler.codec.http.Cookie; import org.jboss.netty.handler.codec.http.CookieDe...
package com.konkerlabs.platform.registry.test.business.model; import com.konkerlabs.platform.registry.business.model.Device; import com.konkerlabs.platform.registry.business.model.Event; import com.konkerlabs.platform.registry.business.model.Tenant; import org.hamcrest.collection.IsEmptyCollection; import org.junit.Bef...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.untamedears.ItemExchange.utility; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Lo...
package jade.domain.FIPAAgentManagement; /** * This class models a search constraint. * @see jade.domain.FIPAAgentManagement.FIPAManagementOntology * @author Fabio Bellifemine - CSELT S.p.A. * @version $Date$ $Revision$ */ public class SearchConstraints { private Long max_depth = null; private Long max_results = null; ...
// Narya library - tools for developing networked games // This library is free software; you can redistribute it and/or modify it // (at your option) any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // You should ...
package org.caleydo.view.bicluster.elem; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ExecutionException; impor...
package com.amp.misc.regexer; import java.util.HashMap; import java.util.Map; import com.amp.misc.regexer.RegexStatement.RegexExpression; public class RegexResult { private static final String LINE_SEPARATOR = System.getProperty("line.separator"); private RegexStatement regexStatement; private Map<RegexExpression...
package org.callimachusproject.server; import static org.apache.http.params.CoreConnectionPNames.SOCKET_BUFFER_SIZE; import static org.apache.http.params.CoreConnectionPNames.SO_KEEPALIVE; import static org.apache.http.params.CoreConnectionPNames.SO_TIMEOUT; import static org.apache.http.params.CoreConnectionPNames.STA...
package org.ensembl.healthcheck.testcase.generic; import java.sql.Connection; import java.sql.Statement; import java.sql.ResultSet; import java.sql.SQLException; import org.ensembl.healthcheck.DatabaseRegistryEntry; import org.ensembl.healthcheck.DatabaseType; import org.ensembl.healthcheck.Species; import org.ensembl....
package edu.wustl.common.querysuite.utils; import edu.wustl.common.querysuite.factory.QueryObjectFactory; import edu.wustl.common.querysuite.queryobject.ArithmeticOperator; import edu.wustl.common.querysuite.queryobject.DSInterval; import edu.wustl.common.querysuite.queryobject.IDateOffsetAttribute; import edu.wustl.co...
package org.griphyn.vdl.karajan.lib.swiftscript; import org.apache.log4j.Logger; import org.globus.cog.karajan.arguments.Arg; import org.globus.cog.karajan.stack.VariableStack; import org.globus.cog.karajan.workflow.ExecutionException; import org.griphyn.vdl.karajan.AssertFailedException; import org.griphyn.vdl.karajan...
package org.apache.commons.math.stat; /** * StoreUnivariate implements the Univariate interface but maintains the set of values * which contribute to the values being returned. This implementation of Univariate * provides additional functionality such as skewness, kurtosis, and mode. This additional * functionali...
package org.apache.commons.sql.builder; import java.io.IOException; import org.apache.commons.sql.model.Column; import org.apache.commons.sql.model.Table; /** * An SQL Builder for Oracle * * @author <a href="mailto:jstrachan@apache.org">James Strachan</a> * @version $Revision: 1.14 $ */ public class OracleBuilder ...
package org.mtransit.android.ui.view; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.Collection; import java.util.Comparator; import java.util.HashMap; import java.util.Locale; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.mtransit.android.R; import org.mtr...
package org.apache.lucene.analysis.de; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.LowerCaseFilter; import org.apache.lucene.analysis.StopFilter; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.standard.StandardFilter; import org.apache.lucene.analysis....
package org.jboss.as.cli.impl; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Properties; import org.jboss.as.cli.CliIni...
// Google Cloud Messaging Intent Service. // Handles Intents from GCM, as per developer.android.com/guide/google/gcm/gs.html package org.nerdcircus.android.klaxon; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; i...
package org.nschmidt.ldparteditor.data; import java.math.BigDecimal; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; import org.nschmidt.ldparteditor.data.tools.IdenticalVertexRemover; ...
package org.apache.velocity.tools.view; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponseWrapper; import javax.servlet.ServletContext; import javax.servlet.RequestDispatcher; import javax.servlet.ServletOut...
package org.objectweb.proactive.core.ssh; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.net.InetAddress; import java.util.Hashtable; import org.apache.log4j.Logger; import org.objectweb.proactive.core.config.ProActiveConfiguration; import org.ob...
package org.objectweb.proactive.ic2d.data; import org.objectweb.proactive.core.UniqueID; import org.objectweb.proactive.core.body.migration.MigrationException; import org.objectweb.proactive.ic2d.event.ActiveObjectListener; /** * Holder class for the host data representation */ public class ActiveObject extends Abstr...
package org.opencms.ade.configuration; import org.opencms.ade.configuration.formatters.CmsFormatterChangeSet; import org.opencms.ade.configuration.formatters.CmsFormatterConfigurationCacheState; import org.opencms.ade.containerpage.shared.CmsContainer; import org.opencms.ade.detailpage.CmsDetailPageInfo; import org.ope...
package net.domesdaybook.matcher.sequence; import net.domesdaybook.reader.ByteArrayReader; import java.io.IOException; import org.junit.BeforeClass; import java.io.FileNotFoundException; import net.domesdaybook.reader.FileReader; import org.junit.Before; import java.util.ArrayList; import java.util.List; import java.ut...
package org.pentaho.di.job.entries.trans; import static org.pentaho.di.job.entry.validator.AndValidator.putValidators; import static org.pentaho.di.job.entry.validator.JobEntryValidatorUtils.andValidator; import static org.pentaho.di.job.entry.validator.JobEntryValidatorUtils.notBlankValidator; import static org.pentah...
package org.rubyforge.debugcommons; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.List; import org.rubyforge.debugcommons.RubyDebugge...
package liquibase.diff.output.changelog.core; import liquibase.change.AddColumnConfig; import liquibase.change.Change; import liquibase.change.core.CreateIndexChange; import liquibase.database.Database; import liquibase.diff.output.DiffOutputControl; import liquibase.diff.output.changelog.ChangeGeneratorChain; import l...
// This file is part of JavaSMT, // an API wrapper for a collection of SMT solvers: package org.sosy_lab.java_smt.api; import java.util.Arrays; import java.util.List; import org.sosy_lab.java_smt.api.NumeralFormula.IntegerFormula; public interface StringFormulaManager { /** * Returns a {@link StringFormula} repres...
package com.twotoasters.jazzylistview; import java.util.HashSet; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.view.View; import android.view.animation.AccelerateDecelerateInterpolator; import android.widget.AbsListView; import com.nineoldandroid...
package com.Ryan.Calculator; import android.annotation.TargetApi; import android.app.Activity; import android.os.Build; import android.os.Bundle; import android.text.InputFilter; import android.text.SpannableString; import android.text.Spanned; import android.text.TextUtils; import android.view.View; import android.vie...
package org.apache.jorphan.logging; import java.io.FileWriter; import java.io.PrintWriter; import java.io.Writer; import java.util.Iterator; import java.util.Properties; import org.apache.jorphan.util.ClassContext; import org.apache.log.Hierarchy; import org.apache.log.LogTarget; import org.apache.log.Logger; import or...
package org.multibit.hd.ui.views.components.display_amount; import com.google.common.base.Preconditions; import net.miginfocom.swing.MigLayout; import org.multibit.hd.core.config.BitcoinConfiguration; import org.multibit.hd.core.config.Configuration; import org.multibit.hd.core.config.I18NConfiguration; import org.mult...
package com.alamkanak.weekview; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.PointF; import android.graphics.Rect; import android.graphics.RectF; import android.graphics.Typefa...