answer
stringlengths
17
10.2M
package railo.runtime.tag; import java.io.File; import java.io.IOException; import java.util.Date; import railo.commons.io.ModeUtil; import railo.commons.io.res.Resource; import railo.commons.io.res.ResourceMetaData; import railo.commons.io.res.filter.AndResourceFilter; import railo.commons.io.res.filter.DirectoryResou...
package net.runelite.api; public class GraphicID { public static final int TELEPORT = 111; public static final int GREY_BUBBLE_TELEPORT = 86; public static final int ENTANGLE = 179; public static final int SNARE = 180; public static final int BIND = 181; public static final int ICE_RUSH = 361; ...
package beast.util; import beast.core.util.Log; import beast.evolution.alignment.*; import beast.evolution.datatype.DataType; import beast.evolution.datatype.StandardData; import beast.evolution.datatype.UserDataType; import beast.evolution.tree.TraitSet; import beast.evolution.tree.Tree; import java.io.*; import java....
package api.web.gw2.mapping.core; public final class ContinentDimensions { /** * The empty instance singleton. */ private static final ContinentDimensions EMPTY = new ContinentDimensions(); /** * The width. */ private final double width; /** * The height. */ private...
package be.ibridge.kettle.core.dialog; import java.util.ArrayList; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.CTabFolder; import org.eclipse.swt.custom.CTabItem; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; import org.eclipse.swt.events.SelectionAdapter; import...
package com.android.email.activity; import java.text.DateFormat; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import android.app.ExpandableListActivity; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.graphics.Type...
package cellsociety_team05; import java.util.ArrayList; import java.util.ResourceBundle; import javafx.scene.Scene; import javafx.scene.canvas.Canvas; import javafx.scene.canvas.GraphicsContext; import javafx.scene.layout.BorderPane; import javafx.scene.layout.GridPane; import javafx.scene.layout.HBox; import javafx.sc...
package com.bitsofproof.supernode.model; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import org.hibernate.exception.ConstraintViolationException; import org.slf4...
package com.bryanjswift.simplenote.ui; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.res.Configuration; import android.graphics.PixelFormat; import android.os.Bundle; import android.provider.BaseColumns; import android.util.Log; import android.view.*;...
package com.ecyrd.jspwiki.parser; import java.io.*; import java.util.*; import javax.xml.transform.Result; import org.apache.log4j.Logger; import org.apache.oro.text.GlobCompiler; import org.apache.oro.text.regex.*; import org.jdom.*; import com.ecyrd.jspwiki.*; import com.ecyrd.jspwiki.attachment.Attachment; import co...
package com.jensen.game.othello.view; import com.jensen.game.view.DefualtGameView; import sun.reflect.generics.reflectiveObjects.NotImplementedException; /** * An Extension of the defualt game view to display a othello game. * Overrides updateCell to display othello pieces instead of text. * * @see DefualtGameView ...
package com.redhat.ceylon.common.tool; import java.io.File; import java.util.List; import com.redhat.ceylon.common.FileUtil; import com.redhat.ceylon.common.tools.CeylonTool; public abstract class CeylonBaseTool implements Tool { protected File cwd; public String verbose; protected List<String> defines; ...
package com.tw.go.plugin; import com.google.gson.GsonBuilder; import com.thoughtworks.go.plugin.api.GoApplicationAccessor; import com.thoughtworks.go.plugin.api.GoPlugin; import com.thoughtworks.go.plugin.api.GoPluginIdentifier; import com.thoughtworks.go.plugin.api.annotation.Extension; import com.thoughtworks.go.plug...
package com.stripe.android.model; import com.stripe.android.util.DateUtils; import com.stripe.android.util.TextUtils; public class Card extends com.stripe.model.StripeObject { String number; String cvc; Integer expMonth; Integer expYear; String name; String addressLine1; String addressLine2;...
package net.fortuna.ical4j.model.component; import java.io.FileInputStream; import java.io.IOException; import java.net.SocketException; import java.text.ParseException; import java.util.Calendar; import java.util.Iterator; import net.fortuna.ical4j.data.CalendarBuilder; import net.fortuna.ical4j.data.ParserException; ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.broad.igv.sam; import org.broad.igv.AbstractHeadlessTest; import org.broad.igv.PreferenceManager; import org.broad.igv.sam.reader.AlignmentReader; import org.broad.igv.sam.reader.AlignmentReaderFactory; impor...
package org.voltdb.planner; import org.voltdb.plannodes.AbstractPlanNode; import org.voltdb.types.PlanNodeType; public class TestPlansOrderBy extends PlannerTestCase { @Override protected void setUp() throws Exception { setupSchema(TestPlansGroupBy.class.getResource("testplans-orderby-ddl.sql"), ...
package cx2x; import cx2x.decompiler.XcmlBackend; import cx2x.translator.ClawTranslatorDriver; import cx2x.translator.config.Configuration; import cx2x.translator.language.helper.accelerator.AcceleratorDirective; import cx2x.translator.language.helper.target.Target; import cx2x.translator.report.ClawTransformationRepor...
package com.db.upnp.client; import com.db.net.http.HttpWebClient; import com.db.net.http.HttpWebConnection; import com.db.net.http.HttpWebRequest; import com.db.net.http.HttpWebResponse; import com.db.net.soap.RpcSoapEnvelope; import com.db.net.soap.SoapOperation; import com.db.upnp.device.UPnPRootDevice; import com.db...
package org.nick.wwwjdic; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.http.client.ClientProtocolException; import org.apache.http....
package com.box.boxjavalibv2; import java.util.HashMap; import java.util.Map; import org.apache.commons.lang.NotImplementedException; import com.box.boxjavalibv2.BoxConnectionManagerBuilder.BoxConnectionManager; import com.box.boxjavalibv2.authorization.IAuthDataController; import com.box.boxjavalibv2.authorization.IAu...
package crSemantics; import java.util.ArrayList; import java.util.List; import graph.ConresActivity; import graph.ConresGraph; import graph.ConresRelation; import graph.Type; import interfaces.Graph; import interfaces.Semantics; import utils.SemanticsFactory; //TODO MAKE A DEEP COPY OF THE CRGRAPH WHEN RECIEVED public ...
package edu.ucsb.cs56.projects.games.poker; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.io.IOException; final class PokerSinglePlayer extends PokerGame { Timer timer; int timer_value = 1500; // milliseconds boolean yourTurnToBet = true; /** * Default no-arg constru...
package edu.washington.escience.myria.parallel; import java.lang.management.ManagementFactory; import java.util.Arrays; import java.util.BitSet; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.Callable; import java.util.c...
package org.voovan.network; import org.voovan.network.handler.SynchronousHandler; import org.voovan.network.messagesplitter.TransferSplitter; import org.voovan.tools.TPerformance; import org.voovan.tools.TUnsafe; import org.voovan.tools.collection.Chain; import org.voovan.tools.buffer.TByteBuffer; import org.voovan.too...
package org.voovan.network; import org.voovan.network.handler.SynchronousHandler; import org.voovan.network.messagesplitter.TransferSplitter; import org.voovan.tools.TPerformance; import org.voovan.tools.collection.Chain; import org.voovan.tools.buffer.TByteBuffer; import org.voovan.tools.TEnv; import org.voovan.tools....
package org.voovan.network; import org.voovan.network.handler.SynchronousHandler; import org.voovan.network.messagesplitter.TransferSplitter; import org.voovan.tools.TObject; import org.voovan.tools.TPerformance; import org.voovan.tools.collection.Chain; import org.voovan.tools.buffer.TByteBuffer; import org.voovan.too...
package gov.nih.nci.calab.ui.core; import gov.nih.nci.calab.domain.nano.characterization.Characterization; import gov.nih.nci.calab.domain.nano.characterization.DerivedBioAssayData; import gov.nih.nci.calab.dto.characterization.CharacterizationBean; import gov.nih.nci.calab.dto.characterization.CharacterizationFileBean...
package gov.nih.nci.calab.ui.core; import gov.nih.nci.calab.dto.characterization.CharacterizationBean; import gov.nih.nci.calab.dto.characterization.CharacterizationSummaryBean; import gov.nih.nci.calab.dto.characterization.DatumBean; import gov.nih.nci.calab.dto.characterization.DerivedBioAssayDataBean; import gov.nih...
package org.rstudio.core.client; import org.rstudio.studio.client.workbench.prefs.model.UserPrefs; import com.google.gwt.dom.client.Document; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.PreElement; import com.google.gwt.junit.client.GWTTestCase; import junit.framework.Assert; // Note on t...
package com.nubicz.customviews; import java.util.HashMap; import android.graphics.Typeface; public class TypeFaceCache { public static HashMap<String,Typeface> pCache = null; public static Typeface getFont(1String path){ if(pCache == null){ } } }
package org.jetel.data.parser; import java.io.IOException; import java.io.InputStream; import java.nio.BufferOverflowException; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.channels.Channels; import java.nio.channels.FileChannel; import java.nio.channels.ReadableByteChannel; import java.nio.c...
package group.pals.desktop.app.apksigner; import group.pals.desktop.app.apksigner.i18n.Messages; import group.pals.desktop.app.apksigner.i18n.R; import group.pals.desktop.app.apksigner.ui.Dlg; import group.pals.desktop.app.apksigner.ui.JEditorPopupMenu; import group.pals.desktop.app.apksigner.utils.Files; import group....
package org.apache.jcs.engine.memory.lru; import java.io.IOException; import java.io.Serializable; import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.jcs.engine.Cach...
package ru.pinkponies.app; import java.util.Timer; import java.util.TimerTask; import java.util.logging.Logger; import org.osmdroid.DefaultResourceProxyImpl; import org.osmdroid.ResourceProxy; import org.osmdroid.util.GeoPoint; import org.osmdroid.views.MapController; import org.osmdroid.views.MapView; import org.osmdr...
package au.csiro.portal.services; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.io.OutputStream; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import javax.xml.namespace.NamespaceContext; import javax.xml.xpath.XPathConstants; impo...
package au.gov.ga.geodesy.domain.model.event; import java.util.Date; import javax.persistence.Column; import javax.persistence.DiscriminatorColumn; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Inheritance; import javax.persistence.Inheri...
package be.pielambr.minerva4j.client; import be.pielambr.minerva4j.beans.Announcement; import be.pielambr.minerva4j.beans.Course; import be.pielambr.minerva4j.beans.Document; import be.pielambr.minerva4j.beans.Event; import be.pielambr.minerva4j.exceptions.LoginFailedException; import be.pielambr.minerva4j.parsers.Anno...
import java.io.File; import java.io.IOException; import java.io.BufferedInputStream; import java.io.FileInputStream; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.Vector; public abstract class BinaryDataFile extends BinaryData{ File file; protected boolean compressed; BinaryDataFil...
package cc.twittertools.post; import static cc.twittertools.post.Tweet.userNameFromFile; import it.unimi.dsi.fastutil.ints.Int2ShortMap; import it.unimi.dsi.fastutil.ints.Int2ShortOpenHashMap; import it.unimi.dsi.fastutil.longs.LongOpenHashSet; import it.unimi.dsi.fastutil.longs.LongSet; import java.io.BufferedWriter; ...
package cn.springmvc.controller; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.PathVariable; import org.spri...
package co.phoenixlab.discord.stats; import static java.lang.Math.*; public class RunningAverage { private double running; private int count; private double min; private double max; public RunningAverage() { running = 0; count = 0; min = Double.MAX_VALUE; max = 0D; ...
package com.aif.language.sentence; import com.aif.language.common.ISplitter; import com.aif.language.common.VisibilityReducedForTestPurposeOnly; import java.util.*; import java.util.stream.Collectors; public class SentenceSplitter implements ISplitter<List<String>, List<String>> { private final ISentenceS...
package com.alibaba.excel.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.alibaba.excel.converters.AutoConverter; import com.alibaba.excel.conver...
// Implementation of the Blueprints Interface for ArangoDB by triAGENS GmbH Cologne. package com.arangodb.blueprints; import java.util.Iterator; import java.util.Vector; import org.apache.log4j.Logger; import com.arangodb.blueprints.client.ArangoDBBaseQuery; import com.arangodb.blueprints.client.ArangoDBException; impo...
package com.auth0.client.mgmt; import com.auth0.json.mgmt.EmailTemplate; import com.auth0.net.CustomRequest; import com.auth0.net.Request; import com.auth0.utils.Asserts; import com.fasterxml.jackson.core.type.TypeReference; import okhttp3.HttpUrl; import okhttp3.OkHttpClient; @SuppressWarnings({"WeakerAccess", "unused...
package com.elastic.support.diagnostics; import com.beust.jcommander.JCommander; import com.elastic.support.diagnostics.chain.DiagnosticChainExec; import com.elastic.support.diagnostics.chain.DiagnosticContext; import com.elastic.support.util.ArchiveUtils; import com.elastic.support.util.SystemProperties; import com.el...
// FlexReader.java package loci.formats.in; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.HashMap; import java.util.Vector; import loci.common.DataTools; import loci.common.Location; import loci.common.RandomAccessInputStream; import loci.common.XMLTools; import loci.formats...
package com.elmakers.mine.bukkit.magic; import java.util.ArrayList; import java.util.Collection; import java.util.logging.Level; import com.elmakers.mine.bukkit.api.block.UndoList; import com.elmakers.mine.bukkit.api.magic.*; import com.elmakers.mine.bukkit.api.spell.SpellCategory; import com.elmakers.mine.bukkit.block...
package com.foodrater.verticles; import io.vertx.core.AbstractVerticle; import io.vertx.core.http.HttpMethod; import io.vertx.core.http.HttpServerResponse; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import io.vertx.core.logging.LoggerFactory; import io.vertx.ext.mongo.MongoClient; import...
package com.frostwire.jlibtorrent; import com.frostwire.jlibtorrent.swig.*; import java.util.ArrayList; import java.util.List; /** * The {@link AddTorrentParams} is a parameter pack for adding torrents to a * session. The key fields when adding a torrent are: * <ul> * <li>ti - when you have a .torrent file</li> * ...
package com.github.dakusui.jcunit8.pipeline; import com.github.dakusui.jcunit.core.tuples.Tuple; import com.github.dakusui.jcunit8.factorspace.Constraint; import com.github.dakusui.jcunit8.factorspace.Factor; import com.github.dakusui.jcunit8.factorspace.FactorSpace; import com.github.dakusui.jcunit8.factorspace.Parame...
package com.github.niwaniwa.we.core.listener; import java.awt.Graphics2D; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.InputStream; import java.net.URL; import java.util.List; import javax.imageio.ImageIO; import com.github.niwaniwa.we.core.util.lib.Title; import org.bukkit.Bukkit; import ...
package com.isomorphic.maven.mojo; import java.util.List; import org.apache.http.auth.UsernamePasswordCredentials; import org.apache.maven.model.building.ModelBuilder; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException;...
package com.minespaceships.mod.spaceship; import java.io.Serializable; import java.io.StringReader; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.Scanner; import java.util.Set; import java.util.Vector; import javax.vecmath.Vector3d; import ...
package com.mixpanel.android.util; import android.graphics.Bitmap; public class StackBlurManager { public static void process(Bitmap source, int radius) { if (radius < 1) { return; // No work to do } final int width = source.getWidth(); final int height = source.getHeight...
// LegacyManager.java package imagej.legacy; import ij.IJ; import ij.ImagePlus; import ij.WindowManager; import imagej.ImageJ; import imagej.Manager; import imagej.ManagerComponent; import imagej.data.Dataset; import imagej.display.Display; import imagej.display.DisplayManager; import imagej.display.event.DisplayActiva...
package com.pearson.statsagg.webui; import com.pearson.statsagg.alerts.MetricAssociation; import com.pearson.statsagg.database_objects.metric_group.MetricGroup; import com.pearson.statsagg.database_objects.metric_group.MetricGroupsDao; import com.pearson.statsagg.database_objects.output_blacklist.OutputBlacklistDao; im...
package com.rampatra.arrays.searching; public class BinarySearch { /** * Searches an element {@param n} in a sorted array {@param a} * and returns its index in O(log n) time. The Index may not * correspond to the first occurrence of the element. * * @param a sorted array to be searched ...
package com.alexaut.kroniax.game.scripts; import com.alexaut.kroniax.game.Camera; import com.alexaut.kroniax.game.Player; import com.alexaut.kroniax.game.level.Level; public abstract class TimedScript extends Script { public float mDuration; public float mElapsedTime; public TimedScript(float duration) { ...
package com.royalrangers.controller; import com.dropbox.core.DbxException; import com.fasterxml.jackson.annotation.JsonView; import com.royalrangers.dto.ResponseResult; import com.royalrangers.dto.user.*; import com.royalrangers.enums.ImageType; import com.royalrangers.exception.UserRepositoryException; import com.roya...
package com.deftwun.zombiecopter.systems; import com.artemis.BaseSystem; import com.badlogic.gdx.math.Intersector; import com.badlogic.gdx.math.MathUtils; import com.badlogic.gdx.math.Rectangle; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.utils.Array; import com.deftwun.zombiecopter.App; import com.de...
package com.splicemachine.concurrent; import com.google.common.util.concurrent.ThreadFactoryBuilder; import java.util.concurrent.*; /** * Convenient executor factory methods. * * On daemon property: For the splicemachine main product where we run as part of of HBase we probably want * most thread pools to consist o...
// OOO GWT Utils - utilities for creating GWT applications // This library is free software; you can redistribute it and/or modify it // (at your option) any later version. // This library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // You shou...
package com.toomasr.sgf4j.parser; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * Computes the visual depth for the game nodes. The visual * depth designates as how deep in the tree should the line be * shown if a GUI is being used. I should move this helper to * sgf4j-gui projec...
package com.wizzardo.http.framework; import com.wizzardo.epoll.IOThread; import com.wizzardo.epoll.SslConfig; import com.wizzardo.http.filter.AuthFilter; import com.wizzardo.http.filter.BasicAuthFilter; import com.wizzardo.http.filter.TokenFilter; import com.wizzardo.http.request.Request; import com.wizzardo.http.respo...
package com.yiji.falcon.agent.falcon; import com.yiji.falcon.agent.config.AgentConfiguration; import com.yiji.falcon.agent.util.HttpUtil; import com.yiji.falcon.agent.util.StringUtils; import com.yiji.falcon.agent.vo.HttpResult; import org.json.JSONArray; import org.json.JSONObject; import org.slf4j.Logger; import org....
package de.ehex.foss.rfcs.rfc2119; import static java.util.Objects.nonNull; public enum RequirementLevel { MUST("MUST", "This word, or the terms \"REQUIRED\" or \"SHALL\", mean that the definition is an absolute requirement of the specification."), REQUIRED("REQUIRED", MUST), SHALL("SHALL", MUST), MUST_...
package de.upb.fsmi.fsdroid.fragments; import android.annotation.TargetApi; import android.content.ContentResolver; import android.content.SyncInfo; import android.content.SyncStatusObserver; import android.database.Cursor; import android.os.Build; import android.os.Bundle; import android.support.v4.app.ListFragment; i...
package edu.harvard.iq.dataverse; import java.util.ArrayList; import java.util.List; import javax.ejb.EJB; import javax.faces.application.FacesMessage; import javax.faces.component.UIComponent; import javax.faces.component.UIInput; import javax.faces.context.FacesContext; import javax.faces.event.ActionEvent; import ja...
package eu.over9000.skadi.ui.cells; import de.jensd.fx.glyphs.GlyphsDude; import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon; import eu.over9000.skadi.model.Channel; import eu.over9000.skadi.ui.ChannelGrid; import eu.over9000.skadi.ui.MainWindow; import javafx.beans.binding.Bindings; import javafx.beans.value.WeakCh...
package extrabiomes.lib.worldgen; import java.util.List; import java.util.Random; import com.google.common.collect.Lists; import net.minecraft.world.biome.BiomeGenBase; import net.minecraft.world.biome.BiomeGenBase.Height; import net.minecraft.world.gen.feature.WorldGenAbstractTree; import net.minecraft.world.gen.featu...
package fi.csc.microarray.client; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.io.File; import java.net.Malf...
package giraudsa.marshall.serialisation; import giraudsa.marshall.exception.MarshallExeption; import giraudsa.marshall.exception.NotImplementedSerializeException; import giraudsa.marshall.serialisation.ActionAbstrait.Comportement; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import ja...
package im.yangqiang.android.unicorn.core; import android.content.Context; import org.json.JSONObject; import java.util.Map; import im.yangqiang.android.unicorn.data.http.HttpUtils; import im.yangqiang.android.unicorn.data.http.server.inf.IResponse; public class UinModel { private Context mContext; public UinMo...
npackage innovimax.mixthem.operation; interface ILineOperation extends IOperation { String process(String line1, String line2); }
package io.github.classgraph; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLClassLoader; import java.nio.ByteBuffer; import java.util.Collections; import java.util.Enumeration; import java.util.LinkedHashSet; import java.util.Set; import nonapi.io.github.classgraph.scan...
package io.github.classgraph; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Set; import io.github.classgraph.utils.Parser; import io.github.classgraph.utils.Parser.ParseException; import io.github.classgraph.utils.TypeUtils; /** A class reference type signature (calle...
package linenux.view; import javafx.beans.property.BooleanProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.collections.ListChangeListener; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.TextArea; import linenux.control.ControlUnit; import linenux.mode...
package main.java.com.bag.server; import bftsmart.reconfiguration.util.RSAKeyLoader; import bftsmart.tom.MessageContext; import bftsmart.tom.ServiceProxy; import bftsmart.tom.core.messages.TOMMessageType; import bftsmart.tom.util.TOMUtil; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input;...
package me.coley.recaf.decompile.cfr; import me.coley.recaf.config.ConfDecompile; import me.coley.recaf.control.Controller; import me.coley.recaf.decompile.Decompiler; import me.coley.recaf.util.AccessFlag; import org.benf.cfr.reader.api.CfrDriver; import org.benf.cfr.reader.util.getopt.OptionDecoderParam; import org.b...
package me.coley.recaf.parse.bytecode; import me.coley.recaf.parse.bytecode.ast.*; import me.coley.recaf.parse.bytecode.parser.HandleParser; import me.coley.recaf.util.*; import org.objectweb.asm.*; import org.objectweb.asm.tree.*; import java.util.*; import java.util.stream.Collectors; import static org.objectweb.asm....
package microsoft.exchange.webservices.data; /** * Represents a base 64 class. */ class Base64 { /** The data. */ static byte[] dataArry; /** The char set. */ static String strSet = "ABCDEFGHIJKLMNOPQRSTUVWXYZab" + "cdefghijklmnopqrstuvwxyz0123456789+/"; static { dataArry = ne...
package net.finmath.marketdata.model; import java.io.Serializable; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import net.finmath.marketdata.calibration.ParameterObjectInterface; import net.finmath.marketdat...
package net.java.jless.smartcard; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class ChainingSmartcard implements Smartcard { private static final Log log = LogFactory.getLog(ChainingSmart...
package net.malisis.core.renderer.font; import java.awt.Font; import java.awt.FontFormatException; import java.awt.font.FontRenderContext; import java.awt.font.LineMetrics; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; import java.io.FileNotF...
package net.timbusproject.extractors.pojo; import org.apache.http.HttpResponse; import org.apache.http.client.methods.HttpGet; import org.apache.http.client.methods.HttpUriRequest; import org.apache.http.impl.client.DefaultHttpClient; import org.apache.http.impl.client.DefaultHttpRequestRetryHandler; import org.osgi.se...
package nl.hsac.fitnesse.fixture.slim; import nl.hsac.fitnesse.fixture.util.JsonPathHelper; import org.apache.commons.lang3.StringUtils; import org.json.JSONObject; import java.util.List; /** * Fixture to make Http calls and interpret the result as JSON. */ public class JsonHttpTest extends HttpTest { public bool...
package org.ambraproject.wombat.model; import com.google.common.collect.ImmutableList; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import java.util.stream.Collectors; public class SearchFilter { private final ImmutableList<SearchFilterItem> searchFilterResult; private Set<SearchFilt...
package org.freeswitch.esl.client.internal; import io.netty.channel.Channel; import org.freeswitch.esl.client.transport.CommandResponse; import org.freeswitch.esl.client.transport.SendMsg; import org.freeswitch.esl.client.transport.event.EslEvent; import org.freeswitch.esl.client.transport.message.EslMessage; import ja...
package org.graphwalker.core.machine; import org.graphwalker.core.generator.NoPathFoundException; import org.graphwalker.core.model.Action; import org.graphwalker.core.model.Element; import org.graphwalker.core.model.Vertex; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.slf4j.MDC; import java.util...
package org.jboss.remoting3.remote; import java.io.IOException; import java.io.InterruptedIOException; import java.nio.ByteBuffer; import org.jboss.remoting3.MessageOutputStream; import org.jboss.remoting3.NotOpenException; import org.xnio.IoUtils; import org.xnio.Pooled; import org.xnio.channels.Channels; import org.x...
package org.jcodec.codecs.h264.decode; import static org.jcodec.codecs.h264.H264Const.ARRAY; import static org.jcodec.codecs.h264.H264Const.BLK8x8_BLOCKS; import static org.jcodec.codecs.h264.H264Const.BLK_4x4_MB_OFF_LUMA; import static org.jcodec.codecs.h264.H264Const.BLK_8x8_IND; import static org.jcodec.codecs.h264....
package com.stripe.android.model; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.Size; import android.support.annotation.StringDef; import com.stripe.android.util.CardUtils; import com.stripe.android.ut...
package snowballmadness; import org.bukkit.*; import org.bukkit.entity.*; import org.bukkit.inventory.*; import org.bukkit.util.*; /** * * @author DanJ */ public class ArrowSnowballLogic extends SnowballLogic { private final int arrowCount; public ArrowSnowballLogic(ItemStack arrow) { this.arrowCount...
package com.eyekabob; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.sql.SQLException; import java.util.Properties; import javax.servlet.http.HttpServletRequest; import net.sf.json.JSONArray; import net.sf.json.JSONException; import net.sf.js...
package cn.cerc.mis.core; import cn.cerc.core.IHandle; import cn.cerc.db.core.IAppConfig; import cn.cerc.mis.config.ApplicationConfig; import cn.cerc.ui.core.UrlRecord; import lombok.extern.slf4j.Slf4j; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servle...
package org.sonar.plugins.stash.client; import com.ning.http.client.AsyncHttpClient; import com.ning.http.client.AsyncHttpClient.BoundRequestBuilder; import com.ning.http.client.AsyncHttpClientConfig; import com.ning.http.client.AsyncHttpClientConfigDefaults; import com.ning.http.client.Realm; import com.ning.http.clie...
package org.tapestry.controller; import org.springframework.stereotype.Controller; import org.springframework.security.authentication.encoding.ShaPasswordEncoder; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMa...
package org.testng.internal; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; import java.util.concurrent.TimeUnit; import org.testng.IConfigurable; import org.testng.IConfigureCallBack; import org.testng.IHookCallBack; import org.testng.IH...