text
stringlengths
7
995k
package zmaster587.advancedRocketry.client.render.armor; import net.minecraft.client.renderer.entity.model.BipedModel; import net.minecraft.client.renderer.model.Model; import net.minecraft.client.renderer.model.ModelRenderer; import net.minecraft.util.ResourceLocation; import com.google.common.collect.ImmutableList;...
/** * $Id$ * $URL$ * AutoRegister.java - entity-broker - 31 May 2007 7:01:11 PM - azeckoski ************************************************************************** * Copyright (c) 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not ...
/* * 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-2018 Universitat Politècnica de València * Copyright 2016-2018 Università della Calabria * Copyright 2016-2018 Prodevelop, SL * Copyright 2016-2018 Technische Universiteit Eindhoven * Copyright 2016-2018 Fundación de la Comunidad Valenciana para la * Investigación, Promoción y Estudios Comerci...
/* * Copyright 2014-2019 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) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.redis.models; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; import java....
/* * OpenAPI Tree Pots * Example spec * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package fr.jmini.openapi.openapitools.okhttpgson.model; ...
package view.resultPopup; import com.intellij.ui.components.JBLabel; import com.intellij.util.ui.UIUtil; import de.unihamburg.masterprojekt2016.traceability.TraceabilityLink; import de.unihamburg.masterprojekt2016.traceability.TraceabilityPointer; import view.IconProvider; import javax.swing.*; import java.awt.*; imp...
package fr.esupportail.esupstage.domain.jpa.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import fr.esupportail.esupstage.domain.jpa.entities.PstagedataUser; @Repository public interface PstagedataUserRepository extends JpaRepository<Pst...
package ua.greencampus.entity; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.util.List; /** * @author Nikolay Yashchenko */ @Entity @Table(name = "course_theme") @Getter @Setter public class CourseTheme { @Id @SequenceGenerator(name = "course_theme_seq_gen", sequenceN...
/* * 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...
package com.bstek.urule.springboot; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.bstek.urule.runtime.KnowledgePackage; import com.bstek.urule.runtime.KnowledgeSession; import c...
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
/* * Copyright 2021 Shulie Technology, Co.Ltd * Email: shulie@shulie.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.org/licenses/LICENSE-2.0 * * Unless r...
/* * Copyright (C) 2019 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...
package com.ysdc.movie.data.network.service; import com.ysdc.movie.data.network.model.ConfigurationResponse; import com.ysdc.movie.data.network.model.DiscoverMovieResponse; import com.ysdc.movie.data.network.model.MovieResponse; import io.reactivex.Single; import retrofit2.http.GET; import retrofit2.http.Path; import...
package cn.yajienet.oauthjwt.config; import cn.yajienet.oauthjwt.filter.JWTAuthenticationFilter; import cn.yajienet.oauthjwt.oauth.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org....
/* * eZmax API Definition (Full) * This API expose all the functionnalities for the eZmax and eZsign applications. * * The version of the OpenAPI document: 1.1.7 * Contact: support-api@ezmax.ca * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-genera...
package mainGUI; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.RandomAccessFile; import java.io.Unsupport...
/* * Copyright (c) 2002-2021 Gargoyle Software 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 * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
package me.billzangardi.raiblocks.prefs; import org.jraf.android.prefs.DefaultFloat; import org.jraf.android.prefs.DefaultString; import org.jraf.android.prefs.DefaultStringSet; import org.jraf.android.prefs.Name; import org.jraf.android.prefs.Prefs; import java.util.Set; /** * Created by zangardiw on 12/22/17. *...
package de.dastyle.factory; /** * Created by a developer on 25.01.16. */ public class Motorrad implements IFahrzeuge { @Override public int getAnzahlRaeder() { return 2; } @Override public String getType() { return "Motorrad"; } }
/* * Copyright 2018 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 app...
/* * Copyright (C) 2019 The Turms Project * https://github.com/turms-im/turms * * 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 * *...
/* * Copyright 2011 CodeGist.org * * 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...
/* * Copyright 2004-2013 ICEsoft Technologies Canada Corp. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the * License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
/*- * #%L * athena-timestream * %% * 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...
/* * 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...
package jp.co.yahoo.adsdisplayapi.v6.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; imp...
package com.mcxiaoke.minicat.service; import android.app.AlarmManager; import android.app.AlertDialog; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import...
/** * @author Tino097 * */ public class BubbleSort { protected static void bubbleSort(int[] list) { int temp = 0; for (int i = 0; i < list.length; i++) { for (int j = 1; j < list.length - i; j++) { if (list[j - 1] > list[j]) { //fast swap between list[j] and list[j-1] list[j - 1] ^= list[j]; ...
package se.dolkow.tangiblexml; import android.support.annotation.NonNull; import org.xmlpull.v1.XmlPullParser; /** * @param <Target> the type of the target that will receive the result. May be Void for "none". */ abstract class ParserNode<Target> { /** * Parse your field, set it on target as appropriate....
/****************************************************************************** ** ** Advanced Distributed Learning Co-Laboratory (ADL Co-Lab) Hub grants you ** ("Licensee") a non-exclusive, royalty free, license to use, modify and ** redistribute this software in source and binary code form, provided that ** i) this c...
package io.vertx.test.codegen.testdataobject; import io.vertx.codegen.annotations.DataObject; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; /** * @author <a href="mailto:julien@julienviet.com">Julien Viet</a> */ @DataObject public class PropertyGetters { static PropertyGetters dataOb...
/* * 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 distributed under t...
package org.mym.ksuite.service.kong; import org.mym.ksuite.controller.request.KongAdminProxyRequest; import com.alibaba.fastjson.JSONObject; /** * @author zhangchao */ public interface IKongAdminProxySv { /** * proxy request * * @param proxyRequest * @return */ JSONObject execute(K...
package io.pivotal.web.domain; import java.math.BigDecimal; import java.util.Date; public class Trade { private String id; public String getId() { return id; } public void setId(String id) { this.id = id; } private Integer orderid; private String userid; private Int...
package charbosses.relics; import charbosses.actions.common.EnemyDrawCardAction; import com.megacrit.cardcrawl.actions.common.ApplyPowerAction; import com.megacrit.cardcrawl.actions.common.DrawCardAction; import com.megacrit.cardcrawl.actions.common.RelicAboveCreatureAction; import com.megacrit.cardcrawl.actions.utili...
package com.sciatta.algo.map.jdk; import org.junit.Test; import static org.junit.Assert.*; import java.util.HashMap; /** * Created by Rain on 2021/12/24<br> * All Rights Reserved(C) 2017 - 2021 SCIATTA <br> <p/> * HashMapTests */ public class HashMapTests { @Test public void testOp() { HashMap<S...
/* * 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 org.mort11.commands.ee; import org.mort11.commands.CommandBase; /** * * @author gridbug */ public class DontLoad extends 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 ...
/* * Copyright 2005,2009 Ivan SZKIBA * * 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...
/* Game: Lottery Revise Listing 3.8, Lottery.java, to generate a lottery of a three-digit number. The program prompts the user to enter a three-digit number and determines whether the user wins according to the following rules: 1. If the user input matches the lottery number in the exact order, the award is $10,000. 2....
package com.fincatto.documentofiscal.nfe400.transformers; import com.fincatto.documentofiscal.nfe400.classes.NFOrigemProcesso; import org.simpleframework.xml.transform.Transform; public class NFOrigemProcessoTransformer implements Transform<NFOrigemProcesso> { @Override public NFOrigemProcesso read(final Str...
package com.payn.fake.entity; public class User { private Integer userId; private String userName; private String password; private String phone; public Integer getUserId() { return userId; } public void setUserId(Integer userId) { this.userId = userId; } ...
/* * This file is auto-generated. DO NOT MODIFY. * Original file: /home/dave/workspace/Google Authenticator/src/com/google/android/apps/authenticator/dataexport/IExportServiceV2.aidl */ package com.google.android.apps.authenticator.dataexport; public interface IExportServiceV2 extends android.os.IInterface { /** Lo...
/* * Copyright 2015-2020 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 2014-2017 See AUTHORS 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 by applicable law or agr...
package ru.fizteh.fivt.students.Soshilov.MultiFileHashMap; import java.nio.file.Path; /** * Created with IntelliJ IDEA. * User: soshikan * Date: 23 October 2014 * Time: 1:44 */ public class DataBaseCreate implements Command { /** * Creates new table. * @param args Commands that were entered. *...
package com.ypacm.user; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.builders.PathSelectors; import springfox.documentation.builders.RequestHandlerSelectors; impor...
/* To metoder der finder summen af alle primtal under et givent tal. */ public class Hastighed { private final static int NUMBERS_BELOW = 10000; private static double sum; private static double sum1; private static long startTime; private static long endTime; public static void main(String args[]...
/** * "Visual Paradigm: DO NOT MODIFY THIS FILE!" * * This is an automatic generated file. It will be regenerated every time * you generate persistence class. * * Modifying its content may cause the program not work, or your work may lost. */ /** * Licensee: * License Type: Evaluation */ package pathway....
package org.kohsuke.stapler; import org.junit.Test; import org.jvnet.hudson.test.Issue; import javax.servlet.ServletContext; import java.net.MalformedURLException; import static org.junit.Assert.assertNull; import static org.mockito.Mockito.*; public class IndexHtmlDispatcherTest { @Test @Issue("#109") ...
/*- * ============LICENSE_START======================================================= * VID * ================================================================================ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved. * ============================================================...
package com.disruptor; import com.lmax.disruptor.EventFactory; /** * @author zhangbo */ public class UserEventFactory implements EventFactory<User> { @Override public User newInstance() { return new User(); } }
package br.gov.rn.saogoncalo.telecentro.dao; import java.util.Optional; import br.gov.rn.saogoncalo.telecentro.model.Aluno; public interface AlunoDAO extends UsuarioDAO<Aluno> { public Optional<Aluno> buscarUltimoAlunoDaTurma(String codigoDaTurma); }
package org.mirrentools.sd.constant; /** * 常用字符串常量 * * @author <a href="http://mirrentools.org">Mirren</a> * */ public interface SdConstant { /** UTF-8 */ public static final String UTF_8 = "UTF-8"; /** src/main/java/ */ public static final String MAVEN_SRC = "src/main/java/"; /** src/test/java/ */ public...
/******************************************************************************* * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apach...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
package tad; public class AVLTable extends Table{ public AVLTable(){ table = new AVLTree[N]; for(int i = 0;i<N;i++){ table[i] = new AVLTree(); } } public int hash(Element e){ return e.toString().toLowerCase().charAt(0)-'a'; } public int hash(String key){ return key.toLowerCase().charAt(0)-'a'; ...
// 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 org.jetbrains.idea.devkit.dom; import com.intellij.ide.presentation.Presentation; import com.intellij.util.xml.Convert; import com.intellij.util.xml.DomElement; import co...
/* * Copyright (C) 2013 The CyanogenMod Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
package semexe.tables.alter; import java.util.Collection; public interface SubsetChooser { Subset chooseSubset(String id, DenotationData denotationData); Subset chooseSubset(String id, DenotationData denotationData, Collection<Integer> forbiddenTables); }
package com.xrade.servlets.api.trading.analysis; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import j...
package com.notrace.zip; import java.io.File; import java.util.ArrayList; import java.util.LinkedList; public class DirTraversal { // no recursion public static LinkedList<File> listLinkedFiles(String strPath) { LinkedList<File> list = new LinkedList<File>(); File dir = new File(strPath); File file[] = dir.li...
package p05_kings_gambit_extended.io; import p05_kings_gambit_extended.interfaces.InputReader; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class ConsoleInputreader implements InputReader { private BufferedReader reader; public ConsoleInputreader(){ ...
/** * This class has been adapted from old Lithium's config file * @author jellysquid https://github.com/jellysquid3/Lithium/blob/1.15.x/fabric/src/main/java/me/jellysquid/mods/lithium/common/config/LithiumConfig.java This program is free software: you can redistribute it and/or modify it under the terms of ...
package com.quorum.tessera.config.constraints; import com.quorum.tessera.config.keypairs.UnsupportedKeyPair; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; import java.util.Objects; public class UnsupportedKeyPairValidator implements ConstraintValidator<ValidUnsuppor...
/* * 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 * distributed u...
package imallett.FlashBang.Activities; import android.content.Intent; import android.hardware.SensorManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.SeekBar; import android.widget.TextView; import imallett...
package com.loop.demo.admin.dector; /** * @Auther: 霍运浩 * @Date: 2019/3/16 0016 21:29 * @Description: */ /** 牛仔裤 */ public class Jeans extends Decorator { @Override public void show(){ System.out.println("穿牛仔裤"); super.show(); } }
package org.jbromo.sample.server.model.src; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import org.jbromo.common.IntegerUtil; import org.jbromo.model.jpa.AbstractEntityId; impo...
/* * Copyright 2019 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in...
package vinicius.ml.tensorflow.service.storage; import org.springframework.core.io.Resource; import org.springframework.web.multipart.MultipartFile; import java.nio.file.Path; import java.util.stream.Stream; public interface StorageService { void init(); String store(MultipartFile file); Stream<Path> loa...
package cn.ruleengine.web.store.entity; import com.baomidou.mybatisplus.annotation.*; import java.time.LocalDateTime; import java.io.Serializable; import java.util.Date; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; /** * <p> * * </p> * * @author dqw * @since 2021-...
// Copyright (C) 2013 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
package com.cypressworks.mensaplan.food.likes; import com.cypressworks.mensaplan.food.Meal; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import androidx.annotation.IntDef; /** * Represents the like state of a {@link Meal}. * Realised with integer states instead of an enum bec...
/* * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.quickgeo.data; import java.io.InputStream; import org.quickgeo.PostalSource; /** * PostalSour...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * CRDirectDebitArrangementExecuteInputModelExecuteRecordType ...
/* * Licensed to the University of California, Berkeley 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 no...
package com.klaster.webstore.domain; import java.io.Serializable; import java.math.BigDecimal; /** * Created by MSI DRAGON on 2017-09-27. */ public class CartItem implements Serializable { private static final long serialVersionUID = 2872745480348788449L; private Product product; private int quantity; ...
/** * */ package cz.cuni.mff.d3s.deeco.task; /** * Thrown when a task (i.e. process method, membership condition, or knowledge exchange) cannot be executed. * * @author Tomas Bures <bures@d3s.mff.cuni.cz> * */ public class TaskInvocationException extends Exception { /** * */ public TaskInvocationExcep...
/* * 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 ...
/* * 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.dokkaebistudio.tacticaljourney.ces.components; import java.util.HashSet; import java.util.Set; import com.badlogic.ashley.core.Component; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.PooledEngine; import com.badlogic.gdx.utils.Pool.Poolable; import com.dokkaebistudio.tacticaljou...
/* * Copyright (c) 2010-2018 Osman Shoukry * * 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...
package org.corfudb.infrastructure.logreplication.replication.send; import com.google.common.collect.ImmutableList; import io.micrometer.core.instrument.Tag; import lombok.extern.slf4j.Slf4j; import org.corfudb.common.metrics.micrometer.MeterRegistryProvider; import org.corfudb.infrastructure.logreplication.DataSender...
package org.sylrsykssoft.java.musbands.admin.application.configuration; import java.time.LocalDate; import java.util.Arrays; import java.util.HashSet; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframe...
package com.donnfelker.android.bootstrap.ui; import static android.content.Intent.FLAG_ACTIVITY_CLEAR_TOP; import static android.content.Intent.FLAG_ACTIVITY_SINGLE_TOP; import android.content.Intent; import android.os.Bundle; import android.support.v4.view.ViewPager; import com.actionbarsherlock.view.Menu; import co...
package com.itheima.authority.dto.auth; import java.io.Serializable; import javax.validation.constraints.NotEmpty; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.EqualsAndHashCode; impo...
package com.github.funnyzak.onekey.biz.service.log; import org.nutz.plugin.spring.boot.service.BaseService; import com.github.funnyzak.onekey.bean.log.OperationLog; import org.springframework.stereotype.Service; @Service public class OperationLogService extends BaseService<OperationLog> { }
package org.fxmisc.richtext; import static org.reactfx.EventStreams.*; import static org.reactfx.util.Tuples.*; import java.time.Duration; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Locale; import java.util.Objects; import java.util.Optional; import java.util.fun...
/** * @author anton. */ package ru.aserdyuchenko.set.task_2;
package com.rarchives.ripme.ui.config; import com.rarchives.ripme.utils.Utils; import javafx.scene.control.CheckBox; /** * @author Lukas Kirschner * @since 2020-10-27 **/ public class BooleanConfigUIItem extends ConfigUIItem<Boolean, CheckBox> { public BooleanConfigUIItem(String textKey, String configKey, bool...
/** * This class is generated by jOOQ */ package org.constellation.database.api.jooq.tables.records; /** * This class is generated by jOOQ. */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.3" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "a...
package de.springbootbuch.actuators; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.core.userdetails.User; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.security.p...
/** * OLAT - Online Learning and Training<br> * http://www.olat.org * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unl...
package com.rbkmoney.fistful.reporter.dao.impl; import com.rbkmoney.dao.impl.AbstractGenericDao; import com.rbkmoney.fistful.reporter.dao.DepositDao; import com.rbkmoney.fistful.reporter.dao.mapper.RecordRowMapper; import com.rbkmoney.fistful.reporter.domain.tables.pojos.Deposit; import com.rbkmoney.fistful.reporter.d...
package jp.co.yahoo.adsdisplayapi.v5.model; import java.util.Objects; import io.swagger.annotations.ApiModel; import com.fasterxml.jackson.annotation.JsonValue; import javax.validation.Valid; import javax.validation.constraints.*; import com.fasterxml.jackson.annotation.JsonCreator; /** * <div lang=\"ja\">Retargeti...
package com.dante.customview.hencoder.practice6.practice; import android.content.Context; import androidx.annotation.Nullable; import android.util.AttributeSet; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.RelativeLayout; import com.dante.customview.R;...