text stringlengths 3.08k 15.2k |
|---|
package me.earth.phobos.util;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Items;
import net.minecraft... |
package e.a.a.a.y0.k.b;
import e.a.a.a.y0.b.k;
import e.a.a.a.y0.e.s;
import e.a.a.a.y0.e.z.a;
import e.a.a.a.y0.e.z.c;
import e.a.a.a.y0.e.z.e;
import e.a.a.a.y0.e.z.g;
import e.a.a.a.y0.k.b.g0.f;
import e.x.c.i;
import java.util.List;
public final class l {
public final c0 a;
/* renamed from: b reason: co... |
package com.marklogic.client.modulesloader.impl;
import java.io.File;
import java.io.FileFilter;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.FileVisitor;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.attribute.BasicFil... |
/*
* [The "BSD license"]
* Copyright (c) 2010 <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* not... |
package org.whrhs.dlamson.csa.u8.lab;
import java.util.Scanner;
import java.util.Arrays;
public class TicTacToe {
// 3 x 3 Grid for playing tic tac toe
private String[][] grid = {
{" ", " ", " "},
{" ", " ", " "},
{" ", " ", " "}
};
private Scanner scan = new Scanner(System.in);
//... |
/*
* Copyright (c) 2008-2016, GigaSpaces Technologies, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Un... |
package com.drbeef.qvrdaydream;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PushbackInputStream;
import java.io.RandomAccessFile;
import java.net.MalformedURLException;
i... |
package com.evilkingmediabeta.videoteca;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import android.view.WindowManager;
... |
/*
* Copyright 2016-2020 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... |
package com.iqarr.maven.main;
import java.io.IOException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import org.mozilla.javascript.EvaluatorException;
import com.iqarr.maven.plugin.domain.JCVConfig;
import com.iqarr.maven.plugin.domain.JCVMethodEnum;
import com.iqarr.maven.plugin.domain... |
package com.takin.mvc.mvc.cache;
import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Serializable;
import java.util.Locale;
import java.util.zip.GZIPInputStream;
import javax.... |
/*
* Copyright (C) 2016 <NAME> ( http://ryogo.tokyo/ )
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... |
/*
* MIT License
*
* Copyright (c) 2021 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, m... |
package org.ihtsdo.termserver.scripting.reports;
import java.io.IOException;
import java.io.PrintStream;
import java.text.SimpleDateFormat;
import java.util.Collection;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.ihtsdo.otf.rest.client.terminologyserver.poj... |
package lib.ui;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.Keyframe;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.content.Context;
import android.g... |
package com.github.artyomcool.lodinfra;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.charset.StandardCharsets;
import java.nio.file.Path;
import java.util.*;
import java.util.zip.DataFormatException;
public class LodFilePatch {
private static final int HEADER... |
package com.hokuten.wikipicstrivia;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.LinearGradient;
import android.graphics.Paint;
import android.graphics.PixelFormat;
i... |
package net_alchim31_runner;
import java.io.File;
import java.net.URI;
import java.net.URLClassLoader;
import java.util.List;
import java.util.Properties;
import java.util.jar.Manifest;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import javax.tools.DiagnosticListener;
import javax.tools.FileObject... |
/*
* This file is part of ViaVersion - https://github.com/ViaVersion/ViaVersion
* Copyright (C) 2016-2022 ViaVersion and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, eith... |
package com.api.model.billing;
/**
* 조회용 상품 상세정보로 추가 속성 가능
* @author Administrator
*
*/
public class ContractInfoDetail {
private int conNumber ; /*계약번호*/
private String productId; /*상품아이디*/
private String productName; /*상품이름*/
private String contractState; /*계약상태*/
private String duration; ... |
/*
* Copyright (c) 2016 IRCCloud, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
package datadog.trace.instrumentation.mongo;
import static datadog.trace.api.Functions.UTF8_ENCODE;
import static datadog.trace.api.cache.RadixTreeCache.PORTS;
import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.activateSpan;
import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.start... |
package com.marcelherd.uebung4.quicksort;
import static gdi.MakeItSimple.*;
import gdi.MISException;
public class QuickSort implements Runnable, SortAlgorithm {
/*
* Legend: protocol[0] = recursion steps protocol[1] = swaps protocol[2] =
* comparisons protocol[3] = threads created
*/
private int[] protocol =... |
/*
* Copyright 2011-2016 B2i Healthcare Pte Ltd, http://b2i.sg
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... |
/*
Copyright Adaptris
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... |
package com.example.funspeak.views.tasks;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.view.MotionEvent;
import android.view.View;
import android.widget.ImageView;
import android.widget.ProgressBar;
import an... |
/*
* LaunchDarkly REST API
* Build custom integrations with the LaunchDarkly REST API
*
* OpenAPI spec version: 2.0.0
* Contact: <EMAIL>
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
pac... |
package lucene.spatial4j;
import com.fasterxml.jackson.core.JsonFactory;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.lucene.document.*;
import org.apache.lucene.document.Field.Store;
import org.apache.lucene.index.*;
import org.apache.lucene.searc... |
package com.ce.nw.admin.action;
import com.ce.nw.admin.page.TableDataView;
import com.ce.nw.common.entity.AjaxResult;
import com.ce.nw.common.service.IRbacGroupService;
import com.ce.nw.common.service.IRbacRoleResourceService;
import com.ce.nw.common.service.IRbacUserGroupService;
import com.ce.nw.common.service.IRbac... |
/*
* Copyright (c) 2008 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* - Redistribution of source code must retain the above copyright
* notice, this list o... |
package com.github.transmissionzero.examples;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.NoSuchFileException;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.stream.Stream;
import org.junit.jupiter.api.Assert... |
package soundcom.scorelab.org.soundcom_lib;
import java.lang.*;
import java.util.*;
public class FSK_Modulator {
private static int[] data;
private static double sample_rate;
private static double symbol_size;
private static double sample_period;
private static int number_of_carriers;
privat... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package isislab.awsclient;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Iterator;
import java.util.List;
import com.amazo... |
package org.firstinspires.ftc.vrhsrobotics.victorianvoltage.auto.redauto;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.util.ElapsedTime;
import org.firstinspires.ftc.vrhsrobotics.victorianvoltage.auto.Auto;
import org.firstinspires.ftc.vrhsrobotics.victorianvoltage.auto.exc... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.alternativmud.logic.game;
import com.google.common.eventbus.EventBus;
import com.google.common.eventbus.Subscribe;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.Executors;
i... |
/*L
* Copyright SAIC
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/cabio/LICENSE.txt for details.
*/
package gov.nih.nci.system.web.struts.action;
import gov.nih.nci.system.web.ajax.tree.Category;
import gov.nih.nci.system.web.util.JSPUtils;
import java... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.etec.model;
import java.beans.PropertyVetoException;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.CascadeType;
import javax.persistence.Colu... |
package com.ihs.odkate.example;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
impor... |
package com.alibaba.tesla.action.controller;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.tesla.action.common.TeslaBaseResult;
import com.alibaba.tesla.action.params.ActionParam;
import com.alibaba.tesla.action.params.QueryParam;
import com.alibaba.tesla.action.params.SaveActionParam;
import com.alibaba.... |
package com.dbutils.common;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 时间操作类
*
* @author 军
*
*/
public class DateUtil {
public static final int HOURS_PER_DAY = 24;
... |
package seedu.moneygowhere.logic.commands;
import static java.util.Objects.requireNonNull;
import static seedu.moneygowhere.logic.parser.CliSyntax.PREFIX_PATH;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java... |
package com.tenkiv.tekdaqc.locator;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
/**
* Encapsulation of a locator response packet data from a Tekdaqc.
*
* An array that contains the device locator response data.
* The format of the data is as ... |
package opennlp.tools.parse_thicket;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ParseTreeNode implements IGeneralizer<ParseTreeNode>{
String word; // word in normal form, lemma
// this is the POS tag of the token
String pos;
// this is the NER label of the tok... |
package com.hzy.p7zip.app.fragment;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.os.Environment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyc... |
/*
* Copyright 2017 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
package com.gempukku.swccgo.cards.set5.light;
import com.gempukku.swccgo.cards.AbstractLostInterrupt;
import com.gempukku.swccgo.cards.GameConditions;
import com.gempukku.swccgo.cards.effects.PayRelocateBetweenLocationsCostEffect;
import com.gempukku.swccgo.common.Icon;
import com.gempukku.swccgo.common.Side;
import c... |
/* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... |
package org.firstinspires.ftc.teamcode;
/**
* Created by <NAME> on 1/9/2018.
*/
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import org.firstinspires.ftc.robotcore.external.navigation.RelicRecoveryVuMark;
import org.firstinspires.ftc.teamcode.Utilities.AutoDeluxeStateMachine;
import org.firstinspires... |
package org.openbooth.util;
import org.openbooth.util.exceptions.ImageHandlingException;
import org.opencv.core.CvType;
import org.opencv.core.Mat;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Scop... |
/*
* Copyright 2015 - <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
/*
* Copyright (c) 2008-2016 Computer Network Information Center (CNIC), Chinese Academy of Sciences.
*
* This file is part of Duckling project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the L... |
package ceui.lisa.models;
import android.text.TextUtils;
import java.io.Serializable;
import java.util.Calendar;
public class ProfileBean implements Serializable {
/**
* webpage : http://blog.naver.com/wan_ke
* gender :
* birth : 1997-10-23
* birth_day : 10-23
* birth_year : 1997
* ... |
/*
* Copyright Osiris Team
* All rights reserved.
*
* This software is copyrighted work licensed under the terms of the
* AutoPlug License. Please consult the file "LICENSE" for details.
*/
package com.osiris.dyml.watcher;
import com.osiris.dyml.DreamYaml;
import java.io.File;
import java.io.IOException;
impo... |
package com.r3.conclave.samples.trade;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.r3.conclave.enclave.Enclave;
import com.r3.conclave.enclave.EnclavePostOffice;
import com.r3.conclave.mail.EnclaveMail;
import net.corda.sample... |
package com.shencoder.javacv_facedetectdemo;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.Manifest;
import android.graphics.Bitmap;
import android.graphics.Rect;
import android.os.Bundle;
import android.widget.Button;
import android.widget.ImageView;
import andro... |
package no.nnsn.convertercore;
import no.nnsn.convertercore.helpers.*;
import no.nnsn.convertercore.interfaces.NordicToQml;
import no.nnsn.convertercore.interfaces.QmlToSfile;
import no.nnsn.convertercore.mappers.interfaces.NordicMapper;
import no.nnsn.convertercore.mappers.interfaces.QmlMapper;
import no.nnsn.seisanq... |
/*******************************************************************************
* Copyright 2019 metaphore
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/... |
// Copyright (C) 2021 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... |
package com.chason.base.learning.lms.store;
import cn.hutool.core.lang.TypeReference;
import cn.hutool.core.util.CharsetUtil;
import cn.hutool.json.JSONObject;
import cn.hutool.json.JSONUtil;
import com.chason.base.learning.lms.store.domain.Command;
import com.chason.base.learning.lms.store.domain.Position;
im... |
package com.gempukku.swccgo.cards.set208.dark;
import com.gempukku.swccgo.cards.AbstractUsedOrLostInterrupt;
import com.gempukku.swccgo.cards.GameConditions;
import com.gempukku.swccgo.cards.effects.MoveAsReactEffect;
import com.gempukku.swccgo.common.*;
import com.gempukku.swccgo.filters.Filter;
import com.gempukku.s... |
package com.rus.jazz.tool.preventbinarydeliver.whitelist.builder;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import java.util.TreeSet;
import com.rus.jazz.too... |
/*
* Copyright (c) 2017 <NAME>. All rights reserved.
*/
package com.dopsun.msg4j.inmem.transports;
import java.util.Objects;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.LinkedTransferQueue;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.Transfe... |
/* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... |
/* Copyright (c) 2020 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
package com.itm.controller;
import java.sql.Connection;
import java.sql.ResultSet;
import com.itm.model.Consigner;
public class ConsignerController {
public static boolean addNewRecord(Consigner C){
try{
Connection cn=DBHelper.openConnection();
String q="insert into consigner(firm_name,registration_no,owner_... |
package com.customview.android.learn_the_custom_control.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import and... |
import java.io.IOException;
import java.util.Random;
import java.io.*;
class Instance {
int NUMBER_OF_CUSTOMERS;
int NUMBER_OF_VEHICLES;
double VEHICLE_CAPACITY;
double CONVERTER_DISTANCE_TO_COST = 0;
double CONVERTER_DISTANCE_TO_TIME = 1;
Node[] NODES;
double[][] distanceMatrix;
public Instance (String readI... |
/*
* Copyright (c) 2021 Bixbit - <NAME>. All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package io.imunity.otp.ldap;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import org.apache.logging.log4j.Logger;
import eu.unicore.util.configuration.DocumentationRe... |
package org.compiere.apps.search;
/*
* #%L
* de.metas.adempiere.adempiere.client
* %%
* Copyright (C) 2015 metas GmbH
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version... |
package soda.coolweather.activity;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.text.TextUtils;
import android.util.Log;
import android.view.Gra... |
package io.semla.logging;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.encoder.PatternLayoutEncoder;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.*;
import ch.qos.logback.core.rolling... |
package in.bigo.saytrees.model;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by prasanna on 5/10/14.
*/
public class CompletedEvent implements Serializable{
/**
* sample json
* landmark: "nearby ipad",
severity: "HIGH",
location: [
12.9433481,
77.6295012... |
package lemmini.sound;
import java.io.*;
import java.nio.charset.StandardCharsets;
import javax.sound.midi.*;
import lemmini.game.Core;
import lemmini.game.LemmException;
import lemmini.game.Resource;
import lemmini.game.ResourceException;
/*
* FILE MODIFIED BY <NAME>
*
*
* Copyright 2009 <NAME>
*
* Licensed... |
/**
* Copyright 2016 Iron City Software LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
package org.pure4j.model;
import java.lang.reflect.AccessibleObject;
import java.lang.reflect.Array;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.util.LinkedHashSet;
import java.util.Set;
import org.pure4j.exception.MemberCantBeHydratedEx... |
/*
* Copyright 2012-2013 inBloom, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
package de.xstampp.service.project.data.entity;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import de.xstampp.service.project.data.XStamppDependentEntity;
import de.xstampp.service.project.service.data.XStamppProject.XStamppProject;
import de.xstampp.service.project.util.annotation.CheckState;
import javax... |
package com.smartdevicelink.managers.lockscreen;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import com.smartdevicelink.util.AndroidTools;
import com.smartdevicelink.util.DebugTool;
import java.io.ByteArrayOutputStre... |
package com.ironz.binaryprefs.impl;
import com.ironz.binaryprefs.serialization.serializer.persistable.Persistable;
import com.ironz.binaryprefs.serialization.serializer.persistable.io.DataInput;
import com.ironz.binaryprefs.serialization.serializer.persistable.io.DataOutput;
import java.util.ArrayList;
import java.ut... |
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetSocketAddress;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.util.Arrays;
impo... |
package com.back.service.system.controller;
import com.back.service.system.bean.SysMenu;
import com.back.service.system.bean.SysRole;
import com.back.service.system.service.SysMenuService;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
imp... |
package gov.va.med.lom.vistabroker.patient.dao;
import gov.va.med.lom.javaUtils.misc.DateUtils;
import gov.va.med.lom.javaUtils.misc.StringUtils;
import gov.va.med.lom.vistabroker.dao.BaseDao;
import gov.va.med.lom.vistabroker.exception.VistaBrokerException;
import gov.va.med.lom.vistabroker.patient.data.VitalSignMeas... |
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package rollcall;
import java.io.IOException;
import java.net.URL;
import java.util.ResourceBundle;
import java.util.*;
import java.ut... |
package cs241parse;
import java.util.*;
public class CFGRparser {
//final public static String RULES_FILE_NAME = "A8P4rules.txt";
//Context-free grammar rules:
private Grammar rules;
//Only here for testing purposes:
private Stack <String>prodRules = new Stack<String>();
private ParseNode root;
publi... |
package com.example.myfirstapp;
import android.app.ProgressDialog;
import android.content.Intent;
import android.nfc.Tag;
import android.os.AsyncTask;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.Html;
import android.util.Log;
... |
package fr.inria.hocl.core.hoclc2j;
import java.util.*;
public class VarDescReactionRule implements VarDesc {
String ident;
private final String reactionName;
private final String ruleName;
private int nbOccurrences; // cf varDesc reordering
String shot;
List<VarDesc> arguments;
private boolean readOnl... |
/*
Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "license" file accompany... |
package vn.edu.vnuk.airlines.controller;
import java.sql.SQLException;
import java.util.ArrayList;
import javax.servlet.ServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Co... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package com.toolplat.mosaic.ui.contoroller;
import com.google.common.collect.Lists;
import com.toolplat.mosaic.core.MosaicMaker;
import com.toolplat.mosaic.core.util.ImageUtil;
import com.toolplat.mosaic.ui.util.AlertUtil;
import javafx.application.Platform;
import javafx.embed.swing.SwingFXUtils;
import javafx.event.... |
package io.quarkus.aparapi.deployment;
import io.quarkus.arc.deployment.BeanArchiveIndexBuildItem;
import io.quarkus.arc.deployment.BeanRegistrationPhaseBuildItem;
import io.quarkus.bootstrap.classloading.ClassPathElement;
import io.quarkus.bootstrap.classloading.QuarkusClassLoader;
import java.lang.reflect.Invocati... |
package lesson.jframe;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Insets;
import java.awt.Toolkit;
import java.awt.event.KeyEvent;
import java.awt.event.WindowEven... |
package com.example.recorder;
import android.app.Activity;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioRecord;
import android.media.AudioTrack;
import android.media.MediaRecorder;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import... |
package geeksammao.bingyan.net.imageloader;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Handler;
import android.os.Looper;
import android.text.TextUtils;
import android.widget.ImageView;
import java.io.I... |
package zame.game;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.view.KeyEvent;
import javax.microedition.khronos.opengles.GL10;
import zame.game.engine.Controls;
public final class Config {
public static int controlsType;
public static float maxRotateAn... |
package com.csgroup.s2pdgs.auxip;
import com.csgroup.s2pdgs.assets.AuxProduct;
import com.csgroup.s2pdgs.auxip.rules.RuleApplierInterface;
import com.csgroup.s2pdgs.auxip.rules.RuleEnum;
import com.csgroup.s2pdgs.catalog.AssetCatalogClientManager;
import com.csgroup.s2pdgs.catalog.Catalog;
import com.csgroup.s2pdgs.se... |
/*
* Copyright 2014-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.