answer stringlengths 17 10.2M |
|---|
package de.mxro.metrics.jre;
import delight.async.properties.PropertiesCommon;
import delight.async.properties.PropertyNode;
import delight.async.properties.jre.Properties;
import delight.factories.Configuration;
import delight.factories.Dependencies;
import delight.factories.Factory;
import de.mxro.metrics.MetricsComm... |
package environment;
import static util.Leb128.readUnsignedLeb128;
import constants.BinaryFormat;
import parser.Parser;
import parser.ParserException;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.List;
import java.util.Stack;
import util.Leb128;
public class WASMInterpreter {
pr... |
package imagej.ops;
import imagej.command.CommandInfo;
import imagej.command.CommandModuleItem;
import imagej.command.CommandService;
import imagej.module.Module;
import imagej.module.ModuleItem;
import imagej.module.ModuleService;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import... |
package io.sqooba.traildbj;
import java.io.File;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.commons.codec.DecoderException;
import org.apache.commons.codec.binary.Hex;
import org.apache.commons.i... |
package kr.jm.utils.helper;
import kr.jm.utils.enums.OS;
import kr.jm.utils.exception.JMExceptionManager;
import java.time.ZonedDateTime;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.*;
import java.util.function.Consumer;
import java.util.function.Function;
import java.util.function.... |
package me.tatarka.ipromise;
import java.util.ArrayList;
import java.util.List;
/**
* A promise is a way to return a result the will be fulfilled sometime in the future. This fixes
* the inversion of control that callback-style functions creates and restores the composeability of
* return values.
*
* In addition t... |
package mtr.gui;
import mapper.UtilitiesClient;
import mtr.data.IGui;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.gui.widget.SliderWidget;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.text.LiteralText;
import java.util.function.Function;
public class WidgetShorter... |
package net.imagej.legacy;
import ij.Executer;
import ij.IJ;
import ij.ImageJ;
import ij.ImagePlus;
import ij.Macro;
import ij.Menus;
import ij.WindowManager;
import ij.gui.ImageWindow;
import ij.gui.Toolbar;
import ij.io.Opener;
import ij.macro.Interpreter;
import ij.plugin.Commands;
import ij.plugin.PlugIn;
import ij... |
package org.assertj.db.type;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import javax.sql.DataSource;
public class Request extends AbstractDbData<Request> {
... |
package org.cojen.tupl.rows;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Link... |
package org.davidmoten.rx.jdbc;
import java.util.concurrent.Callable;
import io.reactivex.BackpressureStrategy;
import io.reactivex.Flowable;
import io.reactivex.functions.Consumer;
import io.reactivex.functions.Predicate;
import io.reactivex.subjects.PublishSubject;
public final class Pool<T> {
private final Flowa... |
package org.dita.dost.util;
import static org.dita.dost.util.Constants.*;
import static org.dita.dost.log.MessageBean.*;
/**
* LogUtils : To anylyse the information from dita & xslt ,supply
* fatal , error , warn , info to the DITAOTBuildLogger,
* which to complement the ant's shortage.
*
* Only intended to be use... |
package org.jboss.jandex;
import java.io.*;
import java.util.Enumeration;
import java.util.jar.JarEntry;
import java.util.jar.JarFile;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
/**
*
* Class which contains utility methods to create an index for a jar file
*
* @author Stuart Douglas
* @au... |
package org.jtrfp.trcl;
import org.jtrfp.trcl.core.TR;
import org.jtrfp.trcl.mem.MemoryWindow;
public final class MatrixWindow extends MemoryWindow {
public static final int BYTES_PER_MATRIX = 4 * 16; // 16 floats
public final Double2FloatArrayVariable matrix = new Double2FloatArrayVariable(
16);
pu... |
package org.jtrfp.trcl.flow;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.Callable;
import org.apache.commons.math3.geometry.euclidean.threed.Vector3D;
import org.jtrfp.trcl.NAVSystem;
import org.jtrfp.trcl.OverworldSystem;
import org.jtrfp.trcl.Tunnel;
impor... |
package org.jtrfp.trcl.gui;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.lang.ref.WeakReference;
import java.util.Enumeration;
import java.util.Scanner;
import java.util.concurrent.Executor;
import java.u... |
package org.nusco.narjillos;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
public class Backlog {
private static final String ANS... |
package org.shanerx.tradeshop;
import org.bukkit.Bukkit;
import java.util.ArrayList;
public class Utils {
final String plugin = "TradeShop";
final String author = "Lori00";
final String version = Bukkit.getPluginManager().getPlugin("TradeShop").getDescription().getVersion();
final String website = null;... |
package org.takes;
/**
* Can't find how the resource requested.
*
* <p>The exception is throws by {@link Takes#route(org.takes.Request)}
* if and when a "take" can't be found.
*
* @author Yegor Bugayenko (yegor@teamed.io)
* @version $Id$
* @since 0.1
* @see org.takes.Take
*/
public final class NotFoundExcepti... |
package seedu.address.ui;
import javafx.event.EventHandler;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import javafx.scene.image.Image;
import javafx.scene.input.KeyCode;
import javafx.scene.input.KeyEvent;
import javafx.scene.web.WebView;
import javafx.stage.Modality;
import javafx.stage.Stage;
import... |
package seedu.address.ui;
import java.util.Arrays;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import java.util.logging.Logger;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.Scene;
import javafx.scene.control.MenuItem;
import javafx.scene.control.TextInputContr... |
package be.ibridge.kettle.www;
import be.ibridge.kettle.core.LogWriter;
import be.ibridge.kettle.core.util.EnvUtil;
import be.ibridge.kettle.core.value.Value;
import be.ibridge.kettle.trans.StepLoader;
import be.ibridge.kettle.trans.Trans;
import be.ibridge.kettle.trans.TransMeta;
import be.ibridge.kettle.trans.TransPr... |
package tigase.db.jdbc;
import tigase.auth.SaslPLAIN;
import tigase.db.AuthRepository;
import tigase.db.AuthorizationException;
import tigase.db.DBInitException;
import tigase.db.DataRepository;
import tigase.db.RepositoryFactory;
import tigase.db.TigaseDBException;
import tigase.db.UserExistsException;
import tigase.d... |
package com.yahoo.vespa.flags;
import com.yahoo.component.Vtag;
import com.yahoo.vespa.defaults.Defaults;
import java.time.Instant;
import java.time.LocalDate;
import java.time.ZoneOffset;
import java.time.format.DateTimeFormatter;
import java.util.List;
import java.util.Optional;
import java.util.TreeMap;
import stati... |
//FILE: MMStudioMainFrame.java
//PROJECT: Micro-Manager
//SUBSYSTEM: mmstudio
// Modifications by Arthur Edelstein, Nico Stuurman
// This file is distributed in the hope that it will be useful,
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// ... |
package com.yahoo.vespa.flags;
import com.yahoo.vespa.defaults.Defaults;
import java.util.List;
import java.util.Optional;
import java.util.TreeMap;
import static com.yahoo.vespa.flags.FetchVector.Dimension.APPLICATION_ID;
import static com.yahoo.vespa.flags.FetchVector.Dimension.HOSTNAME;
import static com.yahoo.vespa... |
//FILE: ProgressBarjava
//PROJECT: Micro-Manager
//SUBSYSTEM: mmstudio
// This file is distributed in the hope that it will be useful,
// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
// ... |
package org.mobicents.ss7;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javolution.util.FastMap;
import org.apache.log4j.Logger;
import org.jboss.system.ServiceMBeanSupport;
import org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl;
import org.mobicents.s... |
package ca.team3161.iapetus;
import ca.team3161.lib.utils.Utils;
import edu.wpi.first.wpilibj.DoubleSolenoid;
import edu.wpi.first.wpilibj.AnalogPotentiometer;
import edu.wpi.first.wpilibj.DigitalInput;
import edu.wpi.first.wpilibj.SpeedController;
import edu.wpi.first.wpilibj.Talon;
import edu.wpi.first.wpilibj.Victor... |
package io.flutter.view;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.os.Bundle;
import androi... |
package ch.ntb.inf.deep.lowLevel;
public class LL {
/** get bits of floating point value */
public static long doubleToBits(double d) {
return 0;
}
/** set double from bits */
public static double bitsToDouble(long val) {
return 0;
}
} |
package ch.ntb.inf.deep.ssa;
import ch.ntb.inf.deep.cfg.CFGNode;
import ch.ntb.inf.deep.cfg.JvmInstructionMnemonics;
import ch.ntb.inf.deep.classItems.DataItem;
import ch.ntb.inf.deep.classItems.Item;
import ch.ntb.inf.deep.classItems.Method;
import ch.ntb.inf.deep.ssa.instruction.Call;
import ch.ntb.inf.deep.ssa.instr... |
package cx2x.xcodeml.xelement;
import cx2x.xcodeml.helper.XelementHelper;
import org.w3c.dom.Element;
/**
* The Xvalue represents the value (8.4) element in XcodeML intermediate
* representation.
*
* Elements: ( exprModel )
* - Required:
* - exprModel (XexprModel)
*
* Attributes:
* - Optional: repeat_count (... |
package org.hawk.core.util;
import java.util.Arrays;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
public class Utils {
public String toString(Object source) {
// non arrays
if (source.getClass().getComponentType() == null)
return source.toString();
... |
package org.postgresql.core.v3;
import java.io.InputStream;
import java.io.IOException;
import java.sql.SQLException;
import java.util.Arrays;
import org.postgresql.core.*;
import org.postgresql.util.PSQLException;
import org.postgresql.util.PSQLState;
import org.postgresql.util.StreamWrapper;
import org.postgresql.uti... |
package com.dmdirc.util;
import java.util.ArrayList;
import java.util.List;
/**
*
* @param <T> The type if items that this list contains
* @author chris
*/
public class RollingList<T> {
private final List<T> items = new ArrayList<T>();
private final int capacity;
private int position = 0;
private bo... |
package com.ibm.maximo.oslc;
/**
*
* {@code Options} is served for {@code MaximoConnector}.
*
* <p>
* The following code shows how to initial {@code MaximoConnector} using {@code MaximoConnector} and {@code Options}Constructor</p>
* <pre>
* <code>
* MaximoConnector mc = new MaximoConnector(new Options().user(us... |
package de.independit.scheduler.jobserver;
import java.util.*;
import java.io.*;
import java.util.regex.*;
import java.text.*;
import java.lang.management.ManagementFactory;
import java.lang.management.RuntimeMXBean;
import java.lang.management.ThreadMXBean;
import java.lang.reflect.*;
import com.sun.jna.Pointer;
impor... |
package net.md_5.bungee.netty;
import io.netty.channel.Channel;
import io.netty.channel.ChannelException;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.handler.timeout.ReadTimeoutHandler;
import io.netty.util.AttributeKey;
import java.net.InetSocketAddress;
import ja... |
public class Phoneme {
private boolean isAVowel = false;
private String phoneme = "";
private int stress = -1; //-1 just means there isn't an assigned stress
public String getPhoneme() {
return phoneme;
}
public void setPhoneme(String phoneme) {
this.phoneme = phoneme;
}
... |
package com.jetbrains.python;
import com.intellij.openapi.project.Project;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiReference;
import com.jetbrains.python.fixtures.PyResolveTestCase;
import com.jetbrains.python.psi.*;
import com.jetbrains.python.psi.impl.PyBuiltinCache;
import com.jetbrains.python... |
package org.joverseer.domain;
import org.joverseer.support.StringUtils;
/**
* Stores the narration for a challenge from the pdf turn results.
*
* @author Marios Skounakis
*
*/
public class Challenge extends Encounter {
private static final long serialVersionUID = -8479597823662327575L;
boolean parsed = fal... |
package mn.hart.android.simpleaidl;
import java.lang.reflect.Constructor;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.Log;
/**
* Packs itself prior to its shuttling across processes,
* and is responsible for orchestrating its own reconstruction
* on the other... |
package model.states.gamestates;
import gameactions.GameActionStatePush;
import gameactions.GameActionTeleport;
import java.awt.Color;
import java.util.Collection;
import model.ItemEntityAssociation;
import model.KeyPreferences;
import model.area.Area;
import model.area.RadialArea;
import model.area.RealCoordinate;
imp... |
package model.states.gamestates;
import gameactions.GameActionStatePush;
import java.awt.Color;
import java.util.Collection;
import model.ItemEntityAssociation;
import model.KeyPreferences;
import model.area.RealCoordinate;
import model.area.TileCoordinate;
import model.entity.Avatar;
import model.entity.EntityManager;... |
package net.jforum.security;
import net.jforum.model.security.SecurityModel;
public class PermissionControl
{
public static final int ROLE_DENY = 0;
public static final int ROLE_ALLOW = 1;
private RoleCollection roles;
private SecurityModel smodel;
public void setRoles(RoleCollection roles)
{
... |
/*
* Locus
*/
package net.maizegenetics.pal.alignment;
import java.io.Serializable;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
/**
*
* @author terry
*/
public class Locus implements Serializable {
private static final long serialVersionUID = -519780... |
package org.bdgp.OpenHiCAMM.Modules;
import ij.IJ;
import ij.ImagePlus;
import ij.measure.ResultsTable;
import ij.plugin.filter.Analyzer;
import ij.process.ImageProcessor;
import java.awt.Component;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concu... |
package org.broad.igv.hic.data;
import org.apache.commons.math.linear.*;
import org.apache.commons.math.stat.StatUtils;
import org.apache.commons.math.stat.correlation.PearsonsCorrelation;
import org.broad.igv.feature.Chromosome;
import org.broad.igv.hic.tools.Preprocessor;
import org.broad.tribble.util.LittleEndianInp... |
package dr.app.beast;
import beagle.BeagleFlag;
import beagle.BeagleInfo;
import dr.app.plugin.Plugin;
import dr.app.plugin.PluginLoader;
import dr.app.util.Arguments;
import dr.app.util.Utils;
import dr.math.MathUtils;
import dr.util.ErrorLogHandler;
import dr.util.MessageLogHandler;
import dr.util.Version;
import dr.... |
package org.redkale.net;
import java.io.IOException;
import java.net.*;
import java.nio.ByteBuffer;
import java.nio.channels.*;
import java.util.Set;
import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicLong;
import java.util.function.*;
import javax.net.ssl.SSLContext;
public class TcpAioAsyncConnec... |
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks indicating autogenerated code o... |
package kg.apc.jmeter.perfmon;
import java.io.File;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.text.SimpleDateFormat;
import java.util.*;
import kg.apc.jmeter.JMeterPluginsUtils;
import kg.apc.jmeter.reporters.LoadosophiaUploadingNotifier;
import kg.apc.jmeter.vizualizers.CorrectedResult... |
package com.rexsl.test;
import javax.xml.parsers.DocumentBuilderFactory;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.CharEncoding;
import org.w3c.dom.Document;
/**
* Implementation of {@link TestResponse}.
*
* <p>Objects of this class are immutable and thread-safe.
*
* @author Yegor Bugaye... |
package com.rivescript;
import com.rivescript.ast.ObjectMacro;
import com.rivescript.ast.Root;
import com.rivescript.ast.Topic;
import com.rivescript.ast.Trigger;
import com.rivescript.exception.DeepRecursionException;
import com.rivescript.exception.NoDefaultTopicException;
import com.rivescript.exception.RepliesNotSo... |
package rtc.pa.read;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
import com.ibm.team.links.common.registry.IEndPointDescriptor;
import com.ibm.team.process.common.IProjectArea;
impo... |
package generalLWRNetwork;
import generalNetwork.data.demand.Demands;
import generalNetwork.state.CellInfo;
import generalNetwork.state.Profile;
import generalNetwork.state.externalSplitRatios.IntertemporalOriginsSplitRatios;
import generalNetwork.state.internalSplitRatios.IntertemporalSplitRatios;
import generalNetwor... |
package gr.di.uoa.a8.sivac;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStr... |
package htsquirrel;
import static htsquirrel.OAuth.getResponse;
import htsquirrel.game.Team;
import java.io.IOException;
import java.io.StringReader;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.scribe.model.... |
package VASL.build.module.map.boardPicker;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.Rectangle;
import java.awt.image.BufferedImage;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
impor... |
package com.planetmayo.debrief.satc.gwt.client;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.RootPanel;
import com.planetmayo.debrief.satc.gwt.client.services.GWTConverterService;
import com.planetmayo.debrief.satc.gwt.client.services.GWTIOService;
import com.planetmayo.debrief.sat... |
package pl.edu.agh.marims.plugin.ui;
import com.google.gson.reflect.TypeToken;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.Messages;
import com.intellij.openapi.wm.ToolWindow;
import com.intellij.openapi.wm.ToolWindowFactory;
im... |
package com.smartdevicelink.proxy;
import java.util.Hashtable;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
import com.smartdevicelink.marshal.JsonRPCMarshaller;
public class RPCStruct {
public static final String KEY_BULK_DATA = "bulkData";
private byte[] _bulkData = null;
... |
package example;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import org.springframework.boot.SpringApplication;
import org.springframework.boo... |
package net.md_5.bungee;
import com.google.common.base.Preconditions;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.util.ArrayList;
import java.util.List;
import javax.crypto.SecretKey;
import lombok.Getter;
import net.md_5.bungee.api.ChatColor;
import net.md_5.bunge... |
package client;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
public class Client extends Application {
public static int STAGE_WIDTH = 480;
public static int STAGE_HEIGHT = 320;
private Stage clientStage = null;
@Override // from A... |
package com.badlogic.gdx.scenes.scene2d.ui;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed;
import com.badlogic.gdx.scenes.scene2d.utils.Align;
import com.badlogic.gdx.utils.Pool.Poolable;
/** A cell for a {@link Table}.
* @author Nathan Sweet */
public class Cell<T... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package consolefps.controllers;
import consolefps.models.Grille;
import consolefps.models.Position;
import consolefps.models.Sens;
import consolefps.models.elements.arme.Arme;
import consolefps.models.elements.arme.Fusil... |
package cs.si.stavor.app;
/**
* Global app configuration parameters
* @author Xavier Gibert
*
*/
public class Parameters {
/**
* General application parameters
* @author Xavier Gibert
*
*/
public static class App {
public static final long splash_min_time_ns = 1000000000;//[ns] 1... |
package controllers;
import javax.inject.Inject;
import javax.xml.namespace.QName;
import com.fasterxml.jackson.databind.JsonNode;
import com.mysema.query.Tuple;
import com.mysema.query.sql.SQLQuery;
import com.mysema.query.sql.SQLSubQuery;
import com.mysema.query.support.Expressions;
import com.mysema.query.types.Expr... |
package eg.projects;
import java.io.File;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.util.List;
import java.util.ArrayList;
import java.util.Arrays;
//--Eadgyth--/
import eg.Prefs;
import eg.utils.Dialogs;
import eg.utils.FileUtils;
import eg.projects.settingswin.SettingsWindow;... |
import java.io.*;
import java.awt.*;
import java.net.*;
import javax.swing.*;
import java.awt.event.*;
/**
* This will fetch the Forecast for an area
* @version 0.1
* @author Sam Graham
*/
public class Forecast extends JFrame
{
/**
* Main class
*/
public static void main(String[] args)
{
n... |
package examples.mobile;
import java.util.Vector;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import jade.core.*;
import jade.core.behaviours.*;
import jade.domain.MobilityOntology;
import jade.lang.Codec;
import jade.lang.sl.SL0Codec;
import jade.gui.GuiAgent;
import jade.gui.GuiEvent;
import jad... |
package gov.nih.nci.cadsr.cdecurate.test;
import gov.nih.nci.cadsr.cdecurate.tool.AC_Bean;
import gov.nih.nci.cadsr.cdecurate.tool.AC_CONTACT_Bean;
import gov.nih.nci.cadsr.cdecurate.tool.CurationServlet;
import gov.nih.nci.cadsr.cdecurate.tool.DEC_Bean;
import gov.nih.nci.cadsr.cdecurate.tool.EVS_Bean;
import gov.nih.... |
package mod._toolkit;
import com.sun.star.awt.XControl;
import com.sun.star.awt.XControlModel;
import com.sun.star.awt.XDevice;
import com.sun.star.awt.XGraphics;
import com.sun.star.awt.XListBox;
import com.sun.star.awt.XToolkit;
import com.sun.star.awt.XWindow;
import com.sun.star.awt.XWindowPeer;
import com.sun.star... |
package io.flutter.preview;
import com.intellij.openapi.util.text.StringUtil;
import org.dartlang.analysis.server.protocol.Element;
import org.dartlang.analysis.server.protocol.FlutterOutline;
import org.jetbrains.annotations.NotNull;
import java.util.List;
public class ModelUtils {
private ModelUtils() {
}
publi... |
package com.threerings.gwt.ui;
import com.google.gwt.user.client.Command;
import com.google.gwt.user.client.DOM;
import com.google.gwt.user.client.Timer;
import com.google.gwt.user.client.ui.AbsolutePanel;
import com.google.gwt.user.client.ui.PopupPanel;
import com.google.gwt.user.client.ui.SimplePanel;
import com.goog... |
package nanomsg.reqrep;
import nanomsg.RWSocket;
import nanomsg.Constants;
public class RepSocket extends RWSocket {
public RepSocket(int domain) {
super(domain, Constants.NN_REP);
}
public RepSocket() {
this(Constants.AF_SP);
}
} |
package net.sf.jabref;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.*;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import net.... |
package jUnit;
import static org.junit.Assert.*;
import generalNetwork.state.Profile;
import generalNetwork.state.State;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.io.Reader;
import java.io.Writer;
import org.junit.Test;
import com... |
package ru.org.linux.spring;
import java.sql.Connection;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.AbstractController;
import... |
package be.ibridge.kettle.core.database;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import org.w3c.dom.Node;
import be.ibridge.kettle.core.Const;
import be.ibridge.kettle.cor... |
package org.jdesktop.swingx;
import java.awt.Image;
import java.beans.BeanDescriptor;
import java.beans.BeanInfo;
import java.beans.EventSetDescriptor;
import java.beans.Introspector;
import java.beans.MethodDescriptor;
import java.beans.PropertyDescriptor;
import java.beans.SimpleBeanInfo;
import java.util.HashMap;
im... |
package org.jdesktop.swingx;
import java.beans.BeanDescriptor;
import org.jdesktop.swingx.editors.PainterPropertyEditor;
/**
* BeanInfo class for JXPanel.
*
* @author rbair, Jan Stola
*/
public class JXPanelBeanInfo extends BeanInfoSupport {
public JXPanelBeanInfo() {
super(JXPanel.class);
}
@Ov... |
package joshua.sarray;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import joshua.util.Pair;
import j... |
package cx2x.xcodeml.xelement;
import org.w3c.dom.Element;
import java.util.List;
import cx2x.xcodeml.helper.*;
/**
* The XbasicType represents the basicType (3.3) element in XcodeML intermediate
* representation.
*
* Elements: (kind?, (len | (arrayIndex | indexRange)+)?, coShape?)
* - Optional:
* - kind (Xkind... |
package net.coobird.thumbnailator;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import java.awt.im... |
import java.util.logging.Level;
import com.github.theholywaffle.teamspeak3.TS3Api;
import com.github.theholywaffle.teamspeak3.TS3Config;
import com.github.theholywaffle.teamspeak3.TS3Query;
import com.github.theholywaffle.teamspeak3.api.TextMessageTargetMode;
import com.github.theholywaffle.teamspeak3.api.event.Channel... |
package com.android.deskclock.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
/**
* When this layout is in the Horizontal orientation and one and only one child is a TextView with a
* non-null andro... |
package com.esotericsoftware.kryo.io;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.CharBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.LongBuffer;
import java.nio.ShortBuffer;
... |
package com.github.barcodeeye.scan.api;
import java.util.ArrayList;
import java.util.List;
import android.app.PendingIntent;
import android.content.Context;
import android.net.Uri;
import android.os.Parcel;
import android.os.Parcelable;
import android.util.Log;
import android.view.View;
import com.google.android.glass.... |
package Client;
import ChatBox.ChatClient;
import RMIInterfaces.ChatServerInterface;
import RMIInterfaces.ServerInterface;
import RMIInterfaces.UserSysInterface;
import javafx.application.Platform;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.embed.swing.SwingFXUtil... |
package com.hotmail.kalebmarc.textfighter.main;
import com.hotmail.kalebmarc.textfighter.item.Armour;
import com.hotmail.kalebmarc.textfighter.item.FirstAid;
import com.hotmail.kalebmarc.textfighter.item.InstaHealth;
import com.hotmail.kalebmarc.textfighter.item.Power;
import com.hotmail.kalebmarc.textfighter.player.*;... |
package com.miviclin.droidengine2d.audio;
import java.io.IOException;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnCompletionListener;
import com.miviclin.droidengine2d.resources.As... |
package com.vaadin.terminal.gwt.client;
import java.util.List;
import java.util.Set;
import com.google.gwt.core.client.GWT;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.dom.client.Style.FontWeight;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler... |
package com.vaadin.terminal.gwt.client.ui;
import com.google.gwt.event.dom.client.BlurEvent;
import com.google.gwt.event.dom.client.BlurHandler;
import com.google.gwt.event.dom.client.ChangeEvent;
import com.google.gwt.event.dom.client.ChangeHandler;
import com.google.gwt.event.dom.client.FocusEvent;
import com.google.... |
package kiss.util;
import java.io.ByteArrayInputStream;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.nio.charset.Charset;
import java.util.Arrays;
... |
package sagan.site;
import java.util.LinkedHashMap;
import javax.servlet.Filter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
i... |
package seedu.addressbook.storage;
import seedu.addressbook.data.AddressBook;
import seedu.addressbook.data.exception.IllegalValueException;
import seedu.addressbook.storage.jaxb.AdaptedAddressBook;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import javax.xm... |
package io.scif;
import io.scif.common.DataTools;
import io.scif.util.FormatTools;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import net.imglib2.meta.Axes;
import net.imglib2.meta.AxisType;
import net.imglib2.meta.CalibratedAxis;
/**
* Abstract superclass of a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.