answer
stringlengths
17
10.2M
package org.sipfoundry.sipxbridge; import gov.nist.javax.sip.DialogExt; import gov.nist.javax.sip.header.HeaderFactoryExt; import gov.nist.javax.sip.header.extensions.MinSE; import gov.nist.javax.sip.header.extensions.SessionExpiresHeader; import gov.nist.javax.sip.header.ims.PAssertedIdentityHeader; import gov.nist.ja...
package org.telegram.mtproto.secure; import org.telegram.mtproto.secure.aes.AESImplementation; import org.telegram.mtproto.secure.aes.DefaultAESImplementation; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; ...
package org.twuni.money.common; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class SimpleRepository<V> implements Repository<String, V> { protected final Map<Integer, V> map = new HashMap<Integer, V>(); @Override public V findById( String key ) { ...
package pl.asie.charset.wires; import net.minecraft.block.Block; import net.minecraft.block.BlockRedstoneDiode; import net.minecraft.block.BlockRedstoneWire; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemStack...
package main.java.ru.parallel.octotron.exec; import java.io.File; import main.java.ru.parallel.octotron.core.GraphService; import main.java.ru.parallel.octotron.impl.PersistenStorage; import main.java.ru.parallel.octotron.logic.ExecutionControler; import main.java.ru.parallel.octotron.neo4j.impl.Neo4jGraph; import main...
package ru.r2cloud.satellite.decoder; import java.awt.image.BufferedImage; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.imageio.ImageIO;...
package sb.tasks.jobs.dailypress; import com.jcabi.http.Response; import com.jcabi.http.request.JdkRequest; import com.jcabi.http.wire.AutoRedirectingWire; import com.jcabi.http.wire.CookieOptimizingWire; import com.jcabi.http.wire.RetryWire; import com.jcabi.log.Logger; import org.bson.Document; import org.jsoup.Jsoup...
package se.lth.cs.connect.modules; import se.lth.cs.connect.TrustLevel; import java.util.List; import java.security.SecureRandom; import java.time.ZoneId; import java.time.ZonedDateTime; import com.lambdaworks.crypto.SCryptUtil; import iot.jcypher.graph.GrNode; import iot.jcypher.graph.GrProperty; import iot.jcypher.qu...
package seedu.task.logic.commands; import seedu.task.commons.core.LogsCenter; import seedu.task.commons.core.Messages; import seedu.task.commons.core.UnmodifiableObservableList; import seedu.task.commons.exceptions.IllegalValueException; import seedu.task.logic.parser.TaskParser; import seedu.task.logic.parser.UpdateTa...
package team.creative.creativecore; import org.apache.commons.lang3.tuple.Pair; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import net.minecraft.util.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minec...
package techreborn.compat.jei; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.annotation.Nonnull; import mezz.jei.api.recipe.BlankRecipeWrapper; import net.minecraft.item.ItemStack; import net.minecraftforge.oredict.OreDictio...
package techreborn.utils; import com.google.common.collect.Maps; import net.minecraft.enchantment.Enchantment; import net.minecraft.enchantment.EnchantmentHelper; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.inventory.CraftingInventory; import net.minecraft.item.ItemStack; import net.minecraft....
package tigase.server.xmppclient; import tigase.util.TigaseStringprepException; import tigase.xmpp.BareJID; import tigase.db.DBInitException; import tigase.db.DataRepository; import tigase.db.RepositoryFactory; import tigase.db.UserNotFoundException; import java.sql.PreparedStatement; import java.sql.ResultSet; import ...
//@@author A0138493W package utask.logic.parser; import static utask.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import java.util.regex.Matcher; import java.util.regex.Pattern; import utask.logic.commands.Command; import utask.logic.commands.IncorrectCommand; import utask.logic.commands.UnaliasCommand; import...
package org.smoothbuild.lang.base; import static org.smoothbuild.lang.type.TestingTypes.blob; import static org.smoothbuild.lang.type.TestingTypes.string; import static org.smoothbuild.util.Lists.list; import static org.testory.Testory.given; import static org.testory.Testory.mock; import static org.testory.Testory.the...
package net.sf.odinms.server; import java.io.File; import java.util.*; import java.util.Map.Entry; import java.util.stream.Collectors; import net.sf.odinms.client.Equip; import net.sf.odinms.client.IItem; import net.sf.odinms.client.MapleClient; import net.sf.odinms.client.MapleInventoryType; import net.sf.odinms.clien...
package org.apache.james.transport.mailets; import java.io.*; import java.util.*; import java.net.*; import org.apache.avalon.*; import org.apache.james.*; import org.apache.james.core.*; import org.apache.james.mailrepository.*; import org.apache.james.transport.*; import org.apache.mailet.*; import org.apache.avalon....
package org.ensembl.healthcheck.testcase.variation; import java.sql.Connection; import org.ensembl.healthcheck.testcase.SingleDatabaseTestCase; import org.ensembl.healthcheck.DatabaseRegistryEntry; import org.ensembl.healthcheck.ReportManager; import org.ensembl.healthcheck.Species; /** * Checks the source table to ma...
package org.nschmidt.ldparteditor.data; import java.util.ArrayList; import java.util.HashMap; import org.lwjgl.util.vector.Matrix4f; import org.lwjgl.util.vector.Vector3f; import org.lwjgl.util.vector.Vector4f; import org.nschmidt.ldparteditor.enums.View; import org.nschmidt.ldparteditor.opengl.GL33Helper; import org.n...
package org.pentaho.di.cluster.dialog; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.events.ModifyEvent; import org.eclipse.swt.events.ModifyListener; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.events.ShellAdapter; imp...
package org.spurint.android.viewcontroller; import android.app.Activity; import android.view.LayoutInflater; import android.view.View; public abstract class ViewController { private final int layoutId; private final Activity activity; private final View contentView; private NavigationController navigati...
package org.usfirst.frc.team910.robot.Functions; import org.usfirst.frc.team910.robot.IO.Inputs; import org.usfirst.frc.team910.robot.IO.Outputs; import org.usfirst.frc.team910.robot.IO.Sensors; import org.usfirst.frc.team910.robot.Subsystems.Climber; import org.usfirst.frc.team910.robot.Subsystems.DriveTrain; import o...
package swift.application; import swift.client.SwiftImpl; import swift.crdt.CRDTIdentifier; import swift.crdt.IntegerTxnLocal; import swift.crdt.interfaces.CachePolicy; import swift.crdt.interfaces.IsolationLevel; import swift.crdt.interfaces.TxnHandle; import swift.dc.DCConstants; import swift.dc.DCSequencerServer; im...
package ch.bind.philib.conf; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.verifyNoMoreInteractions; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertSame; import org.slf4j.Logger; import org.slf4j.LoggerFactory; i...
package com.annimon.ownlang.parser; import com.annimon.ownlang.Console; import com.annimon.ownlang.lib.FunctionValue; import com.annimon.ownlang.lib.Functions; import com.annimon.ownlang.lib.NumberValue; import com.annimon.ownlang.lib.Variables; import com.annimon.ownlang.outputsettings.OutputSettings; import com.annim...
package com.github.fakemongo; import com.github.fakemongo.junit.FongoRule; import com.mongodb.BasicDBObject; import com.mongodb.DBCollection; import com.mongodb.DBObject; import com.mongodb.MapReduceCommand; import com.mongodb.MapReduceOutput; import java.io.IOException; import java.util.HashMap; import java.util.List;...
package com.microsoft.graph.core; import static org.junit.Assert.assertEquals; import org.junit.Before; import org.junit.Test; /** * Tests for Multipart functionality */ public class MultipartTests { private Multipart multipart; @Before public void setUp() { multipart = new Multipart(); } ...
package com.pengrad.telegrambot; import com.pengrad.telegrambot.model.Message; import com.pengrad.telegrambot.model.Update; import com.pengrad.telegrambot.model.User; import com.pengrad.telegrambot.model.request.*; import com.pengrad.telegrambot.response.*; import org.junit.Test; import java.io.File; import java.io.Fil...
package com.qiniu.testing; import java.net.SocketTimeoutException; import junit.framework.TestCase; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.conn.ConnectTimeoutException; import com.qiniu.api.config.Config; impor...
package edu.harvard.iq.dataverse.api; import com.jayway.restassured.RestAssured; import static com.jayway.restassured.RestAssured.given; import com.jayway.restassured.http.ContentType; import com.jayway.restassured.response.Response; import java.util.logging.Logger; import org.junit.BeforeClass; import org.junit.Test; ...
package ihk.report.generator.util; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; import java.io.File; import java.util.Arrays; import java.util.List; import org.junit.Test; /** * The Class FileUtilsTest. */ public class FileUtilsTest ...
package nom.bdezonia.zorbage.algorithm; import static org.junit.Assert.assertEquals; import org.junit.Test; import nom.bdezonia.zorbage.groups.G; import nom.bdezonia.zorbage.procedure.Ramp; import nom.bdezonia.zorbage.type.data.float64.real.Float64Group; import nom.bdezonia.zorbage.type.data.float64.real.Float64Member;...
package org.animotron.statement.math; import org.animotron.ATest; import org.animotron.expression.AbstractExpression; import org.animotron.expression.AnimoExpression; import org.animotron.expression.Expression; import org.animotron.statement.operator.AN; import org.animotron.statement.operator.REF; import org.junit.Tes...
package org.jabref.model.strings; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.Optional; import java.util.stream.Stream; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.Arg...
package org.sfm.reflect; import org.junit.Test; import org.sfm.beans.*; import org.sfm.reflect.asm.AsmFactory; import org.sfm.reflect.impl.FieldGetter; import org.sfm.reflect.impl.MethodGetter; import org.sfm.reflect.primitive.*; import static org.junit.Assert.*; public class ObjectGetterFactoryTest { private Objec...
package seedu.todo.guitests; import static org.junit.Assert.*; import static seedu.todo.testutil.AssertUtil.assertSameDate; import java.time.LocalDate; import java.time.LocalDateTime; import org.junit.Before; import org.junit.Test; import seedu.todo.commons.util.DateUtil; import seedu.todo.guitests.guihandles.TaskListD...
package com.vangent.hieos.xutil.xconfig; import com.vangent.hieos.xutil.exception.XMLParserException; import com.vangent.hieos.xutil.xml.XMLParser; import com.vangent.hieos.xutil.exception.XConfigException; import com.vangent.hieos.xutil.iosupport.Io; // Third-party. import java.util.ArrayList; import java.util.Iterato...
package com.eqt.ssc.tools; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.zip.GZIPInputStream; import org.apache.commons.io.IOUtils; import com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider; import com.amazonaws.services.s3.Amaz...
package cn.cerc.mis.core; import java.io.IOException; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.context.ApplicationContext; impor...
package com.googlecode.totallylazy.template; import com.googlecode.totallylazy.template.ast.Grammar; import org.hamcrest.Matchers; import org.junit.Test; import java.util.Map; import static com.googlecode.totallylazy.Lists.list; import static com.googlecode.totallylazy.Maps.map; import static com.googlecode.totallylazy...
package com.splunk.shep.customsearch; import org.apache.hadoop.fs.FSDataInputStream; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Parameters; import org.testng.annotations.Test; public class OutputHdfsTest extends SplunkHd...
package ch.usi.dag.disl.test.processor; import ch.usi.dag.disl.annotation.ArgsProcessor; import ch.usi.dag.disl.annotation.ProcessAlso; import ch.usi.dag.disl.annotation.ProcessAlso.Type; import ch.usi.dag.disl.annotation.SyntheticLocal; import ch.usi.dag.disl.dynamiccontext.DynamicContext; import ch.usi.dag.disl.proce...
package org.sikuli.ide; import java.io.*; import java.awt.*; import java.awt.datatransfer.*; import java.awt.image.*; import java.awt.event.*; import java.util.regex.Pattern; import java.util.regex.Matcher; import javax.swing.*; import javax.swing.text.*; import javax.swing.filechooser.FileFilter; import javax.swing.ev...
package com.example.helloworld; import com.appnexus.opensdk.BannerAdView; import com.appnexus.opensdk.InterstitialAdView; import com.appnexus.opensdk.AdListener; import com.google.ads.AdRequest; import com.google.ads.AdSize; import com.google.ads.AdView; import android.os.Bundle; import android.app.Activity; import and...
package se.sics.contiki.collect.gui; import java.awt.Color; import java.awt.Component; import java.awt.Cursor; import java.awt.Dimension; import java.awt.FontMetrics; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.GridLayout; import java.awt.RenderingHints; import java.awt.event.ActionEvent; impo...
package team046; import battlecode.common.*; public class RobotPlayer { private static RobotController rc; private static int round; private static double power; private static int hoardNukeResearchMin = 29; private static int zergRushChannel = randomWithRange(0, GameConstants.BROADCAST_MAX_CHANNELS...
package solver.variables.view; import choco.kernel.common.util.iterators.DisposableRangeIterator; import choco.kernel.common.util.iterators.DisposableValueIterator; import choco.kernel.common.util.procedure.IntProcedure; import solver.Cause; import solver.ICause; import solver.Solver; import solver.exception.Contradict...
package org.sikuli.ide; import java.io.*; import java.awt.*; import java.awt.datatransfer.*; import java.awt.image.*; import java.awt.event.*; import java.util.regex.Pattern; import java.util.regex.Matcher; import javax.swing.*; import javax.swing.text.*; import javax.swing.filechooser.FileFilter; import javax.swing.ev...
package org.exist.xquery.modules; import java.io.ByteArrayInputStream; import java.io.IOException; import java.util.Properties; import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import org.apache.log4j.Logger; import org.exist.memtree.D...
package kg.apc.jmeter.vizualizers; import java.text.DecimalFormatSymbols; import kg.apc.charting.AbstractGraphRow; import kg.apc.charting.rows.GraphRowAverages; import kg.apc.charting.rows.GraphRowOverallAverages; import kg.apc.jmeter.JMeterPluginsUtils; import kg.apc.jmeter.graphs.AbstractVsThreadVisualizer; import or...
package edu.umd.cs.findbugs.detect; import java.util.ArrayList; import java.util.BitSet; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import org.apache.bcel.Constants; import org.apache.bcel.classfile.Constant; import org.apache.bcel.classfile.ConstantInterfaceMethodref; import org.apa...
package edu.umd.cs.findbugs.updates; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.StringWriter; import java.net.HttpURLConnection; import java.net.URI; import java.net.URISyntaxException; import java.text.SimpleDateFormat; import java.util.Collection; import java.u...
package edu.umd.cs.findbugs.visitclass; import java.io.IOException; import java.io.Serializable; import java.util.Comparator; import java.util.Enumeration; import java.util.Iterator; import java.util.TreeSet; import java.util.zip.ZipEntry; import java.util.zip.ZipFile; import org.apache.bcel.classfile.ClassParser; impo...
package snow.skittles; import android.content.Context; import android.content.res.TypedArray; import android.graphics.drawable.Drawable; import android.support.design.widget.CoordinatorLayout; import android.support.design.widget.Snackbar; import android.support.v4.content.ContextCompat; import android.support.v7.widge...
package com.foc.property.validators; import java.util.ArrayList; import java.util.Iterator; import com.foc.ConfigInfo; import com.foc.Globals; import com.foc.OptionDialog; import com.foc.desc.FocObject; import com.foc.list.FocList; import com.foc.property.FProperty; import com.foc.tree.FNode; import com.foc.util.ASCII;...
package io.sniffy.sql; import java.sql.*; import java.util.Properties; import java.util.logging.Logger; import static org.mockito.Mockito.spy; public class TestDriver implements Driver { private final static TestDriver INSTANCE = spy(new TestDriver()); static { load(); } private static void load...
package net.mueller_martin.turirun; import java.io.IOException; import com.badlogic.gdx.graphics.Camera; import com.badlogic.gdx.maps.MapProperties; import com.badlogic.gdx.maps.tiled.TiledMap; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.math.Vector2; import co...
package org.jboss.as.console.client.rbac; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.safehtml.shared.SafeHtmlBuilder; import org.jboss.ballroom.client.rbac.SecurityContext; /** * @author Heiko Braun * @date 8/7/13 */ public class RBACUtil { public static SafeHtml dump(SecurityContext s...
package ai.h2o.automl.transforms; import org.reflections.Reflections; import water.Key; import water.fvec.TransformWrappedVec; import water.fvec.Vec; import water.rapids.AST; import water.rapids.ASTUniOp; import water.rapids.Exec; import java.util.*; import java.util.concurrent.atomic.AtomicInteger; /** * Stupid class...
package hex.genmodel.algos; import deepwater.backends.BackendModel; import deepwater.backends.BackendParams; import deepwater.backends.BackendTrain; import deepwater.backends.RuntimeOptions; import deepwater.datasets.ImageDataSet; import hex.genmodel.GenModel; import hex.genmodel.MojoModel; import java.io.File; import ...
package core; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.PreparedStatement; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Queue; import connection.DBMSConnection; import core.test.GeneratorTest; import basicDatatypes.*;...
package org.hudsonci.inject; import com.google.inject.Binder; import com.google.inject.Module; import org.hudsonci.inject.internal.SmoothieContainerBootstrap; import org.junit.After; import org.junit.Before; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Support for inject tests. * * @author <a href=...
package com.ray3k.skincomposer.dialog; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.ui.Button; import com.badlogic.gdx.scenes.scene2d.ui.Dialog; import com.badlogic.gdx.scenes.scene2d.ui.Label; import com.badlogic.g...
package com.gaiagps.iburn.adapters; import android.location.Location; import android.text.Spannable; import android.text.SpannableString; import android.text.style.TextAppearanceSpan; import android.view.View; import android.widget.AdapterView; import android.widget.TextView; import android.widget.Toast; import com.gai...
package com.ctrip.xpipe.utils; import java.util.Map; import java.util.ServiceLoader; import java.util.concurrent.ConcurrentHashMap; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ctrip.xpipe.api.foundation.FoundationService; /** * @author wenchao.meng * * Jun 13, 2016 */ public class ServicesUt...
package hudson.cli.declarative; import hudson.cli.CLICommand; import hudson.model.Hudson; import org.jvnet.hudson.annotation_indexer.Indexed; import org.kohsuke.args4j.CmdLineException; import java.lang.annotation.Documented; import static java.lang.annotation.ElementType.METHOD; import java.lang.annotation.Retention; ...
package org.bouncycastle.asn1.x9; import java.util.Enumeration; import org.bouncycastle.asn1.ASN1EncodableVector; import org.bouncycastle.asn1.ASN1Object; import org.bouncycastle.asn1.ASN1OctetString; import org.bouncycastle.asn1.ASN1Primitive; import org.bouncycastle.asn1.ASN1Sequence; import org.bouncycastle.asn1.DER...
package org.mskcc.cbio.portal.dao; import org.mskcc.cbio.portal.util.DatabaseProperties; import org.mskcc.cbio.portal.util.GlobalProperties; import org.apache.commons.dbcp.BasicDataSource; import org.apache.commons.dbcp.DelegatingPreparedStatement; import org.apache.commons.logging.Log; import org.apache.commons.loggin...
package org.radargun.config; import java.util.List; import static org.radargun.config.VmArgUtils.ensureArg; import static org.radargun.config.VmArgUtils.replace; public class FlightRecorder implements VmArg { @Property(doc = "Start flight recording for the benchmark.", optional = false) private boolean enabled = ...
package org.intermine.web.struts; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import javax.servlet.ServletContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespons...
package ar.app.components.sequentialComposer; import java.awt.Color; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.io.File; import java.util.Arrays; import java.util.List; import ar.Glyphset; import ar.glyphsets.MemMapList; import ar.glyphsets.SyntheticGlyphset; import ar.glyphsets.implici...
package org.jbox2d.collision; /** * Contact ids to facilitate warm starting. Note: the ContactFeatures class is just embedded in here */ public class ContactID implements Comparable<ContactID> { public static enum Type { VERTEX, FACE } public byte indexA; public byte indexB; public byte typeA; public ...
package biz.paluch.jee.commons; import java.util.List; import javax.enterprise.inject.spi.BeanManager; /** * Utility to lookup beans. */ public final class BeanLookup { /** * Default JNDI names of the BeanManager. */ public static final String[] BEANMANAGER_JNDI_NAMES = {"java:comp/BeanManager", "ja...
package cn.jzvd; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.view.TextureView; import android.view.View; public class JZResizeTextureView extends TextureView { protected static final String TAG = "JZResizeTextureView"; public int currentVideoWidth = ...
package com.jme3.app.state; import com.jme3.app.Application; import com.jme3.renderer.RenderManager; /** * <code>AbstractAppState</code> implements some common methods * that make creation of AppStates easier. * @author Kirill Vainer * @see com.jme3.app.state.BaseAppState */ public class AbstractAppState implement...
package yuku.alkitab.base.storage; import android.content.*; import android.database.*; import android.database.sqlite.*; import android.provider.*; import android.util.*; import java.util.*; import yuku.alkitab.base.*; import yuku.alkitab.base.EdisiActivity.MEdisiYes; import yuku.alkitab.base.model.*; import yuku.alki...
package playn.tests.core; import java.util.ArrayList; import java.util.List; import pythagoras.f.FloatMath; import pythagoras.f.Rectangle; import playn.core.ImmediateLayer; import playn.core.AssetWatcher; import playn.core.GroupLayer; import playn.core.Image; import playn.core.Pattern; import playn.core.Surface; import...
package som.vmobjects; import java.util.Arrays; import org.graalvm.collections.EconomicMap; import org.graalvm.collections.MapCursor; import com.oracle.truffle.api.CompilerAsserts; import com.oracle.truffle.api.CompilerDirectives; import com.oracle.truffle.api.CompilerDirectives.CompilationFinal; import com.oracle.truf...
package com.badlogic.gdx.tests; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.GL10; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.Texture.TextureFilter; import com.badlogic.gdx.scenes.scene2d.Action; import com.badlogic.gdx.scenes.scene2d.OnActionCompleted; import com.badlog...
package java.lang; import java.lang.annotation.Annotation; import java.net.URL; public class Package implements java.lang.reflect.AnnotatedElement { private final String pkgName; private final String specTitle; private final String specVersion; private final String specVendor; private final String i...
package com.echsylon.atlantis; import com.google.gson.JsonArray; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonSerializer; import java.util.List; import java.util.Map; import static com.echsylon.atlantis.LogUtils.info; import s...
package io.mangoo.persistence; import java.util.List; import java.util.Objects; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import com.google.common.base.Preconditions; import com.google.inject.Inject; import com.google.inject.Singleton; import com.mongodb.client.MongoClient; imp...
package org.ktunaxa.referral.client.gui; import com.smartgwt.client.types.Cursor; import com.smartgwt.client.types.VerticalAlignment; import com.smartgwt.client.util.SC; import com.smartgwt.client.widgets.Button; import com.smartgwt.client.widgets.HTMLFlow; import com.smartgwt.client.widgets.IButton; import com.smartgw...
import java.awt.Color; import java.io.IOException; import java.io.OutputStream; import java.net.Socket; /** * Java client for Rewind viewer. Put this file to the same default package where Strategy/MyStrategy/Runner and other * files are extracted. * * Sample usage: * <pre> * {@code * * private final RewindCli...
package hudson.maven; import hudson.*; import hudson.FilePath.FileCallable; import hudson.maven.MavenBuild.ProxyImpl2; import hudson.maven.reporters.MavenFingerprinter; import hudson.maven.reporters.MavenMailer; import hudson.model.*; import hudson.model.Cause.UpstreamCause; import hudson.remoting.Channel; import hudso...
package org.umlg.sqlg.test; import org.apache.tinkerpop.gremlin.process.traversal.P; import org.apache.tinkerpop.gremlin.process.traversal.Traversal; import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; import org.apache.tinkerpop.gremlin.structure.Edge; import org.apache.tinkerpop.grem...
package to.etc.domui.component.tbl; import java.util.*; import javax.annotation.*; import to.etc.domui.component.buttons.*; import to.etc.domui.dom.css.*; import to.etc.domui.dom.html.*; import to.etc.domui.server.*; import to.etc.domui.util.*; import to.etc.webapp.nls.*; public class DataPager extends Div implements I...
package info.tregmine.api.firework; import org.bukkit.Color; import org.bukkit.FireworkEffect; import org.bukkit.Material; import org.bukkit.inventory.ItemStack; import org.bukkit.inventory.meta.FireworkMeta; public class createFirwork { private FireworkEffect.Type type = FireworkEffect.Type.BALL; private Color...
package org.jfree.chart.axis; import java.io.Serializable; import org.jfree.chart.util.ParamChecks; import org.jfree.text.TextBlockAnchor; import org.jfree.ui.RectangleAnchor; import org.jfree.ui.RectangleEdge; import org.jfree.ui.TextAnchor; /** * Records the label positions for a category axis. Instances of this cl...
package com.felhr.deviceids; public class XdcVcpIds { /* * Werner Wolfrum (w.wolfrum@wolfrum-elektronik.de) */ /* Different products and vendors of XdcVcp family */ private static final ConcreteDevice[] xdcvcpDevices = new ConcreteDevice[] { new ConcreteDevice(0...
package VASSAL.launch; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import org.apache.commons.lang3.SystemUtils; import VASSAL.tools.version.GitProperties; public class StandardConfig implements Config { private final Path baseDir; private final Path docDir; private final Pat...
package theschoolproject; //THis will be the dungeon room, 16x11 = 176 tiles import java.awt.Color; import java.awt.Graphics; import java.awt.image.BufferedImage; import resources.SettingsProperties; public class Room { int width = 17; int height = 13; int[] tiles = new int[width * height]; FloorTile[] ...
// This file is part of OpenTSDB. // This program is free software: you can redistribute it and/or modify it // option) any later version. This program is distributed in the hope that it // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser package net.opentsdb.tsd; import java.nio.charset.Cha...
package ui; import java.lang.ref.WeakReference; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CompletableFuture; import javafx.beans.value.ChangeListener; import javafx.beans.value.WeakChangeListener; import javafx.collections.FXCollections; import javafx.collections.ObservableList; imp...
package com.gallatinsystems.device.dao; import java.util.Date; import java.util.logging.Logger; import com.gallatinsystems.device.domain.Device; import com.gallatinsystems.device.domain.Device.DeviceType; import com.gallatinsystems.framework.dao.BaseDAO; /** * data access object for devices. * * @author Christopher ...
/* * The Command to make objects out of a buffer */ package htmleditor.commands; import htmleditor.HTMLEditor; import javafx.event.Event; /** * * @author jlt8213 */ public class ObjectCommand implements Command { HTMLEditor editor ; public ObjectCommand(HTMLEditor editor){ this.editor = editor; ...
package integracionis2; import java.util.Scanner; /** * * @author Usuario */ public class IntegracionIS2 { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here System.out.println("hola mundo"); Scanner i...
package org.bdgp.MMSlide; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; ...
package com.gmail.emerssso.srbase; import com.gmail.emerssso.srbase.database.SRContentProvider; import com.gmail.emerssso.srbase.database.SRTable; import android.app.Activity; import android.content.ContentValues; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.view.View...
package algorithms.imageProcessing.matching; import algorithms.QuickSort; import algorithms.compGeometry.FurthestPair; import algorithms.compGeometry.PerimeterFinder2; import algorithms.imageProcessing.ColorHistogram; import algorithms.imageProcessing.FixedSizeSortedVector; import algorithms.imageProcessing.Image; impo...