answer
stringlengths
17
10.2M
package com.nbusy.app; import android.app.Application; import android.content.Context; import com.nbusy.app.data.Config; import com.nbusy.app.data.DB; import com.nbusy.app.data.InMemDB; import com.nbusy.app.data.Profile; import com.nbusy.app.data.sqldb.SQLDB; import com.nbusy.app.worker.ConnManager; import com.nbusy.ap...
package com.pr0gramm.app.io; import android.annotation.TargetApi; import android.net.Uri; import android.os.Build; import android.support.annotation.NonNull; import com.google.common.base.MoreObjects; import com.google.common.io.ByteStreams; import com.google.common.io.Closeables; import org.slf4j.Logger; import org.sl...
package com.xlythe.sms; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.PorterDuff; import android.graphics.Rect; import android.os.Bundle; import android.support.de...
package kr.co.leehana.sg.utils; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.AssetManager; import android.util.Log; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.DataOutputStream; import java.io.File; import java.io.FileInpu...
package mindpop.learnpop; import android.app.ProgressDialog; import android.graphics.drawable.Drawable; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.LinearLayoutManager; import android.util....
package mindpop.learnpop; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.facebook.AccessToken; import com.fac...
package org.segin.bfinterpreter; public interface UserIO { char input(); void output(char out); }
package biz.integsys.autopatch; import android.util.Log; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class FFTTest { final int SAMPLESIZE = 32768; final int SAMPLERATE = 44100; private final float[] re = new float[SAMPLESIZE]; private ...
package autoescola.modelo.arquivo; import java.io.File; import java.io.FileNotFoundException; import static java.lang.Integer.parseInt; import java.util.Scanner; /** * * @author felipe */ public class Arquivo { protected final int autoIncremento(String tabela) { int numLinhas = 1; //abre um arqu...
package com.vrg.rapid; import com.google.common.net.HostAndPort; import com.vrg.rapid.pb.MembershipServiceGrpc; import io.grpc.ClientInterceptor; import io.grpc.MethodDescriptor; import io.grpc.ServerInterceptor; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Rule; impor...
// XMLTools.java package loci.formats; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.StringReader; import java.net.MalformedURLException; import java.net.URL; import java.util.StringTokenizer; import javax.xml.parsers.ParserConfigurationException; import jav...
package io.sentry.android.core; import android.os.Build; import io.sentry.core.IHub; import io.sentry.core.Integration; import io.sentry.core.SentryLevel; import io.sentry.core.SentryOptions; import java.lang.reflect.Method; /** Enables the NDK error reporting for Android */ public final class NdkIntegration implements...
package com.devicehive.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; import java.lang.reflect.Method; //@LogExecutionTime //@Interceptor public class ExecutionTimeLoggerInterceptor { @AroundInvoke public Object l...
package org.sagebionetworks.auth; import java.io.IOException; import java.nio.charset.Charset; import java.util.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.lang3.StringUtils; import org.sagebionetworks.repo.model.AuthorizationConstants; impor...
package com.tlear.pegasus; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input.Keys; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.graphics.OrthographicCamera; import com.badlogic.gdx.graphics.Texture; import com...
package gov.nih.nci.evs.browser.utils; import java.io.*; import java.util.*; import java.sql.Connection; import java.sql.ResultSet; import java.sql.Statement; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Vector; import java.util.HashSet; import java.util.Arrays; import o...
package gov.nih.nci.evs.browser.bean; import java.util.*; import java.net.URI; import java.io.*; import javax.faces.context.*; import javax.faces.event.*; import javax.faces.model.*; import javax.servlet.http.*; import gov.nih.nci.evs.browser.utils.*; import gov.nih.nci.evs.browser.utils.*; import gov.nih.nci.evs.brows...
package de.unituebingen.ub.ubtools.solrmarcMixin; import org.marc4j.marc.ControlField; import org.marc4j.marc.DataField; import org.marc4j.marc.Record; import org.marc4j.marc.Subfield; import org.marc4j.marc.VariableField; import org.solrmarc.index.SolrIndexer; import org.solrmarc.index.SolrIndexerMixin; import org.sol...
package de.unituebingen.ub.ubtools.solrmarcMixin; import org.marc4j.marc.ControlField; import org.marc4j.marc.DataField; import org.marc4j.marc.Record; import org.marc4j.marc.Subfield; import org.marc4j.marc.VariableField; import org.solrmarc.index.SolrIndexer; import org.solrmarc.index.SolrIndexerMixin; import org.sol...
package edu.cs4730.sqlitedbdemo.db; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import java.io.IOException; import androidx.sqlite.db.SupportSQLiteDatabase; import androidx.sqlite.db.SupportSQLiteOpenHelper; import androidx....
package org.zstack.kvm; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.client.RestClientException; import org.springframework.web.util.UriComponentsBuilder; import org.zstack.compute.host.HostBase; import org...
package com.rafkind.paintown.animator; import java.util.*; import javax.swing.*; import java.awt.*; import javax.swing.*; import java.awt.image.*; import java.awt.geom.*; import java.awt.event.*; import javax.swing.Timer; import javax.swing.event.*; import org.swixml.SwingEngine; import com.rafkind.paintown.animator.*;...
package org.xwiki.rendering.wikimacro.internal; import java.util.ArrayList; import java.util.List; import java.util.Vector; import javax.inject.Inject; import javax.inject.Singleton; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.xwiki.component.annotation.Component; import org.xwiki.c...
package jolie.net.http.json; import java.io.IOException; import java.io.Reader; import java.util.Map; import java.util.Map.Entry; import jolie.runtime.Value; import jolie.runtime.ValueVector; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.JSONValue; import org.json.simple.pa...
package fr.inria.aoste.timesquare.ccslkernel.solver.extension.statemachine; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import net.javabdd.BDD; import org.gemoc.mocc.ccslmoc.model.ccslmocc.FinishClock; import org.gemoc.mocc.ccslmoc.model.ccslmocc.StateMachineRelati...
package org.xwiki.notifications.preferences; import java.util.Date; import java.util.Map; import org.xwiki.notifications.NotificationFormat; import org.xwiki.stability.Unstable; /** * Represent a preference set by a user concerning a notification. * As we cannot define a Notification by itself as an object, {@link #g...
package org.xwiki.image.lightbox.test.po; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.WebElement; import org.xwiki.test.ui.po.BaseElement; /** * The toolbar opened on image hover. * * @version $Id$ * @since 14.1RC1 */ public class ImagePopover extend...
package com.bitdubai.fermat_dmp_plugin.layer.module.wallet_publisher.developer.bitdubai.version_1; import com.bitdubai.fermat_api.CantStartPluginException; import com.bitdubai.fermat_api.Plugin; import com.bitdubai.fermat_api.Service; import com.bitdubai.fermat_api.layer.all_definition.developer.LogManagerForDevelopers...
package com.intellij.plugins.haxe.ide.highlight; import com.intellij.codeInsight.daemon.impl.HighlightInfoType; import com.intellij.openapi.editor.HighlighterColors; import com.intellij.openapi.editor.SyntaxHighlighterColors; import com.intellij.openapi.editor.colors.TextAttributesKey; import com.intellij.openapi.edito...
package com.redhat.ceylon.compiler.typechecker.util; import static com.redhat.ceylon.compiler.typechecker.model.Util.isElementOfUnion; import java.util.List; import com.redhat.ceylon.compiler.typechecker.model.Class; import com.redhat.ceylon.compiler.typechecker.model.ClassOrInterface; import com.redhat.ceylon.compiler...
package de.uni.freiburg.iig.telematik.swat.workbench.action; import java.awt.event.ActionEvent; import java.io.File; import java.io.IOException; import javax.swing.JFileChooser; import javax.swing.JOptionPane; import de.invation.code.toval.properties.PropertyException; import de.invation.code.toval.validate.ParameterEx...
package androidemu.app; import androidemu.Res; import androidemu.content.Context; import androidemu.content.Intent; import androidemu.os.Bundle; import androidemu.view.Menu; import androidemu.view.MenuItem; import androidemu.view.View; import androidemu.view.ViewFactory; import com.google.gwt.core.client.EntryPoint; im...
package org.deidentifier.arx.gui.view.impl.wizard; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import org.deidentifier.arx.DataType; import org.deidentifier.arx.io.ImportColumnJDBC; import org.eclipse....
package hu.pazsitz.pacuse.tests.cucumber.featuretables; import hu.pazsitz.pacuse.pages.AbstractPage; import hu.pazsitz.pacuse.pages.AbstractWidget; import hu.pazsitz.pacuse.tests.annotations.DataTableAttributes; import hu.pazsitz.pacuse.tests.annotations.Widget; import java.lang.reflect.Field; import java.lang.reflect....
package com.jaeksoft.searchlib.crawler.web.screenshot; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.Transparency; import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; import java.io.File; import java.util.concurrent.locks.ReentrantLock; import javax.imageio.ImageIO; i...
package com.opensymphony.workflow.spi.hibernate; import com.opensymphony.module.propertyset.PropertySet; import com.opensymphony.module.propertyset.PropertySetManager; import com.opensymphony.module.propertyset.hibernate.DefaultHibernateConfigurationProvider; import com.opensymphony.util.TextUtils; import com.opensymph...
package com.buuz135.industrial.jei.ghost; import com.buuz135.industrial.gui.conveyor.GuiConveyor; import com.buuz135.industrial.proxy.block.filter.IFilter; import mezz.jei.api.gui.IGhostIngredientHandler; import java.util.ArrayList; import java.util.List; public class ConveyorGhostSlotHandler implements IGhostIngredien...
package com.elmakers.mine.bukkit.plugins.magic.spells; import java.util.Set; import org.bukkit.Material; import org.bukkit.block.Block; import com.elmakers.mine.bukkit.plugins.magic.PlayerSpells; import com.elmakers.mine.bukkit.plugins.magic.Spell; import com.elmakers.mine.bukkit.plugins.magic.SpellResult; import com.e...
package com.elmakers.mine.bukkit.plugins.magic.spells; import java.util.ArrayList; import java.util.List; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.Server; import org.bukkit.block.Block; import org.bukkit.block.BlockFace; import org.bukkit.entity.Player; import org.bukkit.event.player.Pl...
package com.github.anba.es6draft.runtime.objects; import static com.github.anba.es6draft.runtime.internal.Errors.throwTypeError; import static com.github.anba.es6draft.runtime.internal.Properties.createProperties; import static com.github.anba.es6draft.runtime.types.Undefined.UNDEFINED; import java.util.WeakHashMap; im...
package com.github.lunatrius.stackie.handler; import com.github.lunatrius.stackie.reference.Names; import com.github.lunatrius.stackie.reference.Reference; import net.minecraft.init.Items; import net.minecraftforge.common.config.Configuration; import net.minecraftforge.common.config.Property; import net.minecraftforge....
package com.github.mrebhan.ingameaccountswitcher.events; import com.github.mrebhan.ingameaccountswitcher.GuiMainMenuIAS; import com.github.mrebhan.ingameaccountswitcher.compat.FireCoreCompat; import com.github.mrebhan.ingameaccountswitcher.compat.FireCoreCompatAlt; import com.github.mrebhan.ingameaccountswitcher.compat...
package com.groupbyinc.quickstart.controller; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.groupbyinc.api.CloudBridge; import com.groupbyinc.api.Query; import com.groupbyinc.api.config.Connect...
package com.publicuhc.pluginframework.routing.tester; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import java.util.HashSet; /** * A tester that allows a command if any of the classes provided match the sender. If no senders are defined it will * always fail */ public class SenderTeste...
package com.ryanharter.auto.value.parcel; import com.google.auto.service.AutoService; import com.google.auto.value.extension.AutoValueExtension; import com.google.common.collect.Lists; import com.squareup.javapoet.ArrayTypeName; import com.squareup.javapoet.ClassName; import com.squareup.javapoet.FieldSpec; import com....
package com.sunny.grokkingalgorithms.gfg.mustdo; import java.util.Scanner; public class ContinousSubArray { /** * * @param input * @param totalSum */ public static void findContinousSubArray(int[] input,int totalSum){ int startIndex = -1; int endIndex = -1; int runningSum = 0; boolean fo...
package de.rwth.idsg.bikeman.repository; import de.rwth.idsg.bikeman.domain.*; import de.rwth.idsg.bikeman.domain.CardAccount_; import de.rwth.idsg.bikeman.domain.Customer_; import de.rwth.idsg.bikeman.domain.MajorCustomer_; import de.rwth.idsg.bikeman.domain.Pedelec_; import de.rwth.idsg.bikeman.domain.StationSlot_; i...
package engineer.carrot.warren.thump.connection; import com.google.common.collect.Maps; import engineer.carrot.warren.thump.config.ServerConfiguration; import engineer.carrot.warren.thump.util.helper.LogHelper; import javax.annotation.Nullable; import java.util.List; import java.util.Map; import java.util.Set; public c...
package eu.freme.broker.tools.postprocessing; import com.google.common.base.Strings; import com.mashape.unirest.http.HttpResponse; import com.mashape.unirest.http.Unirest; import com.mashape.unirest.http.exceptions.UnirestException; import eu.freme.broker.exception.BadRequestException; import eu.freme.broker.exception....
package fi.otavanopisto.kuntaapi.server.index; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.logging.Level; import java.util.logging.Logger; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.inject.Inject; import org.apache.commons.lang3.String...
package info.faceland.loot.listeners.spawning; import com.tealcube.minecraft.bukkit.facecore.shade.hilt.HiltItemStack; import com.tealcube.minecraft.bukkit.facecore.utilities.TextUtils; import com.tealcube.minecraft.bukkit.kern.fanciful.FancyMessage; import info.faceland.loot.LootPlugin; import info.faceland.loot.api.c...
package info.faceland.loot.listeners.spawning; import com.tealcube.minecraft.bukkit.facecore.utilities.TextUtils; import com.tealcube.minecraft.bukkit.hilt.HiltItemStack; import com.tealcube.minecraft.bukkit.kern.fanciful.FancyMessage; import info.faceland.loot.LootPlugin; import info.faceland.loot.api.creatures.Creatu...
package info.faceland.loot.sockets.effects; import info.faceland.loot.api.sockets.effects.SocketEffectTarget; import info.faceland.loot.api.sockets.effects.SocketPotionEffect; import info.faceland.loot.utils.converters.StringConverter; import org.bukkit.entity.LivingEntity; import org.bukkit.potion.PotionEffect; import...
package io.github.lukehutch.fastclasspathscanner.scanner; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.lang.annotation.Annotation; import java.lang.annotation.RetentionPolicy; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.HashSet; import java.u...
package mcjty.modtut.blocks.testcontainer; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.EnumFacing; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.items.CapabilityItemH...
package net.floodlightcontroller.nfvtest.nfvcorestructure; import java.util.ArrayList; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import net.floodlightcontroller.nfvtest.nfvutils.HostServer.VmInstance; public class NFVNode { public class SimpleSM{ private int state; private final Array...
package net.floodlightcontroller.nfvtest.nfvcorestructure; import java.io.IOException; import java.io.StringWriter; import java.io.Writer; import java.util.Collection; import java.util.Map; import org.projectfloodlight.openflow.protocol.OFMessage; import org.projectfloodlight.openflow.protocol.OFType; import org.projec...
package net.openhft.chronicle.network.connection; import net.openhft.chronicle.core.Jvm; import net.openhft.chronicle.core.io.Closeable; import net.openhft.chronicle.wire.WireOut; import net.openhft.chronicle.wire.Wires; import net.openhft.chronicle.wire.YamlLogging; import java.util.Queue; import java.util.concurrent....
package no.stelar7.api.l4j8.impl.lol.liveclient; import com.google.gson.JsonElement; import no.stelar7.api.l4j8.basic.calling.DataCallBuilder; import no.stelar7.api.l4j8.basic.constants.api.*; import no.stelar7.api.l4j8.basic.exceptions.APIResponseException; import no.stelar7.api.l4j8.basic.utils.Pair; import no.stelar...
package org.ambraproject.rhino.view.article.versioned; import com.google.common.collect.ImmutableCollection; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Maps; import org.ambraproject.rhino.model.ArticleFile; import org.ambraproject.rhin...
package org.aravind.oss.kafka.connect.jenkins; import org.apache.kafka.common.config.AbstractConfig; import org.apache.kafka.common.config.ConfigDef; import org.apache.kafka.common.config.ConfigException; import java.net.MalformedURLException; import java.net.URL; import java.util.Map; /** * Convenient class to hold c...
package org.cyclops.cyclopscore.item; import net.minecraft.client.util.ITooltipFlag; import net.minecraft.fluid.Fluid; import net.minecraft.item.ItemGroup; import net.minecraft.item.ItemStack; import net.minecraft.util.NonNullList; import net.minecraft.util.text.IFormattableTextComponent; import net.minecraft.util.text...
package org.cyclops.cyclopscore.recipe.xml; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.Ingredient; import net.minecraftforge.oredict.OreIngredient; import org.cyclops.cyclopscore.init.RecipeHandler; import javax.annotation.Nonnull; import java.util.Arrays; /** * Item type handler for ore d...
package org.elasticsearch.rest.action.readonlyrest.acl; import java.lang.reflect.Field; import java.net.InetSocketAddress; import java.util.regex.Pattern; import java.util.Map; import org.elasticsearch.common.logging.ESLogger; import org.elasticsearch.common.logging.ESLoggerFactory; import org.elasticsearch.http.netty....
package avrora.stack; import vpc.VPCBase; import java.util.HashSet; /** * The <code>StateSpace</code> class represents the reachable state space * as it is explored by the <code>Analyzer</code> class. It stores reachable * states and the edges that connect them. * * @author Ben L. Titzer */ public class StateSpac...
package org.jenkinsci.plugins.github.extension; import com.google.common.base.Function; import com.google.common.base.Predicate; import hudson.ExtensionList; import hudson.ExtensionPoint; import hudson.model.Job; import jenkins.model.Jenkins; import org.jenkinsci.plugins.github.util.misc.NullSafeFunction; import org.je...
package org.osiam.storage.entities.extension; import org.codehaus.jackson.annotate.JsonIgnore; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.GeneratedValue; import javax.persistence.Id; import java.io.Se...
package org.sagebionetworks.web.server.servlet; import static org.sagebionetworks.web.client.cookie.CookieKeys.USER_LOGIN_TOKEN; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.Cookie; import javax.se...
package uk.ac.ebi.subs.api.controllers; import lombok.NonNull; import lombok.RequiredArgsConstructor; import org.springframework.context.ApplicationEventPublisher; import org.springframework.data.rest.core.event.AfterCreateEvent; import org.springframework.data.rest.core.event.AfterSaveEvent; import org.springframework...
package org.exist.xquery.functions.xmldb; import java.util.StringTokenizer; import org.exist.dom.NodeProxy; import org.exist.xmldb.LocalCollection; import org.exist.xquery.BasicFunction; import org.exist.xquery.FunctionSignature; import org.exist.xquery.XPathException; import org.exist.xquery.XQueryContext; import org....
package org.pikater.shared.database.views.jirka.datasets; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.pikater.shared.database.jpa.JPADataSetLO; import org.pikater.shared.database.jpa.JPAUser; import org.pikater.shared.database.jpa.daos.DAOs; import org.pikater.shared.database....
package com.giannoules.proxstor; // @TODO document public class ProxStorDebug { public static void println(String... msgs) { System.out.print("<< ProxStor Debug Print >> "); for (int x = 0; x < msgs.length - 1; x++) System.out.print(msgs[x] + " "); if (msgs.length > 0) ...
package com.github.mygreen.supercsv.builder; import static org.junit.Assert.*; import static org.assertj.core.api.Assertions.*; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotat...
package com.github.vangj.jbayes.inf.exact.graph.pptc; import static org.junit.Assert.*; import com.github.vangj.jbayes.inf.exact.graph.Dag; import com.github.vangj.jbayes.inf.exact.graph.Ug; import org.junit.Test; public class MoralizeTest extends HuangExample { @Test public void testMoralize() { Dag dag = getD...
package com.imcode.imcms.controller.api; import com.imcode.imcms.controller.AbstractControllerTest; import com.imcode.imcms.domain.dto.ImageFolderDTO; import com.imcode.imcms.domain.exception.DirectoryNotEmptyException; import com.imcode.imcms.domain.exception.FolderAlreadyExistException; import com.imcode.imcms.domain...
package com.matthewcasperson.validation.test; import java.util.HashMap; import java.util.Map; import org.testng.Assert; import org.testng.annotations.Test; import com.matthewcasperson.validation.exception.ValidationFailedException; import com.matthewcasperson.validation.ruleimpl.CanonicalizeTextValidationRule; import c...
package de.synyx.validator.bigdecimal; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import java.math.BigDecimal; import javax.validation.ConstraintValidatorContext; import static org.hamcrest.CoreMatchers.is; imp...
package io.jenkins.plugins.analysis.core.charts; import java.util.ArrayList; import java.util.List; import org.junit.jupiter.api.Test; import edu.hm.hafner.analysis.Severity; import io.jenkins.plugins.analysis.core.model.AnalysisResult; import io.jenkins.plugins.analysis.core.quality.AnalysisBuild; import static io.jen...
package org.synyx.urlaubsverwaltung.core.sync.absence; import org.joda.time.DateMidnight; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.synyx.urlaubsverwaltung.core.application.domain.Application; import org.synyx.urlaubsverwaltung.core.application.domain.ApplicationStatus; import ...
package tclisten; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * @author <a href="mailto:ja391045@gmail.com">John Anderson</a> * */ @SpringBootApplication public class Application { public static void main(String[] args) { Spr...
package com.kii.thingif.largetests; import android.support.test.runner.AndroidJUnit4; import android.text.TextUtils; import android.util.Pair; import com.google.gson.JsonObject; import com.kii.cloud.rest.client.KiiRest; import com.kii.cloud.rest.client.model.KiiCredentials; import com.kii.cloud.rest.client.model.storag...
package com.bitdubai.fermat_dmp_plugin.layer.network_service.intra_user.developer.bitdubai.version_1.structure; import com.bitdubai.fermat_api.layer.all_definition.enums.NetworkServices; import com.bitdubai.fermat_api.layer.all_definition.enums.Plugins; import com.bitdubai.fermat_api.layer.dmp_network_service.intra_use...
package beast.app.beauti; import beast.app.BEASTVersion; import beast.app.beauti.BeautiDoc.ActionOnExit; import beast.app.beauti.BeautiDoc.DOC_STATUS; import beast.app.draw.BEASTObjectPanel; import beast.app.draw.HelpBrowser; import beast.app.draw.ModelBuilder; import beast.app.draw.MyAction; import beast.app.util.Util...
package city.agents; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.Arrays; import java.util.Calendar; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.LinkedList; import java.util.Time...
package be.peopleware.jsf_II.i18n; import java.io.Serializable; import java.util.Locale; import javax.faces.FacesException; import javax.faces.component.UIViewRoot; import javax.faces.event.PhaseEvent; import javax.faces.event.PhaseId; import javax.faces.event.PhaseListener; import org.apache.commons.logging.Log; impor...
package io.norberg.rut; import org.junit.Test; import java.util.List; import static java.lang.Math.max; import static java.util.Arrays.asList; import static org.hamcrest.Matchers.isEmptyOrNullString; import static org.hamcrest.core.Is.is; import static org.hamcrest.core.IsNot.not; import static org.hamcrest.core.IsNull...
package uk.ac.ebi.atlas.web; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.PropertySource; import org.springframework.http.CacheControl; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annot...
package org.tigris.subversion.subclipse.ui.wizards.sharing; import java.lang.reflect.InvocationTargetException; import java.util.Properties; import org.eclipse.core.resources.IProject; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.NullPr...
<#include "/include/macros.fmpp"> <@pp.dropOutputFile /> <#list optionSetDefs as setDef> <#global def=setDef.command> <#if def.options?size != 0> <#global cmd=def.command> <#global commandName=def.commandName> <#global optionName=cmd.simpleName+"Option"> <#global simpleName=cmd.simpleName+"Options"> <@pp.changeOutputFi...
package cn.webfuse.ext.kit; import cn.webfuse.common.kit.DateFormatKits; import org.apache.commons.lang3.StringUtils; import java.util.Date; import java.util.HashSet; import java.util.Set; import java.util.regex.Pattern; /** * * <p> * from top.ibase4j.core.util.IDCardUtil */ public class IDCardKits { private ID...
package verification.platu.logicAnalysis; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.PriorityQueue; import java.util.Stack; ...
package org.webrtc; import android.content.Context; import org.webrtc.VideoCapturerAndroidTestFixtures; import org.webrtc.CameraEnumerationAndroid.CaptureFormat; import org.webrtc.VideoRenderer.I420Frame; import java.util.ArrayList; import java.util.List; import java.util.concurrent.CountDownLatch; import static junit....
package verification.platu.logicAnalysis; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import java.text.NumberFormat; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.PriorityQueue; import java.util.Sta...
package org.wikipedia.page.leadimages; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.Point; import android.os.Build; import android.text.Html; import android.text.TextUtils; import android.util.TypedValue; import android.graphics.PointF; import android.view.View; import android....
package org.jgroups.tests.perf; import EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap; import EDU.oswego.cs.dl.util.concurrent.QueuedExecutor; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.jgroups.Version; import org.jgroups.util.Util; import java.io.*; import...
package verification.platu.logicAnalysis; import java.io.BufferedWriter; import java.io.FileWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.PriorityQueue; import java.util.Stack; import lpn.parser.LhpnFile; ...
// Kyle Russell // AUT University 2015 package com.graphi.io; import com.graphi.util.Edge; import com.graphi.util.Node; import edu.uci.ics.jung.graph.Graph; import edu.uci.ics.jung.graph.SparseMultigraph; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; imp...
package org.pocketcampus.plugin.bikes; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.pocketcampus.core.plugin.IPlugin; import org.pocketcampus.core.plugin.PublicMethod; import org.pocketcampus.provider.mapelements.IMapElementsProv...
package IProlog_Java; //import java.util.Arrays; import java.util.stream.Stream; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.Spliterator; import java.util.function.Consumer; import java.util.stream.StreamSupport; pu...
package verification.platu.logicAnalysis; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.PriorityQu...