answer
stringlengths
17
10.2M
package org.pentaho.di.ui.spoon.trans; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.ResourceBundle; import java.util.Set; import java.util.StringTokenizer; import java.util...
package com.ecyrd.jspwiki; import junit.framework.*; import java.io.*; import java.util.*; import javax.servlet.*; public class TranslatorReaderTest extends TestCase { Properties props = new Properties(); Vector created = new Vector(); static final String PAGE_NAME = "testpage"; TestEngine testEngin...
package org.pentaho.di.ui.spoon.trans; import java.lang.reflect.InvocationTargetException; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import java.util.ResourceBundle; import java.util.Set; ...
package com.arun; import com.arun.parallel.ParallelProcessor; import com.arun.parallel.Signature; import com.arun.student.SchoolService; import com.arun.student.SchoolService_; import com.arun.student.Student; import com.arun.student.StudentService; import com.arun.student.StudentService_; import org.junit.Test; import...
package com.design.facade; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertTrue; class SimplifiedUnixApiTest { @Test public void findSpecificFileAndGetContent() { SimplifiedUnixApi simplifiedUnixApi = new SimplifiedUnixApi(); String result = simplifiedUnix...
package edu.umd.cs.findbugs.ba; import org.apache.bcel.Constants; import org.apache.bcel.generic.*; /** * A TypeMerger which applies standard Java semantics * when merging Types. Subclasses may override mergeReferenceTypes() * in order to implement special typing rules for reference types. * * @see TypeMerger * ...
package edu.umd.cs.findbugs.gui; import java.awt.event.WindowEvent; import javax.swing.*; import edu.umd.cs.findbugs.FindBugsProgress; /** * A modal dialog to run the actual FindBugs analysis on a project. * The analysis is done in a separate thread, so that the GUI can * still stay current while the analysis is run...
package org.herac.tuxguitar.io.tg; import java.io.DataInputStream; import java.io.IOException; import java.io.InputStream; import org.herac.tuxguitar.io.base.TGFileFormat; import org.herac.tuxguitar.io.base.TGFileFormatException; import org.herac.tuxguitar.io.base.TGInputStreamBase; import org.herac.tuxguitar.song.fact...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package eu.mihosoft.vrl.fxwindows; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.Parent; import javafx.scene.layout.Pane; import javafx.scene.layout.Region; /** * * @author Michael Hoffer <in...
package org.edx.mobile.util; import android.content.Context; import android.text.TextUtils; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.google.gson.annotations.SerializedName; import com.google.inject.Inject; import co...
package edu.wustl.catissuecore.action; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.ap...
package edu.wustl.catissuecore.query; import edu.wustl.catissuecore.util.global.Constants; import edu.wustl.catissuecore.util.global.Variables; /** * @author aarti_sharma * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public clas...
package weave.servlets; import java.io.File; import java.rmi.RemoteException; import java.util.UUID; import java.util.Vector; import javax.script.ScriptException; import org.rosuda.REngine.REXP; import org.rosuda.REngine.REXPDouble; import org.rosuda.REngine.REXPInteger; import org.rosuda.REngine.REXPLogical; import or...
package org.voovan.http.message; import org.voovan.Global; import org.voovan.http.message.packet.Cookie; import org.voovan.http.message.packet.Part; import org.voovan.http.server.context.WebContext; import org.voovan.http.message.exception.HttpParserException; import org.voovan.http.server.exception.RequestTooLarge; im...
package com.ppproductions.yankenpon.logic; import java.util.Scanner; /** * * @author pascalbaumann */ public class menu { Scanner Puffer = new Scanner(System.in); private String opponent; /** * @param args the command line arguments */ public static void main(String[] args) { // TOD...
package com.tngtech.archunit.library; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import com.google.common.base.Joiner; import com.google.common.collect.ImmutableSet; import com.tngtech.archunit.core.domain.JavaClasses; import com.tngtech...
package com.ca.apm.swat.epaplugins.asm; import org.junit.Assert; import org.junit.Test; import com.ca.apm.swat.epaplugins.asm.monitor.Handler; import com.ca.apm.swat.epaplugins.asm.monitor.XmlFixer; import com.ca.apm.swat.epaplugins.asm.reporting.MetricMap; import com.ca.apm.swat.epaplugins.utils.AsmProperties; import ...
package org.bibliome.alvisnlp.modules.tees; import java.util.logging.Logger; import org.bibliome.alvisnlp.modules.SectionModule; import org.bibliome.alvisnlp.modules.SectionModule.SectionResolvedObjects; import org.bibliome.util.Iterators; import alvisnlp.corpus.Annotation; import alvisnlp.corpus.Corpus; import alvisnl...
package org.intermine.bio.dataconversion; import java.io.IOException; import java.io.Reader; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Map; import java.util.Set; import org.intermine.util.FormattedTextParser; import org.intermine.util.Util; /** * Parse NCBI Entrez ...
package org.intermine.bio.web.logic; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader; import java.io.StringReader; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java....
package npe; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.LineNumberReader; import edu.umd.cs.findbugs.annotations.CheckForNull; import edu.umd.cs.findbugs.annotations.NonNull; /** * Test cases extracted from org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest...
package com.belocraft.gameplay; import com.belocraft.models.Player; import com.belocraft.models.World; import java.io.FileNotFoundException; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; /** * * @author Eugene */ public class GameServer { private Lo...
package org.zanata; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.lang.management.ManagementFactory; import java.lang.reflect.Proxy; import java.nio.file.FileSystem; import java.nio.file.FileSystems; import java.nio.file.Files; import java.nio.file.Path; import java.util.C...
package com.hbb20; import android.content.Context; import android.content.res.TypedArray; import android.graphics.PorterDuff; import android.graphics.Typeface; import android.os.Build; import android.telephony.PhoneNumberFormattingTextWatcher; import android.telephony.PhoneNumberUtils; import android.telephony.Telephon...
package net.buycraft.plugin.bukkit.tasks; import com.google.common.base.Preconditions; import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.ListMultimap; import lombok.RequiredArgsConstructor; import net.buycraft.plugin.bukkit.BuycraftPlugin; import net.buycraft.plugin.bukkit.util.Comman...
package net.bytebuddy.agent.builder; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import net.bytebuddy.ByteBuddy; import net.bytebuddy.ClassFileVersion; import net.bytebuddy.asm.AsmVisitorWrapper; import net.bytebuddy.description.field.FieldDescription; import net.bytebuddy.description.method.MethodDescri...
package org.pocketcampus.shared.plugin.food; import java.io.Serializable; public class Meal implements Serializable { private static final long serialVersionUID = 1L; private String name_; private String description_; private Restaurant restaurant_; private boolean available_; private Rating rat...
package net.bytebuddy.agent.builder; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import net.bytebuddy.ByteBuddy; import net.bytebuddy.ClassFileVersion; import net.bytebuddy.asm.Advice; import net.bytebuddy.asm.AsmVisitorWrapper; import net.bytebuddy.build.EntryPoint; import net.bytebuddy.build.HashCodeAn...
package io.agrest.cayenne; import com.fasterxml.jackson.core.JsonGenerator; import io.agrest.Ag; import io.agrest.DataResponse; import io.agrest.SimpleResponse; import io.agrest.UpdateStage; import io.agrest.cayenne.cayenne.main.*; import io.agrest.cayenne.unit.AgCayenneTester; import io.agrest.cayenne.unit.DbTest; imp...
package com.vrg.rapid; import com.google.common.net.HostAndPort; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import javax.annotation.Nullable; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import jav...
/** * * <p> * * * * <p> * * * <p> * * * */ package creational;
package interfaz; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Polygon; import java.util.List; import javax.swing.ImageIcon; import javax.swing.JPanel; import excepciones.CoordenadasSinEsquinaException; import logica...
package net.morimekta.speedtest; import net.morimekta.providence.protocol.TBinaryProtocolSerializer; import net.morimekta.providence.protocol.TCompactProtocolSerializer; import net.morimekta.providence.protocol.TJsonProtocolSerializer; import net.morimekta.providence.protocol.TTupleProtocolSerializer; import net.morime...
// HomeFragment //of this software and associated documentation files (the "Software"), to deal //in the Software without restriction, including without limitation the rights //copies of the Software, and to permit persons to whom the Software is //furnished to do so, subject to the following conditions: //all copies ...
package app.hongs.serv.auth; import app.hongs.Core; import app.hongs.CoreConfig; import app.hongs.HongsException; import app.hongs.action.ActionHelper; import app.hongs.util.Http; import java.util.Map; public class ConnKit { /** * * HTTP,HTTPS * JSON,JSONP,QueryString * @param url * @para...
package org.apache.james; import java.io.ByteArrayInputStream; import java.io.File; import java.io.InputStream; import java.io.SequenceInputStream; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.Collection; import java.util.Date; import java.util.Enumeration; import java.util.HashMa...
package org.archive.hadoop.jobs; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileStatus; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.Text; import org.apac...
package imagej.maven; import java.io.File; import java.io.IOException; import java.util.Collections; import java.util.List; import java.util.jar.JarEntry; import java.util.jar.JarFile; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.factory.ArtifactFactory; import org.apache.maven.artifact.m...
package com.intellij.debugger.impl; import com.intellij.debugger.actions.DebuggerAction; import com.intellij.debugger.engine.StackFrameContext; import com.intellij.debugger.engine.DebugProcessImpl; import com.intellij.debugger.engine.evaluation.*; import com.intellij.debugger.engine.evaluation.expression.EvaluatorBuild...
package whelk; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.HttpClientBuilder; import org.codehaus.jackson.map.ObjectMapper; import org.codehaus.jackson.type.TypeReference; import org.apache.logging.log4j...
package com.intellij.psi.impl.search; import com.intellij.find.findUsages.FindUsagesOptions; import com.intellij.openapi.diagnostic.Logger; import com.intellij.psi.*; import com.intellij.psi.search.PsiSearchHelper; import com.intellij.psi.util.PsiFormatUtil; import com.intellij.psi.util.PsiSuperMethodUtil; import com.i...
package com.jbooktrader.platform.startup; import com.jbooktrader.platform.model.*; import com.jbooktrader.platform.util.*; import javax.swing.*; import java.io.*; import java.nio.channels.*; /** * Application starter. */ public class JBookTrader { public static final String APP_NAME = "JBookTrader"; public st...
package org.intermine.api.profile; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache...
package net.iaeste.iws.api.constants; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import java.io.Serializable; @XmlType(name = "IWSError") public final class IWSError implements Serializable { /** {@link IWSConstants#SERIAL_VERSION_UID}. */ private static final long se...
package jadx.core.xmlgen; import java.io.IOException; public class CommonBinaryParser extends ParserConstants { protected ParserStream is; protected String[] parseStringPool() throws IOException { is.checkInt16(RES_STRING_POOL_TYPE, "String pool expected"); return parseStringPoolNoType(); } ...
package org.rti.webgenome.service.job; import java.util.Collection; import org.springframework.orm.hibernate3.support.HibernateDaoSupport; /** * Implementation of {@link JobDao} using Hibernate. * @author dhall * */ public class HibernateJobDao extends HibernateDaoSupport implements JobDao { /** * {@inheri...
package ch.softappeal.yass.util.test; import ch.softappeal.yass.serialize.test.SerializerTest; import ch.softappeal.yass.util.Dumper; import ch.softappeal.yass.util.Nullable; import ch.softappeal.yass.util.TestUtils; import org.junit.Ignore; import org.junit.Test; import java.io.PrintWriter; import java.math.BigDecimal...
package org.javalite.async; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.jms.Connection; import javax.jms.JMSException; import javax.jms.Session; import java.util.Iterator; import java.util.LinkedList; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; i...
package net.bull.javamelody; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.Lis...
package org.gbif.checklistbank.nub; import org.gbif.api.model.Constants; import org.gbif.api.model.checklistbank.ParsedName; import org.gbif.api.vocabulary.Kingdom; import org.gbif.api.vocabulary.NameType; import org.gbif.api.vocabulary.NameUsageIssue; import org.gbif.api.vocabulary.Origin; import org.gbif.api.vocabula...
package org.wildfly.swarm.ee; import org.wildfly.swarm.config.ee.Ee; import org.wildfly.swarm.config.ee.subsystem.contextService.ContextService; import org.wildfly.swarm.config.ee.subsystem.managedExecutorService.ManagedExecutorService; import org.wildfly.swarm.config.ee.subsystem.managedScheduledExecutorService.Manage...
package ethanjones.cubes.core.platform.desktop; import ethanjones.cubes.core.event.EventHandler; import ethanjones.cubes.core.event.core.InstanceChangedEvent; import ethanjones.cubes.core.event.settings.AddSettingsEvent; import ethanjones.cubes.core.logging.Log; import ethanjones.cubes.core.logging.loggers.FileLogWrite...
package com.malhartech.dag; import com.malhartech.annotation.NodeAnnotation; import com.malhartech.annotation.PortAnnotation; import com.malhartech.util.CircularBuffer; import java.nio.BufferOverflowException; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import org.apache.commons.lan...
package org.openecard.richclient.gui; import java.awt.AWTException; import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.Image; import java.awt.Point; import java.awt.SystemTray; import java.awt.TrayIcon; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; impor...
package com.malhartech.stram; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.malhartech.dag.BackupAgent; import com.malhartech.dag.Component; import com.malhartech.dag.ComponentContextPair; import com.malhartech.dag.DefaultSerDe; import com.malhartech.dag.Node; import com.m...
package com.archimatetool.editor.ui; import org.eclipse.jface.resource.CompositeImageDescriptor; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.jface.resource.ImageRegistry; import org.eclipse.jface.viewers.DecorationOverlayIcon; import org.eclipse.jface.viewers.IDecoration; import org.eclipse.sw...
package com.zeroturnaround.alvor.gui; import java.util.ArrayList; import java.util.List; import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.IProject; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.jdt.core.IJavaElement; import org.eclipse.jdt.core.JavaCore; import org.eclipse...
package me.lucko.luckperms.common.storage; import lombok.experimental.UtilityClass; import com.google.common.collect.ImmutableSet; import me.lucko.luckperms.common.LuckPermsPlugin; import me.lucko.luckperms.common.storage.backing.*; import me.lucko.luckperms.common.storage.backing.sqlprovider.H2Provider; import me.luck...
package jenkins.security.s2m; import hudson.Extension; import edu.umd.cs.findbugs.annotations.NonNull; import javax.inject.Inject; import jenkins.model.GlobalConfiguration; import jenkins.model.GlobalConfigurationCategory; import jenkins.model.Jenkins; import net.sf.json.JSONObject; import org.kohsuke.stapler.StaplerRe...
package me.prettyprint.cassandra.service; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; i...
package net.mabako.steamgifts.fragments; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.a...
package org.museautomation.core.task.state; import org.museautomation.core.*; import org.museautomation.core.resource.*; import org.museautomation.core.resource.types.*; import java.util.*; public class StateDefinition extends BaseMuseResource { public String getDisplayName() { return _display_n...
package JavaFXSimple; import TWoT_A1.*; import java.util.HashMap; import java.util.List; import javafx.application.Application; import static javafx.application.Application.launch; import javafx.application.Platform; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.event....
package com.jenjinstudios.core.io; import com.jenjinstudios.core.util.TypeMapper; import com.jenjinstudios.core.xml.ArgumentType; import com.jenjinstudios.core.xml.MessageType; import java.util.Map; import java.util.TreeMap; /** * The {@code Message} class is used in sending data to and receiving data from {@code Conn...
package com.jme3.gde.core.assets; import com.jme3.gde.core.j2seproject.ProjectExtensionManager; import com.jme3.gde.core.j2seproject.actions.UpgradeProjectWizardAction; import com.jme3.gde.core.projects.SDKProjectUtils; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputSt...
package fi.laverca.samples; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.util.LinkedList; import javax.swing.JButton; impor...
package cn.crap.service; import java.io.IOException; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field...
package org.tigris.subversion.subclipse.core.resources; import java.io.File; import java.io.IOException; import org.eclipse.core.resources.IContainer; import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Platform; import org.eclipse.team.core.RepositoryPr...
package com.gentics.mesh.core.node; import static com.gentics.mesh.assertj.MeshAssertions.assertThat; import static com.gentics.mesh.core.data.ContainerType.PUBLISHED; import static com.gentics.mesh.core.data.relationship.GraphPermission.PUBLISH_PERM; import static com.gentics.mesh.core.data.relationship.GraphPermissio...
import drafts.com.sun.star.accessibility.XAccessible; import drafts.com.sun.star.accessibility.XAccessibleContext; import drafts.com.sun.star.accessibility.XAccessibleComponent; import drafts.com.sun.star.accessibility.XAccessibleExtendedComponent; import drafts.com.sun.star.accessibility.XAccessibleAction; import draf...
package cn.momia.api.course.dto.course; import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.annotation.JSONField; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.List; public class Course implements Cloneable { public sta...
package net.metadata.dataspace.app; import javax.xml.namespace.QName; public interface Constants { /** * Mime types */ String JSON_MIMETYPE = "application/json"; String ATOM_MIMETYPE = "application/atom+xml"; String ATOM_ENTRY_MIMETYPE = "application/atom+xml;type=entry"; String ATOM_FEED_...
package com.hazelcast.wan; import com.hazelcast.config.Config; import com.hazelcast.config.WanReplicationConfig; import com.hazelcast.config.WanReplicationRef; import com.hazelcast.config.WanTargetClusterConfig; import com.hazelcast.core.Hazelcast; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core....
// 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.api.service; import static org.springframework.http.MediaType.APPLICATION_JSON_VALUE;...
package bisq.desktop.main.offer.offerbook; import bisq.desktop.Navigation; import bisq.desktop.common.view.ActivatableViewAndModel; import bisq.desktop.common.view.FxmlView; import bisq.desktop.components.AutoTooltipButton; import bisq.desktop.components.AutoTooltipLabel; import bisq.desktop.components.AutoTooltipSlide...
package nl.mpi.kinnate.ui.window; import java.awt.Component; import java.awt.Container; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.File; import java.net.URI; import javax.swing.JFileChooser; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.filecho...
package com.gyf.immersionbar; import android.annotation.TargetApi; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.content.res.Configuration; import android.graphics.Color; import android.os.Build; import android.view.Gravity; import android.view.View; import andro...
package uk.ac.ox.oucs.vle; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import ...
package com.intellij.codeInsight; import com.intellij.lang.Language; import com.intellij.lang.java.JavaLanguage; import com.intellij.openapi.module.Module; import com.intellij.openapi.progress.ProgressManager; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.Key; import com.intellij.openapi...
package us.nineworlds.iadata; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyDescription; import us.nineworlds.iadata.command.CommandCards; public class IASpec { @JsonProperty(required=true, value="iaspecversion") @JsonPropertyDes...
package com.datatorrent.stram.plan.physical; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.*; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.CopyOnWriteArrayList; import java.util.concurrent.atomic.AtomicInteger; import org.slf4j.Logger; im...
package steamcondenser.steam.community.l4d; import java.util.ArrayList; import java.util.HashMap; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import steamcondenser.SteamCondenserException; import steamcondenser.steam.community.GameStats; import steamcondenser.steam.community.GameWeapon; /** * AbstractL4DS...
package joliex.util; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.SocketException; import java.util.Enumeration; import jolie.runtime.FaultException; import jolie.runtime.JavaService; import jolie.runtime.Value; import jolie.runtime.ValueVector; /** * * @author claudio */ public cla...
package net.spy.memcached; import java.io.IOException; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent....
package net.bull.javamelody; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import java.util.ArrayList; import java.util.List; import javax.management.JMException; import javax.management.MBeanAttributeInfo; import javax.management.MBeanServer; import javax.management.ObjectIns...
package net.bull.javamelody; import static net.bull.javamelody.HttpParameters.PERIOD_PARAMETER; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Component; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.List; import javax.swing.BorderFactory; import jav...
package org.ccnx.ccn.impl.repo; import java.util.ArrayList; import java.util.logging.Level; import org.ccnx.ccn.CCNFilterListener; import org.ccnx.ccn.CCNHandle; import org.ccnx.ccn.config.SystemConfiguration; import org.ccnx.ccn.impl.repo.RepositoryInfo.RepositoryInfoObject; import org.ccnx.ccn.impl.support.Log; impor...
package org.frameworkset.runtime; import java.io.BufferedReader; import java.io.File; import java.io.FileFilter; import java.io.FileInputStream; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import j...
package com.wehack.syncedQ; import static com.soundcloud.android.service.playback.CloudPlaybackService.getPlaylistManager; import com.google.common.collect.BiMap; import com.google.common.collect.HashBiMap; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import com.soundcloud.android.model.Client...
package org.jgroups; import org.jgroups.util.Streamable; import org.jgroups.util.Util; import java.io.*; import java.util.HashMap; import java.util.Map; import java.util.Vector; /** * A view is a local representation of the current membership of a group. * Only one view is installed in a channel at a time. * Views c...
package org.jgroups; import org.jgroups.util.Streamable; import org.jgroups.util.Util; import java.io.*; import java.util.*; /** * A view is a local representation of the current membership of a group. Only one view is installed * in a channel at a time. Views contain the address of its creator, an ID and a list of m...
package xtandem; import interfaces.Ion; import interfaces.Peak; /** * This class holds the fragment ion and is an implementation of Ion. * @author Thilo Muth * */ public class FragmentIon implements Ion { /** * The m/z of the frament ion. */ private double iMz = 0.0; /** * The intensity o...
package ca.szc.keratin.core.net.message; import java.util.LinkedList; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Represents, parses and provides general format verification of IRC message lines, as defined by RFC 1459. */ public class IrcMessage { /** * Pattern that will match a DN...
package RestAPI; import static spark.Spark.*; import java.io.File; import java.io.IOException; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import org.kohsuke.args4j.CmdLineException; import org.kohsuke.args...
package org.xillium.gear.auth; import java.util.*; import java.util.logging.*; import java.security.cert.X509Certificate; import javax.naming.InvalidNameException; import javax.naming.ldap.LdapName; import javax.naming.ldap.Rdn; import javax.servlet.http.*; import org.xillium.data.*; import org.xillium.core.*; import o...
package org.aftff.client.data; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import java.security.Signature; import java.security.SignatureException; import java.security.spec.InvalidKeySpecException; imp...
package com.sometrik.framework; import java.util.regex.Matcher; import java.util.regex.Pattern; import android.app.Dialog; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.Paint.Style; import android.graphics.Typeface; import android.graphics.drawable.BitmapDrawable; import android...
package com.zmxv.RNSound; import android.content.Context; import android.content.res.AssetFileDescriptor; import android.media.MediaPlayer; import android.media.MediaPlayer.OnCompletionListener; import android.media.MediaPlayer.OnErrorListener; import android.net.Uri; import android.media.AudioManager; import com.faceb...
package jsettlers.common.material; /** * Enum to define all material types. * * @author Andreas Eberle */ public enum EMaterialType { NO_MATERIAL((short) 0, (short) 0, (short) 0, false, -1, false), AXE((short) 46, (short) 3, (short) 153, true, 18, false), BOW((short) 63, (short) 14, (short) 114, true, 1...
package org.epics.graphene; import java.awt.Color; import java.awt.Graphics2D; import java.awt.geom.Path2D; import java.awt.geom.Path2D.Double; import java.awt.image.BufferedImage; import java.io.File; import javax.imageio.ImageIO; /** * * @author carcassi */ public class CubicInterpolationPrototype { public sta...