text
stringlengths
7
995k
package me.droreo002.oreocore.enums; import com.comphenix.packetwrapper.WrapperPlayServerWorldParticles; import com.comphenix.protocol.ProtocolLibrary; import com.comphenix.protocol.wrappers.EnumWrappers; import me.droreo002.oreocore.utils.item.complex.XMaterial; import me.droreo002.oreocore.utils.multisupport.BukkitR...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference // Implementation, vJAXB 2.1.10 in JDK 6 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2013.0...
package com.jockie.bot.command.core.non_command; import net.dv8tion.jda.core.events.message.MessageReceivedEvent; public abstract class ExecutableNonCommandTriggerPoint extends NonCommandTriggerPoint { public ExecutableNonCommandTriggerPoint(String initial_message_id, String command, Object object) { super(initi...
package me.axieum.mcmod.minecord.api.cmds.event; import java.util.List; import net.dv8tion.jda.api.interactions.commands.Command; import net.dv8tion.jda.api.requests.restaction.CommandListUpdateAction; import org.jetbrains.annotations.NotNull; import net.fabricmc.fabric.api.event.Event; import net.fabricmc.fabric.ap...
/* * 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 ...
/* * Copyright (c) 2008, Rickard Öberg. All Rights Reserved. * Copyright (c) 2011, Paul Merlin. 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.or...
package org.deeplearning4j.rl4j.mdp; import lombok.Getter; import org.deeplearning4j.rl4j.environment.Environment; import org.deeplearning4j.rl4j.environment.IntegerActionSchema; import org.deeplearning4j.rl4j.environment.Schema; import org.deeplearning4j.rl4j.environment.StepResult; import org.nd4j.linalg.api.rng.Ran...
// Copyright 2011 Google Inc. All Rights Reserved. package com.google.appengine.tools.mapreduce.impl.handlers; import com.google.appengine.tools.mapreduce.MapReduceServlet; import com.google.appengine.tools.mapreduce.impl.shardedjob.ShardedJobServiceFactory; import com.google.appengine.tools.pipeline.NoSuchObjectExcep...
/* * Copyright 2002-2017 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 ap...
package org.drools.analytics; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import org.drools.StatelessSession; import org.drools.StatelessSessionResult; import org.drools.analytics.dao.AnalyticsData; import org.drools.analytics.dao.AnalyticsDataFactory; impor...
import javax.swing.JOptionPane; public class TesSwing04 { public static void main(String[] args){ JOptionPane.showMessageDialog(null, "Java itu Tangguh !"); } }
/* * Copyright 2017 Volodymyr Fedorchuk <vl.fedorchuck@gmail.com> * * 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 requir...
/* * Copyright MapStruct Authors. * * Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package org.mapstruct.ap.internal.processor; import java.io.IOException; import javax.annotation.processing.Filer; import javax.lang.model.element.TypeElement; import java...
package com.xiongbeer.webveins.service.protocol.handler; import com.google.protobuf.ByteString; import com.xiongbeer.webveins.Configuration; import com.xiongbeer.webveins.service.local.Action; import com.xiongbeer.webveins.service.protocol.Client; import com.xiongbeer.webveins.service.protocol.message.MessageType; imp...
/* * Created on Jul 24, 2006 * Copyright 2006 - Biomight.org * * This code is the not to be used without written permission from * BioMight.org * */ package biomight.system.tissue.membranes.peritoneum; /** * @author SurferJim * * To change the template for this generated type comment go to * Window&gt;P...
package module419packageJava0; import java.lang.Integer; public class Foo23 { Integer int0; Integer int1; Integer int2; public void foo0() { new module419packageJava0.Foo22().foo12(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2();...
package fr.jmini.openapi.openapitools.helidon.api; import java.util.List; import fr.jmini.openapi.openapitools.helidon.model.User; import javax.ws.rs.*; import javax.ws.rs.core.Response; import java.io.InputStream; import java.util.Map; import java.util.List; import javax.validation.constraints.*; import javax.vali...
package net.minecraft.entity.ai.brain.task; import com.google.common.collect.ImmutableList; import java.util.List; import java.util.Optional; import net.minecraft.block.BlockState; import net.minecraft.block.Blocks; import net.minecraft.block.ComposterBlock; import net.minecraft.entity.ai.brain.memory.MemoryModuleType...
/* * Copyright 2017-2022 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 "licen...
package GUI.AdvancedAwt.book; import java.awt.*; import java.awt.font.*; import java.awt.geom.*; import java.awt.print.*; /** * A banner that prints a text string on multiple pages. */ public class Banner implements Printable { private String message; private double scale; /** * Constructs a banner. ...
/* * Copyright 2016-2021 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 "licen...
package com.kite.intellij.backend.http.test; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.intellij.openapi.Disposable; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.util.Disposer; impor...
/* --------------------------------------------------------------------------- Open Asset Import Library - Java Binding (jassimp) --------------------------------------------------------------------------- Copyright (c) 2006-2012, assimp team All rights reserved. Redistribution and use of this software in source and...
/* * 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 ...
import java.io.PrintStream; import java.net.Socket; import java.util.Arrays; import java.util.Scanner; /** * Thread para lidar com cada usuário. * @see Servidor * @see Cliente * @see Thread */ public class ServidorThread extends Thread { private Servidor servidor; private Socket socket; private String nome = ...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. * * <p>Generated by an internal genrule from Flow types. * * @generated * @nolint */ package com.facebook.fbreact.specs; imp...
package io.lindstrom.mpd.validator; import io.lindstrom.mpd.data.*; import org.junit.jupiter.api.Test; import java.time.Duration; public class CustomMPDTest { @Test public void test1() throws Exception { MPD mpd = MPD.builder() .withProfiles(Profile.MPEG_DASH_ON_DEMAND, Profile.HBBTV1...
package org.jboss.weld.tests.servlet; import java.io.IOException; import jakarta.enterprise.context.Dependent; import jakarta.servlet.Servlet; import jakarta.servlet.ServletConfig; import jakarta.servlet.ServletException; import jakarta.servlet.ServletRequest; import jakarta.servlet.ServletResponse; @Dependent publi...
package com.ijinshan.sjk.util; import java.util.Random; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class BeanTest { private static final Logger logger = LoggerFactory.getLogger(BeanTest.class); @Test public void test() { // App4Summary app = new App4Su...
/* * Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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....
package exercices; import java.util.Enumeration; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.web.servlet.error.ErrorController; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.R...
// Template Source: BaseEntity.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------------------------...
package com.fast.family.generator.model; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import java.util.List; /** * @author 张顺 * @version 1.0 */ @Data @NoArgsConstructor @AllArgsConstructor public class TableInfo { private String tableName; private String schemaN...
package com.packt; import com.mashape.unirest.request.body.*; import com.mashape.unirest.request.*; import com.mashape.unirest.http.*; public class UnirestHttpClientDemo{ public static void main(String [] args) throws Exception{ HttpResponse<JsonNode> jsonResponse = Unirest.get("http://httpbin.org/get") ...
package net.tinetwork.tradingcards.tradingcardsplugin.storage.impl.local; import com.github.sarhatabaot.kraken.core.config.ConfigurateFile; import net.tinetwork.tradingcards.api.model.Pack; import net.tinetwork.tradingcards.tradingcardsplugin.TradingCards; import net.tinetwork.tradingcards.tradingcardsplugin.utils.Uti...
package concurrent.threadlocal; import java.util.UUID; /** * UserRepository.java * * @author: zhaoxiaoping * @date: 2019/11/14 **/ public class UserRepository { String getUserNameForUserId(Integer userId) { return UUID.randomUUID().toString(); } }
package br.com.fsilveira.finance.utils.functions; public class SubString implements Function { private String hql; private String field; private Object value; public SubString(String field, int init, int end) { this.field = field; hql = "SUBSTRING(alias." + field + ", " + init + ", " + end + ")"; } publi...
package cn.edu.scnu.ljh.chinesepoetry.service; import com.loopj.android.http.AsyncHttpClient; import com.loopj.android.http.AsyncHttpResponseHandler; import com.loopj.android.http.RequestParams; public class AsyncClient { private static final String BASE_URL_POETRY = "http://10.242.18.127/api/poetry"; private...
/* * Copyright 2017-2022 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 "licen...
package seedu.address.logic.parser; import static java.util.Objects.requireNonNull; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.address.logic.parser.CliSyntax.PREFIX_WEEK; import java.util.ArrayList; import java.util.List; import seedu.address.commons.core.in...
/* * Copyright 2012-2014 Dan Cioca * * 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 i...
package slimeknights.tconstruct.world; import net.minecraft.block.Block; import net.minecraft.block.Blocks; import net.minecraft.block.ComposterBlock; import net.minecraft.block.SlimeBlock; import net.minecraft.block.SoundType; import net.minecraft.block.material.Material; import net.minecraft.data.DataGenerator; impo...
/* * Copyright 2009 Red Hat, Inc. * Red Hat licenses this file to you 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...
/* Copyright (c) 2018 The Wizzeye Authors * * 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, merge, pu...
public class MarketGoodDriver { public static void main(String[] args) { MarketGood g1 = new MarketGood("MacBook Air", 1250000); MarketGood g2 = new MarketGood("MacBook Pro", 2990000, 15); MarketGood g3 = new MarketGood("iPhone 7", 920000, 20); System.out.println(g1.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 writing, software * distribut...
/* * Copyright (C) 2010 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 app...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.core.security.authz; import java.util.ArrayL...
package tech.aistar.day02.mapper; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Result; import org.apache.ibatis.annotations.Results; import org.apache.ibatis.annotations.Select; import tech.aistar.day01.entity.Student; import java.util.List; /** * @author success * @version 1.0...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package tests.integration.com.microsoft.azure.sdk.iot.helpers; import com.google.gson.Gson; import com.google.gson.JsonSyntaxException; import com.google.gson.annotations.SerializedName; import com.microsoft.azure.sdk.iot....
package com.gameplaycoder.thunderjack; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.databinding.DataBindingUtil; import android.net.Uri; import android.support.v7.app.AlertDialog; import android.su...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.05.29 at 10:08...
/* * Copyright (C) filoghost * * SPDX-License-Identifier: MIT */ package me.filoghost.fcommons.command.sub.annotated; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME)...
package org.hl7.fhir.r4.model.codesystems; /*- * #%L * org.hl7.fhir.r4 * %% * Copyright (C) 2014 - 2019 Health Level 7 * %% * 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 * * ...
package org.intermine.objectstore.intermine; /* * Copyright (C) 2002-2017 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyle...
/* * Copyright 2000-2014 JetBrains s.r.o. * * 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 agre...
/* * Copyright (c) 2018 the original authors (see project POM file) * * 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...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ru.asolovyov.combime.common; import java.util.Enumeration; import java.util.Vector; /** * * @author Администратор */ public class S { public static boolean isDebugEnabled = false; public static abst...
package com.roomstogo.rtgorder.dto.orderresponse; import lombok.Data; @Data public class Riskified { private String id; private String status; private String oldStatus; private String description; private String decisionCode; private String decisionTimestamp; }
package com.example.demo.controllers; import lombok.AllArgsConstructor; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @AllArgsConstructor @RequestMapping(name = "api/v1/engines") public class EngineController { }
package org.apereo.cas.pm.web.flow; import org.apereo.cas.web.flow.CasWebflowConstants; import org.apereo.cas.web.flow.actions.ConsumerExecutionAction; import org.apereo.cas.web.support.WebUtils; import lombok.SneakyThrows; import lombok.val; import org.junit.jupiter.api.Tag; import org.springframework.mock.web.MockH...
/* * Copyright 2001-2004 The Apache Software Foundation. * * 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...
package dev.webfx.demo.enzoclocks.circlespacker; import javafx.animation.Interpolator; import javafx.animation.KeyFrame; import javafx.animation.KeyValue; import javafx.animation.Timeline; import javafx.application.Platform; import javafx.collections.ListChangeListener; import javafx.geometry.HPos; import javafx.geome...
package io.hops.cli.config; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.assertEquals; @Ignore public class HopsworksAPIConfigTest { @Test public void getPathTest() { // HopsworksAPIConfig config = new HopsworksAPIConfig("admin@kth.se", "admin", HopsworksAPI...
package com.edusalguero.rexoubapp.infrastructure.spring.security.exception; import org.springframework.security.core.AuthenticationException; /** * Thrown when token cannot be found in the request header **/ public class JwtTokenMissingException extends AuthenticationException { public JwtTokenMissingException(...
package com.dbc.pessoaapi.security; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.stream.Collectors; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Value; import org.springframework.security.authentication.UsernamePasswor...
package net.originmobi.pdv.xml.nfe; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.DomDriver; import net.originmobi.pdv.model.NotaFiscal; import net.originmobi.pdv.service....
package game; import static engine.window.GamePanel.HEIGHT; import static engine.window.GamePanel.WIDTH; import static game.util.Constants.COLOR_GENERAL; import static game.util.Constants.FONT_CHOICES; import static game.util.Constants.FONT_HEADER; import java.awt.Color; import java.awt.Graphics2D; import java.awt.im...
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.ServerSocket; import java.net.Socket; public class Server { public static void main(String[] args) throws IOException { ServerSocket server = new ServerSocket(2000); ...
package me.jfenn.attribouter.utils; import android.content.Context; import android.content.res.TypedArray; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.request.RequestOptions; import androidx.annotation.DrawableRes; import androidx.annotation.Nullable; import androidx.a...
package com.github.qzagarese.dockerunit.discovery; import com.github.qzagarese.dockerunit.ServiceContext; public interface DiscoveryProvider { Class<?> getDiscoveryConfig(); ServiceContext populateRegistry(ServiceContext context); ServiceContext clearRegistry(ServiceContext context, ServiceContext globalContex...
/* * Copyright 2021 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 required by ...
package uk.ac.warwick.my.app.services; import android.content.Context; import android.content.SharedPreferences; import org.json.JSONObject; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.runners.MockitoJUnitRunner; import java.time.Instan...
/** * Copyright 2017 Pivotal Software, Inc. * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicab...
package de.axone.cmp; import static de.axone.cmp.Cmp.*; import static org.testng.Assert.*; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import org.testng.annotations.Test; @Test( groups="tools.cmp" ) public class CmpTest { public void testCmp() throws ParseException {...
/* * Copyright (c) 2008-2022, Hazelcast, 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 * * Unless required ...
package fr.fasar.postform.controller; import java.util.List; import java.util.Map; import java.util.Objects; public class PartEntity { private final String fileName; private final String fieldName; private final String contentType; private final Map<String, List<String>> headers; private final lon...
// // ChannelDisplayProperties.java // /* Image5D plugins for 5-dimensional image stacks in ImageJ. Copyright (c) 2010, Joachim Walter and ImageJDev.org. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:...
/** * Copyright (c) 2009-2013, rultor.com * 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 notice, this list of conditio...
/* * Copyright 2006-2021 Prowide * * 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...
/* * Copyright 2020-2024 Limbo Team (https://github.com/limbo-world). * * 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 requi...
/* * Copyright 2009-2012 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 * * Unles...
/* * 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.linkedin.datahub.graphql.resolvers.config; import com.datahub.authorization.Authorizer; import com.linkedin.datahub.graphql.QueryContext; import com.linkedin.datahub.graphql.generated.AnalyticsConfig; import com.linkedin.datahub.graphql.generated.AppConfig; import com.linkedin.datahub.graphql.generated.Ent...
package com.ziroom.ziroomcustomer.newrepair.activity; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextUtils.TruncateAt; import android.text.TextWatcher; im...
package seedu.address.logic.commands.layer; //@@author j-lum import seedu.address.commons.core.index.Index; import seedu.address.logic.CommandHistory; import seedu.address.logic.commands.CommandResult; import seedu.address.logic.commands.exceptions.CommandException; import seedu.address.model.Model; /** * Handles se...
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. */ /* * 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 licen...
/* * Copyright (c) 2009-2018, United States Government, as represented by the Secretary of Health and Human Services. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions...
package com.company.repository; import com.company.entities.Vehicle; import com.company.input.Menu; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.text.SimpleDateFormat; import java.util.Date; import java.util.*; public class Queries { public static class QueriesMe...
import java.io.File; import java.io.FileOutputStream; import java.time.Duration; import java.time.LocalDateTime; import java.time.temporal.Temporal; public class Scrittore extends Thread { private final File file; private final BufferPool pool; private long totWritten = 0; private Duration elapsed = Du...
/* * Copyright (C) Baidu 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 * * Unless required by applicab...
/* * Copyright 2020 ConsenSys AG. * * 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 wr...
/* * This file is part of LanternServer, licensed under the MIT License (MIT). * * Copyright (c) LanternPowered <https://www.lanternpowered.org> * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a c...
/* * 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 nl.hannahsten.pp2lal2pp.lang; import nl.hannahsten.pp2lal2pp.IDManager; import nl.hannahsten.pp2lal2pp.ParseException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; /** * @author Hannah Schellekens */ public class GlobalArray implements Element, I...
package com.simibubi.create.modules.contraptions.base; import com.simibubi.create.foundation.item.ItemDescription.Palette; import com.simibubi.create.modules.contraptions.RotationPropagator; import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft.block.material.PushReaction; impo...
package module2packageJava0; import java.lang.Integer; public class Foo15 { Integer int0; Integer int1; public void foo0() { new module2packageJava0.Foo14().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void fo...
package org.jumbodb.connector.hadoop.configuration; /** * User: carsten * Date: 4/18/13 * Time: 10:51 AM */ public class ImportHost { private String host; private int port; public ImportHost() { } public ImportHost(String host, int port) { this.host = host; this.port = port; ...
/* * IzPack - Copyright 2001-2010 Julien Ponge, All Rights Reserved. * * http://izpack.org/ * http://izpack.codehaus.org/ * * Copyright 2010 Rene Krell * * 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...