answer
stringlengths
17
10.2M
package io.sigpipe.sing.dataset; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.NavigableSet; import java.util.TreeSet; import io.sigpipe.sing.dataset.feature.Feature; /** * Handles quantization of {@link Feature} values. In other words, a Quantizer * instance takes i...
// @@author A0130195M package jfdi.logic.commands; import jfdi.logic.events.SearchDoneEvent; import jfdi.logic.interfaces.Command; import jfdi.storage.apis.TaskAttributes; import opennlp.tools.stemmer.PorterStemmer; import org.apache.commons.lang3.tuple.ImmutableTriple; import java.util.ArrayList; import java.util.Arra...
package jp.toastkid.slideshow.slide; import java.awt.image.BufferedImage; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.stream.Stream; import com.jfoenix.controls.JFXProgressBar; import javafx.animation.Interpolator; import javafx.animation.TranslateTransition; import ja...
package org.phenotips.data.internal; import org.phenotips.data.Feature; import org.phenotips.data.Patient; import org.phenotips.data.PatientScorer; import org.phenotips.data.PatientSpecificity; import org.xwiki.cache.Cache; import org.xwiki.cache.CacheException; import org.xwiki.cache.CacheManager; import org.xwiki.cac...
package logbook.internal.gui; import java.io.IOException; import java.nio.file.Path; import java.text.MessageFormat; import java.time.Instant; import java.time.ZoneId; import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; import java.util.List; import java.util.Map; import java.util.Objects; import...
/* * (e-mail:zhongxunking@163.com) */ /* * : * @author 2019-09-14 19:18 */ package org.antframework.configcenter.web.controller.manage; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; import org.antframework.common.util.facade.AbstractResult; import org.antframework.common.util.faca...
package mcjty.intwheel.gui; import mcjty.intwheel.InteractionWheel; import mcjty.intwheel.api.IWheelAction; import mcjty.intwheel.api.WheelActionElement; import mcjty.intwheel.playerdata.PlayerProperties; import mcjty.intwheel.playerdata.PlayerWheelConfiguration; import mcjty.intwheel.varia.RenderHelper; import mcjty.l...
package org.apereo.cas.authentication.principal; import org.apereo.cas.util.EncodingUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; /** * Encapsulates a Response to send back for a ...
// G l y p h M e n u // // This software is released under the terms of the GNU General Public // // to report bugs & suggestions. // package omr.glyph.ui; import omr.glyph.Glyph; import omr.glyph.Shape; import omr.selection.S...
package com.telefonica.euro_iaas.paasmanager.manager.impl; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.log4j.Logger; import com.telefonica.euro_iaas.commons.dao.AlreadyExistsEntityException; import com.telefonica.euro_iaas.commons.dao.EntityNotFou...
package net.ihiroky.niotty.util; /** * Provides utility methods for checking arguments of a method. */ public final class Arguments { private Arguments() { throw new AssertionError(); } /** * Checks if the value is not null. * @param value the value to check * @param name the name o...
package net.imagej.ops.math; import java.util.Random; import net.imagej.ops.AbstractNamespace; import net.imagej.ops.MathOps; import net.imagej.ops.OpMethod; import net.imglib2.IterableInterval; import net.imglib2.IterableRealInterval; import net.imglib2.RandomAccessibleInterval; import net.imglib2.img.array.ArrayImg; ...
package com.linkedin.datahub.graphql.types.dataplatform; import com.linkedin.common.urn.DataPlatformUrn; import com.linkedin.datahub.graphql.QueryContext; import com.linkedin.datahub.graphql.types.EntityType; import com.linkedin.datahub.graphql.generated.DataPlatform; import com.linkedin.datahub.graphql.types.dataplatf...
package biz.integsys.autopatch; import android.media.AudioFormat; import android.media.AudioRecord; import android.media.MediaRecorder; import android.util.Log; public class AudioMonitor { private final AudioRecord audioRecord; private Thread monitorThread; private final float[] recordBuffer = new float[441...
package net.sf.jabref.groups; import java.util.Map; import java.util.regex.Pattern; import javax.swing.undo.AbstractUndoableEdit; import net.sf.jabref.*; import net.sf.jabref.undo.NamedCompound; import net.sf.jabref.undo.UndoableFieldChange; import net.sf.jabref.util.QuotedStringTokenizer; /** * @author jzieren */ pu...
// This source code is available under agreement available at // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France package org.talend.dataprep.transformation.service; import static java.nio.charset.StandardCharsets.UTF_8; import...
package net.spy.memcached.auth; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicReference; import net.spy.memcached.KeyUtil; import net.spy.memcached.MemcachedConnection; import net.spy.memcached...
package pl.edu.icm.coansys.classification.documents.jobs; import java.io.IOException; import java.util.Date; import java.util.Iterator; import java.util.Random; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.io.DoubleWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.R...
package com.annimon.hotarufx.io; 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.io.OutputStreamWriter; import java.io.Writer; import java.util.Optional; import java.util.function.Consu...
package be.billington.rob; import be.billington.rob.bitbucket.BitbucketCredentials; import be.billington.rob.github.GithubCredentials; import ch.qos.logback.classic.LoggerContext; import ch.qos.logback.classic.encoder.PatternLayoutEncoder; import ch.qos.logback.core.ConsoleAppender; import okio.*; import org.eclipse.sw...
package com.google.android.apps.common.testing.ui.espresso.tests; import static com.google.android.apps.common.testing.ui.espresso.Espresso.onData; import static com.google.android.apps.common.testing.ui.espresso.Espresso.onView; import static com.google.android.apps.common.testing.ui.espresso.Espresso.pressBack; impor...
package nl.topicus.mssql2monetdb; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.math.BigDecimal; import java.sql.BatchUpdateException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import ...
package com.apps.darkstorm.swrpg; import android.content.Context; import android.content.pm.PackageManager; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.support.design.widget.Snackbar; import android.support.v4.app....
package no.stelar7.api.l4j8.impl; import no.stelar7.api.l4j8.basic.calling.*; import no.stelar7.api.l4j8.basic.constants.api.*; import no.stelar7.api.l4j8.basic.constants.types.*; import no.stelar7.api.l4j8.pojo.match.*; import javax.annotation.Nullable; import java.util.*; @SuppressWarnings("unchecked") public final c...
package com.dpanayotov.gameoflife.life; import java.util.Arrays; import java.util.Random; public class Grid { public int[][] cells = new int[Constants.GRID_WIDTH][Constants.GRID_HEIGHT]; public Grid(boolean populate) { if (populate) { populate(); } else { for (int[] row :...
package org.agmip.ui.quadui; import java.io.File; import java.io.FileInputStream; import java.util.ArrayList; import java.util.Enumeration; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashMap; import java.util.Scanner; import java.util.zip.GZIPInputStream; import java.util.zip.ZipEntry; i...
package com.gabmus.co2photoeditor; import android.util.Log; import android.view.View; import java.util.logging.Filter; public class FXHandler { public FXData[] FXList = { new FXData("B&W", R.drawable.demo_icon, 0, new int[0], new String[0]), new FXData("Sepia", R.drawable.demo_icon, 0, new i...
package org.altbeacon.beacon; import android.annotation.TargetApi; import android.bluetooth.BluetoothDevice; import android.util.Log; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; public class BeaconParser { private static final String TAG = "Beac...
package com.guerinet.materialtabs; import android.content.Context; import android.graphics.Typeface; import android.os.Build; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.util.SparseArray; import android.util.TypedValue; import a...
package com.guerinet.materialtabs; import android.content.Context; import android.graphics.Typeface; import android.os.Build; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.util.AttributeSet; import android.util.SparseArray; import android.util.TypedValue; import a...
package bits.math3d; import java.util.Random; /** * @author decamp */ public final class Arr { public static float[] wrap( float... vals ) { return vals; } public static double[] wrap( double... vals ) { return vals; } public static float[] toFloats( double... vals ) { floa...
package com.samourai.wallet; import android.animation.ObjectAnimator; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import and...
package org.broad.igv.sashimi; import org.broad.igv.event.IGVEventBus; import org.broad.igv.event.IGVEventObserver; import org.broad.igv.event.ViewChange; import org.broad.igv.feature.IExon; import org.broad.igv.prefs.Constants; import org.broad.igv.prefs.PreferencesManager; import org.broad.igv.sam.*; import org.broad...
package bluebot; import bluebot.commands.fun.*; import bluebot.commands.fun.quickreactions.IDGFCommand; import bluebot.commands.fun.quickreactions.KappaCommand; import bluebot.commands.fun.quickreactions.NopeCommand; import bluebot.commands.fun.quickreactions.WatCommand; import bluebot.commands.misc.*; import bluebot.c...
package com.samourai.wallet; import android.animation.ObjectAnimator; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import an...
package org.cg.common.avro; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.net.InetSocketAddress; import java.net.URL; import java.security.KeyStore; import java.security.cert.X509Certificate; import java.util.HashMap; import java.util.Map; import java.util.Propertie...
package com.samourai.wallet; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.con...
package me.cvhc.equationsolver; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.graphics.PointF; import android.os.Bundle; import android.preference...
package org.copinf.cc.model; import java.util.Iterator; import java.util.List; import java.util.Set; import java.util.SortedSet; /** * Provides a base class for board representation. */ public abstract class AbstractBoard { /** * Gets a square at specified coordinates. * @param coordinates the square's ...
package me.devsaki.hentoid.util; import android.content.Context; import android.content.SharedPreferences; import android.preference.PreferenceManager; import timber.log.Timber; public final class Preferences { private static final int VERSION = 4; private static SharedPreferences sharedPreferences; public ...
package org.ict4h.forms.data; import org.dom4j.DocumentException; import org.dom4j.io.SAXReader; import java.io.StringReader; public class EnketoResult { private String transform; public EnketoResult(String transform) { this.transform = transform; } public String getForm() throws DocumentExcepti...
package org.sil.bloom.reader; import android.content.Context; import android.content.Intent; import android.content.pm.ActivityInfo; import android.content.res.Configuration; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.view.PagerAdapter; i...
package org.jcodec.containers.mkv; import static java.lang.Long.toHexString; import static org.jcodec.containers.mkv.util.EbmlUtil.toHexString; import java.lang.reflect.Array; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; i...
package org.myrobotlab.service; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.UnsupportedEncodingException; import java.util.HashMap; import java.util.Set; import org.apache.commons.codec.binary.Hex; import org.apache.http.HttpResponse; import org.apache.htt...
import java.util.Map; import java.util.HashMap; import java.util.List; import java.util.ArrayList; import java.util.Set; import java.util.SortedSet; import java.util.Date; import java.util.Timer; import java.util.TimerTask; public final class RedisMock extends AbstractRedisMock { private RedisStringCache stringCach...
package org.sanju.log.reader; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.Authenticator; import java.net.PasswordAuthentication; import java.net.URISyntaxException; import java.net.URL; /** * @author Sanju Thomas */ public class WebLogReader{ public...
package org.scijava.script; import java.util.Collections; import java.util.List; import javax.script.ScriptEngine; import javax.script.ScriptEngineFactory; import org.scijava.module.Module; import org.scijava.plugin.Plugin; import org.scijava.plugin.RichPlugin; import org.scijava.plugin.SingletonPlugin; import org.scij...
package org.wahlzeit.servlets; import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.annotation.*; import org.wahlzeit.handlers.*; import org.wahlzeit.model.*; import org.wahlzeit.services.*; import org.wah...
package edu.unlv.sudo.checkers.model; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import edu.unlv.sudo.checkers.model.exception.InvalidMoveException; import edu.unlv.sudo.checkers.model.exception.OutOfTurnException; /** * This class represents the rules utilities f...
package seedu.address.commons.core; import java.util.Objects; import java.util.logging.Level; /** * Config values used by the app */ public class Config { public static final String DEFAULT_CONFIG_FILE = "config.json"; // Config values customizable through config file private String appTitle = "Doit"; ...
package seedu.address.logic.parser; import seedu.address.logic.commands.*; import seedu.address.commons.util.StringUtil; import seedu.address.commons.exceptions.IllegalValueException; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import static seedu.address.commons.core.Messages.ME...
package seedu.address.logic.parser; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.address.commons.core.Messages.MESSAGE_UNKNOWN_COMMAND; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util....
package seedu.forgetmenot.model.task; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.joestelmach.natty.DateGroup; import com.joestelmach.natty.Parser; impo...
package seedu.malitio.logic.parser; import seedu.malitio.commons.exceptions.IllegalValueException; import seedu.malitio.commons.util.StringUtil; import seedu.malitio.logic.commands.*; import static seedu.malitio.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.malitio.commons.core.Messages.MESS...
package seedu.taskitty.model; import javafx.collections.transformation.FilteredList; import seedu.taskitty.commons.core.ComponentManager; import seedu.taskitty.commons.core.LogsCenter; import seedu.taskitty.commons.core.UnmodifiableObservableList; import seedu.taskitty.commons.events.model.TaskManagerChangedEvent; impo...
package seedu.tasklist.model; import javafx.collections.transformation.FilteredList; import seedu.tasklist.commons.core.Config; import seedu.tasklist.commons.core.ComponentManager; import seedu.tasklist.commons.core.LogsCenter; import seedu.tasklist.commons.core.UnmodifiableObservableList; import seedu.tasklist.commons...
package seedu.tasklist.ui; import java.util.Date; import java.util.logging.Logger; import org.controlsfx.control.StatusBar; import com.google.common.eventbus.Subscribe; import javafx.fxml.FXML; import javafx.scene.layout.AnchorPane; import javafx.scene.layout.Region; import seedu.tasklist.commons.core.LogsCenter; impor...
package sizebay.catalog.client; import java.util.*; import lombok.NonNull; import sizebay.catalog.client.http.*; import sizebay.catalog.client.model.*; import sizebay.catalog.client.model.filters.*; /** * A Basic wrapper on generated Swagger client. * * @author Miere L. Teixeira */ public class CatalogAPI { fin...
package org.jboss.as.cli; import java.util.Properties; import java.io.File; /** * A utility class for replacing properties in strings. * * @author <a href="mailto:jason@planet57.com">Jason Dillon</a> * @author <a href="Scott.Stark@jboss.org">Scott Stark</a> * @author <a href="claudio.vesco@previnet.it">Claudio Ves...
package tigase.muc.modules; import java.util.ArrayList; import java.util.Date; import java.util.LinkedList; import java.util.List; import java.util.logging.Logger; import tigase.criteria.Criteria; import tigase.criteria.ElementCriteria; import tigase.muc.Affiliation; import tigase.muc.IChatRoomLogger; import tigase.muc...
package org.onlab.onos.cli.net; import static com.google.common.collect.Lists.newArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import org.apache.karaf.shell.commands.Argument; import org.apache.karaf.shell.commands.Command; import org.onlab.onos.cli.AbstractShellCommand; import o...
package ui.components.pickers; import backend.resource.TurboIssue; import backend.resource.TurboLabel; import javafx.application.Platform; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ReadOnlyStringWrapper; import javafx.beans.property.SimpleBooleanProperty; import javafx.stage.Stage; impo...
package utask.ui.dialogs; import java.util.ArrayList; import java.util.List; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Node; import javafx.scene.control.Label; import javafx.scene.control.OverrunStyle; import javafx.scene.layout.FlowPane; import javafx.scene.layout.HBox; import java...
package watodo.logic.commands; import java.util.List; import java.util.Set; import watodo.logic.commands.exceptions.CommandException; import watodo.model.tag.UniqueTagList; import watodo.model.task.Name; import watodo.model.task.Priority; import watodo.model.task.ReadOnlyTask; import watodo.model.task.Status; import wa...
package uk.ac.ebi.spot.goci.curation.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.annotation.Value; import org.springframework.co...
package ai.grakn.engine.backgroundtasks.taskstatestorage; import ai.grakn.engine.backgroundtasks.TaskStateStorage; import ai.grakn.engine.backgroundtasks.TaskState; import ai.grakn.engine.TaskStatus; import ai.grakn.engine.backgroundtasks.distributed.ZookeeperConnection; import ai.grakn.exception.EngineStorageException...
package org.eclipse.hawkbit.repository; import java.util.Collection; import org.eclipse.hawkbit.repository.model.DistributionSet; import org.eclipse.hawkbit.repository.model.TargetUpdateStatus; /** * Encapsulates a set of filters that may be specified (optionally). Properties * that are not specified (e.g. <code>null...
package com.temenos.interaction.core.hypermedia; import static org.junit.Assert.assertEquals; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.junit.Test; import org.odata4j.core.OCollection; import org...
package org.intermine.webservice.server.lists; import java.sql.SQLException; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; import java.util.Map; import java.util.Set; import javax.mail.MessagingException; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; impo...
package com.kumuluz.ee; import com.kumuluz.ee.common.Component; import com.kumuluz.ee.common.KumuluzServer; import com.kumuluz.ee.common.ServletServer; import com.kumuluz.ee.common.config.DataSourceConfig; import com.kumuluz.ee.common.config.EeConfig; import com.kumuluz.ee.common.dependencies.*; import com.kumuluz.ee.c...
package net.time4j.scale; import net.time4j.base.GregorianDate; import net.time4j.base.GregorianMath; import net.time4j.base.MathUtils; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.InvalidObjectException; import java.io.ObjectInp...
package org.mwg.internal; import org.mwg.*; import org.mwg.base.BaseNode; import org.mwg.chunk.*; import org.mwg.plugin.*; import org.mwg.struct.Buffer; import org.mwg.struct.BufferIterator; import org.mwg.struct.LongLongMap; import org.mwg.struct.StringIntMap; import org.mwg.utility.HashHelper; import org.mwg.utility....
package no.steria.osgi.jsr330activator.testbundle1; import java.util.UUID; public interface StorageService { public boolean save(UUID id, String data); String load(UUID id); }
// Triple Play - utilities for use in PlayN-based games package tripleplay.util; import java.util.HashSet; import java.util.Set; import react.Function; import react.IntValue; import react.RSet; import react.Slot; import react.Value; import playn.core.Storage; import static playn.core.PlayN.log; /** * Makes using PlayN...
package org.languagetool.rules.en; import org.jetbrains.annotations.Nullable; import org.languagetool.*; import org.languagetool.languagemodel.LanguageModel; import org.languagetool.rules.*; import org.languagetool.rules.en.translation.BeoLingusTranslator; import org.languagetool.rules.spelling.morfologik.MorfologikSpe...
package org.languagetool.rules.en; import org.jetbrains.annotations.Nullable; import org.languagetool.*; import org.languagetool.language.English; import org.languagetool.languagemodel.LanguageModel; import org.languagetool.rules.Example; import org.languagetool.rules.RuleMatch; import org.languagetool.rules.SuggestedR...
package org.xcolab.service.admin.web; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito.Mockito; import org.powermock.modules.junit4.PowerMockRunner; import org....
package org.navalplanner.web.limitingresources; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.SortedSet; import org.apache.commons.lang.Validate; import org.hibernate.H...
package org.gbif.occurrence.search.heatmap.es; import com.google.inject.Inject; import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.action.search.SearchResponse; import org.elasticsearch.client.RestHighLevelClient; import org.elasticsearch.search.aggregations.bucket.filter.ParsedFilter; impor...
package KataProgramming; public class ResizingArrayStackOfString { String [] s; int N = 0; public ResizingArrayStackOfString() { s = new String[1]; } public void push(String item){ if(N == s.length) resize(2 * s.length); s[N++] = item; } private void resize(int i) { ...
package net.kevxu.purdueassist.course; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import net.kevxu.purdueassist.course.elements.Predefined.Subject; import net.kevxu.purdueassist.course.elements.Predefined.Term; import net.kevxu.purdueassist.course.elements...
package net.sf.jsqlparser.expression; import java.io.Serializable; import java.sql.SQLException; import net.sf.jsqlparser.schema.PrimitiveType; /** * A terminal expression that can not be evaluated further (e.g., a Number or String) */ public interface PrimitiveValue extends Serializable, Expression { public class ...
package nl.sense_os.service.ambience; import java.util.ArrayList; import java.util.Iterator; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; import nl.sense_os.service.R; import nl.sense_os.service.constants.SenseD...
package org.eclipse.mylyn.internal.tasks.ui.wizards; import java.io.File; import java.util.SortedMap; import org.eclipse.jface.dialogs.Dialog; import org.eclipse.jface.dialogs.IDialogSettings; import org.eclipse.jface.dialogs.IMessageProvider; import org.eclipse.jface.layout.GridDataFactory; import org.eclipse.jface.wi...
package org.jcryptool.crypto.classic.xor.algorithm; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import org.jcryptool.core.logging.utils.LogUtil; import org.jcryptool.crypto.classic.xor.XorPlugin; /** *...
package org.mwc.debrief.lite.gui.custom.narratives; import java.awt.Component; import java.awt.FlowLayout; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.beans.PropertyChangeEvent; import ...
package ua.com.fielden.platform.web.test.server.config; import static java.lang.String.format; import static ua.com.fielden.platform.web.action.pre.ConfirmationPreAction.okCancel; import static ua.com.fielden.platform.web.centre.api.actions.impl.EntityActionBuilder.action; import static ua.com.fielden.platform.web.cent...
package cc.topicexplorer.plugin.wiki.preprocessing; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.sql.ResultSet; import java.sql.SQLExce...
package gov.nih.nci.cabig.caaers.rules.business.service; import gov.nih.nci.cabig.caaers.CaaersSystemException; import gov.nih.nci.cabig.caaers.domain.AdverseEvent; import gov.nih.nci.cabig.caaers.domain.Grade; import gov.nih.nci.cabig.caaers.domain.Hospitalization; import gov.nih.nci.cabig.caaers.domain.Organization; ...
package pl.grzeslowski.jsupla.protocol.encoders; import pl.grzeslowski.jsupla.protocol.structs.TSuplaDataPacket; import pl.grzeslowski.jsupla.protocol.structs.sd.TSD_SuplaRegisterDeviceResult; import static java.util.Objects.requireNonNull; import static pl.grzeslowski.jsupla.Preconditions.min; import static pl.grzeslo...
package org.sagebionetworks.repo.web.controller; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.sagebionetworks.repo.model.AuthorizationConstants; import org.sagebionetworks.rep...
package aQute.libg.version; import java.util.regex.*; public class Version implements Comparable<Version> { final int major; final int minor; final int micro; final String qualifier; public final static String VERSION_STRING = "(\...
package org.sagebionetworks.repo.web.filter; import static org.mockito.Matchers.anyInt; import static org.mockito.Mockito.*; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletR...
package internal.org.springframework.content.rest.utils; import java.io.InputStream; import java.io.Serializable; import java.net.URI; import java.util.List; import internal.org.springframework.content.rest.annotations.ContentStoreRestResource; import internal.org.springframework.content.rest.io.AssociatedResource; imp...
package com.creativemd.littletiles.common.structure.type.premade.signal; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Map.Entry; import com.creativemd.creativecore.common.utils.math.RotationUtils; import com.creativemd.creativecore.common.utils.math.VectorUtils; import ...
package com.db.data.format; public class RiffChunkHeader { /** * The 4 byte chunk identifier. "JUNK" for junk chunks. */ protected String mId; /** * The size of the chunk. */ protected long mChunkSize; /** * Whether or not this chunk is valid. */ protected boolean mValid; /*...
package com.psddev.dari.db; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.HashSet; import java.util.Locale; import java.util.Map; import java.util.Set; import java.util.regex.Matcher; import com.google.common.cache.CacheBuilder; import...
package com.msc.serverbrowser.util; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.SocketException; import java.net.UnknownHostException; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.charset.StandardChars...
package org.jetel.component; //import org.w3c.dom.Node; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.loggi...
package org.jetel.component; //import org.w3c.dom.Node; import java.util.Map; import java.util.HashMap; import java.lang.reflect.Method; import org.jetel.graph.Node; /** * Description of the Class * * @author dpavlis * @since May 27, 2002 * @revision $Revision$ */ public class ComponentFactory { priva...