text
stringlengths
7
1.01M
package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import org.firstinspires.ftc.teamcode.MM_Classes.MM_IterativeOpMode; @Disabled @TeleOp(name = "Iterative Drive") public class Iterative_BasicDrive extends MM_Iterativ...
/* * Copyright 2011-present JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ package org.intellij.jflex.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiReference; pu...
package org.ovirt.engine.ui.uicommonweb.models.hosts; import java.io.Serializable; public class HostDetailModel implements Serializable { private static final long serialVersionUID = 1L; private String name; private String address; private String password; private String glusterPeerAddress; ...
package in.hasirudala.dwcc.server.service; import in.hasirudala.dwcc.server.domain.ExpenseRecord; import in.hasirudala.dwcc.server.repository.DwccRepository; import in.hasirudala.dwcc.server.repository.ExpenseRecordRepository; import in.hasirudala.dwcc.server.web.contract.ExpenseRequest; import org.springframework.bea...
package com.anysoftkeyboard.keyboards.views.preview; import android.graphics.Point; import com.anysoftkeyboard.keyboards.Keyboard; public interface PositionCalculator { Point calculatePositionForPreview( Keyboard.Key key, PreviewPopupTheme theme, int[] windowOffset); }
package io.jpom.controller.onekey.host; import cn.hutool.core.text.StrSplitter; import cn.hutool.core.util.StrUtil; import cn.hutool.extra.ssh.JschUtil; import cn.jiangzeyin.common.JsonMessage; import cn.jiangzeyin.common.validator.ValidatorItem; import cn.jiangzeyin.common.validator.ValidatorRule; import com.alibaba....
/* * Copyright 2017-2019 EPAM Systems, Inc. (https://www.epam.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 requ...
package com.google.firebase.udacity.daggerPosts.dagger.di.daggerViewModelHandling; import androidx.lifecycle.ViewModel; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Targe...
package org.arp.javautil.sql; /*- * #%L * JavaUtil * %% * Copyright (C) 2012 - 2016 Emory University * %% * 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....
package org.apache.spark.sql.catalyst.expressions; /** * Replace all occurrences with string. */ public class StringReplace extends org.apache.spark.sql.catalyst.expressions.TernaryExpression implements org.apache.spark.sql.catalyst.expressions.ImplicitCastInputTypes, scala.Product, scala.Serializable { static pub...
package io.slingr.api.common; import org.apache.log4j.Logger; import org.glassfish.jersey.media.multipart.MultiPart; import javax.ws.rs.client.WebTarget; import java.io.InputStream; /** * Simple Rest client over a unique URI * * Created by lefunes on 21/03/16. */ public class SimpleRestClient extends RestClient ...
// GUI Java classes // // Copyright 1996, Mark Watson. All rights reserved. package mwa.gui; import java.awt.*; public class testGUI extends GUI { public void init() { NoInput = true; super.init(); } public void paintToDoubleBuffer(Graphics g) { System.out.println("entered testGUI...
package de.aspera.dataexport.util; import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; import java.sql.Connection; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import org.dbunit.DatabaseUnitException; import org.springframework.beans.factory.annotation.Autow...
/* * 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 n...
/** * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ package sparqles.avro.discovery; @SuppressWarnings("all") @org.apache.avro.specific.AvroGenerated public class QueryInfo extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord { public static final org.apach...
package com.fank243.cloud.system.service.impl; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.stream.Collectors; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.fank243.cloud.common.core.con...
package com.larksuite.oapi.sample.api; import com.larksuite.oapi.core.AppSettings; import com.larksuite.oapi.core.Config; import com.larksuite.oapi.core.DefaultStore; import com.larksuite.oapi.core.Domain; import com.larksuite.oapi.core.api.request.FormDataFile; import com.larksuite.oapi.core.api.response.Response; im...
/* * Copyright 2018 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 applica...
package org.ovirt.engine.api.restapi.resource; import static org.easymock.EasyMock.expect; import java.util.ArrayList; import java.util.List; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Response; import org.junit.Test; import org.ovirt.engine.api.model.Host; import org.ovirt.engine.api.mode...
package de.craften.ui.swingmaterial.toast; import java.awt.*; /** * A toast that contains text. * * @see <a href="https://www.google.com/design/spec/components/snackbars-toasts.html">Snackbars and toasts</a> */ public class TextToast extends Toast { private final String content; /** * Creates a new ...
package com.cantalou.skin; import android.annotation.SuppressLint; import android.annotation.TargetApi; import android.app.Activity; import android.app.Application; import android.app.Fragment; import android.app.Instrumentation; import android.app.UiAutomation; import android.content.ComponentName; import android.con...
package com.github.mambabosso.ewul.server.error; public class AlreadyExistsException extends EwulException { public static final int ERROR_CODE = 2000; public AlreadyExistsException(Throwable cause) { super(ERROR_CODE, cause); } public AlreadyExistsException() { super(ERROR_CODE); ...
/* * 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 2016 by Metanome 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 law or a...
package helvidios.uva.utils; import java.security.*; import java.security.spec.*; import java.util.Arrays; import javax.crypto.*; import javax.crypto.spec.*; public class AES { private String password = "IwAn__t2?^Visit,,SF"; private Cipher cipher; private SecretKeySpec secretKey; private final String FMT = "...
package me.saket.dank.ui.media; import android.content.Context; import android.os.Bundle; import android.text.util.Linkify; import android.view.View; import android.view.ViewConfiguration; import android.view.ViewGroup; import androidx.annotation.Nullable; import javax.inject.Inject; import dagger.Lazy; import me.s...
package de.uni_leipzig.crypto_news_docs.service.assets.countryCurrency; import de.uni_leipzig.crypto_news_docs.model.assets.currency.country.CountryCurrency; import de.uni_leipzig.crypto_news_docs.model.assets.currency.country.CountryCurrencyExchange; import java.util.Date; import java.util.List; public interface Cou...
/* * Copyright 2017 Apereo * * 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...
package no.stelvio.batch.support; import no.stelvio.batch.count.support.BatchCounter; import no.stelvio.batch.count.support.EventReportFormatter; import no.stelvio.common.log.InfoLogger; /** * */ public class ProgressLoggerListener implements ProgressListener { private InfoLogger logger; private EventR...
package com.lmax.angler.monitoring.network.monitor.socket.tcp; import org.agrona.collections.LongHashSet; import org.junit.Test; import java.net.InetAddress; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public class SocketOwnedByCurrentProcessFilterTest { private static...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: ant.merchant.expand.personal.apply response. * * @author auto create * @since 1.0, 2019-01-07 20:51:15 */ public class AntMerchantExpandPersonalApplyResponse ext...
/*-------------------------------------------------------------------------+ | | | Copyright 2005-2011 The ConQAT Project | | | | Licensed u...
/* * Copyright (c) 1998, 2002, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.beans.beancontext; /** * <p> * This interface is implemented by a JavaBean that does *...
package com.packt.androidconcurrency.chapter6.example2; import android.app.NotificationManager; import android.app.Service; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.os.Binder; import android.os.IBinder; import android.support.v4.app.NotificationCompat; ...
package org.sirius.frontend.core.stdlayout; import java.io.File; import java.io.IOException; import java.nio.file.Path; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Optional; import java.util.function.Consumer; import java.util.stream.Stream; import org.sirius.comm...
package com.fishercoder; import com.fishercoder.solutions._291; import org.junit.BeforeClass; import org.junit.Test; import static junit.framework.TestCase.assertEquals; /** * Created by stevesun on 6/6/17. */ public class _291Test { private static _291.Solution1 solution1; @BeforeClass public static ...
/* * Copyright 2016 The Error Prone 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 applicable law ...
/* * 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 ch.bbcag.mdriver.views; import ch.bbcag.mdriver.common.Record; import ch.bbcag.mdriver.map.MapDrawer; import ch.bbcag.mdriver.scenes.ItemBuilder; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.image.ImageView; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color...
package org.vaadin.bread.test.repo; import java.math.BigDecimal; import java.math.BigInteger; import java.time.LocalDate; import java.util.HashSet; import java.util.Set; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.ManyToMany; im...
/** * **************************************************************************** * Copyright (c) 2010-2016 by Min Cai (min.cai.china@gmail.com). * <p> * This file is part of the Archimulator multicore architectural simulator. * <p> * Archimulator is free software: you can redistribute it and/or modify * it und...
package netherwulf.springframework.recipeapp.converters; import lombok.Synchronized; import netherwulf.springframework.recipeapp.commands.CategoryCommand; import netherwulf.springframework.recipeapp.domain.Category; import org.springframework.core.convert.converter.Converter; import org.springframework.lang.Nullable; ...
/* * Copyright 2002-2020 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package github.Louwind.entityutils.core.mixin; import net.minecraft.entity.ai.brain.sensor.Sensor; import net.minecraft.entity.ai.brain.sensor.SensorType; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.gen.Invoker; import java.util.function.Supplier; @Mixin(SensorType.class) public inte...
package org.anddev.andengine.collision; /** * (c) 2010 Nicolas Gramlich * (c) 2011 Zynga Inc. * * @author Nicolas Gramlich * @since 11:50:19 - 11.03.2010 */ public class BaseCollisionChecker { // =========================================================== // Constants // ====================================...
// AUTOGENERATED CODE. DO NOT MODIFY DIRECTLY! Instead, please modify the util/function/MethodReference.ftl file. // See the README in the module's src/template directory for details. package com.linkedin.dagli.util.function; import com.linkedin.dagli.util.named.Named; import java.io.IOException; import java.lang.in...
package dao; /** * 继承自库中jntoo-query.jar */ public class Query extends net.jntoo.db.Query { }
package com.blamejared.crafttweaker.impl.loot.conditions; import com.blamejared.crafttweaker.api.annotations.ZenRegister; import com.blamejared.crafttweaker.api.loot.conditions.ILootCondition; import com.blamejared.crafttweaker_annotations.annotations.Document; import net.minecraft.loot.LootContext; import org.openzen...
/** * Copyright 2015 MKL Software * * 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 t...
package net.coobird.thumbnailator.util.exif; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.ByteOrder; import javax.imageio.ImageReader; import javax.imageio.metadata.IIOMetadata; import javax.imageio.metadata.IIOMetadataNode; import org.w3c.dom.Node; import org.w3c.dom.NodeList; /** * An ...
package fi.joniaromaa.parinacorelibrary.bungee.commands; import java.util.ArrayList; import java.util.Comparator; import java.util.Iterator; import java.util.List; import codecrafter47.bungeetablistplus.BungeeTabListPlus; import codecrafter47.bungeetablistplus.data.BTLPBungeeDataKeys; import fi.joniaromaa.parinacorel...
// This is a generated file. Not intended for manual editing. package com.sqlplugin.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import stat...
package org.cloudfoundry.credhub.helpers; import java.util.HashMap; import java.util.Map; import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.ResultActions; import org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder; import com.google.common.collect...
/* * (C) Copyright IBM Corp. 2021 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.database.utils.query; import static org.testng.Assert.assertEquals; import org.testng.annotations.Test; import com.ibm.fhir.database.utils.query.expression.StringExpNodeVisitor; import com.ibm.fhir.database.utils.q...
/* * 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 net.anweisen.cloud.driver.config.global; import net.anweisen.cloud.driver.CloudDriver; import net.anweisen.cloud.driver.config.global.objects.CommandObject; import net.anweisen.utility.document.Document; import javax.annotation.Nonnull; import java.util.Collection; /** * @author anweisen | https://github.co...
/* * The MIT License (MIT) * * Copyright (c) 2014-2016 abel533@gmail.com * * 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 ...
/** * 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...
package serenitymodel.net.thucydides.core.statistics.service; import serenitymodel.net.thucydides.core.model.TestOutcome; import serenitymodel.net.thucydides.core.model.TestTag; import java.util.Set; public interface TagProvider { /** * Returns the tags associated with a given test outcome. * @param t...
package net.glowstone.processor.block.data.annotations; import org.bukkit.block.data.BlockData; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.TYPE) @Retention(RetentionPolicy.SOURCE)...
package com.github.jespersm.proxynaut.example; import io.micronaut.http.HttpResponse; import io.micronaut.http.MediaType; import io.micronaut.http.annotation.Controller; import io.micronaut.http.annotation.Get; @Controller("/") public class AppController { @Get(uri="/", produces=MediaType.TEXT_PLAIN) public...
/** * 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"); yo...
/* * Copyright 2021 The University of Pennsylvania and Penn Medicine * * Originally created at the University of Pennsylvania and Penn Medicine by: * Dr. David Asch; Dr. Lisa Bellini; Dr. Cecilia Livesey; Kelley Kugler; and Dr. Matthew Press. * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
package com.opzpy123.product.controller; import java.util.Arrays; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation...
package searchingAndSorting; public class BubbleSorting { public static void main(String[] args) { int[] arr = {3,84,15,9,2}; int n = arr.length; for(int i = 0;i<n-1;i++) { for(int j = 0;j<n-i-1;j++) { if(arr[j] < arr[j+1]) { int temp = arr[j]; arr[j] = arr[j+1]; arr[j+1]...
package com.kuaiyou.utils; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Rect; import android.graphics...
/* * 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 ...
/*- * #%L * utils-commons * %% * Copyright (C) 2016 - 2018 Gilles Landel * %% * 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/LICENS...
// Copyright 2015 The Bazel Authors. 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 appl...
/* * Copyright (c) 2009-2010, Sergey Karakovskiy and Julian Togelius * 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 of source code must retain the above copyright *...
/* * Copyright (C) 2014-2018 Samuel Audet * * Licensed either under the Apache License, Version 2.0, or (at your option) * under the terms of the GNU General Public License as published by * the Free Software Foundation (subject to the "Classpath" exception), * either version 2, or any later version (collectively...
package xianyu; import java.util.Scanner; /** * This is a program hat will read from the user the sky condition (string) and the current temperature (int). * Your program will inform the user if they need a jacket and/or sunglasses. * The user will need a jacket if the temperature is lower than 15 (inclusive) * a...
package com.kore.ai.widgetsdk.net; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.jakewharton.retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory; import com.kore...
/* * 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.inadco.hbl.math.pig; import java.io.IOException; import java.lang.reflect.Type; import java.util.List; import org.apache.hadoop.io.DataInputBuffer; import org.apache.hadoop.io.DataOutputBuffer; import org.apache.pig.Accumulator; import org.apache.pig.Algebraic; import org.apache.pig.EvalFunc; import org.a...
/* * Copyright 2020 Google 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package hr.fer.zemris.ml.training.random_forest; /** * Interface for observers of random forest building. * * @author Dan */ public interface IRFGeneratorObserver { /** * Called when a classification decision tree is constructed. * * @param depth depth of the tree * @param oobCorrect correc...
/* * (C) Copyright IBM Corp. 2020 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.search.group; import java.util.Arrays; import java.util.Collection; import java.util.List; import java.util.Objects; import java.util.logging.Logger; import javax.ws.rs.core.MultivaluedMap; import com.ibm.fhir.mode...
package kodlamaio.Hrms.dataAccess.abstracts; import org.springframework.data.jpa.repository.JpaRepository; import kodlamaio.Hrms.entities.concretes.Employer; public interface EmployerDao extends JpaRepository<Employer, Integer>{ Employer getByEmail(String email); Employer getByCompanyName(String companyName); Emp...
package com.togo.c_sms; import android.content.Context; import androidx.test.InstrumentationRegistry; import androidx.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android device. * * @see <a...
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2020, Arnaud Roques * * Project Info: https://plantuml.com * * If you like this project or if ...
/* * * 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"); y...
package com.algorithmlx.liaveres.api.interfaces; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; public interface IArmorTick { void armorTick(ItemStack stack, Player player); }
package com.Sample; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.domain.EntityScan; @EntityScan(basePackageClasses=com.Sample.Entity.Person.class) @SpringBootApplication public class AppleApplicat...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; /** * Applications may wish to export memory to other Vulkan instances or other APIs, or import memory from other Vulkan instances or other APIs to enable Vu...
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
package com.mawen.mybatisplus.mapper; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.test.autoconfigure.MybatisPlusTest; import com.mawen.mybatisplus.entity.User; import org.assertj.core.util.Maps; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.ap...
package io.github.fatihbozik.ch9.interactingwithfiles; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; public class Example6 { public static void main(String[] args) { try { Files.move(Paths.get("/zoo"), Paths.get("/zoo-new")); Files.move(Paths.g...
package com.esri.soap; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; /** * &lt;p&gt;Java class for Polygon complex type. * * &lt;p&gt;The following schema fragment specifies...
package com.dq.easy.cloud.model.common.properties.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.env.Environment; import org.springframework.stereotype.Component; /** * * @ClassName : PropertiesUtils * @Description : 读取配置文件工具类 * @author daiqi ...
package cn.test.test_03; // 构造函数的例子 public class StudentTest { public static void main(String[] args) { // TODO Auto-generated method stub Student s = new Student(); s.setName("linggg"); s.setAge(29); s.show(); } } class Student { private String name; private int age; public Student() {} public...
// // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // package guardian.events; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.cards.CardGroup; import com.megacrit.cardcrawl.core.CardCrawlGame; import com.megacrit.cardcrawl.core.Settin...
package io.palyvos.scheduler.policy.cgroup; import io.palyvos.scheduler.adapters.SpeRuntimeInfo; import io.palyvos.scheduler.metric.SchedulerMetricProvider; import io.palyvos.scheduler.task.ExternalThread; import io.palyvos.scheduler.task.Task; import java.util.ArrayList; import java.util.Collection; import java.util....
/* * Cloud Resource & Information Management System (CRIMSy) * Copyright 2020 Leibniz-Institut f. Pflanzenbiochemie * * 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....
package com.vmware.vim25; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for HasUserPrivilegeOnEntitiesReq...
package test.priority; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; public abstract class SampleTestBase { @BeforeClass public void setUp() {} @AfterClass public void closeBrowser() {} }
/* * Licensed to Laurent Broudoux (the "Author") under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Author licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may not...
package com.refinedmods.refinedstorage.screen.widget.sidebutton; import com.mojang.blaze3d.vertex.PoseStack; import com.refinedmods.refinedstorage.api.network.grid.IGrid; import com.refinedmods.refinedstorage.container.GridContainerMenu; import com.refinedmods.refinedstorage.screen.BaseScreen; import net.minecraft.Cha...
package com.simibubi.create.content.contraptions.components.fan; import com.simibubi.create.AllTileEntities; import com.simibubi.create.content.contraptions.base.DirectionalKineticBlock; import com.simibubi.create.foundation.block.ITE; import com.simibubi.create.foundation.utility.worldWrappers.WrappedWorld; import n...
package ru.myastrebov.demo.spring.cloud.contract.producer; import org.springframework.stereotype.Service; import java.util.Map; import java.util.UUID; import java.util.concurrent.ConcurrentHashMap; /** * @author m.yastrebov */ @Service public class PriceService { private static final Map<String, CarPrice> PRI...