answer
stringlengths
17
10.2M
package com.f2prateek.segment; import android.Manifest; import android.app.Application; import com.squareup.moshi.Moshi; import com.squareup.moshi.Rfc3339DateJsonAdapter; import java.util.Arrays; import java.util.Date; import java.util.List; import okhttp3.mockwebserver.MockResponse; import okhttp3.mockwebserver.MockWe...
package com.battleejb.entities; import java.io.Serializable; import javax.persistence.*; import java.util.List; /** * The persistent class for the User database table. * */ @Entity @NamedQueries({ @NamedQuery(name="User.findByLogin", query="SELECT u FROM User u WHERE u.login = :login") }) public class User imple...
package edu.mit.streamjit.impl.compiler2; import com.google.common.collect.FluentIterable; import com.google.common.collect.HashBasedTable; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Immut...
/** * StatisticsScreen * * Class representing the screen that allows users to view statistics. * * @author Willy McHie * Wheaton College, CSCI 335, Spring 2013 */ package edu.wheaton.simulator.gui; import java.awt.BorderLayout; import java.awt.CardLayout; import java.awt.Dimension; import java.awt.event.ActionEv...
package com.zierfisch.render; import org.joml.Vector3f; import org.joml.Vector3fc; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.Family; import com.badlogic.ashley.systems.IteratingSystem; import com.zierfisch.flocking.FlockingComponent; /** * This system applies the acceleration and velocity...
package io.spine.code.java; import com.google.protobuf.DescriptorProtos.DescriptorProto; import com.google.protobuf.DescriptorProtos.FileDescriptorProto; import com.google.protobuf.Descriptors.Descriptor; import io.spine.test.code.NoOuterClassnameSourceFileTest.NoOuterClassnameMessage; import io.spine.test.code.SourceF...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.micromanager.api; import ij.gui.ImageWindow; /** * To use register your implementation of ImageFocusListener, * call GUIUtils.registerImageFocusListener(ImageFocusListener l); */ public interface ImageFocu...
package de.ddb.pdc.metadata; import org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter; import org.springframework.web.client.RestClientException; import org.springframework.web.client.RestTemplate; import org.springframework.xml.xpath.Jaxp13XPathTemplate; import org.springframework.xml.xpath.X...
package jetbrains.buildServer.clouds.kubernetes.podSpec; import com.intellij.openapi.util.Pair; import io.fabric8.kubernetes.api.model.*; import io.fabric8.kubernetes.api.model.extensions.Deployment; import jetbrains.buildServer.clouds.CloudInstanceUserData; import jetbrains.buildServer.clouds.kubernetes.*; import jetb...
package de.maikmerten.quaketexturetool; import java.io.File; import java.io.FileOutputStream; import java.util.ArrayList; import java.util.List; import java.util.Queue; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.HelpFormatter; import org.apa...
package org.meshwork.core.transport.serial.jssc; import jssc.*; import org.meshwork.core.AbstractMessageTransport; import org.meshwork.core.MessageData; import org.meshwork.core.TransportTimeoutException; import java.io.IOException; public class SerialMessageTransport implements AbstractMessageTransport, SerialPortEven...
package de.oio.refactoring.badtelefon; public class Kunde { double gebuehr = 0.0; Tarif tarif; public Kunde(int tarifArt) { this.tarif = new Tarif(tarifArt); } public void account(int minuten, int stunde, int minute) { String message1 = String.format("Berechne Gesprch mit %02d min um...
package de.prob2.ui; import com.google.inject.Inject; import com.google.inject.Singleton; import de.prob2.ui.dotty.DottyView; import de.prob2.ui.history.HistoryView; import de.prob2.ui.modelchecking.ModelcheckingController; import de.prob2.ui.operations.OperationsView; import javafx.beans.value.ObservableValue; import ...
package org.openhab.binding.ambientweather.internal.handler; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.Arrays; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import org.apache.commons.lang.StringUtils; import org.json.JSONObject; import org.openhab.binding.am...
package dmillerw.event.data.trigger; import com.google.gson.JsonObject; import dmillerw.event.data.lore.Lore; import dmillerw.event.data.lore.LoreRegistry; import dmillerw.event.data.lore.LoreStatusTracker; import dmillerw.event.network.PacketHandler; import dmillerw.event.network.packet.S01PlayLoreAudio; import net.mi...
package edu.harvard.iq.dataverse; import edu.harvard.iq.dataverse.api.SearchFields; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Logger; import javax.ejb.EJB; import javax.ejb.EJBException; import javax.faces.view.Vi...
package edu.harvard.iq.dataverse.api; import edu.harvard.iq.dataverse.Dataverse; import edu.harvard.iq.dataverse.search.SearchFields; import edu.harvard.iq.dataverse.DataverseServiceBean; import edu.harvard.iq.dataverse.DvObject; import edu.harvard.iq.dataverse.DvObjectServiceBean; import edu.harvard.iq.dataverse.Facet...
package edu.ucdenver.ccp.common.ftp; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.SocketException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Ha...
package org.ovirt.engine.ui.uicommonweb.models.configure.instancetypes; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.ovirt.engine.core.common.action.AddVmTemplateParameters; import org.ovirt.engine.core.common.action.UpdateVmTemplateParameters; imp...
/** * The GUI that has the Grocery List and allows exporting of the list. * * @author Julia McClellan, Luke Giacalone, Hyun Choi * @version 05/15/2016 */ import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionList...
package org.springframework.ide.vscode.commons.boot.app.cli.livebean; import java.util.ArrayList; import java.util.List; import java.util.Set; import org.json.JSONArray; import org.json.JSONObject; import org.springframework.ide.vscode.commons.util.Log; import org.springframework.ide.vscode.commons.util.StringUtil; imp...
package edu.usc.ini.pipeline.rest; import java.util.List; import java.util.concurrent.LinkedBlockingQueue; import org.jboss.logging.Logger; import edu.usc.ini.pipeline.rest.messages.ConnectMessage; import edu.usc.ini.pipeline.rest.messages.ConnectionEstablished; import edu.usc.ini.pipeline.rest.messages.ConnectionFaile...
package org.innovateuk.ifs.management.competition.setup; import org.innovateuk.ifs.BaseControllerMockMVCTest; import org.innovateuk.ifs.category.resource.InnovationAreaResource; import org.innovateuk.ifs.category.resource.InnovationSectorResource; import org.innovateuk.ifs.category.service.CategoryRestService; import o...
package enmasse.systemtest; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson.databind.node.ObjectNode; import io.vertx.core.Vertx; import io.vertx.core.buffer.Buffer; import io.vertx.core.http.HttpClient; import io.vertx.core.h...
package org.innovateuk.ifs.management.competition.setup; import org.innovateuk.ifs.BaseControllerMockMVCTest; import org.innovateuk.ifs.category.resource.InnovationAreaResource; import org.innovateuk.ifs.category.resource.InnovationSectorResource; import org.innovateuk.ifs.category.service.CategoryRestService; import o...
public class HealthcarePlan { private String name; private int checkups; private int hygiene; private int repair; private double monthlyCost; public HealthcarePlan (String streetName,int checks,int hygienes,int repairs, double cost) { streetName = name; checks = checkups; ...
package fredboat.commandmeta; import fredboat.commandmeta.abs.ICommandOwnerRestricted; import fredboat.commandmeta.abs.Command; import fredboat.commandmeta.abs.ICommand; import fredboat.commandmeta.abs.IMusicBackupCommand; import fredboat.commandmeta.abs.IMusicCommand; import fredboat.util.BotConstants; import fredboat...
package function.cohort.vargeno; import function.annotation.base.Annotation; import function.annotation.base.AnnotationLevelFilterCommand; import function.annotation.base.EffectManager; import function.annotation.base.GeneManager; import function.annotation.base.PolyphenManager; import function.annotation.base.Transcri...
package org.carewebframework.rpms.api.terminology; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import org.carewebframework.common.StrUtil; import org.carewebframework.vista.api.util.VistAUtil; import org.carewebframework.vista.mbroker.Broke...
package gov.nasa.jpl.mbee.ems; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.SortedSet; import gov.nasa.jpl.graphs.Dir...
package fr.openwide.core.spring.notification.model; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.IDN; import java.nio.charset.Charset; import java.util.Collection; import java.util.List; import javax.mail.internet.AddressException; import javax.mail.internet.InternetAddress;...
package graphql.execution; import graphql.ExceptionWhileDataFetching; import graphql.ExecutionResult; import graphql.ExecutionResultImpl; import graphql.GraphQLException; import graphql.language.Field; import graphql.schema.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ArrayList; import j...
package info.danidiaz.util; import java.util.Collection; import java.util.Deque; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.NoSuchElementException; /** * <p>An implementation of a doubly linked list.<p> * * <p>Some methods which the standard interfaces designate...
package org.pentaho.cdf; import java.io.OutputStream; import java.lang.reflect.Method; import java.security.InvalidParameterException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; import java.util.UUID; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.DefaultValue;...
package info.ganglia.jmxetric; import info.ganglia.gmetric4j.GMonitor; import java.lang.instrument.Instrumentation; // import java.util.logging.Logger; /** * JMXetricAgent is a JVM agent that will sample MBean attributes on a periodic basis, * publishing the value of those attributes to the Ganglia gmond process. * ...
package io.mycat.server.response; import java.nio.ByteBuffer; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.google.common.base.Strings; import io.mycat.MycatServer; import io.mycat.backend.mysql....
package kr.jm.utils.collections; import kr.jm.utils.datastructure.JMMap; import kr.jm.utils.helper.JMOptional; import java.util.Collection; import java.util.Map; import java.util.Set; import java.util.WeakHashMap; import java.util.concurrent.ConcurrentHashMap; import java.util.function.Supplier; /** * The type Jm nest...
package main.java.com.bag.client; import bftsmart.communication.client.ReplyReceiver; import bftsmart.reconfiguration.util.RSAKeyLoader; import bftsmart.tom.ServiceProxy; import bftsmart.tom.core.messages.TOMMessage; import bftsmart.tom.core.messages.TOMMessageType; import bftsmart.tom.util.TOMUtil; import com.esoteric...
package main.java.com.bag.client; import bftsmart.communication.client.ReplyReceiver; import bftsmart.tom.ServiceProxy; import bftsmart.tom.core.messages.TOMMessage; import bftsmart.tom.core.messages.TOMMessageType; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.esotericsof...
package org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.eclipse.birt.report.designer.internal.ui.editors.parts.DeferredGraphicalViewer; import org.eclipse.birt.report.designer.internal.ui.editors.schematic.laye...
package main.java.com.bag.client; import bftsmart.communication.client.ReplyReceiver; import bftsmart.tom.ServiceProxy; import bftsmart.tom.core.messages.TOMMessage; import bftsmart.tom.core.messages.TOMMessageType; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.esotericsof...
package TobleMiner.MineFightWeapons.Weapons.Definitions; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import org.bukkit.Material; import org.bukkit.World; import org.bukkit.entity.Item; import org.bukkit.event.Event; import org.bukkit.event.entity.EntityCombustEvent; import org.bukkit.ev...
package com.atlassian.jira.plugins.dvcs.spi.bitbucket.clientlibrary.model; import java.lang.reflect.Type; import java.util.HashMap; import java.util.Map; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; imp...
package mho.haskellesque.math; import mho.haskellesque.iterables.Exhaustive; import mho.haskellesque.iterables.IndexedIterable; import mho.haskellesque.tuples.Pair; import mho.haskellesque.tuples.Quadruple; import mho.haskellesque.tuples.Triple; import java.math.BigInteger; import java.util.List; import java.util.Optio...
package io.spacedog.server; import java.util.Map; import java.util.Optional; import com.google.common.collect.Maps; import com.google.common.net.HttpHeaders; import io.spacedog.http.SpaceBackend; import io.spacedog.model.Settings; import io.spacedog.utils.AuthorizationHeader; import io.spacedog.utils.Credentials; impor...
package ru.job4j.array; import java.util.Arrays; /** * RotateArray class. * * @author Kuzmin Danila (mailto:bus1d0@mail.ru) * @version $Id$ * @since 0.1 */ public class RotateArray { /** * Invert arrays on 90 degrees. * * @param arrayToChange - array to rotate. * @return rotate array. ...
package pl.edu.icm.coansys.citations.coansys; import java.io.File; import java.util.List; import org.apache.commons.lang3.tuple.Pair; import org.apache.hadoop.io.BytesWritable; import org.apache.hadoop.io.Text; import org.testng.annotations.Test; import pl.edu.icm.coansys.commons.hadoop.LocalSequenceFileUtils; import p...
package net.malisis.core.util; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; import net.minecraft.util.AxisAlignedBB; import net.minecraft.util.BlockPos; /** * @author Ordinastie * */ public class BlockPosUtils { public static BlockPos rotate(BlockPos pos, int rotation) { int[] cos...
package com.zsmartsystems.zigbee.dongle.telegesis.internal; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; import java.util.concurrent.TimeUnit; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.zsmartsystems.zigbee.dongle.telegesis.ZigBeeDongleTelegesis; import co...
package net.ucanaccess.converters; import java.math.BigDecimal; import java.math.MathContext; import java.sql.Timestamp; import java.text.DateFormatSymbols; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calenda...
package nl.mpi.kinnate.svg; import java.awt.geom.AffineTransform; import nl.mpi.arbil.ui.GuiHelper; import nl.mpi.kinnate.KinTermSavePanel; import nl.mpi.kinnate.kindata.EntityData; import nl.mpi.kinnate.kindata.EntityRelation; import org.apache.batik.bridge.UpdateManager; import org.w3c.dom.Element; import org.w3c.dom...
import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.conf.Configured; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.ArrayWritable; import org.apache.hadoop.io.Int...
package org.deegree.feature.persistence.transaction; import java.util.HashSet; import java.util.Set; import org.deegree.commons.tom.Reference; import org.deegree.commons.tom.gml.GMLObject; import org.deegree.feature.Feature; import org.deegree.geometry.Geometry; import org.deegree.gml.utils.GMLObjectVisitor; class IdCh...
package org.eclipse.birt.report.engine.emitter.config.excel; import static org.eclipse.birt.report.engine.api.IExcelRenderOption.HIDE_GRIDLINES; import static org.eclipse.birt.report.engine.api.IExcelRenderOption.WRAPPING_TEXT; import static org.eclipse.birt.report.engine.api.IRenderOption.CHART_DPI; import java.util.L...
package org.innovateuk.ifs.project.projectdetails.controller; import org.innovateuk.ifs.application.service.CompetitionService; import org.innovateuk.ifs.application.service.OrganisationService; import org.innovateuk.ifs.commons.security.SecuredBySpring; import org.innovateuk.ifs.competition.resource.CompetitionResourc...
package org.apdplat.superword.tools; import com.gargoylesoftware.htmlunit.BrowserVersion; import com.gargoylesoftware.htmlunit.WebClient; import com.gargoylesoftware.htmlunit.html.HtmlPage; import org.apache.commons.lang.StringUtils; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Elemen...
package org.eclipse.che.ide.extension.builder.client.console.indicators; import org.eclipse.che.ide.api.action.Presentation; import org.eclipse.che.ide.api.action.PropertyChangeEvent; import org.eclipse.che.ide.api.action.PropertyChangeListener; import org.eclipse.che.ide.extension.builder.client.BuilderResources; impo...
package org.rlcommunity.critter; /** * SimulatorComponentLight * * This component deals with light-emitting objects and light sensors, * pairing the two into a happy match. * * @author Marc G. Bellemare */ public class SimulatorComponentLight implements SimulatorComponent { public static final String NAME =...
package org.voltdb.iv2; import java.util.ArrayList; import java.util.concurrent.TimeUnit; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.concurrent.LinkedBlockingDeque; import org.voltcore.logging.VoltLo...
package org.dita.dost.reader; import static org.dita.dost.util.Constants.*; import static org.dita.dost.writer.DitaWriter.*; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.Writer; import java.util.Collections; import java.util.HashSet;...
package de.raphaelgeissler.dependencychecker.core.impl.validation; import static org.junit.Assert.*; import java.io.File; import java.util.Arrays; import java.util.jar.Manifest; import org.junit.Before; import org.junit.Test; import de.raphaelgeissler.dependencychecker.Checker; import de.raphaelgeissler.dependencycheck...
package controllers; import models.Client; import models.Grant; import play.mvc.Security; import play.mvc.Result; import java.net.URI; import java.net.URISyntaxException; import java.util.UUID; public class APIOAuthController extends BaseController { public static Result addClient(String clientId, String clientSecr...
package flc.nbl_actors.experimental; import flc.nbl_actors.core.*; import flc.nbl_actors.experimental.log.*; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.List; import java.util.concurrent.*; import java.util.concurrent.atomic.AtomicInteg...
package org.jboss.plugins; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.StringWriter; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFac...
package org.jtrfp.trcl.obj; import org.apache.commons.math3.geometry.euclidean.threed.Vector3D; import org.jtrfp.trcl.Camera; import org.jtrfp.trcl.NormalMap; import org.jtrfp.trcl.OverworldSystem; import org.jtrfp.trcl.RenderMode; import org.jtrfp.trcl.Triangle; import org.jtrfp.trcl.Tunnel; import org.jtrfp.trcl.Worl...
package org.lantern.monitoring; import java.lang.management.ManagementFactory; import java.lang.management.MemoryMXBean; import java.lang.management.OperatingSystemMXBean; import java.lang.reflect.Method; import java.util.Map; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; i...
package org.mitre.synthea.engine; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang3.StringUtils; import org.mitre.synthea.helpers.TimeSeriesData; import org.mitre.synthea.world.agents.Person; /** * Various components used in the generic module framework. * All components should be def...
package org.mitre.synthea.engine; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.net.URISyntaxException; import java.net.URL; import java.nio.file.Path; import java.nio.file.Paths; import java.ut...
package org.nuxeo.common.utils; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.Map; import java.util.Properties; import java.util.regex.Match...
package de.ptb.epics.eve.editor.views.axeschannelsview.classiccomposite.channels; import org.eclipse.jface.viewers.ColumnLabelProvider; import de.ptb.epics.eve.data.ComparisonTypes; import de.ptb.epics.eve.data.measuringstation.event.MonitorEvent; import de.ptb.epics.eve.data.scandescription.Channel; import de.ptb.epic...
package org.suporma.gears; import java.util.AbstractCollection; import java.util.Deque; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.NoSuchElementException; import java.util.function.Predicate; public class HashedLinkedDeque<T> extends AbstractCollection<T> implements Dequ...
package permafrost.tundra.lang; import com.wm.data.IData; import com.wm.data.IDataCursor; import com.wm.data.IDataFactory; import com.wm.data.IDataUtil; import permafrost.tundra.data.IDataHelper; import permafrost.tundra.io.StreamHelper; import permafrost.tundra.math.BigDecimalHelper; import permafrost.tundra.math.BigI...
package controllers.api; import java.util.Date; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import models.FeedSource; import models.FeedVersion; import models.JsonViews; import models.Model; import models.Note; import models.Note.NoteType; import models.Use...
package tigase.server.bosh; import tigase.xml.Element; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; /** * Descr...
package wasdev.sample.servlet; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Servlet implementation class SimpleServ...
package ibis.ipl.impl.registry.central.server; import ibis.ipl.impl.IbisIdentifier; import ibis.ipl.impl.Location; import ibis.ipl.impl.registry.Connection; import ibis.ipl.impl.registry.central.Election; import ibis.ipl.impl.registry.central.ElectionSet; import ibis.ipl.impl.registry.central.Event; import ibis.ipl.imp...
package org.deviceconnect.android.deviceplugin.uvc.profile; import android.content.Intent; import android.os.Bundle; import org.deviceconnect.android.deviceplugin.uvc.recorder.MediaRecorder; import org.deviceconnect.android.deviceplugin.uvc.recorder.UVCRecorder; import org.deviceconnect.android.deviceplugin.uvc.recorde...
package org.csstudio.display.builder.representation.javafx.widgets; import static org.csstudio.display.builder.representation.ToolkitRepresentation.logger; import java.util.Arrays; import java.util.List; import java.util.logging.Level; import org.csstudio.display.builder.model.DirtyFlag; import org.csstudio.display.bui...
package org.csstudio.display.builder.representation.javafx.widgets; import java.util.Objects; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicBoolean; import org.csstudio.display.builder.model.DirtyFlag; import org.csstudio.display.builder.model.UntypedWidgetPropertyListener; import org.c...
package org.yeastrc.proxl.import_xml_to_db.constants; public class Proxl_XSD_XML_Schema_Enabled_And_Filename_With_Path_Constant { /** * If true, then schema validation will be done */ public static final boolean PROXL_XSD_XML_SCHEMA_VALIDATION_ENABLED = true; /** * The "/" specifies to start ...
package org.jpos.ee; import java.nio.charset.StandardCharsets; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import java.util.List; import org.bouncycastle.util.Arrays; import org.bouncycastle.util.encoders.Base64; import org.hibernate.Criteria; im...
package org.xwiki.test.integration.junit; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Validate logs against default excludes/expected lines and...
package org.xwiki.rendering.internal.parser.wikimodel; import java.io.StringReader; import org.xwiki.rendering.listener.InlineFilterListener; import org.xwiki.rendering.listener.Listener; import org.xwiki.rendering.listener.WrappingListener; import org.xwiki.rendering.parser.ParseException; import org.xwiki.rendering.p...
package org.openhab.binding.zwave.internal.protocol.commandclass; import org.openhab.binding.zwave.internal.protocol.SerialMessage; import org.openhab.binding.zwave.internal.protocol.ZWaveController; import org.openhab.binding.zwave.internal.protocol.ZWaveEndpoint; import org.openhab.binding.zwave.internal.protocol.ZWa...
package ru.job4j.map; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.HashMap; import java.util.Map; public class User { private String name; private int children; private Calendar birthday; public User(String name, int children, Calendar birthday) { this.name = n...
package org.codehaus.groovy.syntax.parser; import java.io.IOException; import org.codehaus.groovy.syntax.SyntaxException; import org.codehaus.groovy.syntax.Token; import org.codehaus.groovy.syntax.TokenStream; import org.codehaus.groovy.syntax.lexer.Lexer; import org.codehaus.groovy.syntax.lexer.LexerTokenStream; impor...
// This source code is available under agreement available at // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France package org.talend.components.simplefileio.runtime; import static org.hamcrest.Matchers.*; import static org.juni...
package org.parser.marpa; import java.util.EnumSet; import java.util.HashMap; import java.util.Map; public enum ESLIFLoggerLevel { TRACE (0), DEBUG (1), INFO (2), NOTICE (3), WARNING (4), ERROR (5), CRITICAL (6), ALERT (7), EMERGENCY(8); private int code; p...
package com.vaklinov.zcashui; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.Toolkit; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.StringSelection; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java....
package org.eclipse.smarthome.binding.lifx.internal; import java.nio.ByteBuffer; import java.time.Duration; import java.time.LocalDateTime; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Reentrant...
package net.yeputons.ofeed; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; i...
package org.uct.cs.simplify; import org.apache.commons.cli.*; import org.uct.cs.simplify.filebuilder.PHFBuilder; import org.uct.cs.simplify.filebuilder.PHFNode; import org.uct.cs.simplify.filebuilder.RecursiveFilePreparer; import org.uct.cs.simplify.util.*; import java.io.File; import java.io.FileWriter; import java.io...
package org.openbmap.activity; import java.io.File; import java.io.FilenameFilter; import org.openbmap.Preferences; import org.openbmap.R; import android.app.DownloadManager; import android.app.DownloadManager.Query; import android.app.DownloadManager.Request; import android.content.BroadcastReceiver; import android.co...
package org.nuxeo.ecm.platform.ec.notification; import java.io.Serializable; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import javax.mail.MessagingException; import o...
package org.apache.velocity.io; import java.io.IOException; import java.io.Writer; /** * Implementation of a fast Writer. It was originally taken from JspWriter * and modified to have less syncronization going on. * * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a> * @author <a href="mailto:jon@latch...
package fr.openwide.core.jpa.more.business.task.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.util.Assert; import fr.openwide.core.infinispan.model.ILock; import fr.openwide.core.infinispan.model.IPriorityQu...
package org.jdesktop.swingx; import java.awt.AlphaComposite; import java.awt.BorderLayout; import java.awt.Component; import java.awt.Composite; import java.awt.Container; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.LayoutManager; import java.awt.Rectangle; import ja...
package com.elfec.cobranza.business_logic; import java.net.ConnectException; import java.sql.SQLException; import org.json.JSONException; import org.json.JSONObject; import android.nfc.FormatException; import com.elfec.cobranza.model.enums.ConnectionParam; import com.elfec.cobranza.model.results.DataAccessResult; impor...
package com.esotericsoftware.yamlbeans; import com.esotericsoftware.yamlbeans.Beans.Property; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.List; /** Stores a constructor, parameters names, and property values so construction can b...
package com.jcwhatever.bukkit.generic.commands; import com.jcwhatever.bukkit.generic.commands.arguments.CommandArguments; import com.jcwhatever.bukkit.generic.commands.exceptions.InvalidValueException; import com.jcwhatever.bukkit.generic.internal.Lang; import com.jcwhatever.bukkit.generic.messaging.Messenger; import o...