answer
stringlengths
17
10.2M
package org.metaborg.sdf2table.grammar; import java.io.Serializable; import org.metaborg.sdf2table.grammar.IAttribute; import org.metaborg.sdf2table.grammar.layoutconstraints.ArithmeticLayoutConstraint; import org.metaborg.sdf2table.grammar.layoutconstraints.BooleanLayoutConstraint; import org.metaborg.sdf2table.gramma...
package edu.chl.proton.control; import javafx.scene.control.*; import javafx.scene.control.MenuItem; import javafx.scene.control.TextField; import javafx.scene.input.KeyCode; import java.io.File; import java.io.IOException; public class EditableTreeCell extends TreeCell<File> { private TextField textField; priv...
package com.jcw.andriod.fileListView; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.widget.ImageView; import com.jcw.android.fileListView.R; import java.io.File; class PictureGenerator { File file; FileExtension extension; public static...
package edu.harvard.iq.dataverse.api; import com.mashape.unirest.http.Unirest; import com.mashape.unirest.http.exceptions.UnirestException; import com.mashape.unirest.request.GetRequest; import edu.harvard.iq.dataverse.MapLayerMetadata; import java.sql.Timestamp; import java.util.Date; import java.util.logging.Logger; ...
package org.clafer.compiler; import org.clafer.ast.AstConcreteClafer; import org.clafer.ast.AstModel; import static org.clafer.ast.Asts.*; import org.clafer.objective.Objective; import org.clafer.scope.Scope; import static org.junit.Assert.*; import org.junit.Test; /** * * @author jimmy */ public class ReachedLimitT...
package com.valkryst.VTerminal.misc; import com.valkryst.VTerminal.AsciiCharacter; import com.valkryst.VTerminal.font.Font; import lombok.Getter; import java.awt.Color; import java.awt.image.BufferedImage; import java.util.LinkedHashMap; import java.util.Map; import java.util.Objects; public class ColoredImageCache { ...
package com.vectrace.MercurialEclipse.model; import java.io.File; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set; import org.eclipse.compare.patch.I...
package org.mvel.tests.main; import junit.framework.TestCase; import org.mvel.MVEL; import org.mvel.tests.main.res.Bar; import org.mvel.tests.main.res.Base; import org.mvel.tests.main.res.DerivedClass; import org.mvel.tests.main.res.Foo; import java.io.Serializable; import java.util.*; public class CompiledUnitTest ext...
package com.vinsol.expensetracker.helpers; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; import java.util.List; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.AsyncTask; import android.util.TypedValue; import android.v...
package info.faceland.loot.commands; import info.faceland.facecore.shade.command.Arg; import info.faceland.facecore.shade.command.Command; import info.faceland.facecore.shade.command.FlagArg; import info.faceland.facecore.shade.command.Flags; import info.faceland.loot.LootPlugin; import info.faceland.loot.api.enchantme...
package org.rurik.geohash; import org.junit.Test; import static org.junit.Assert.assertEquals; public class GreatCircleArcTest { // longitude [-180;180] // latitude [-89;89] public static final double DOUBLE_DELTA = 0.00000000001; @Test public void ordinaryArcTest() throws Exception { int lo...
package info.faceland.strife.effects; import static info.faceland.strife.stats.StrifeStat.DAMAGE_MULT; import info.faceland.strife.StrifePlugin; import info.faceland.strife.data.StrifeMob; import info.faceland.strife.stats.StrifeStat; import info.faceland.strife.util.DamageUtil; import info.faceland.strife.util.DamageU...
package seedu.cmdo.testutil; import java.time.LocalDate; import java.time.LocalTime; import seedu.cmdo.commons.exceptions.IllegalValueException; import seedu.cmdo.model.ToDoList; import seedu.cmdo.model.task.*; public class TypicalTestTasks { public static TestTask grocery, house, family, car, dog, zika, vacation,e...
package io.github.gitbucket.markedj; import io.github.gitbucket.markedj.rule.Rule; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.regex.Pattern; import static io.github.gitbucket.markedj.Utils.*; public class InlineLexer { protected Map<String, Rule> rules; protected Op...
package io.polyglotted.eswrapper.indexing; import com.google.common.collect.ImmutableList; import io.polyglotted.eswrapper.query.request.Expression; import lombok.AccessLevel; import lombok.RequiredArgsConstructor; import lombok.Setter; import lombok.ToString; import lombok.experimental.Accessors; import org.elasticsea...
package me.exz.omniocular.handler; import com.google.common.collect.ImmutableMap; import cpw.mods.fml.common.Loader; import me.exz.omniocular.OmniOcular; import me.exz.omniocular.reference.Reference; import me.exz.omniocular.util.LogHelper; import org.apache.commons.io.FileUtils; import org.apache.commons.lang3.StringU...
package me.nallar.javatransformer.api; import java.util.*; import java.util.function.*; public interface ClassInfo extends ClassMember { default void add(ClassMember member) { if (member instanceof MethodInfo) add((MethodInfo) member); else if (member instanceof FieldInfo) ad...
package me.prettyprint.cassandra.dao; import me.prettyprint.cassandra.service.Keyspace; import org.apache.cassandra.thrift.ColumnPath; import org.apache.cassandra.thrift.NotFoundException; import static me.prettyprint.cassandra.utils.StringUtils.bytes; import static me.prettyprint.cassandra.utils.StringUtils.string; /*...
package io.druid.query.aggregation.hyperloglog; import com.google.caliper.Param; import com.google.caliper.Runner; import com.google.caliper.SimpleBenchmark; import com.google.common.base.Preconditions; import com.google.common.collect.Lists; import com.google.common.hash.HashFunction; import com.google.common.hash.Has...
package net.darkhax.bookshelf.lib; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang3.SystemUtils; import org.apache.commons.lang3.text.WordUtils; import org.apache.logging.log4j.Level; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * A wrapper t...
package com.opengamma.financial.world.region.master.loader; import java.io.BufferedInputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.util.Arrays; import java.util.HashMap; im...
package net.imagej.ops; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import java.util.List; import net.imagej.ops.OpCandidate.StatusCode; import org.scijava.Context; import org.scijava.InstantiableException; import org.s...
package org.nohope.spring.app; import org.springframework.context.ConfigurableApplicationContext; import javax.annotation.Nonnull; import javax.annotation.Nullable; import javax.annotation.OverridingMethodsMustInvokeSuper; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.ut...
package ca.eandb.jmist.framework; import ca.eandb.jmist.math.LinearMatrix2; /** * Represents a two dimensional object to which linear transformations can be applied. * @author Brad Kimmel */ public interface LinearTransformable2 extends Rotatable2 { /** * Transforms this object according to the specified li...
package net.pyromonkey.penguinpredictor; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.stream.Collectors; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javaf...
package it.unibz.inf.ontop.reformulation.tests; import java.util.Optional; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableMultimap; import com.google.common.collect.ImmutableSet; import fj.P; import fj.P2; import it.unibz.inf.onto...
package nl.ovapi.rid.gtfsrt.services; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Map; import java.util.Ma...
package io.github.resilience4j.retrofit; import io.github.resilience4j.circuitbreaker.CircuitBreaker; import retrofit2.Call; import retrofit2.CallAdapter; import retrofit2.Response; import retrofit2.Retrofit; import java.lang.annotation.Annotation; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Ty...
package ch.unizh.ini.caviar.eventio; import ch.unizh.ini.caviar.aemonitor.*; import ch.unizh.ini.caviar.graphics.AEViewer; import ch.unizh.ini.caviar.util.EngineeringFormat; import java.beans.PropertyChangeSupport; import java.io.*; import java.nio.*; import java.nio.channels.*; import java.util.*; import java.util.log...
package nl.tudelft.jpacman.sprite; import java.io.IOException; import java.util.HashMap; import java.util.Map; import nl.tudelft.jpacman.PacmanConfigurationException; import nl.tudelft.jpacman.board.Direction; import nl.tudelft.jpacman.npc.ghost.GhostColor; /** * Sprite Store containing the classic Pac-Man sprites. *...
package nl.vpro.poel.service; import nl.vpro.poel.domain.Prediction; import nl.vpro.poel.domain.User; import nl.vpro.poel.dto.RankingEntry; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.*; import java.util.stream.Collectors; @Service publi...
package nom.bdezonia.zorbage.algorithm; import nom.bdezonia.zorbage.type.algebra.Group; import nom.bdezonia.zorbage.type.algebra.Invertible; import nom.bdezonia.zorbage.type.algebra.MatrixMember; import nom.bdezonia.zorbage.type.algebra.RModule; import nom.bdezonia.zorbage.type.algebra.RModuleMember; import nom.bdezoni...
package de.dakror.factory.game.entity.machine; import java.awt.Color; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.event.MouseEvent; import java.awt.image.BufferedImage; import java.util.ArrayList; import org.json.JSONArray; import org.json.JSONObject; import de.dakror.factory.game.Game; ...
package org.apache.storm.hdfs.trident; import backtype.storm.task.IMetricsContext; import backtype.storm.topology.FailedException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FSDataOutputStream; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.stor...
package de.lmu.ifi.dbs.database; import de.lmu.ifi.dbs.data.DatabaseObject; import de.lmu.ifi.dbs.distance.Distance; import de.lmu.ifi.dbs.distance.DistanceFunction; import de.lmu.ifi.dbs.distance.EuklideanDistanceFunction; import de.lmu.ifi.dbs.index.metrical.MetricalIndex; import de.lmu.ifi.dbs.utilities.QueryResult;...
package de.tu_darmstadt.gdi1.gorillas.entities; import de.tu_darmstadt.gdi1.gorillas.assets.Assets; import de.tu_darmstadt.gdi1.gorillas.main.Game; import de.tu_darmstadt.gdi1.gorillas.main.Gorillas; import eea.engine.component.render.ImageRenderComponent; import eea.engine.entity.Entity; import org.newdawn.slick.GameC...
package dr.evomodel.continuous; import dr.evolution.tree.MultivariateTraitTree; import dr.evolution.tree.NodeRef; import dr.evolution.tree.Tree; import dr.evomodel.branchratemodel.BranchRateModel; import dr.evomodel.branchratemodel.DiscretizedBranchRates; import dr.evomodel.tree.TreeModel; import dr.evomodel.tree.TreeS...
package dr.evomodel.continuous; import dr.evolution.tree.MultivariateTraitTree; import dr.evolution.tree.NodeRef; import dr.evolution.tree.Tree; import dr.evomodel.branchratemodel.DiscretizedBranchRates; import dr.evomodel.tree.TreeModel; import dr.evomodel.tree.TreeStatistic; import dr.geo.math.SphericalPolarCoordinat...
package org.corespring.resource.question; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Date; public class Answer { private final String itemId; private final String sessionId; private final Integer score; private final Date lastRespo...
package dr.inference.operators.hmc; import cern.colt.matrix.DoubleFactory2D; import cern.colt.matrix.DoubleMatrix1D; import cern.colt.matrix.DoubleMatrix2D; import cern.colt.matrix.impl.DenseDoubleMatrix2D; import cern.colt.matrix.linalg.Algebra; import dr.inference.hmc.GradientWrtParameterProvider; import dr.inference...
package org.cyclops.integratedtunnels; /** * Class that can hold basic static things that are better not hard-coded * like mod details, texture paths, ID's... * @author rubensworks (aka kroeserr) * */ @SuppressWarnings("javadoc") public class Reference { // Mod info public static final String MOD_ID = "int...
package dr.inference.operators.hmc; import cern.colt.matrix.DoubleFactory2D; import cern.colt.matrix.DoubleMatrix1D; import cern.colt.matrix.DoubleMatrix2D; import cern.colt.matrix.impl.DenseDoubleMatrix2D; import cern.colt.matrix.linalg.Algebra; import dr.inference.distribution.shrinkage.JointBayesianBridgeDistributio...
package edu.kit.informatik.student_portal.chair; import java.util.HashSet; import java.util.Set; import edu.kit.informatik.student_portal.user.Professor; /** * Represents a chair in the university system * @author JoseNote * @version 1.00 */ public final class Chair implements Comparable<Chair> { private final ...
package org.embulk.parser.joni; import com.google.common.base.Optional; import org.embulk.config.Config; import org.embulk.config.ConfigDefault; import org.embulk.config.ConfigDiff; import org.embulk.config.ConfigSource; import org.embulk.config.Task; import org.embulk.config.TaskSource; import org.embulk.spi.ParserPlu...
/* Open Source Software - may be modified and shared by FRC teams. The code */ /* the project. */ package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.*; import edu.wpi.first.wpilibj.can.CANTimeoutException; /** * The VM is configured to ...
package org.esupportail.smsu.utils; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import org.apache.commons.io.IOUtils; public class ...
/* Open Source Software - may be modified and shared by FRC teams. The code */ /* the project. */ package edu.wpi.first.wpilibj.templates; import edu.wpi.first.wpilibj.Compressor; import edu.wpi.first.wpilibj.DriverStationLCD; import edu.wpi.first.wpilibj....
package edu.wustl.security.beans; import edu.wustl.security.locator.RoleGroupLocator; /** * A bean object to store role and group details. * @author deepti_shelar * */ public class RoleGroupDetailsBean { String roleName; String roleType; String groupType; String groupName; String roleId; Str...
package org.fiteagle.api.core; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class TimeHelperMethods { public static boolean dateNotInPast(Date time) { Date present = new Date(); if (date1SameOrAfterDate2(time, present)) { return true; ...
package org.ftcTeam.configurations; import com.qualcomm.robotcore.hardware.ColorSensor; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.hardware.HardwareMap; import com.qualcomm.robotcore.hardware.Servo; import com.qualcomm.robotcore.hardware.TouchSensor; import org.ftcTeam.opmodes.ColorVa...
package org.jenkinsci.plugins.ease; import java.io.IOException; import java.io.PrintStream; import java.util.List; import hudson.model.AbstractProject; import hudson.model.Run; import hudson.model.TaskListener; import hudson.tasks.Recorder; import jenkins.tasks.SimpleBuildStep; import org.kohsuke.stapler.DataBoundConst...
package org.jtrfp.trcl; import org.apache.commons.math3.geometry.euclidean.threed.Vector3D; public class InterpolatingAltitudeMap implements AltitudeMap { private AltitudeMap toWrap; private double NUDGE=.0001; public InterpolatingAltitudeMap(AltitudeMap toWrap){ this.toWrap=toWrap; } @Override ...
package org.lightmare.cache; import java.io.IOException; import java.util.Collection; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import javax.persistence.EntityManagerFactory; import org.apache.log4j.Logger; import org.lightmare.jndi.JndiManager; import org.lightmare.jpa.J...
package org.lightmare.jpa.datasource; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Properties; import java.util.Set; import org.lightmare.jpa.datasource.Initializer....
package org.lightmare.jpa.datasource; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Properties; import java.util.Set; import org.lightmare.jpa.datasource.Initializer....
package org.lightmare.scannotation; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.WeakHashMap; import javassist.bytecode.AnnotationsAt...
package org.nanopub.extra.security; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.config.RequestConfig...
package org.neo4j.meta.model; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Map; import org.neo4j.graphdb.Direction; import org.neo4j.graphdb.Node; /** * Represents a namespace in the meta model structure. A namespace is useful * when there would be conflicting ...
package org.opennars.inference; import org.opennars.control.ConceptProcessing; import org.opennars.control.DerivationContext; import org.opennars.entity.*; import org.opennars.io.Symbols; import org.opennars.io.Symbols.NativeOperator; import org.opennars.language.*; import org.opennars.main.Parameters; import java.util...
package org.oucs.gaboto.model.query; import org.oucs.gaboto.entities.pool.GabotoEntityPool; import org.oucs.gaboto.exceptions.GabotoException; import org.oucs.gaboto.exceptions.QueryAlreadyPreparedException; import org.oucs.gaboto.exceptions.UnsupportedFormatException; import org.oucs.gaboto.model.Gaboto; import com.hp...
// If you edit this file, you must also edit its tests. // For tests of this and the entire plume package, see class TestPlume. package org.plumelib.reflection; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.lang.reflect.Field; import java.lang.reflect.Meth...
package org.scijava.maven.plugin; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.repository.ArtifactRepository; import org.apache.maven.project.MavenProject; import org.apache.maven.project.MavenProjectBuilder; import or...
package org.smoothbuild.lang.type; import static com.google.common.collect.Sets.newHashSet; import static java.util.stream.Collectors.toList; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; public class TypeHierarchy { /** * @return types sorted using type - subty...
package org.synchronoss.utils.cpo; import javax.swing.*; import javax.swing.table.TableCellEditor; import java.awt.*; import java.awt.event.*; import java.text.ParseException; import java.util.*; import java.util.List; public class CpoQueryPanel extends JPanel { /** * Version Id for this class. */ pri...
package org.takes.facets.auth.social; import com.jcabi.http.request.JdkRequest; import com.jcabi.http.response.JsonResponse; import com.jcabi.http.response.RestResponse; import java.io.IOException; import java.net.HttpURLConnection; import java.util.Collections; import java.util.Iterator; import java.util.concurrent.Co...
package org.xins.server; import java.io.IOException; import javax.servlet.ServletRequest; import org.xins.util.MandatoryArgumentChecker; import org.xins.util.io.FastStringWriter; import org.znerd.xmlenc.XMLOutputter; import org.apache.commons.logging.Log; import org.apache.log4j.Logger; import org.apache.log4j.Priority...
package permafrost.tundra.server; import com.wm.app.b2b.server.JDBCConnectionManager; import com.wm.app.b2b.server.ServiceException; import com.wm.app.b2b.server.scheduler.ScheduleDB; import com.wm.app.b2b.server.scheduler.ScheduleManager; import com.wm.app.b2b.server.scheduler.ScheduledTask; import com.wm.data.IData; ...
package pitt.search.semanticvectors; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.StringReader; import java.util.ArrayList; import java.util.LinkedList; import java.util.logging.Logger; import org.apache.l...
package com.sapienter.jbilling.server.user; import com.sapienter.jbilling.server.user.contact.db.ContactFieldDTO; import com.sapienter.jbilling.server.util.api.validation.EntitySignupValidationGroup; import org.hibernate.validator.constraints.NotEmpty; import javax.validation.constraints.Pattern; import javax.validatio...
package hudson.plugins.warnings; import groovy.lang.GroovyShell; import hudson.util.FormValidation; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; import org.apache.commons.lang.StringUtils; import org.codehaus.groovy.control.CompilationFailedException; import org.kohsuke.stapler.DataBou...
package pl.hycom.pip.messanger; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import javax.servlet.http.HttpServletRequest; import java.util.*; @Controller public class WebhookMessenger { ...
package io.compgen.cgpipe.runner; import io.compgen.cgpipe.exceptions.RunnerException; import io.compgen.cgpipe.parser.context.ExecContext; import io.compgen.cgpipe.parser.variable.VarString; import io.compgen.common.StringUtils; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import...
package ru.r2cloud.jradio.fec.ccsds; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class ReedSolomon { private static final Logger LOG = LoggerFactory.getLogger(ReedSolomon.class); private final static int NROOTS = 32; private final static int NN = 255; private final static int[] CCSDS...
package seedu.address.logic.commands; import java.util.HashSet; import java.util.Set; import seedu.address.commons.exceptions.IllegalValueException; import seedu.address.logic.commands.exceptions.CommandException; import seedu.address.model.tag.Tag; import seedu.address.model.tag.UniqueTagList; import seedu.address.mod...
package seedu.address.model.util; import seedu.address.commons.exceptions.IllegalValueException; import seedu.address.model.AddressBook; import seedu.address.model.ReadOnlyAddressBook; import seedu.address.model.tag.UniqueTagList; import seedu.utask.model.task.Deadline; import seedu.utask.model.task.EventTask; import s...
package dr.evomodel.arg; import java.util.ArrayList; import java.util.Collections; import java.util.logging.Logger; import dr.evomodel.arg.ARGModel.Node; import dr.inference.model.Statistic; import dr.xml.AbstractXMLObjectParser; import dr.xml.AttributeRule; import dr.xml.ElementRule; import dr.xml.XMLObject; import dr...
package seedu.jimi.logic.commands; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import java.util.stream.IntStream; import seedu.jimi.commons.core.Messages; import seedu.jimi.commons.core.UnmodifiableObservableList; import seedu.jimi.commons.exceptions.IllegalValueException; impo...
package dr.evomodel.continuous; import dr.evolution.tree.Tree; import dr.evolution.tree.NodeRef; import dr.xml.*; import dr.evomodel.tree.TreeModel; import dr.evomodel.tree.TreeStatistic; import dr.inference.model.Statistic; import dr.geo.math.SphericalPolarCoordinates; /** * @author Marc Suchard * @author Philippe L...
package seedu.todo.controllers; import java.time.LocalDateTime; import java.time.ZoneId; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.joestelmach.natty.DateGroup; import com.joestelmach.natty.Pars...
package skadistats.clarity.examples.simple; import com.dota2.proto.Networkbasetypes; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import skadistats.clarity.two.processor.entities.UsesEntities; import skadistats.clarity.two.processor.reader.OnMessage; import skadistats.clarity.two.processor.runner.Context; i...
package org.dellroad.stuff.vaadin; import com.vaadin.Application; import com.vaadin.terminal.Terminal; import com.vaadin.terminal.gwt.server.HttpServletRequestListener; import com.vaadin.ui.Window; import java.net.SocketException; import java.util.EventObject; import java.util.HashSet; import javax.servlet.http.HttpSer...
package techreborn.utils; import net.minecraft.client.gui.FontRenderer; import net.minecraft.client.gui.GuiErrorScreen; import net.minecraftforge.fml.client.CustomModLoadingErrorDisplayException; import net.minecraftforge.fml.client.IDisplayableError; import net.minecraftforge.fml.relauncher.Side; import net.minecraftf...
package org.formic.wizard.impl.console; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import charva.awt.BorderLayout; import charva.awt.Component; import charva.awt.Dimension; import charva.awt.FlowLayout; import charva.awt.Toolkit; import charva.awt.event.WindowAdapter; import charva...
package techreborn.world; import net.minecraft.block.sapling.SaplingGenerator; import net.minecraft.world.gen.feature.ConfiguredFeature; import net.minecraft.world.gen.feature.DecoratedFeatureConfig; import net.minecraft.world.gen.feature.TreeFeatureConfig; import org.jetbrains.annotations.Nullable; import java.util.Ra...
package org.xblackcat.sjpu.storage.impl; import org.xblackcat.sjpu.storage.AnObjectMapper; import org.xblackcat.sjpu.storage.StorageException; import org.xblackcat.sjpu.storage.StorageSetupException; import org.xblackcat.sjpu.storage.converter.IToObjectConverter; import java.sql.Connection; import java.sql.SQLException...
package com.wegas.core.rest; import com.wegas.core.Helper; import com.wegas.core.ejb.GameFacade; import com.wegas.core.ejb.PlayerFacade; import com.wegas.core.ejb.TeamFacade; import com.wegas.core.exception.internal.WegasNoResultException; import com.wegas.core.persistence.game.DebugTeam; import com.wegas.core.persiste...
package ru.yandex.market.graphouse.search; import java.io.IOException; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.regex.Pattern; /** * @author Dmitry Andreev <a href="mailto:AndreevDm@yandex-team.ru"/> * @date 07/04/15 */ public cl...
package com.wegas.core.rest; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import com.github.fge.jsonpatch.JsonPatchException; import com.hazelcast.core.HazelcastInstance; import com.hazelcast.core.ILock; import...
package org.echovantage.test; import org.echovantage.wonton.Wonton; import org.echovantage.wonton.WontonParser; import org.echovantage.wonton.WontonSerial; import org.junit.Test; import java.util.Arrays; import static java.util.Collections.emptyList; import static java.util.Collections.emptyMap; import static org.junit...
package org.codehaus.xfire.jaxb; import org.codehaus.xfire.aegis.type.Type; import org.codehaus.xfire.aegis.type.TypeCreator; import org.codehaus.xfire.aegis.type.TypeMapping; import javax.xml.bind.Element; import javax.xml.bind.JAXBContext; import javax.xml.namespace.QName; import java.beans.PropertyDescriptor; import...
package com.bourke.glimmr.fragments.base; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.view.ViewGroup; import com.actionbarsherlock.app.ActionBar; import com.actionbarsherlock.app.SherlockFragme...
package com.dmdirc.commandparser.commands.server; import com.dmdirc.Config; import com.dmdirc.Server; import com.dmdirc.commandparser.CommandManager; import com.dmdirc.commandparser.IntelligentCommand; import com.dmdirc.commandparser.ServerCommand; import com.dmdirc.ui.input.AdditionalTabTargets; import com.dmdirc.ui.i...
package com.dmdirc.plugins.implementations; import com.dmdirc.config.prefs.PreferencesDialogModel; import com.dmdirc.plugins.Plugin; import com.dmdirc.plugins.PluginInfo; import com.dmdirc.util.validators.ValidationResponse; import dagger.ObjectGraph; /** * Base implementation of the Plugin interface. */ public abstr...
package com.gmail.liamgomez75.parkourroll; import com.gmail.liamgomez75.parkourroll.experience.Experience; import com.gmail.liamgomez75.parkourroll.listeners.DamageListener; import com.gmail.liamgomez75.parkourroll.localisation.Localisable; import com.gmail.liamgomez75.parkourroll.localisation.Localisation; import com....
/** * CSE 278 Project 1 * Dr. Yue * This program implements a simple MIPS assembler * * @author Matthew Huberty and Caroline Danzi * @version 1.0 * * This code is our original work. We had some hints from Dr. Yue, and used StackOverflow * for help on the syntax for BufferedReader. */ import java.io.*; import java.util...
package org.inventivetalent.npclib.npc; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.entity.Entity; import org.bukkit.entity.EntityType; import org.bukkit.entity.Player; import org.bukkit.event.entity.CreatureSpawnEvent; import org.bukkit.event.entity.EntityDamageEvent; import org.bukkit.plug...
package org.smoothbuild.db.object.spec; import static com.google.common.truth.Truth.assertThat; import static org.junit.jupiter.params.provider.Arguments.arguments; import static org.smoothbuild.db.object.spec.TestingSpecs.ARRAY2_BLOB; import static org.smoothbuild.db.object.spec.TestingSpecs.ARRAY2_BOOL; import static...
package gov.nih.nci.cananolab.util; import java.util.HashMap; import java.util.Map; public class CaNanoLabConstants { public static final String DOMAIN_MODEL_NAME = "caNanoLab"; public static final String SDK_BEAN_JAR = "caNanoLabSDK-beans.jar"; public static final String CSM_APP_NAME = "caNanoLab"; pub...
package com.chinalwb.are.styles; import android.text.Editable; import android.text.Spannable; import android.text.Spanned; import android.view.View; import android.view.View.OnClickListener; import android.widget.EditText; import android.widget.ImageView; import com.chinalwb.are.Constants; import com.chinalwb.are.Util;...
package org.smoothbuild.io.fs.mem; import static com.google.common.truth.Truth.assertThat; import static org.smoothbuild.io.fs.base.Path.path; import static org.smoothbuild.testing.common.AssertCall.assertCall; import static org.testory.Testory.given; import static org.testory.Testory.mock; import static org.testory.Te...