text
stringlengths
7
995k
package com.matas.liteconstruct.config.recaptcha; import com.fasterxml.jackson.annotation.*; import java.util.Date; import java.util.HashMap; import java.util.Map; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonIgnoreProperties(ignoreUnknown = true) @JsonPropertyOrder({ "success", "challenge_ts", ...
package com.planet_ink.coffee_mud.Items.Basic; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet...
package com.sequenceiq.cloudbreak.service.cluster.flow; import java.util.List; import com.ecwid.consul.v1.ConsulClient; import com.sequenceiq.cloudbreak.domain.Stack; import com.sequenceiq.cloudbreak.service.StackContext; public class ConsulKVCheckerContext extends StackContext { private final ConsulClient cons...
package org.almotech.oscal.utils; import android.annotation.TargetApi; import android.content.Intent; import android.nfc.NdefMessage; import android.nfc.NfcAdapter; import android.os.Build; import android.os.Parcelable; /** * NFC helper methods for receiving data sent by NfcSenderUtils. This class wraps API 10+ code...
package com.github.wxiaoqi.security.auth.controller; import javax.servlet.http.HttpServletRequest; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.ResponseEntity; impo...
package com.jpmorrsn.fbp.examples.networks; // Change as required import java.io.File; import com.jpmorrsn.fbp.components.ReadFile; import com.jpmorrsn.fbp.components.RegExReplace; import com.jpmorrsn.fbp.components.WriteFile; import com.jpmorrsn.fbp.engine.Network; import com.jpmorrsn.fbp.examples.components.Build...
package org.onvif.ver10.schema; 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.XmlSchemaType; import javax.xml.bind.annotation.XmlType; /...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this file * ...
package dev.stan.plugin.listeners; import org.bukkit.Bukkit; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.player.PlayerJoinEvent; import dev.stan.plugin.RickChat; public class JoinListener implements Listener { private final RickCh...
/* * TestMultipleMessagePanel.java * * Created on August 27, 2001, 2:57 PM */ package messagepaneldemo; /** * * @author administrator */ public class TestMultipleMessagePanel extends javax.swing.JApplet { /** Creates new form TestMultipleMessagePanel */ public TestMultipleMessagePanel() { initCo...
package by.home.hryhoryeu.realty.dba.dao.user; import by.home.hryhoryeu.realty.entities.model.user.User; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import o...
package extracells.integration.waila; import appeng.api.parts.IPartHost; import cpw.mods.fml.common.Optional; import cpw.mods.fml.common.event.FMLInterModComms; import extracells.tileentity.TileEntityCertusTank; import mcp.mobius.waila.api.IWailaDataProvider; import mcp.mobius.waila.api.IWailaRegistrar; public class ...
package il.org.spartan.spartanizer.issues; import static fluent.ly.azzert.is; import org.eclipse.jdt.core.dom.ASTParser; import org.eclipse.jdt.core.dom.CompilationUnit; import org.junit.Test; import fluent.ly.azzert; import il.org.spartan.spartanizer.ast.navigate.wizard; import il.org.spartan.spartanizer.utils.tdd....
package com.example.medicinetime.views; import android.content.Context; import android.graphics.Typeface; import androidx.appcompat.widget.AppCompatTextView; import android.util.AttributeSet; import com.example.medicinetime.utils.FontUtil; public class RobotoRegularTextView extends AppCompatTextView { public R...
package com.gfso.util; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; public class PasswordEncoderGenerator { public static void main(String[] args) { int i = 0; while (i < 10) { String password = "123456"; BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder(); S...
/* * Copyright (C) Tony Green, LitePal Framework 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 r...
package com.blossomproject.ui.web.administration.role; import com.google.common.base.Strings; import com.google.common.collect.Maps; import com.blossomproject.core.common.dto.AbstractDTO; import com.blossomproject.core.common.search.SearchEngineImpl; import com.blossomproject.core.common.utils.privilege.Privilege; imp...
/******************************************************************************* * Copyright 2018 Johns Hopkins 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...
/* * 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.ml.rest.datafeeds; import org.elasticsearch.c...
/* * Copyright 2017 Axway 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 tk.valoeghese.biomegen.api.gen; public interface WorldSettings { }
/* * This file is part of Nucleus, licensed under the MIT License (MIT). See the LICENSE.txt file * at the root of this project for more details. */ package io.github.nucleuspowered.nucleus.modules.warn.listeners; import com.google.common.collect.Maps; import io.github.nucleuspowered.nucleus.Nucleus; import io.gith...
package org.kilocraft.essentials.util.settings.values; import net.minecraft.nbt.NbtCompound; import org.kilocraft.essentials.util.settings.values.util.AbstractSetting; public class CategorySetting extends AbstractSetting { public CategorySetting(String id) { super(id); } @Override public voi...
package ru.skilanov.io.set; import ru.skilanov.io.list.SimpleArrayList; /** * Array set class. * * @param <E> E */ public class SimpleArraySet<E> extends SimpleArrayList<E> { /** * Add method. * * @param value E */ @Override public void add(E value) { if (isExist(value)) { ...
/* * 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.dataframe; import org.elasticsearch.action.s...
/* * 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...
// // 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 ...
/* * Copyright 2017 Netflix, 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...
package com.ironhack.reworkedgebanksystem.repository; import com.ironhack.reworkedgebanksystem.controller.DTO.UserDTO; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import java.util.Optional; @Repository public interface UserRepository extends JpaRepo...
package android.coolweather.com.coolweather.util; import okhttp3.OkHttpClient; import okhttp3.Request; /** * Created by Yvan on 2017/12/4. */ public class HttpUtil { public static void sendOkHttpRequest(String address,okhttp3.Callback callback){ OkHttpClient client = new OkHttpClient(); Request...
package com.allen.cap4; import com.allen.cap1.Person; import com.allen.cap4.config.MainConfig; import org.junit.Test; import org.springframework.context.annotation.AnnotationConfigApplicationContext; /** * @author 周何圳 2020/3/20 新建 * @description */ public class Cap4Test { public @Test void test01(){ ...
package slothstd.twotruthsonelie; import android.util.Log; import com.jjoe64.graphview.series.DataPoint; import java.util.ArrayList; /** * Created by Robo on 12-May-16. */ public class GraphHistory { private ArrayList<Boolean> myHistory; private ArrayList<Boolean> hisHistory; private ArrayList<Integer> ...
/* Copyright 2013 Nationale-Nederlanden 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.example.webflux; import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; import java.time.Duration; import java.time.temporal.ChronoUnit; import java.util.ArrayList; import java.util.Random; /** * @author MrBird */ public class FluxTest { public static void main(String[] args) thro...
/* * Copyright (c) 2021-2022 Osiris-Team. * All rights reserved. * * This software is copyrighted work, licensed under the terms * of the MIT-License. Consult the "LICENSE" file for details. */ package com.osiris.autoplug.client.tasks.backup; import com.osiris.autoplug.client.Server; import com.osiris.autoplug....
/* * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in 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 required by applicable law or agreed to in writing, software * distribut...
package com.yoti.api.client.spi.remote.call.factory; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.net.URI; import org.junit.Test; public class PathFactoryTest { private static final String SOME_APP_ID = "someAppId"; private static final String SOME_TOK...
/* * 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...
package com.wangtian.message.netBean; import java.io.Serializable; import java.util.List; /** * @Author Archy Wang * @Date 2019/3/20 * @Description */ public class UserListBean implements Serializable { /** * pageNum : 1 * pageSize : 10 * total : 0 * list : [] * rows : [] * wh...
/* * Copyright 2020 LINE Corporation * * LINE Corporation 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: * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
class OWnm5ripf { } class iP7qB { public Cye7[][] WF6Sv4fP_ (xtcv tYs7y, void[] Vmv, void R5a, boolean YDV, void jkc5, void ii4hHvz5cBOFLD, boolean[][][][][] P) { while ( -( true.naGbKL).AO3) ; !!false.E1ef3; { int aJL0; int[][] S; VV91QirO3iD6 e; ...
/* * 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 not u...
/* Tipo de PILA LINEAL implementada con array estatico, ver definicions y conceptos en el word de la materia. */ package PilaLineal; import java.io.*; import java.util.EmptyStackException; public class PilaLineal <T> { private static final int TAMPILA = 49;//50 private int cima;//Puntero de la pila pr...
// This file is made available under Elastic License 2.0. // This file is based on code available under the Apache license here: // https://github.com/apache/incubator-doris/blob/master/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java // Licensed to the Apache Software Foundation (ASF) under one // ...
// Copyright 2000-2020 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 com.intellij.psi.impl.source.resolve.reference.impl; import com.intellij.codeInsight.completion.InsertHandler; import com.intellij.codeInsight.completion.InsertionContext...
/* * Copyright 2017 Zhihu 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 ...
/* * 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 ...
/* * Copyright (c) 2012 Sonatype, Inc. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses...
/** * __A class to try our game so far. You will have to download the zip file :) :) :) * @author __Naisila Puka___ * @version __30/04/2017__ */ import java.awt.*; import java.io.*; import javax.swing.*; public class Try { public static void main(String[] args) throws IOException, InterruptedException { Lau...
package com.tibco.as.spacebar.ui.preferences; import org.apache.poi.ss.SpreadsheetVersion; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.TabFolder; import com.tibco.as.convert.ConverterFactory.Blob; import com.tibco.as.spacebar.ui.Messages; public class ExcelPreferencePage extends TabbedP...
package com.javadude.visitor.multiple.methods; public class CEO extends CompositeEmployee { public CEO(String name) { super(name); } public void accept(EmployeeVisitor visitor) { visitor.preVisit(this); visitor.visit(this); acceptChildren(visitor); visitor.postVisit(this); } }
package com.loop54.model.request.parameters.filters; import java.util.ArrayList; import java.util.List; /** * Used for combining two or more filters using AND-logic */ public class AndFilterParameter extends FilterParameter { public AndFilterParameter() { } /** * @param filters Filters to combine...
package net.endhq.remoteentities.api.thinking.goals; import net.endhq.remoteentities.api.RemoteEntity; import net.endhq.remoteentities.api.thinking.DesireBase; import net.endhq.remoteentities.api.thinking.DesireType; import net.endhq.remoteentities.persistence.ParameterData; import net.endhq.remoteentities.persistence...
package ru.itmo.wp.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import ru.itmo.wp.security.Guest; import ru.itmo.wp.service.PostService; import javax.servlet.http.HttpSession; @Controller public class Ind...
/* * Copyright (C) 2008 The Guava 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 or agre...
package com.ambit.otgorithm.dto; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.TaskStackBuilder; import android.content.Context; import android.content.Intent; import android.provider.Settings; import android.support.v4.app.NotificationCompat; import com.ambit.otgorithm....
/* * Copyright 2018 The Data Transfer Project 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 applicab...
/* * Copyright 2020 Red Hat, Inc. and/or 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 a...
package org.dimdev.dimdoors.block; import net.minecraft.util.math.Vec3d; import org.dimdev.dimdoors.fluid.ModFluids; import org.dimdev.dimdoors.rift.targets.EntityTarget; import org.dimdev.dimdoors.rift.targets.EscapeTarget; import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft...
// Copyright 2021 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
/* * 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 de.pcps.jamtugether.timer; import androidx.annotation.NonNull; import de.pcps.jamtugether.timer.base.BaseJamTimer; import timber.log.Timber; public class JamCountDownTimer extends BaseJamTimer { public JamCountDownTimer(long startMillis, long interval, @NonNull OnTickCallback callback) { super(s...
package jibet.zenhao.melon.mixin.client; import melon.0d.melon.0P; import melon.3.melon.0; import melon.q.melon.c; import net.minecraft.client.gui.GuiChat; import net.minecraft.client.gui.GuiTextField; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Shadow; import org.spongepowered.asm.mix...
/* * Copyright (C) 2015 Piotr Wittchen * * 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 ...
/* * Copyright 2021 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
/* * Copyright (c) 2014-2020 by The Monix Project Developers. * See the project homepage at: https://monix.io * * 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...
/** * Licensed to Jasig under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Jasig licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in co...
package me.jacob.Leaf.engine; import java.awt.Graphics2D; import javax.swing.JPanel; @SuppressWarnings("serial") public abstract class Object extends JPanel { public abstract void draw(Graphics2D g2); public abstract void update(double delta); public abstract double getLocX(); public abstract double getLocY(...
/* * 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 ed.biodare2.backend.features.onto.species; import java.nio.file.Files; import java.nio.file.Path; import java.util.Arrays; imp...
package de.siphalor.spiceoffabric.client.mixin; import de.siphalor.spiceoffabric.SpiceOfFabric; import de.siphalor.spiceoffabric.config.Config; import de.siphalor.spiceoffabric.foodhistory.FoodHistoryEntry; import de.siphalor.spiceoffabric.util.IHungerManager; import net.minecraft.client.MinecraftClient; import net.mi...
/*- * #%L * athena-hbase * %% * Copyright (C) 2019 - 2020 Amazon Web Services * %% * 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...
package com.kodedu.service.ui; import com.kodedu.service.PathResolverService; import javafx.scene.Node; import javafx.scene.control.Label; import org.kordamp.ikonli.fontawesome.FontAwesome; import org.kordamp.ikonli.javafx.FontIcon; import org.springframework.beans.factory.annotation.Autowired; import org.springframew...
/** * Copyright (C) 2010, FuseSource Corp. All rights reserved. */ package org.fusesource.hawtdispatch; /** * <p> * We prefer the use of Task over Runnable since the * JVM can more efficiently invoke methods of * an abstract class than a interface. * </p> * * @author <a href="http://hiramchirino.com">Hira...
/* * Copyright 2018 IntraFind Software AG. 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...
/** * 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 com.cloud.mall.member.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.cloud....
package com.atguigu.gulimall.search.controller; import com.atguigu.common.exception.BizCodeEnum; import com.atguigu.common.to.es.SkuEsModel; import com.atguigu.common.utils.R; import com.atguigu.gulimall.search.service.ProductSaveService; import org.springframework.beans.factory.annotation.Autowired; import org.spring...
package com.google.ratel.deps.jackson.databind.util; import java.lang.reflect.Array; import java.util.List; /** * Helper class to use for constructing Object arrays by appending entries * to create arrays of various lengths (length that is not known a priori). */ public final class ObjectBuffer { // // // Con...
package dai.hris.action.cba; import java.io.IOException; import java.math.BigDecimal; import java.sql.SQLException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServl...
package com.happycactus.blogminder.models; import java.util.ArrayList; import java.util.List; public class RSSFeed { public String FeedUrl; public List<RSSItem> Items; public RSSFeed(){ Items = new ArrayList<RSSItem>(); } }
package me.earth.phobos.features.modules.player; import me.earth.phobos.features.modules.Module; public class MultiTask extends Module { private static MultiTask INSTANCE = new MultiTask(); public MultiTask() { super("MultiTask", "Allows you to eat while mining.", Category.PLAYER, false, false, fals...
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, 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:/...
/* * Tencent is pleased to support the open source community by making Tinker available. * * Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in * compliance with the License. You may obtain a ...
/* * Copyright 2016 Red Hat 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...
package com.github.gisellevonbingen.glowestplastic.datagen; import java.util.Map; import com.github.gisellevonbingen.glowestplastic.GlowestPlastic; import com.github.gisellevonbingen.glowestplastic.common.block.GlowestPlasticBlocks; import mekanism.additions.common.MekanismAdditions; import net.minecraft.data.DataGe...
package com.mageddo.thymeleaf; import org.junit.jupiter.api.Test; import org.thymeleaf.context.Context; import static org.junit.jupiter.api.Assertions.assertTrue; public class ThymeleafTest { @Test public void processHMTLTemplate() throws Exception { // arrange final Context context = new Context(); ...
/* * 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 ...
/* * Password Management Servlets (PWM) * http://www.pwm-project.org * * Copyright (c) 2006-2009 Novell, Inc. * Copyright (c) 2009-2019 The PWM 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 ...
/* * Copyright 2018 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 a...
package io.github.shaksternano.imperishableitems.mixin.common.enchantment.imperishable; import net.minecraft.entity.projectile.PersistentProjectileEntity; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Shadow; @Mixin(PersistentProjectileEntity.class) abstract class PersistentProjectileEn...
package br.com.zup.desafiomercadolivre.repository; import br.com.zup.desafiomercadolivre.model.Pergunta; import org.springframework.data.jpa.repository.JpaRepository; public interface PerguntaRepository extends JpaRepository<Pergunta,Long> { }
/* GnuDHPrivateKey.java -- a Diffie-Hellman private key. Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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; ei...
package com.stripe.android; import android.content.Context; import androidx.annotation.NonNull; import androidx.test.core.app.ApplicationProvider; import com.stripe.android.core.networking.AnalyticsRequest; import com.stripe.android.core.networking.AnalyticsRequestExecutor; import com.stripe.android.core.networking....
/* * 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...
/** * Copyright (C) 2014-2016 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
package org.apache.velocity.runtime.parser.node; /* * 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 Ap...
package com.orange.demo.webadmin.interceptor; import com.alibaba.fastjson.JSON; import com.orange.demo.webadmin.config.ApplicationConfig; import com.orange.demo.webadmin.upms.model.SysPermWhitelist; import com.orange.demo.webadmin.upms.service.SysPermWhitelistService; import com.orange.demo.webadmin.upms.service.SysPe...
package com.lohasle.baseframe.s4m3.action.spring.editor; /** * Created by fule on 14-6-12. */ import org.springframework.beans.propertyeditors.PropertiesEditor; public class IntegerEditor extends PropertiesEditor { @Override public void setAsText(String text) throws IllegalArgumentException { if (te...
package org.hibernate.userguide.mapping.basic; import java.io.Serializable; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Types; import java.util.BitSet; import java.util.Objects; import org.hibernate.HibernateException; import org.hibernate.engine.spi.Sha...