answer
stringlengths
17
10.2M
package parser; import interfaces.Parser; import interfaces.Peak; import xtandem.MgfPeak; import xtandem.MgfPeaklist; import xtandem.Peptide; import xtandem.PeptideMap; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.util.ArrayList; import java.util.HashMap; /** * * This cla...
package edu.mit.streamjit.impl.compiler2; import com.google.common.base.Function; import com.google.common.base.Predicate; import com.google.common.collect.ContiguousSet; import com.google.common.collect.DiscreteDomain; import com.google.common.collect.FluentIterable; import com.google.common.collect.HashBasedTable; im...
package gov.nih.nci.calab.ui.core; import gov.nih.nci.calab.dto.characterization.CharacterizationBean; import gov.nih.nci.calab.dto.common.LabFileBean; import gov.nih.nci.calab.dto.common.ProtocolBean; import gov.nih.nci.calab.dto.common.UserBean; import gov.nih.nci.calab.dto.function.FunctionBean; import gov.nih.nci.c...
package gov.nih.nci.calab.ui.core; import gov.nih.nci.calab.dto.characterization.CharacterizationBean; import gov.nih.nci.calab.dto.characterization.CharacterizationTypeBean; import gov.nih.nci.calab.dto.common.InstrumentBean; import gov.nih.nci.calab.dto.common.LabFileBean; import gov.nih.nci.calab.dto.common.Protocol...
package gov.nih.nci.calab.ui.security; import gov.nih.nci.calab.ui.core.AbstractBaseAction; 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; impor...
package org.bbop.apollo.gwt.client; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.event.dom.client.KeyCodes; import com.google.gwt.event.dom.client.KeyCodes; import com.google.gwt.dom.client.NativeEvent; import com.google.gwt.user.client.ui...
package info.tregmine.database.db; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; import java.util.HashMap; import java.util.Map; import org.apache.commons.dbcp.BasicDataSource; import org.bukkit.configuration.file.FileConfiguration; import com.mysql.jdbc.exceptions.jdbc4.Communica...
package com.tempoiq; import java.io.File; import java.io.FileInputStream; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Properties; import org.joda.time.DateTime; i...
package com.tempodb; import java.io.File; import java.io.FileInputStream; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Properties; import org.joda.time.DateTime; i...
package org.postgresql.jdbc2; import java.text.*; import java.sql.*; import java.util.*; import java.math.BigDecimal; import org.postgresql.Field; import org.postgresql.util.*; /* * Array is used collect one column of query result data. * * <p>Read a field of type Array into either a natively-typed * Java array obj...
package it.feio.android.omninotes.utils; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import android.annotation.SuppressLint; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; ...
package org.apache.velocity.anakia; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.io.Writer; import java.util.StringTokenizer; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.DirectoryScanner; import org.apache...
package org.apache.velocity.context; import java.util.HashMap; import org.apache.velocity.runtime.RuntimeServices; import org.apache.velocity.runtime.RuntimeConstants; import org.apache.velocity.runtime.directive.VMProxyArg; import org.apache.velocity.util.introspection.IntrospectionCacheData; import org.apache.velocit...
package org.jivesoftware; import org.jivesoftware.smack.packet.Message; import org.jivesoftware.spark.ChatManager; import org.jivesoftware.spark.SparkManager; import org.jivesoftware.spark.UserManager; import org.jivesoftware.spark.ui.ChatRoom; import org.jivesoftware.spark.ui.conferences.ConferenceUtils; import org.ji...
/* Generated By:JavaCC: Do not edit this line. ExpressionParser.java */ package org.relique.jdbc.csv; import java.sql.Date; import java.sql.Time; import java.sql.Timestamp; import java.math.BigInteger; import java.math.BigDecimal; import java.math.MathContext; import java.util.Map; import java.util.HashMap; import java...
package jsettlers.logic.algorithms.queue; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import jsettlers.common.map.shapes.MapCircle; import jsettlers.common.position.ILocatable; import jsettlers.common.position.ISPosition2D; /** * This is...
package jsettlers.main.swing; import go.graphics.area.Area; import go.graphics.nativegl.NativeAreaWindow; import go.graphics.swing.AreaContainer; import go.graphics.swing.sound.SwingSoundPlayer; import java.awt.Dimension; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java...
package java.awt; import java.awt.peer.KeyboardFocusManagerPeer; import java.awt.peer.RobotPeer; import sun.awt.ComponentFactory; import sun.awt.KeyboardFocusManagerPeerProvider; import sun.awt.datatransfer.DataTransferer; import java.awt.peer.BDFramePeer; import java.awt.peer.BDKeyboardFocusManagerPeer; import org.vid...
package com.psddev.dari.db; import java.io.ByteArrayInputStream; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.ref.WeakReference; import java.sql.Ba...
package com.psddev.dari.db; import java.io.ByteArrayInputStream; import java.io.IOException; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.ref.WeakR...
package add; import imagej.ops.Function; import imagej.ops.Op; import net.imglib2.Cursor; import net.imglib2.IterableInterval; import net.imglib2.RandomAccess; import net.imglib2.RandomAccessibleInterval; import net.imglib2.type.numeric.NumericType; import org.scijava.Priority; import org.scijava.plugin.Parameter; impo...
package biweekly.property; import java.util.ArrayList; import java.util.Date; import java.util.List; import biweekly.component.ICalComponent; public class RecurrenceRule extends ICalProperty { private Frequency frequency; private Integer interval; private Integer count; private Date until; private b...
package br.uff.ic.utility; import br.uff.ic.provviewer.VariableNames; import br.uff.ic.utility.graph.Edge; import br.uff.ic.utility.graph.GraphVertex; import edu.uci.ics.jung.graph.DirectedSparseMultigraph; import java.util.Collection; import java.util.logging.Logger; import edu.uci.ics.jung.graph.Graph; import edu.uci...
package ch.tkuhn.nanopub.server; import java.io.IOException; import javax.servlet.http.HttpServletResponse; public class MainPage extends Page { public static void show(ServerRequest req, HttpServletResponse httpResp) throws IOException { MainPage obj = new MainPage(req, httpResp); obj.show(); }...
package com.aol.cyclops.data.async; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.concurrent.BlockingQueue; import java.util.concurrent.CompletableFuture; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.TimeUnit; import java.util.concurrent...
package com.atlassian.rstocker.cm; import java.net.URI; import java.net.URISyntaxException; import java.util.Locale; import java.util.function.Function; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Common { private static final String ENTITY = "&(?:#x[a-f0-9]{1,8}|#[0-9]{1,8}|[a-z][a...
package com.couchbase.lite.router; import com.couchbase.lite.AsyncTask; import com.couchbase.lite.Attachment; import com.couchbase.lite.ChangesOptions; import com.couchbase.lite.CouchbaseLiteException; import com.couchbase.lite.Database; import com.couchbase.lite.Database.TDContentOptions; import com.couchbase.lite.Doc...
package com.ctrip.zeus.task; import javax.annotation.PostConstruct; import javax.annotation.Resource; import java.io.IOException; public abstract class AbstractTask implements Task { @Resource private TaskManager taskManager2; @PostConstruct private void init() { start(); taskManager2.ad...
package com.ee.apiary.sql.core; import com.ee.apiary.sql.hibernate.entities.DirectManager; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.SortedMap; import java.util.TreeMap; pub...
package nl.mpi.kinnate.ui; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import nl.mpi.arbil.data.ArbilDataNode; import nl.mpi.arbil.data.ArbilDataNodeLoader; import nl.mpi.arbil.data.ArbilNode; import nl.mpi.arbil.ui.ArbilTree; import nl.mpi.arbil.ui.GuiHelper; import nl.mpi.kinn...
package com.ezardlabs.lostsector; import com.ezardlabs.dethsquare.Transform; import com.ezardlabs.dethsquare.Vector2; import com.ezardlabs.lostsector.NavMesh.NavPoint.NavPointType; import com.ezardlabs.lostsector.map.MapManager; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.HashSet; import j...
package burp; import java.awt.*; import java.awt.datatransfer.*; import java.awt.event.*; import java.nio.charset.StandardCharsets; import java.util.*; import javax.swing.*; import javax.swing.tree.*; import mjson.Json; public class JsonJTree extends MouseAdapter implements IMessageEditorTab, ClipboardOwner { priva...
package com.liferay.lms; import java.io.IOException; import java.io.InputStream; import java.net.URLEncoder; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Loca...
package com.github.autoftp; import java.io.IOException; import java.io.PrintWriter; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.List; import jline.console.ConsoleReader; import org.joda.time.DateTime; import com.github.autoftp.client.ClientFactory.ClientType; import com.github.autoftp.c...
package com.jaamsim.input; import java.lang.reflect.Array; import java.util.List; import java.util.Map; import com.jaamsim.datatypes.DoubleVector; import com.jaamsim.datatypes.IntegerVector; import com.jaamsim.input.ExpResult.Iterator; import com.jaamsim.units.DimensionlessUnit; import com.jaamsim.units.Unit; public cl...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
package com.paperbackswap.Oauth; import com.paperbackswap.Url.PbsUrlBuilder; import gumi.builders.UrlBuilder; import oauth.signpost.OAuthConsumer; import oauth.signpost.OAuthProvider; import oauth.signpost.OAuthProviderListener; import oauth.signpost.commonshttp.CommonsHttpOAuthConsumer; import oauth.signpost.commonsht...
package com.pesegato.MonkeySheet; import com.jme3.texture.Texture; /** * @author Pesegato */ public class MSFrame { int position; int sheet; Texture sheetX; public MSFrame(int position, int sheet) { this.position = position; this.sheet = sheet; } public int getPosition() { ...
package com.redhat.victims; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.jar.Attributes; import org.apache.commons.io.FilenameUtils; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.internal.LinkedHashTreeMap; import com.redhat.vict...
package com.sandwell.JavaSimulation; import java.awt.Font; import java.awt.FontMetrics; import java.awt.geom.Rectangle2D; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; public class Util { private static String cargoUnits = ""; private static String cargoUnitsPerHour = ""...
package com.stripe.sdk.util; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.HttpURLConnection; import java.net.URI; import java.net.URL; import com.google.gson.Gson; import com.stripe.sdk.model.Charge; import com.stripe.sdk.model.Customer; import com....
// java-signals // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the foll...
package com.tmitim.twittercli; import java.util.stream.Stream; import com.github.rvesse.airline.annotations.Cli; import com.tmitim.twittercli.commands.DirectMessage; import com.tmitim.twittercli.commands.Favorite; import com.tmitim.twittercli.commands.Help; import com.tmitim.twittercli.commands.Location; import com.tmi...
package com.uwetrottmann.thetvdb; import com.uwetrottmann.thetvdb.services.Authentication; import com.uwetrottmann.thetvdb.services.Search; import com.uwetrottmann.thetvdb.services.Series; import okhttp3.Interceptor; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; import okhttp3.logging.Ht...
package crazypants.enderio.config; import java.io.File; import java.util.ArrayList; import java.util.List; import net.minecraft.item.ItemStack; import net.minecraftforge.common.config.Configuration; import tterrag.core.common.event.ConfigFileChangedEvent; import cpw.mods.fml.client.event.ConfigChangedEvent.OnConfigChan...
package de.fraunhofer.iosb.ilt.sta; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.security.KeyManagementException; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import or...
package de.retest.recheck; import java.lang.annotation.Annotation; import java.lang.reflect.Method; import java.util.Arrays; import java.util.HashSet; import java.util.Optional; import java.util.Set; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class TestCaseFinder { private static final Logger l...
package edu.brandeis.cs.steele.util; import java.util.Iterator; import java.util.NoSuchElementException; /** * Derive a new <code>Iterable</code> by removing adjacent duplicates * of the provided <i>sortable</i> <code>Iterable</code>s. * <p>Much like the STL version below:<br> * <code>std::unique_copy(c.begin(), c....
package fi.helsinki.cs.titokone; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.JFrame; import javax.swing.JPanel; import fi.helsinki.cs.ttk91.TTK91Cpu; /** * This class takes care ...
package hudson.plugins.ec2; import com.amazonaws.AmazonServiceException; import hudson.Extension; import hudson.Util; import hudson.model.Describable; import hudson.model.TaskListener; import hudson.model.Descriptor; import hudson.model.Descriptor.FormException; import hudson.model.Hudson; import hudson.model.Label; im...
package innovimax.mixthem.arguments; import java.util.EnumSet; /** * <p>This is a detailed enumeration of rules used to mix files.</p> * <p>Some rules may not be implemented yet.<.p> * <p>(Also used to print usage.)</p> * @author Innovimax * @version 1.0 */ public enum Rule { FILE_1("1", "1", "will output file1", t...
package io.clickhandler.web.dom; import jsinterop.annotations.JsIgnore; import jsinterop.annotations.JsProperty; import jsinterop.annotations.JsType; @JsType public class CSSProps { @JsProperty public Object backgroundColor; @JsProperty public Number boxFlex; @JsProperty public Number boxFlexGro...
package javaslang.collection; import javaslang.FilterMonadic; import javaslang.Kind; import javaslang.Kind.IterableKind; import javaslang.Tuple2; import javaslang.control.Match; import javaslang.control.None; import javaslang.control.Option; import javaslang.control.Some; import java.math.BigDecimal; import java.math.B...
package lan.dk.podcastserver.entity; import com.fasterxml.jackson.annotation.*; import com.google.common.collect.Sets; import lombok.*; import lombok.experimental.Accessors; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.FilenameUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commo...
package me.zero.client.api.module; import me.zero.client.api.event.EventManager; import me.zero.client.api.event.defaults.ModuleStateEvent; import me.zero.client.api.exception.ActionNotSupportedException; import me.zero.client.api.exception.UnexpectedOutcomeException; import me.zero.client.api.manage.Node; import me.ze...
package net.cvcg.ian.tictactoe; import javax.swing.*; import java.util.concurrent.TimeUnit; /* * @author ian, @date 7/23/16 4:56 PM */ public class TicTacToe { public static boolean turn = true; public static void main(String[] args) throws InterruptedException { TicTacToeBoard board = new TicTacToeBo...
package net.imagej.legacy; import java.io.File; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import org.scijava.app.AppService; import org.scijava.command.Interactive; import org.scijava.display.DisplayService; import org.scijava.log.LogService; import org.scijava.menu.MenuCon...
package net.openhft.chronicle.wire; import net.openhft.chronicle.bytes.Bytes; import net.openhft.chronicle.bytes.RandomDataInput; import net.openhft.chronicle.core.ClassLocal; import net.openhft.chronicle.core.Jvm; import net.openhft.chronicle.core.OS; import net.openhft.chronicle.core.pool.ClassAliasPool; import net.o...
package org.attribyte.wp.model; import com.google.common.base.Strings; import com.google.common.collect.ImmutableMap; import java.text.ParseException; import java.util.List; import java.util.Map; import java.util.stream.Collectors; public class Shortcode { /** * Creates a shortcode without content. * @param ...
package org.basex.http.restxq; import java.io.*; import java.util.*; import org.basex.http.*; import org.basex.io.serial.*; import org.basex.query.value.item.*; import org.basex.query.value.node.*; import org.basex.util.*; final class RestXqWadl { /** WADL namespace. */ private static final byte[] WADL = Token.toke...
package org.broad.igv.sam; import org.broad.igv.Globals; import org.broad.igv.event.AlignmentTrackEvent; import org.broad.igv.event.IGVEventBus; import org.broad.igv.event.IGVEventObserver; import org.broad.igv.feature.FeatureUtils; import org.broad.igv.feature.Locus; import org.broad.igv.feature.Range; import org.broa...
package org.jfree.chart.util; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import ...
package org.mastodon.trackmate; import java.util.Map; import org.mastodon.HasErrorMessage; import org.mastodon.detection.mamut.SpotDetectorOp; import org.mastodon.linking.mamut.SpotLinkerOp; import org.mastodon.revised.model.mamut.Link; import org.mastodon.revised.model.mamut.Model; import org.mastodon.revised.model.ma...
package org.newdawn.slick.geom; import org.newdawn.slick.util.FastTrig; /** * A 2 dimensional transformation that can be applied to <code>Shape</code> implemenations. * * @author Mark */ public class Transform { /** * Value for each position in the matrix * * |0 1 2| * |3 4 5| * |6 7 8|...
package org.owasp.esapi; import org.owasp.esapi.errors.AccessControlException; public interface AccessController { /** * Checks if the current user is authorized to access the referenced URL. Generally, this method should be invoked in the * application's controller or a filter as follows: * <PRE>ESA...
package org.rspspin.util; import java.util.ArrayList; import java.util.List; import org.apache.jena.query.ParameterizedSparqlString; import org.apache.jena.query.Query; import org.apache.jena.query.QueryExecution; import org.apache.jena.query.QueryExecutionFactory; import org.apache.jena.query.QueryFactory; import org....
package org.semanticweb.yars.nx.cli; import java.io.BufferedWriter; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStreamWriter; import java.util.Iterator; import java.util.logging.Logger; import org.apache.commons.cli.BasicParser; import org.apache.commons.cli.Command...
package org.whitesource.fs; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.whitesource.agent.ConfigPropertyKeys; import org.whitesource.agent.FileSystemScanner; import org.whitesource.agent.api.model.AgentProjectInfo; import org.whitesource.agent.dependency.resolver.DependencyResolutionService; imp...
package refinedstorage.tile.solderer; import io.netty.buffer.ByteBuf; import net.minecraft.inventory.Container; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.EnumFacing; import net.minecraft.world.World; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.items.Capab...
package systems.crigges.jmpq3; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import systems.crigges.jmpq3.BlockTable.Block; import systems.crigges.jmpq3.compression.RecompressOptions; import systems.crigges.jmpq3.security.MPQEncryption; import systems.crigges.jmpq3.security.MPQHashGenerator; import java.io.E...
package tigase.xmpp.impl; import java.util.Arrays; import java.util.List; import java.util.Queue; import java.util.Map; import java.util.logging.Logger; import java.util.Comparator; import java.util.Collections; import tigase.server.Packet; import tigase.xmpp.Authorization; import tigase.xmpp.NotAuthorizedException; im...
package tigase.xmpp.impl; import java.text.SimpleDateFormat; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util.LinkedList; import java.util.Map; import java.util.Queue; import java.util.TimeZone; import java.util.logging.Level; import java.util.logging.Logger; import tig...
package tw.kewang.testserver.api; import com.google.gson.Gson; import javax.ws.rs.*; import javax.ws.rs.core.Context; import javax.ws.rs.core.HttpHeaders; import javax.ws.rs.core.Response; import java.util.ArrayList; import java.util.List; @Path("data") public class DataApi { private volatile List<Members> user = n...
package uk.co.jemos.podam.api; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.HashSet; import java.util.Set; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uk.co.jemos.podam.common.PodamExclude...
package vc.inreach.aws.request; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.AWSCredentialsProvider; import com.amazonaws.auth.AWSSessionCredentials; import com.google.common.base.*; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import org.apache.c...
package cn.sharesdk; import java.util.ArrayList; import java.util.HashMap; import m.framework.utils.Hashon; import m.framework.utils.UIHandler; import org.cocos2dx.lib.Cocos2dxActivity; import cn.sharesdk.framework.Platform; import cn.sharesdk.framework.Platform.ShareParams; import cn.sharesdk.framework.PlatformActionL...
package wof.gui; import java.applet.Applet; import java.applet.AudioClip; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.GridLayout; import java.awt.Image; import java.awt.Toolkit; import java.awt.event.ActionEvent; import ja...
import java.awt.*; import java.awt.image.*; import javax.swing.*; import org.opencv.core.*; import org.opencv.core.Point; import org.opencv.highgui.Highgui; import org.opencv.highgui.VideoCapture; import org.opencv.imgproc.Imgproc; import org.opencv.objdetect.CascadeClassifier; /** * This is the main class of the Face...
package kg.apc.jmeter.config; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import javax.swing.JComponent; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; import kg.apc.jmeter.JMeterPluginsUtils; import org.apache.jmeter.config.gui....
package eu.europa.esig.dss; import java.io.ByteArrayOutputStream; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.String...
package com.sunteam.ebook.view; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.Locale; import com.sunteam.common.utils.Tools; import com.sunteam.ebook.R; import com.sunteam.ebook.entity.ReadMode; import com.sunteam.ebook.ent...
package music_thing; import java.net.URL; import java.util.ResourceBundle; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.TextField; import javafx.stage.Stage; import org.controlsfx.control.Rating; /** * FXML Controller class * * @author joshuakaplan */ public class EditTrack...
package org.siggd.actor; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import org.siggd.Convert; import org.siggd.DebugOutput; import org.siggd.Game; import org.siggd.Level; import org.siggd.Timer; import org.siggd.actor.meta.Prop; import org.siggd.actor.meta.PropScanner; import org.siggd....
package com.ocrapp.startscreen; import java.io.File; import java.util.ArrayList; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.Point; import android.graphics.Typeface; import android.graphics.drawable.BitmapDrawable; i...
package org.ethereum.vm; import org.ethereum.config.SystemProperties; import org.ethereum.core.BlockHeader; import org.ethereum.db.ContractDetails; import org.ethereum.vm.MessageCall.MsgType; import org.ethereum.vm.program.Program; import org.ethereum.vm.program.Stack; import org.slf4j.Logger; import org.slf4j.LoggerFa...
package org.wings.plaf.css; import java.io.IOException; import java.util.List; import java.util.ArrayList; import java.util.Map; import java.util.TreeMap; import org.wings.io.StringBuilderDevice; import junit.framework.TestCase; public class UtilsTest extends TestCase { private String encodeJSToString(Object o) { ...
package org.codehaus.httpcache4j.util; import org.codehaus.httpcache4j.cache.CacheItem; import org.codehaus.httpcache4j.cache.Key; import org.codehaus.httpcache4j.cache.MemoryCacheStorage; import org.codehaus.httpcache4j.cache.Vary; import java.net.URI; import java.util.LinkedHashMap; import java.util.Map; public class...
package org.javarosa.service.transport.securehttp.cache; import java.io.IOException; import java.io.InputStream; import java.util.Hashtable; import java.util.Random; import org.javarosa.core.util.MD5; import org.javarosa.core.util.MD5InputStream; import org.javarosa.core.util.OrderedHashtable; import org.javarosa.servi...
package org.junit.platform.commons.support; import static org.apiguardian.api.API.Status.MAINTAINED; import java.lang.annotation.Annotation; import java.lang.reflect.AnnotatedElement; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.List; import java.util.Optional; import org.apiguardia...
package org.languagetool.rules.de; import org.languagetool.AnalyzedSentence; import org.languagetool.AnalyzedTokenReadings; import org.languagetool.rules.*; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.ResourceBundle; /** * A rule that warns on long sentences. Note th...
package net.somethingdreadful.MAL.database; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.util.Log; import com.crashlytics.android.Crashlytics; import net.somethingdreadful.MAL.api.MALModels.RecordStub; import java.util.ArrayList; imp...
package polytheque.view; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JTextField; import org.omg.CORBA...
package org.xbill.DNS; import java.io.*; import java.text.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name implements Comparable { private static final int LABEL_NORMAL = 0; private static final int LABEL_COMPRESSION = 0x...
package org.xbill.DNS; import java.io.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name { private static final int LABEL_NORMAL = 0; private static final int LABEL_COMPRESSION = 0xC0; private static final int LABEL_EXTENDE...
package org.xbill.DNS; import java.io.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name { private static final int LABEL_NORMAL = 0; private static final int LABEL_COMPRESSION = 0xC0; private static final int LABEL_EXTENDE...
package net.canadensys.harvester.occurrence.view; import java.awt.Color; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.Collections; import java.util.List; im...
package org.xbill.DNS; import java.io.*; import java.text.*; import java.util.*; import org.xbill.DNS.utils.*; /** * A representation of a domain name. * * @author Brian Wellington */ public class Name implements Comparable { private static final int LABEL_NORMAL = 0; private static final int LABEL_COMPRESSION = 0x...
package com.macro.mall.portal.repository; import com.macro.mall.portal.domain.MemberBrandAttention; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.mongodb.repository.MongoRepository; public interface MemberBrandAttentionRepository extends Mo...
package org.xbill.DNS; import java.util.HashMap; import org.xbill.DNS.utils.*; /** * Constants and functions relating to DNS Types * * @author Brian Wellington */ public final class Type { /** Address */ public static final short A = 1; /** Name server */ public static final short NS = 2; /** Mail des...