answer
stringlengths
17
10.2M
package stexfires.util; import java.util.Locale; import java.util.Objects; import java.util.function.UnaryOperator; /** * @author Mathias Kalb * @since 0.1 */ public enum StringUnaryOperatorType { LOWER_CASE, UPPER_CASE, TRIM_TO_NULL, TRIM_TO_EMPTY, REMOVE_HORIZONTAL_WHITESPACE, REMOVE_WHITES...
package ui.components.pickers; import javafx.scene.Node; import javafx.scene.control.Label; /** * This class is used to represent a repo in RepositoryPicker. * * It contains selected attribute to indicate whether the repo is selected. * These attributes are used in order to produce appropriate label through getNode...
package xdi2.example.client; import org.apache.log4j.Level; import org.apache.log4j.LogManager; import xdi2.client.XDIClient; import xdi2.client.http.XDIHttpClient; import xdi2.core.io.XDIWriter; import xdi2.core.io.XDIWriterRegistry; import xdi2.core.xri3.XDI3Segment; import xdi2.core.xri3.XDI3Statement; import xdi2.m...
package org.smoothbuild.db.hashed; import static com.google.common.truth.Truth.assertThat; import static java.lang.Byte.MAX_VALUE; import static java.lang.Byte.MIN_VALUE; import static java.lang.String.format; import static okio.ByteString.encodeUtf8; import static org.smoothbuild.io.fs.base.Path.path; import static or...
package org.intermine.web; import java.util.Comparator; /** * Comparator used for ordering templates by description length. * @author kmr */ public class TemplateComparator implements Comparator { /** * Compare two TemplateQuery objects by length of description. * @see java.util.Comparator#compare(java...
package org.intermine.web.struts; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.struts.action.ActionErrors; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForw...
package skin.support.app; import android.content.Context; import android.os.Build; import android.support.annotation.NonNull; import android.support.v4.view.LayoutInflaterFactory; import android.support.v4.view.ViewCompat; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.VectorEnabledTi...
package org.keycloak.social; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * @author <a href="mailto:sthorger@redhat.com">Stian Thorgersen</a> */ public class IdentityProviderState { private final Map<String, Object> state = Collections.synchronizedMap(new HashMap<String, Objec...
/** * * $Id: SubmitEditDeleteCITest.java,v 1.1 2009-07-13 17:45:12 pandyas Exp $ * * $Log: not supported by cvs2svn $ * Revision 1.1 2009/07/07 17:46:54 pandyas * modified according to the recommended directory layout for BDA * * Revision 1.2 2008/10/01 23:54:11 schroedn * Junit test fixes for caMOD 2.5 - ...
package org.uddi.api_v3; import java.io.StringReader; import java.io.StringWriter; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBElement; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.namespace.QName; import javax.xml.transform...
package app.hongs.dh.search; import app.hongs.Cnst; import app.hongs.Core; import app.hongs.CoreLogger; import app.hongs.HongsException; import app.hongs.dh.lucene.LuceneRecord; import app.hongs.util.Synt; import app.hongs.util.Tool; import java.io.IOException; import java.util.Collections; import java.util.Comparator;...
package isse.mbr.integration; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.Collection; import org.junit.Assert; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit...
package com.jbooktrader.platform.performance; import com.jbooktrader.platform.chart.*; import com.jbooktrader.platform.commission.*; import com.jbooktrader.platform.indicator.*; import com.jbooktrader.platform.model.*; import com.jbooktrader.platform.strategy.*; import java.util.*; /** * Performance manager evaluates ...
package com.nflabs.zeppelin.spark; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.PrintStream; import java.io.PrintWriter; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.net.URL; import java.net.URLClassLoader; import java.util.LinkedList; imp...
package org.pentaho.di.ui.job.entries.abort; import org.eclipse.swt.SWT; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.ShellAdapter; import org.eclipse.s...
package org.javarosa.form.api; import org.javarosa.core.model.GroupDef; import org.javarosa.core.model.IFormElement; import org.javarosa.core.model.actions.Action; import org.javarosa.core.model.FormIndex; import org.javarosa.core.model.QuestionDef; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.c...
package org.qfox.jestful.commons; import java.io.IOException; import java.io.InputStream; import java.io.Writer; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import org.qfox.jestful.commons.collection.CaseInsensitiveMap; import org.qfox.jestful.commons.io.IOUtils; /** * <p> * Descripti...
package jreframeworker.core.bytecode.operations; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Iterator; import java.util.LinkedList; import jreframeworker.core.bytecode.identifiers.BaseMethodsIdentifier; import jreframeworker.core.byt...
package kikaha.core.modules.smart; import io.undertow.Undertow; import io.undertow.UndertowOptions; import io.undertow.protocols.ssl.UndertowXnioSsl; import io.undertow.server.HttpHandler; import io.undertow.server.handlers.proxy.ProxyClient; import io.undertow.server.handlers.proxy.ProxyHandler; import kikaha.config.C...
package com.orctom.laputa.utils; import com.orctom.laputa.exception.IllegalArgException; import com.orctom.laputa.model.Metric; import com.orctom.laputa.model.MetricCallback; import org.slf4j.Logger; import java.util.LinkedHashMap; import java.util.Map; import java.util.concurrent.Callable; import java.util.concurrent....
package org.haxe.lime; import android.app.Activity; import android.content.res.AssetFileDescriptor; import android.content.res.AssetManager; import android.content.res.Configuration; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Rect; im...
package info.tregmine.gamemagic; import info.tregmine.Tregmine; import java.util.*; import org.bukkit.*; import org.bukkit.block.*; import org.bukkit.entity.Player; import org.bukkit.event.*; import org.bukkit.event.block.*; import org.bukkit.event.entity.*; import org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason...
package VASSAL.build.module; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.FontMetrics; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; import java.awt.event.KeyEvent; import ...
package gov.nih.nci.camod.util; import gov.nih.nci.system.client.ApplicationServiceProvider; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Properties; import org.LexGrid.LexBIG.LexBIGService.LexBIGService; /** * @author EVS Team * @version 1.0 * * Modification history * ...
package org.bouncycastle.crypto.encodings; import org.bouncycastle.crypto.AsymmetricBlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.InvalidCipherTextException; import org.bouncycastle.crypto.params.AsymmetricKeyParameter; import org.bouncycastle.crypto.params.ParametersWithR...
package jfcraft.gen; /** Chunk generator phase 2 : structures * * Any structure can only span 8 chunks in any direction, * for a total of 17 chunks span (that's 272 blocks). * * @author pquiring * * Created : May 8, 2014 */ import java.util.*; import javaforce.*; import javaforce.gl.*; import jfcraft.data.*; i...
package org.openqa.selenium.rc; import com.google.common.base.Throwables; import com.google.common.io.Files; import org.json.JSONObject; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.junit.runner.RunWith; import org.openqa.s...
package com.artemis.cli; import java.io.File; import java.security.ProtectionDomain; import com.beust.jcommander.JCommander; import com.beust.jcommander.Parameter; import com.beust.jcommander.ParameterException; public class CliApplication { @Parameter( names = {"-h", "--help"}, description= "Displa...
package jeelab.model.dao; import java.util.Calendar; import java.util.Date; import java.util.List; import javax.ejb.Stateless; import javax.inject.Inject; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persistence.Query; import javax.persistence.TemporalType; import ja...
package br.ufsc.lehmann; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.stream.Collectors; import org.apache.commons.lang3.ArrayUtils; import com.google.common.collect.Multimap; import ...
package org.atlasapi.system; import java.util.Collection; import javax.annotation.PostConstruct; import org.atlasapi.AtlasPersistenceModule; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; imp...
package com.axelor.data.csv; import groovy.lang.Binding; import groovy.lang.GroovyCodeSource; import groovy.lang.GroovyShell; import groovy.lang.Script; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.List; import java.util.Map; import java.util.Set; import com.google.comm...
package com.board.gd.domain.user; import com.board.gd.domain.company.CompanyService; import com.board.gd.exception.UserException; import com.board.gd.mail.MailMessage; import com.board.gd.mail.MailService; import com.board.gd.slack.SlackManager; import com.board.gd.utils.DateUtils; import org.apache.commons.lang3.Objec...
package com.yahoo.lang; /** * A mutable boolean * * @author bratseth */ public class MutableBoolean { private boolean value; public MutableBoolean(boolean value) { this.value = value; } public boolean get() { return value; } public void set(boolean value) { this.value = value; } publ...
package org.noear.weed; import org.noear.weed.wrap.*; import javax.sql.DataSource; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Collection; import java.util.HashMap; import java.util.Map; class DbContextMetaData { protected S...
package io.github.lxgaming.lxquest; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.plugin.java.JavaPlugin; public class LXQuest extends JavaPlugin { @Override public void onEnable() { getLogger().info("LXQuest Has Started!")...
package edu.utoledo.nlowe.postfix; import edu.utoledo.nlowe.CustomDataTypes.CustomStack; import edu.utoledo.nlowe.postfix.exception.PostfixArithmeticException; import edu.utoledo.nlowe.postfix.exception.PostfixOverflowException; import edu.utoledo.nlowe.postfix.exception.PostfixUnderflowException; import java.util.Coll...
package org.noear.weed; import org.noear.weed.cache.CacheUsing; import org.noear.weed.cache.ICacheController; import org.noear.weed.cache.ICacheService; import org.noear.weed.ext.Act1; import org.noear.weed.ext.Act2; import org.noear.weed.utils.StringUtils; import org.noear.weed.wrap.DbType; import java.sql.SQLExceptio...
package org.cache2k.jcache; import org.cache2k.Cache; import org.cache2k.impl.BaseCache; import javax.cache.CacheManager; import javax.cache.configuration.CacheEntryListenerConfiguration; import javax.cache.configuration.CompleteConfiguration; import javax.cache.configuration.Configuration; import javax.cache.configura...
package com.yuyakaido.android.cardstackview; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.content.Context; import android.database.DataSetObserver; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; import android.view.View...
package net.java.sip.communicator.impl.gui.i18n; import java.text.*; import java.util.*; /** * The Messages class manages the access to the internationalization * properties files. * @author Yana Stamcheva */ public class Messages { private static final String BUNDLE_NAME = "resources.languages.impl.gui...
package com.ht.weibo.ui.activity; import android.app.ActionBar; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuItem; import android.view.Vi...
package com.pauldavdesign.mineauz.minigames; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import ...
package com.handmark.pulltorefresh.library; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Color; import android.os.Handler; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; import android.view.ViewConfiguration; import android....
package org.timepedia.chronoscope.client.browser; import org.timepedia.chronoscope.client.Chart; import org.timepedia.chronoscope.client.Dataset; import org.timepedia.chronoscope.client.Datasets; import org.timepedia.chronoscope.client.XYPlot; import org.timepedia.chronoscope.client.canvas.ViewReadyCallback; import org...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package net.kirauks.pixelrunner.scene.base; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.Body; import com.badlogic.gdx.physics.box2d.BodyDef; import com.badlogic.gdx.physics.box2d.Contact; ...
package com.duan.musicoco.app; import android.app.Application; import com.duan.musicoco.preference.SettingPreference; import com.duan.musicoco.setting.AutoSwitchThemeController; public class App extends Application { @Override public void onCreate() { super.onCreate(); checkAutoThemeSwitch(); ...
package com.ironz.binaryprefs.files; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; /** * Concrete file adapter which implements NIO file operations */ // TODO: 12/12/16 create benchmarks for MappedByteBuffer an...
package algorithms.imageProcessing.matching; import algorithms.QuickSort; import algorithms.compGeometry.LinesAndAngles; import algorithms.misc.Histogram; import algorithms.misc.HistogramHolder; import algorithms.misc.MiscMath; import algorithms.util.Errors; import algorithms.util.IntIntDouble; import algorithms.util.P...
package com.octoblu.droidblu; import android.app.Activity; import android.app.ActionBar; import android.app.Fragment; import android.app.FragmentManager; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.Menu; import android.view.Me...
package org.apdplat.qa.util; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java....
package owltools.mooncat; import java.util.Set; import org.junit.Test; import org.semanticweb.owlapi.model.OWLAxiom; import org.semanticweb.owlapi.model.OWLEntity; import org.semanticweb.owlapi.model.OWLObject; import org.semanticweb.owlapi.model.OWLOntology; import owltools.OWLToolsTestBasics; import owltools.graph.OW...
package com.jme3.system.lwjgl; import com.jme3.input.JoyInput; import com.jme3.input.KeyInput; import com.jme3.input.MouseInput; import com.jme3.input.TouchInput; import com.jme3.input.lwjgl.GlfwJoystickInput; import com.jme3.input.lwjgl.GlfwKeyInput; import com.jme3.input.lwjgl.GlfwMouseInput; import com.jme3.math.Vec...
package com.restfb.types.webhook; import com.restfb.JsonMapper; import com.restfb.json.JsonObject; import java.util.logging.Level; import java.util.logging.Logger; /** * Factory to convert the value field of the change into a class with special fields */ public class ChangeValueFactory { private String field; pri...
package org.jevon.cordova.parse.pushplugin; import org.apache.cordova.CallbackContext; import org.apache.cordova.CordovaPlugin; import org.json.JSONArray; import org.json.JSONException; import com.parse.Parse; import com.parse.ParseInstallation; public class ParsePushPlugin extends CordovaPlugin { public static fin...
package com.tlongdev.bktf; import android.content.Context; import android.content.SharedPreferences; import android.graphics.drawable.Drawable; import android.graphics.drawable.LayerDrawable; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.preference.PreferenceManager; import andr...
package com.metroveu.metroveu; import android.support.test.espresso.assertion.ViewAssertions; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import com.metroveu.metroveu.activities.MainActivity; import org.junit.Rule; import org.junit.Test; import org.junit.runner.R...
package com.lorentzos.flingswipe; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.graphics.PointF; import android.util.Log; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.view.animation.AccelerateInterpolator; ...
package wingset; import org.wings.SBoxLayout; import org.wings.SButton; import org.wings.SCheckBox; import org.wings.SComboBox; import org.wings.SComponent; import org.wings.SConstants; import org.wings.SDefaultListCellRenderer; import org.wings.SDimension; import org.wings.SFont; import org.wings.SGridBagLayout; impor...
package io.burt.jmespath.node; import java.util.ArrayList; import java.util.List; import io.burt.jmespath.Adapter; public class SliceNode<T> extends Node<T> { private final int start; private final int stop; private final int step; private final int limit; public SliceNode(Adapter<T> runtime, Integer start, I...
package org.opencms.ade.contenteditor.client; import com.alkacon.acacia.client.EditorBase; import com.alkacon.acacia.shared.ValidationResult; import com.alkacon.vie.client.Vie; import com.alkacon.vie.shared.I_Entity; import org.opencms.ade.contenteditor.shared.CmsContentDefinition; import org.opencms.ade.contenteditor....
package org.deri.any23.extractor.html; import java.io.IOException; import java.util.Arrays; import org.deri.any23.extractor.ExtractionException; import org.deri.any23.extractor.ExtractionResult; import org.deri.any23.extractor.ExtractorDescription; import org.deri.any23.extractor.ExtractorFactory; import org.deri.any23...
package org.commcare.android.view; import java.util.Collections; import java.util.Comparator; import java.util.Vector; import org.achartengine.ChartFactory; import org.achartengine.chart.PointStyle; import org.achartengine.model.XYMultipleSeriesDataset; import org.achartengine.model.XYSeries; import org.achartengine.mo...
package tech.tablesaw.plotly.components; import com.mitchellbosecke.pebble.PebbleEngine; import com.mitchellbosecke.pebble.error.PebbleException; import com.mitchellbosecke.pebble.template.PebbleTemplate; import tech.tablesaw.plotly.components.threeD.Scene; import java.io.IOException; import java.io.StringWriter; impor...
package nars.inference; import java.util.ArrayList; import java.util.HashSet; import java.util.Set; import java.util.HashMap; import nars.core.Events; import nars.core.Memory; import nars.core.Parameters; import nars.entity.BudgetValue; import nars.entity.Concept; import nars.core.control.NAL; import nars.entity.Senten...
package com.airbnb.lottie.utils; import android.animation.ValueAnimator; import android.support.annotation.FloatRange; import android.support.annotation.Nullable; import android.support.annotation.VisibleForTesting; import android.view.Choreographer; import com.airbnb.lottie.LottieComposition; /** * This is a slightly...
package cerberus.view.gui.opengl.canvas.pathway; import gleem.linalg.Vec3f; import gleem.linalg.Vec4f; import java.awt.Color; import java.awt.Dimension; import java.awt.Point; import java.io.File; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.util.ArrayList; import java.util.Collection; import jav...
package li.strolch.utils; import static li.strolch.utils.helper.StringHelper.EMPTY; import static li.strolch.utils.helper.StringHelper.isEmpty; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.security.CodeSource; import java.util.*; import java.ut...
package com.gmail.jakekinsella.robot.pathing.socket; import com.gmail.jakekinsella.robot.RobotControl; import com.gmail.jakekinsella.robot.pathing.PaddedLine; public class SocketFollower implements Follower { private static final int PIXEL_TOLERANCE = 40; private static final double ANGLE_TOLERANCE = 1; pri...
package com.gmail.liamgomez75.parkourroll.listeners; import com.gmail.liamgomez75.parkourroll.ParkourRoll; import com.gmail.liamgomez75.parkourroll.experience.Experience; import com.gmail.liamgomez75.parkourroll.localisation.Localisation; import com.gmail.liamgomez75.parkourroll.localisation.LocalisationEntry; import c...
package org.neo4j.management; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.neo4j.kernel.AbstractGraphDatabase; import org.neo4j.kernel.EmbeddedGraphDatabase; import org.neo4j.kernel.impl.transaction.xaframework.XaDataSource; import org.neo4j.management.impl.XaManagerBean; import or...
package com.vaadin.terminal.gwt.server; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.portlet.MimeResponse; import javax.portlet.PortletContext; import javax.portlet.PortletRequest; import javax.portlet.PortletResponse; im...
package com.valerysamovich.java.patric.day1.examples; public class ExampleSwitch { public static void main(String[] args) { String j = "Two"; switch(j){ case "Zero": System.out.println("Value is 0"); break; case "One": System.out.println("Value is ...
package gjb.experimental; import org.firstinspires.ftc.robotcore.external.ClassFactory; import org.firstinspires.ftc.robotcore.external.navigation.VuMarkInstanceId; import org.firstinspires.ftc.robotcore.external.navigation.VuforiaLocalizer; import org.firstinspires.ftc.robotcore.external.navigation.VuforiaTrackable; i...
package org.reldb.dbrowser.ui.monitors; import java.util.Timer; import java.util.TimerTask; import org.eclipse.swt.widgets.Caret; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.StyleRange; import org.eclipse.swt.custom.StyledText; import org.eclipse.swt.events.MouseA...
package de.fosd.jdime.matcher.ordered.mceSubtree; import de.fosd.jdime.common.Artifact; import de.fosd.jdime.common.MergeContext; import de.fosd.jdime.matcher.Matcher; import de.fosd.jdime.matcher.Matchings; import de.fosd.jdime.matcher.NewMatching; import de.fosd.jdime.matcher.ordered.OrderedMatcher; import java.util....
package de.lmu.ifi.dbs.preprocessing; import de.lmu.ifi.dbs.data.RealVector; import de.lmu.ifi.dbs.database.Database; import de.lmu.ifi.dbs.distance.DoubleDistance; import de.lmu.ifi.dbs.utilities.QueryResult; import de.lmu.ifi.dbs.utilities.optionhandling.AttributeSettings; import de.lmu.ifi.dbs.utilities.optionhandli...
package edu.wpi.first.wpilibj.templates.subsystems; import edu.wpi.first.wpilibj.Solenoid; import edu.wpi.first.wpilibj.command.Subsystem; import edu.wpi.first.wpilibj.templates.commands.RunShooterSolenoid; import edu.wpi.first.wpilibj.templates.variablestores.VstM; /** * * @author Robotics */ public class ShooterSo...
package gov.nih.nci.calab.service.submit; import gov.nih.nci.calab.db.DataAccessProxy; import gov.nih.nci.calab.db.IDataAccess; import gov.nih.nci.calab.domain.Keyword; import gov.nih.nci.calab.domain.nano.characterization.Characterization; import gov.nih.nci.calab.domain.nano.characterization.physical.composition.Carb...
package gov.nih.nci.calab.service.submit; import gov.nih.nci.calab.db.DataAccessProxy; import gov.nih.nci.calab.db.HibernateDataAccess; import gov.nih.nci.calab.db.IDataAccess; import gov.nih.nci.calab.domain.Instrument; import gov.nih.nci.calab.domain.InstrumentConfiguration; import gov.nih.nci.calab.domain.Keyword; i...
package gov.nih.nci.calab.service.submit; import gov.nih.nci.calab.db.DataAccessProxy; import gov.nih.nci.calab.db.HibernateDataAccess; import gov.nih.nci.calab.db.IDataAccess; import gov.nih.nci.calab.domain.Instrument; import gov.nih.nci.calab.domain.InstrumentConfiguration; import gov.nih.nci.calab.domain.Keyword; i...
package gov.nih.nci.rembrandt.web.helper; import java.io.File; import org.apache.log4j.Logger; import gov.nih.nci.caintegrator.ui.graphing.util.FileDeleter; import gov.nih.nci.rembrandt.cache.RembrandtContextListener; /** * This class handles image files for the rembrandt application. Since this * effort should be a...
package org.apache.commons.dbcp.jdbc2pool; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.PrintWriter; import java.io.Serializable; import java.sql.Connection; import java.sql.SQLE...
package org.apache.velocity.util.introspection; import java.util.Map; import java.util.Hashtable; import java.lang.reflect.Method; import java.lang.reflect.Modifier; public class ClassMethodMap { /** * Class passed into the constructor used to as * the basis for the Method map. */ private Class c...
package org.dellroad.stuff.pobj; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.HashSet; import java.util.Set; import javax.validation.ConstraintViolation; import javax.xml.stream.XMLEventReader; import javax.xml.stream.XMLEventWriter;...
package org.helioviewer.gl3d.model.image; import java.awt.Point; import java.util.ArrayList; import javax.media.opengl.GL2; import org.helioviewer.base.physics.Constants; import org.helioviewer.gl3d.camera.GL3DCamera; import org.helioviewer.gl3d.camera.GL3DCameraListener; import org.helioviewer.gl3d.model.GL3DHitRefere...
package StevenDimDoors.mod_pocketDim.config; import java.io.File; import net.minecraftforge.common.Configuration; import StevenDimDoors.mod_pocketDim.blocks.BlockRift; import StevenDimDoors.mod_pocketDim.ticking.CustomLimboPopulator; import StevenDimDoors.mod_pocketDim.world.fortresses.DDStructureNetherBridgeStart; imp...
package alien4cloud.plugin.marathon; import static com.google.common.collect.Maps.newHashMap; import static java.util.Collections.emptyMap; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.List; import java.util.Map; import java.util.Optional; import org.springframework...
package aoetk.bookmarkviewer.view; import aoetk.bookmarkviewer.conf.ApplicationContext; import aoetk.bookmarkviewer.conf.BookmarkViewSettings; import aoetk.bookmarkviewer.model.BookmarkEntry; import aoetk.bookmarkviewer.model.BookmarkModel; import aoetk.bookmarkviewer.service.DiigoServiceClient; import aoetk.bookmarkvi...
package be.yildiz.module.network.protocol; import be.yildiz.common.collections.Lists; import be.yildiz.common.collections.Maps; import be.yildiz.common.id.ActionId; import be.yildiz.common.id.EntityId; import be.yildiz.common.id.PlayerId; import be.yildiz.common.vector.Point3D; import be.yildiz.module.network.exception...
package br.com.leandromoreira.jdcpu16br; import static br.com.leandromoreira.jdcpu16br.OpCodes.*; public class InstructionTable { private static final int NUMBER_OF_INSTRUCTIONS = 0x10; private static final int ZERO = 0; private static final HexaFormatter formatter = new HexaFormatter(); private CPU cpu...
package br.com.sistemaescolar.controller; import java.util.List; import javax.inject.Inject; import javax.transaction.Transactional; import javax.validation.Valid; import br.com.caelum.vraptor.Controller; import br.com.caelum.vraptor.Get; import br.com.caelum.vraptor.Path; import br.com.caelum.vraptor.Post; import br.c...
package br.senac.tads.pi3.uriel.exercicio01; import java.awt.HeadlessException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.Scanner; /** * * @author uriel.pgoliveira */ public class exercicios01 { public static Scann...
package ch.wisv.payments.security; import java.util.ArrayList; import java.util.Collection; import java.util.List; import lombok.Getter; import lombok.Setter; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.contex...
package com.buuz135.industrial.item.addon; import com.buuz135.industrial.proxy.ItemRegistry; import com.buuz135.industrial.tile.WorkingAreaElectricMachine; import com.buuz135.industrial.utils.RecipeUtils; import net.minecraft.client.renderer.block.model.ModelResourceLocation; import net.minecraft.client.util.ITooltipFl...
package com.celements.navigation.service; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.TreeMap; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.xwiki.component.annotation.Component; import org.xwiki.com...
package com.elmakers.mine.bukkit.dynmap; import java.io.InvalidClassException; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import org.bukkit.Color; import org.bukkit.Location; import org.bukkit.plugin.Plugin; import org.bukkit.util.Vector; import org.dynmap.DynmapCommonAPI; im...
package com.elmakers.mine.bukkit.plugins.magic.wand; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.UUID; import org.apache.commons.lang.Strin...
package com.fatico.winthing.systems.radeon; import com.fatico.winthing.systems.radeon.jna.AtiAdl; import com.google.common.collect.ComparisonChain; import com.google.inject.Inject; import com.sun.jna.Memory; import com.sun.jna.Pointer; import com.sun.jna.ptr.IntByReference; import com.sun.jna.ptr.PointerByReference; im...
package com.fewlaps.quitnowemailsuggester; import com.fewlaps.quitnowemailsuggester.exception.InvalidEmailException; import java.util.Arrays; import java.util.List; public class EmailSuggester { public static final String YAHOO = "yahoo"; public static final String GMAIL = "gmail"; public static final Strin...